-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
522 lines (477 loc) · 24.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
<!doctype html>
<html lang="zh">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>MethodBox Studio</title>
<!-- web fonts -->
<link href="http://fonts.googleapis.com/css?family=Nunito:400,600,700,800,900&display=swap" rel="stylesheet">
<link href="http://fonts.googleapis.com/css?family=Hind&display=swap" rel="stylesheet">
<!-- //web fonts -->
<!-- Template CSS -->
<link rel="stylesheet" href="assets/css/style-starter.css">
</head>
<body>
<section class="w3l-bootstrap-header">
<nav class="navbar navbar-expand-lg navbar-light py-lg-3 py-2">
<div class="container">
<a class="navbar-brand" href="index.html">方法盒子</a>
<!-- if logo is image enable this
<a class="navbar-brand" href="#index.html">
<img src="image-path" alt="Your logo" title="Your logo" style="height:35px;" />
</a> -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon fa fa-bars"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">主页</a>
</li>
<li class="nav-item">
<a class="nav-link" href="shop.html">软件</a>
</li>
<li class="nav-item">
<a class="nav-link" href="services.html">服务</a>
</li>
<li class="nav-item">
<a class="nav-link" href="mailto://we@methodbox.top?cc=i@mtboxstudio.onmicrosoft.com">联系</a>
</li>
</ul>
</div>
</div>
</nav>
</section>
<!-- Main banner section -->
<section class="w3l-main-banner" id="home">
<div class="companies20-content">
<div class="companies-wrapper">
<div class="item">
<div class="slider-info banner-view text-center">
<div class="banner-info container">
<img src="assets/images/MethodBox.png" alt="about image" class="img-fluid">
<h3 class="banner-text mt-5">方法盒子工作室
</h3>
<p class="my-4 mb-5">MethodBox Studio</p><br>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- //Main banner section -->
<section class="w3l-about ">
<div class="skills-bars py-5">
<div class="container py-md-3">
<div class="heading text-center mx-auto">
<h3 class="head">欢迎来到方法盒子工作室</h3>
<p class="my-3 head"> 这是一个有着共同爱好的学生们组成的一个小工作室,
虽然目前看起来非常的不景气,但是我们不会放弃,我们坚信努力就会有回报。</p>
</div>
<div class="row mt-5 pt-3">
<div class="col-lg-4 col-md-4 col-sm-6 skills-bar-grids mb-4 pb-2">
<h4>设计</h4>
<div class="progress">
<div class="progress-bar progress-bar-striped bg-color" role="progressbar" style="width: 30% ;height:4px;" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 skills-bar-grids mb-4 pb-2">
<h4>剪辑</h4>
<div class="progress">
<div class="progress-bar progress-bar-striped bg-color" role="progressbar" style="width: 50% ;height:4px;" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 skills-bar-grids mb-4 pb-2">
<h4>编程</h4>
<div class="progress">
<div class="progress-bar progress-bar-striped bg-color" role="progressbar" style="width: 55% ;height:4px;" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 skills-bar-grids mb-4 pb-2">
<h4>公益</h4>
<div class="progress">
<div class="progress-bar progress-bar-striped bg-color" role="progressbar" style="width: 95% ;height:4px;" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 skills-bar-grids mb-4 pb-2">
<h4>开发</h4>
<div class="progress">
<div class="progress-bar progress-bar-striped bg-color" role="progressbar" style="width: 65% ;height:4px;" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 skills-bar-grids ">
<h4>其它</h4>
<div class="progress">
<div class="progress-bar progress-bar-striped bg-color" role="progressbar" style="width: 70% ;height:4px;" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="w3l-feature-3" id="features">
<div class="grid top-bottom">
<div class="container">
<div class="heading text-center mx-auto">
<h3 class="head text-white">我们需要你的加入</h3>
<p class="my-3 head text-white"> 一个人做工作室是相当困难的,一个软件从设计到发布涉及到美工、编程、打包、宣传等
诸多方面。我们需要你的帮助,如果你有如下特长,由衷的欢迎你加入方法盒子。如果有意向,可以填写表单:<a href = "https://forms.office.com/r/3tAzM0FnAR">
MethodBox招新表</a>。</p>
</div>
<div class="middle-section grid-column text-center mt-5 pt-3">
<div class="three-grids-columns">
<span class="fa fa-paint-brush"></span>
<h4>文案</h4>
<p>负责视频文案以及文章的写作,可能涉及到记叙文、说明文、议论文等多种文体。</p>
</div>
<div class="three-grids-columns">
<span class="fa fa-ils"></span>
<h4>开发</h4>
<p>我们需要底层与安卓的开发人员,如果您会C、C++、Python(大数据方向)或者Java,
那么欢迎您来到这里。</p>
</div>
<div class="three-grids-columns">
<span class="fa fa-camera"></span>
<h4>设计</h4>
<p>我们需要能够设计图标以及擅长绘画的人才。</p>
</div>
</div>
</div>
</div>
</section>
<div class="products-4" id="portfolio">
<!-- Products4 block -->
<div id="products4-block" class="text-center">
<div class="container">
<div class="heading text-center mx-auto mb-5">
<h3 class="head">关于我们</h3>
<p class="my-3 head"> 我们最擅长这些内容,如果您有需求,欢迎联系我们,我们一定给您最大程度上的的满意。</p>
</div>
<input id="tab1" type="radio" name="tabs" checked>
<label class="tabtle" for="tab1">程序开发</label>
<input id="tab2" type="radio" name="tabs">
<label class="tabtle" for="tab2">界面设计</label>
<input id="tab3" type="radio" name="tabs">
<label class="tabtle" for="tab3">视频制作</label>
<input id="tab4" type="radio" name="tabs">
<label class="tabtle" for="tab4">希望有你</label>
<section id="content1" class="tab-content text-left">
<div class="d-grid grid-col-3">
<div class="product">
<a href="assets/images/g1.jpg" data-lightbox="example-set"
data-title="垃圾服务终结者(Garbage Service Terminator)| MethodBox(2021)/ BiliBili&Itch.io">
<figure>
<img src="assets/images/g1.jpg" class="img-responsive" alt="" />
</figure>
</a>
</div>
<div class="product">
<a href="assets/images/g2.png" data-lightbox="example-set"
data-title="目标规划师(AimPlanner)| MethodBox(2022)/ UnPublished">
<figure>
<img src="assets/images/g2.png" class="img-responsive" alt="" />
</figure>
</a>
</div>
<div class="product">
<a href="assets/images/g3.jpg" data-lightbox="example-set"
data-title="生活管理(MethodBox Living Account)| MethodBox(2020)/ BiliBili">
<figure>
<img src="assets/images/g3.jpg" class="img-responsive" alt="" />
</figure>
</a>
</div>
<div class="product">
<a href="assets/images/g4.jpg" data-lightbox="example-set"
data-title="简书信息可视化工具(Jianshu Information Visualization Tool)| MethodBox(2020)/ Jianshu">
<figure>
<img src="assets/images/g4.jpg" class="img-responsive" alt="" />
</figure>
</a>
</div>
<div class="product">
<a href="assets/images/g5.jpg" data-lightbox="example-set"
data-title="Minecraft函数包制作工具(Minecraft Function Package Creation Tool)| MethodBox(2020)/ Jianshu&BiliBili">
<figure>
<img src="assets/images/g5.jpg" class="img-responsive" alt="" />
</figure>
</a>
</div>
<div class="product">
<a href="assets/images/g6.jpg" data-lightbox="example-set"
data-title="森林日记(MethodBox Forest Diary)| MethodBox(2022)/ UnPublished">
<figure>
<img src="assets/images/g6.jpg" class="img-responsive" alt="" />
</figure>
</a>
</div>
</div>
</section>
<section id="content2" class="tab-content text-left">
<div class="d-grid grid-col-3">
<div class="product">
<a href="assets/images/u1.png" data-lightbox="example-set"
data-title="[Dremu] Dremu Editor | MethodBox(2023)/ Ribbon UI">
<figure>
<img src="assets/images/u1.png" class="img-responsive" alt="" />
</figure>
</a>
</div>
<div class="product">
<a href="assets/images/u2.png" data-lightbox="example-set"
data-title="[Untitled] Shop | MethodBox(2023)/ Grotrl UI">
<figure>
<img src="assets/images/u2.png" class="img-responsive" alt="" />
</figure>
</a>
</div>
<div class="product">
<a href="assets/images/u3.png" data-lightbox="example-set"
data-title="[Untitled] Main Menu | MethodBox(2023)/ Grotrl UI">
<figure>
<img src="assets/images/u3.png" class="img-responsive" alt="" />
</figure>
</a>
</div>
<div class="product">
<a href="assets/images/u4.png" data-lightbox="example-set"
data-title="[Untitled] SongSelector | MethodBox(2023)/ Grotrl UI">
<figure>
<img src="assets/images/u4.png" class="img-responsive" alt="" />
</figure>
</a>
</div>
<div class="product">
<a href="assets/images/u5.png" data-lightbox="example-set"
data-title="[Arstive] Announce | MethodBox(2023)/ Grotrl UI">
<figure>
<img src="assets/images/u5.png" class="img-responsive" alt="" />
</figure>
</a>
</div>
<div class="product">
<a href="assets/images/u6.png" data-lightbox="example-set"
data-title="[Simple/Unused] Plot Viewer | MethodBox(2022)/ Grotrl UI">
<figure>
<img src="assets/images/u6.png" class="img-responsive" alt="" />
</figure>
</a>
</div>
</div>
</section>
<section id="content3" class="tab-content text-left">
<div class="d-grid grid-col-3">
<div class="product">
<a href="assets/images/t1.jpg" data-lightbox="example-set"
data-title="视频剪辑(Adobe Premiere Pro)">
<figure>
<img src="assets/images/t1.jpg" class="img-responsive" alt="" />
</figure>
</a>
</div>
<div class="product">
<a href="assets/images/t2.jpg" data-lightbox="example-set"
data-title="三维建模(MAXON Cinema 4D)">
<figure>
<img src="assets/images/t2.jpg" class="img-responsive" alt="" />
</figure>
</a>
</div>
<div class="product">
<a href="assets/images/t3.jpg" data-lightbox="example-set"
data-title="音频编辑(Adobe Audition)">
<figure>
<img src="assets/images/t3.jpg" class="img-responsive" alt="" />
</figure>
</a>
</div>
</div>
</section>
<section id="content4" class="tab-content text-left">
<div class="d-grid grid-col-3">
<div class="product">
<a href="assets/images/waiting.png" data-lightbox="example-set"
data-title="[MethodBox] Waiting For You!!!">
<figure>
<img src="assets/images/waiting.png" class="img-responsive" alt="" />
</figure>
</a>
</div>
<div class="product">
<a href="assets/images/waiting.png" data-lightbox="example-set"
data-title="[MethodBox] Waiting For You!!!">
<figure>
<img src="assets/images/waiting.png" class="img-responsive" alt="" />
</figure>
</a>
</div>
<div class="product">
<a href="assets/images/waiting.png" data-lightbox="example-set"
data-title="[MethodBox] Waiting For You!!!">
<figure>
<img src="assets/images/waiting.png" class="img-responsive" alt="" />
</figure>
</a>
</div>
</div>
</section>
</div>
</div>
<!-- Products4 block -->
<hr/>
<div class="products-4" id="portfolio">
<!-- Products4 block -->
<div id="products4-block" class="text-center">
<div class="container">
<div class="heading text-center mx-auto mb-5">
<h3 class="head">方法盒子程序设计能力认证</h3>
<p class="my-3 head"> 当今,随着技术的普及,越来越多的游戏、软件等企划越来越多,对程序的需求也越多越多。<br/>
为更好地帮助企划进行程序审核,我们举办了<strong>方法盒子程序设计能力认证</strong>。<br/>
该认证分为两种形式,其中之一为每年举行两次的方法盒子程序设计能力认证联合考试
(MethodBox Programming Proficiency Certification Joint Exam,MPPCJE),通过后会
直接发放电子版证书,同时在网站上给予相应证明。企划可以直接按照该认证进行招收,也可以自行举办由MethodBox
支持的方法盒子程序组审核考试(MethodBox Program Group Review Exam,MPGRE),也就
是另一种认证考试方式,我们可以提供试题以及阅卷服务。<a href="/Services/Exam.html">点击此处详细了解</a></p>
</div>
</div>
</div>
</div>
</div>
</section>
<script src="assets/js/jquery-3.3.1.min.js"></script>
<script src="assets/js/lightbox-plus-jquery.min.js"></script>
<section class="services-12" id="experience">
<div class="form-12-content">
<div class="container">
<div class="grid grid-column-2 ">
<div class="column1">
<h3 class="mb-5">工作室经历(2020.4 至今)</h3>
<div class="experience-top">
<h5>2021.10 - 现在</h5>
<h4>方法盒子</h4>
<p class="my-3 text-white">虽然我们努力了却始终没有回报,但我认为虽然再艰难但坚持下去也是好的。我们又回来了,希望这次我们可以交上一份满意的答卷。</p>
</div>
<div class="experience-top">
<h5>2021.8 - 2021.9</h5>
<h4>极光工作室</h4>
<p class="my-3 text-white">因为几乎没有业绩,我们只能使用免费服务器,免费服务器供应商的跑路成为了压垮我们的最后一根稻草,<a href="https://www.jianshu.com/p/b50cb2daa6ad">方法盒子工作室关闭</a>。</p>
</div>
<div class="experience-top">
<h5>2020.11 - 2021.8</h5>
<h4>方法盒子</h4>
<p class="my-3 text-white">我们正式开始了一个综合室工作室的发展,但是屡战屡败,看着别人成功,自己失败,心里总不是个滋味。工作室里仅有的我一个人苦苦的支撑着。</p>
</div>
<div class="experience-top">
<h5>2020.4 - 2020.11</h5>
<h4>玩科光电</h4>
<p class="my-3 text-white">那段时光是我学习编程等知识的时光,我们遇到了等许多工作室与有着相同爱好的人,在这里我们终归有了一个我们后来方法盒子工作室的雏形。</p>
</div>
</div>
<div class="column2">
<h3 class="mb-5">工作室经历(2018.1-2020.2)</h3>
<div class="experience-top">
<h5>2019.2 - 2020.2</h5>
<h4>玩具世界</h4>
<p class="my-3 text-white">这个工作室开始初具雏形,不过它的初衷是一个围绕着我当时的《弟弟报》所展开的的工作室,搞到最后也不过只有两个人。</p>
</div>
<div class="experience-top">
<h5>2018.7 - 2019.1</h5>
<h4>疾光工作室</h4>
<p class="my-3 text-white">是的,名字很中二,这正是我在中二的年级成立的一个工作室,只不过这个工作室所做的工作跟现在的没有半毛钱关系,还只有我一个人。</p>
</div>
<div class="experience-top">
<h5>2018.3 - 2018.6</h5>
<h4>玩具世界</h4>
<p class="my-3 text-white">它的初衷并不是一个工作室,玩具世界最开始的功能是一个使用玩具管理我弟弟的系统,这里面存在着我们最开始的情怀。</p>
</div>
<div class="experience-top">
<h5>2018.1 - 2018.2</h5>
<h4>熔螈隧道</h4>
<p class="my-3 text-white">一切的一切,只不过这个所谓的“工作室”几乎啥也没干。其实回想起来我也会感觉很奇怪,当初为什么要起这么奇怪的名字呢?</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- grids block 5 -->
<section class="w3l-footer-29-main" id="footer">
<div class="footer-29 text-center">
<div class="container">
<div class="main-social-footer-29">
<a href="#facebook" class="facebook"><span class="fa fa-facebook"></span></a>
<a href="#twitter" class="twitter"><span class="fa fa-twitter"></span></a>
<a href="#instagram" class="instagram"><span class="fa fa-instagram"></span></a>
<a href="#google-plus" class="google-plus"><span class="fa fa-google-plus"></span></a>
<a href="#linkedin" class="linkedin"><span class="fa fa-linkedin"></span></a>
</div>
<div class="bottom-copies text-center">
<p class="copy-footer-29">
<a href="https://methodbox.top/index0.html">老版主页</a> 
<a href="https://methodbox.top/Services/newindex.html">老版的新版主页</a>
</p>
<p class="copy-footer-29">Friendship link:
<span>
<a href="https://2439905184.github.io/littlesandbox2/"> LittleSandBox-Studio</a>
</span>
<span> </span>
<span>
<a href="http://sl.lcmis.top/">LianChuang-Stduio</a>
</span>
</p>
<p class="copy-footer-29">Copyright © 2018-2023. MethodBox Studio Group, All rights reserved.</p>
</div>
</div>
</div>
<!-- move top -->
<button onclick="topFunction()" id="movetop" title="Go to top">
<span class="fa fa-angle-up"></span>
</button>
<script>
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function () {
scrollFunction()
};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
document.getElementById("movetop").style.display = "block";
} else {
document.getElementById("movetop").style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
<!-- /move top -->
</section>
<!-- // grids block 5 -->
<script src="assets/js/jquery-3.3.1.min.js"></script>
<!-- //footer-28 block -->
</section>
<script>
$(function () {
$('.navbar-toggler').click(function () {
$('body').toggleClass('noscroll');
})
});
</script>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="js/jquery-3.4.1.slim.min.js">
</script>
<script src="js/bootstrap.min.js">
</script>
<!-- Smooth scrolling -->
</body>
</html>
<!-- // grids block 5 -->