-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·651 lines (541 loc) · 26.3 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
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
<!DOCTYPE html>
<html lang="cn" dir="ltr" class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="maximum-scale=1.0,width=device-width,initial-scale=1.0,user-scalable=no">
<meta name="keywords" content="">
<meta name="description" content="">
<title>TecoStudio - 首页</title>
<meta name="description" content="TecoStudio,简称TECO,成立于2020.2.22,是一个以红石技术、生电技巧为主的全方面 Minecraft 综合小组。本小组开设有两个生电服务器,分别是 TecoCraft 内服 和 TecoEX 探索服 ,内服致力于探索 1.16.5 版本的红石技术,探索服致力于随版本更新并体验新特性。除此之外,TECO 小组是一个以游戏技巧(红石方向)和地图制作为主,综合服务器插件、联机教程和材质包等多个领域的综合性小组。" />
<meta name="keywords" content="TecoStudio,我的世界,我的世界服务器,MC服务器,生电服,红石服,TOC,TecoCraft,TecoEX,minecraft,红石,建筑,生存,新年小镇,胡桃矿坑,服内跨年,空置域" />
<link href="assets/css/bootstrap.min.css" rel="stylesheet" />
<link href="assets/css/style.css" rel="stylesheet" />
<link href="assets/css/nprogress.css" rel="stylesheet" />
<link rel="stylesheet" href="assets/css/nivo-slider.css" type="text/css" media="screen" />
<link rel="stylesheet" href="assets/css/default.css" type="text/css" media="screen" />
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.nivo.slider.pack.js"></script>
<script src="assets/js/nprogress.js"></script>
<!-- OpenGraph meta -->
<meta property="og:image" content="icon-180x180.png">
<meta property="og:title" content="">
<meta property="og:description" content="">
<!-- /OpenGraph meta -->
<!-- Favicon -->
<link rel="shortcut icon" href="assets/img/favicon.ico">
<!-- /Favicon -->
<script type="text/javascript">document.body.onfocus=function(){document.title="TecoStudio - 帝咕团队丨我的世界兴趣团队丨我的世界服务器丨国内生电服务器丨Minecraft服务器丨Minecraft生电服丨我的世界生电服"};document.body.onblur=function(){document.title="休息一下吧~"};</script>
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">
Toggle navigation
</span>
<span class="icon-bar">
</span>
<span class="icon-bar">
</span>
<span class="icon-bar">
</span>
</button>
<a class="navbar-brand" href="index.html">
<img src="assets/img/title.png" class="logo"/>
</a>
</div>
<div class="collapse navbar-collapse " id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav header-menu">
<li>
<a href="index.html">
首页
</a>
</li>
<li >
<a href="server.html">
服务器
</a>
</li>
<li >
<a href="member.html">
成员
</a>
</li>
<li >
<a href="https://space.bilibili.com/1387387251/article">
新闻
</a>
</li>
<li >
<a href="https://www.bilibili.com/medialist/detail/ml1543683651">
视频
</a>
</li>
<li >
<a href="http://live.bilibili.com/23422608">
直播间
</a>
</li>
<li >
<a href="https://bbs.tecostudio.cn">
论坛
</a>
</li>
</ul>
</div>
</div>
</nav>
<!--Start banner img-->
<!--End banner img-->
<!--主要内容 -->
<div class="wrapper">
<div class="col-md-12 post-container">
<h1 class="page-title">
</h1>
</div>
</div>
<div class="container mask-after">
<div class="wrapper">
<div class="col-md-12 post-container">
<h1 class="page-title">
<a href="server.html">TecoStudio</a>
</h1>
<div class="row">
<div class="col-md-12 post-container m-recommend-page">
<div class="row">
<div class="col-md-4">
<a href="https://lipiston-my.sharepoint.com/:f:/g/personal/lyofficial_lipiston_onmicrosoft_com/Eowu-yB0_H5BiJefTkYieDABxIYYU_BFlXCzo9xfMkEYsA?e=Zjugl2" class="thumbnail">
<img src="assets/images/photo/1.jpg" alt="封面1">
</a>
</div>
<div class="col-md-4">
<a href="https://lipiston-my.sharepoint.com/:f:/g/personal/lyofficial_lipiston_onmicrosoft_com/Eowu-yB0_H5BiJefTkYieDABxIYYU_BFlXCzo9xfMkEYsA?e=Zjugl2" class="thumbnail">
<img src="assets/images/photo/2.jpg" alt="封面2">
</a>
</div>
<div class="col-md-4">
<a href="https://lipiston-my.sharepoint.com/:f:/g/personal/lyofficial_lipiston_onmicrosoft_com/Eowu-yB0_H5BiJefTkYieDABxIYYU_BFlXCzo9xfMkEYsA?e=Zjugl2" class="thumbnail">
<img src="assets/images/photo/3.jpg" alt="封面3">
</a>
</div>
</div>
</div>
<span style="color:green"><b>「TecoStudio」</b></span>,简称<span style="color:green"><b>「TECO」</b></span> 成立于 2020.2.22 ,于 2022.7.22 在 MCBBS 上创立小组,是一个以红石技术、生电技巧为主的全方面 Minecraft 综合小组。<br>
本小组开设有两个生电服务器,分别是 <span style="color:green"><b>TecoCraft 内服</b></span> 和 <span style="color:red"><b>TecoEX 探索服</b></span> ,内服致力于探索 <b>1.16.5 </b>版本的<b>红石技术</b>,探索服致力于<b>随版本更新</b>并<b>体验新特性</b>。<br>
除此之外,TECO 小组是一个以<b>游戏技巧</b>(红石方向)和<b>地图制作</b>为主,综合<b>服务器插件</b>、<b>联机教程</b>和<b>材质包</b>等多个领域的综合性小组。
</div>
<div class="col-xs-6 text-right">
<a href="https://teco.coldregion.top/" class="btn btn-lg btn-squared btn-base text-uppercase">进入TECO论坛</a>
</div>
<div class="col-xs-6">
<a href="download.html" class="btn btn-lg btn-squared btn-base text-uppercase">进入下载站</a>
</div>
<span id="runtime_span" style="text-align:center;display:block;color:black;font-weight:bold;font-size:auto"></span>
</div>
</div>
</div>
<div class="wrapper">
<div class="col-md-12 post-container">
<h1 class="page-title">
<a href="about.html">关于TECO</a>
</h1>
<section id="features" class="section">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-4 icon-box reveal"
data-reveal-duration="400">
<span class="icon icon_lightbulb_alt"></span>
<div class="title text-dark">技术学园</div>
<div class="description">
作为以红石技术、生电研究为起点的团队,我们欢迎全世界优秀玩家加入我们,为遇到技术问题的成员答疑解惑。
</div>
</div>
<div class="col-xs-12 col-sm-4 icon-box reveal"
data-reveal-duration="400"
data-reveal-delay="200">
<span class="icon icon_desktop"></span>
<div class="title text-dark">探索世界</div>
<div class="description">
我们开放新版本探索服,进群(753761294)即可加入探索服。我们不定期从探索服中选取优秀成员吸收进入TecoCraft内服。
</div>
</div>
<div class="col-xs-12 col-sm-4 icon-box reveal"
data-reveal-duration="400"
data-reveal-delay="400">
<span class="icon icon_heart_alt"></span>
<div class="title text-dark">开放共享</div>
<div class="description">
我们开源插件,并为成员提供MC相关下载直通车,我们拍摄、录制高清的Minecraft图片、视频,并免费提供4K壁纸资源。
</div>
</div>
</div>
</div>
</section>
<div class="container mask-after">
<div class="row">
<div class="col-md-5">
<a href="https://www.bilibili.com/video/BV1La41127M9" class="thumbnail">
<img src="assets/img/yanhuo.png" alt="2years">
</a>
</div>
<div class="col-xs-12 col-sm-8 col-md-5 xs-mb reveal"
data-reveal-duration="700"
data-reveal-distance="30px">
<div class="h2 text-center pt no-margin text-white">【TECO二周年纪念】</div>
</div>
<div class="col-xs-12 col-sm-8 col-md-5 xs-mb reveal"
data-reveal-duration="700"
data-reveal-distance="30px">
<div class="h2 text-center pt no-margin text-white"><a href="https://www.bilibili.com/video/BV1La41127M9" >在MC中跨年 | TECO二周年纪念视频 TECO-Team 2 years Anniversary</a></div>
</div>
<div class="col-xs-12 col-sm-12 col-md-5 reveal"
data-reveal-duration="700"
data-reveal-distance="-30px">
<p class="mt">
TecoCraft服务器两周年生日快乐!2021年底我们开启了新的TecoEX探索服,在除夕跨年这一夜,我们聚集于此,共赏烟花!
</p>
</div>
</div>
<section id="video" class="section text-white bg-center-top bg-fixed mask mask-black xs-text-center"
style="background-image: url(assets/images/photo/VR.png)">
</div>
</section>
</div>
<div class="container mask-after">
<div class="col-md-12 post-container">
<h1 class="page-title">
<a href="https://teco.coldregion.top/">联系我们</a>
</h1>
<section id="links" class="section bg-center-top bg-fixed mask mask-black text-white"
style="background-image: url(assets/images/tis/desc.jpg)">
<div class="container mask-after">
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-3">
<div class="icon-box-squared reveal">
<div class="title"><a href=https://github.com/TecoStudio>我们的Github主页</a></div>
<div class="text">
你可以在这里找到我们的开源作品,如冻梨子材质包FPP等,欢迎下载使用。
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-3">
<div class="icon-box-squared reveal"
data-reveal-delay="300">
<div class="title"><a href=https://discord.gg/nGHvDz55bn>TecoStudio的Discord</a></div>
<div class="text">
加入面向国际的TecoStudio Discord,与国内外成员交流MC技术。
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-3">
<div class="icon-box-squared reveal"
data-reveal-delay="450">
<div class="title"><a href=https://qm.qq.com/cgi-bin/qm/qr?k=szsizaX-uVFYIfibk9bcgf_WFM5re4sN&jump_from=webapi>加入TecoStudio联机组外群</a></div>
<div class="text">
加入TecoStudio联机组外群,一起讨论、反馈!有机会参与服内活动!
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-3">
<div class="icon-box-squared reveal"
data-reveal-delay="600">
<div class="title"><a href=https://space.bilibili.com/1387387251>关注我们的B站账号</a></div>
<div class="text">
看看又有什么新视频吧
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<!--更多内容-->
<div class="row">
<div class="col-md-12">
<h2 class="page-title">
<a href="https://www.bilibili.com/medialist/detail/ml1543683651" title="">更多视频</a>
</h2>
</div>
</div>
<!--推荐观看-->
<div class="row">
<div class="row">
<div class="col-md-4">
<a href="https://www.bilibili.com/video/BV1La41127M9" class="thumbnail">
<img src="assets/img/yanhuo.png" alt="二周年">
</a>
</div>
<div class="col-md-4">
<a href="https://www.bilibili.com/video/BV1v64y1e7jw" class="thumbnail">
<img src="assets/img/500.png" alt="500日">
</a>
</div>
<div class="col-md-4">
<a href="https://www.bilibili.com/video/BV1oM4y157wj" class="thumbnail">
<img src="assets/img/hutao.png" alt="胡桃">
</a>
</div>
</div>
<div class="row">
<div class="col-md-4">
<a href="https://www.bilibili.com/video/BV1Gb4y1b7mK" class="thumbnail">
<img src="assets/img/xuehongshi.png" alt="学红石">
</a>
</div>
<div class="col-md-4">
<a href="https://www.bilibili.com/video/BV1B3411176N" class="thumbnail">
<img src="assets/img/MineWave.png" alt="MV">
</a>
</div>
<div class="col-md-4">
<a href="https://www.bilibili.com/video/BV1CU4y1j7g7" class="thumbnail">
<img src="assets/img/qichaung.png" alt="起床">
</a>
</div>
</div>
</div>
<div class="wrapper">
<div class="">
<h1 class="page-title">
<a href="https://space.bilibili.com/1387387251/article">TecoStudio新闻</a>
</h1>
<!--文章-->
<div class="row">
<div class="col-md-12 post-container">
<h2 class="post-title">
<a href="https://www.bilibili.com/read/cv20902546" title="">TecoEX 探索服开放计划</a>
</h2>
<div class="meta-box">
<span class="m-post-date">
<i class="fa fa-calendar-o">
</i>
2023-1-1
</span>
<span class="comments-link">
<a href="" class="ds-thread-count" data-thread-key="9500" title="TecoEX探索服">
<i class="fa fa-comments-o">
</i>
留言
</a>
</span>
</div>
<div class="post-content">
<p>
我们放开了 TecoEX 探索服,想要加入,只需申请加群,上报游戏 ID 即可开始游玩!
<a href="https://www.bilibili.com/read/cv20902546">
前往查看详细
</a>
</p>
</div>
<div class="meta-box">
<span class="cat-links">
<i class="fa fa-navicon">
</i>
<b>
分类:
</b>
<a href="https://www.bilibili.com/read/readlist/rl441460">
TecoStudio史
</a>
</span>
<span class="tag-links">
<i class="fa fa-tags">
</i>
<b>
作者:
</b>
<a href="https://space.bilibili.com/360974141" rel="tag">
冷域LYOfficial
</a>
</span>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 post-container">
<h2 class="post-title">
<a href="https://www.bilibili.com/read/cv12295858" title="">TecoStudio简介&小组分配&服务器申请相关公告</a>
</h2>
<div class="meta-box">
<span class="m-post-date">
<i class="fa fa-calendar-o">
</i>
2022-11-5
</span>
<span class="comments-link">
<a href="" class="ds-thread-count" data-thread-key="9500" title="TecoStudio简介&小组分配&服务器申请相关公告">
<i class="fa fa-comments-o">
</i>
留言
</a>
</span>
</div>
<div class="post-content">
<p>
正值 TECO( 原 TGIM )组织成立将要 1000 日之际,管理组决定成立 TecoStudio ,放开视野,涉足更多领域,广招人才!
<a href="https://www.bilibili.com/read/cv19543638">
前往查看详细
</a>
</p>
</div>
<div class="meta-box">
<span class="cat-links">
<i class="fa fa-navicon">
</i>
<b>
分类:
</b>
<a href="https://www.bilibili.com/read/readlist/rl441460">
TecoStudio史
</a>
</span>
<span class="tag-links">
<i class="fa fa-tags">
</i>
<b>
作者:
</b>
<a href="https://space.bilibili.com/360974141" rel="tag">
冷域LYOfficial
</a>
</span>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 post-container">
<h2 class="post-title">
<a href="https://www.bilibili.com/read/cv14090103/" title="">【TECO 论坛全面升级的通知】</a>
</h2>
<div class="meta-box">
<span class="m-post-date">
<i class="fa fa-calendar-o">
</i>
2022-8-12
</span>
<span class="comments-link">
<a href="" class="ds-thread-count" data-thread-key="9500" title="TecoEX探索服">
<i class="fa fa-comments-o">
</i>
留言
</a>
</span>
</div>
<div class="post-content">
<p>
经过一系列调整,我们的 TECO 论坛已经完成了全面升级!
<a href="https://www.bilibili.com/read/cv18070521">
前往查看详细
</a>
</p>
</div>
<div class="meta-box">
<span class="cat-links">
<i class="fa fa-navicon">
</i>
<b>
分类:
</b>
<a href="https://www.bilibili.com/read/readlist/rl441460">
TecoStudio史
</a>
</span>
<span class="tag-links">
<i class="fa fa-tags">
</i>
<b>
作者:
</b>
<a href="https://space.bilibili.com/360974141" rel="tag">
冷域LYOfficial
</a>
</span>
</div>
</div>
</div>
<div class="wrapper">
<div class="col-md-12 post-container">
<h1 class="page-title">
<a href="reward.html" rel="tag">
打赏
</a>
</h1>
<table>
<tbody>
<div class="col-md-2">
<a href="reward.html" class="thumbnail">
<img src="assets/img/money.jpeg" alt="打赏">
</a>
</div>
<tr><td style="text-align: center">感谢您能看到这里</td></tr>
<tr><td style="text-align: center">这个网站的制作和维护是一件麻烦的事情</td></tr>
<tr><td style="text-align: center">我们还需要支付服务器和域名等各种费用</td></tr>
<tr><td style="text-align: center">如果您觉得我们的官网很不错的话</td></tr>
<tr><td style="text-align: center">请多多支持我们吧</td></tr>
<tr><td style="text-align: center">←←←点击左侧图片进行打赏</td></tr>
<tr><td style="text-align: center">←←←点击左侧图片进行打赏</td></tr> </tbody>
</table>
</div>
</div>
<!-- 网站底部 -->
<h3 id="联系我们"><img src="https://ooo.0o0.ooo/2018/04/15/5ad356e93e3e3.png" alt="5_con" />联系我们</h3>
<p>网站正在不断完善,您可以在底部评论留言,留下足迹,我会多多采纳您宝贵的意见。感谢您对本网站的支持!</p>
<footer>
<!--版权信息-->
<div class="copyright">
Copyright ©2020-2022 <a href="https://www.coldregion.top/" target="_blank" style="color:blue">冷域ColdRegion</a> All Rights Reserved.<a href="http://beian.miit.gov.cn/" target="_blank" style="color:blue"> 鲁ICP备2022009633号-2</a>
</div>
</footer>
</div>
<!-- 运行时间js -->
<script type="text/javascript">
function show_runtime() {
window.setTimeout("show_runtime()", 1000);
X = new
Date("2/22/2020 16:00:00");
Y = new Date();
T = (Y.getTime() - X.getTime());
M = 24 * 60 * 60 * 1000;
a = T / M;
A = Math.floor(a);
b = (a - A) * 24;
B = Math.floor(b);
c = (b - B) * 60;
C = Math.floor((b - B) * 60);
D = Math.floor((c - C) * 60);
runtime_span.innerHTML = "TECO组织成立至今累计:"+A + "天" + B + "小时" + C + "分" + D + "秒"
}
show_runtime();
</script>
</script>
<!--CSS From Header-->
<script src="assets/js/bootstrap.min.js"></script>
<script>
/*banner 初始化*/
$(window).load(function() {
$('#slider').nivoSlider({
effect: 'random', // 过渡效果
controlNav: false, // 是否显示图片导航控制按钮(,2,3... )
pauseOnHover: true, // 鼠标县浮时是否停止动画
manualAdvance: false, // 是否手动切换
animSpeed: 100, // 图片过渡时间
pauseTime: 2000, // 图片显示时间
pauseOnHover: false,
manualAdvance: false,
});
});
$(document).ready(function(){
$('body').show();
$('.version').text(NProgress.version);
NProgress.start();
setTimeout(function() { NProgress.done(); $('.fade').removeClass('out'); }, 1000);
})
</script>
</div>
</body>
</html>