-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
599 lines (500 loc) · 23.8 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
<!--
-----
/
--!>
<!doctype html>
<html lang="zh">
<head>
<!-- 引入 -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>jiahewu-主页</title>
<meta name="baidu-site-verification" content="codeva-mkHyMmSnVS" />
<!-- 引入CSS -->
<link rel="stylesheet" href="assets/css/style-liberty.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<style>
@font-face {
font-family: Minecraft;
src: url(https://www.tatysmp.love/assets/fonts/Minecraft.ttf);
}
</style>
</head>
<body>
<!--header-->
<header id="site-header" class="fixed-top">
<div class="container">
<nav class="navbar navbar-expand-lg stroke">
<h1>
<a class="navbar-brand" href="index.html">
jiahewu
</a>
</h1>
<button class="navbar-toggler collapsed bg-gradient" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarTogglerDemo02" aria-controls="navbarTogglerDemo02" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon fa icon-expand fa-bars"></span>
<span class="navbar-toggler-icon fa icon-close fa-times"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav ms-lg-auto align-items-center">
<li class="nav-item active">
<a class="nav-link" href="index.html">首页 <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="banplayerlist.html">封神榜</a>
</li>
<li class="nav-item">
<a class="nav-link" href="art.html">画廊</a>
</li>
<li class="nav-item">
<a class="nav-link dropdown-toggle" href="#url" id="navbarDropdown" role="button"
data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
动态 <span class="fas fa-angle-down"></span>
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="Server-updatalog.html">服务器更新动态</a>
<a class="dropdown-item" href="https://space.bilibili.com/1948683316/dynamic">服主B站动态</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link dropdown-toggle" href="#url" id="navbarDropdown" role="button"
data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
帮助中心 <span class="fas fa-angle-down"></span>
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="BEhelp.html">基岩版加入服务器等问题</a>
<a class="dropdown-item" href="JEhelp.html">Java版加入服务器等问题</a>
<a class="dropdown-item" href="otherhelp.html">其他问题</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="https://docs.qq.com/form/page/DTHVxVnhjQ2Vld0xI">反馈服务器bug</a>
</li>
<li class="nav-item">
<a class="nav-link" href="resource.html">资源下载站</a>
</li>
</ul>
</div>
<!-- 搜索 -->
<ul class="cd-header-buttons px-lg-2">
<li>
<a class="cd-search-trigger" src="assets/images/ui/search.png">
<span></span>
</a>
</li>
</ul>
<div id="cd-search" class="cd-search">
<form action="#url" method="post">
<input name="Search" type="search" placeholder="输入关键词以搜索[该功能没做好!!]">
</form>
</div>
<!--搜索-->
<div class="cont-ser-position">
<nav class="navigation">
<div class="theme-switch-wrapper">
<label class="theme-switch" for="checkbox">
<input type="checkbox" id="checkbox">
<div class="mode-container">
<i class="gg-sun"></i>
<i class="gg-moon"></i>
</div>
</label>
</div>
</nav>
</div>
</nav>
</div>
</header>
<!--好耶我是注释-->
<!-- 114514 -->
<section id="home" class="w3l-banner pt-5">
<div class="container pt-lg-5 pt-md-4">
<div class="row pt-lg-5 pt-4">
<div class="col-lg-7 banner-info-grid pt-lg-0 pt-5">
<h1 class="<mb-3">欢迎访问jiahewu by TAT!</h1>
<h3 class="mb-4"> <span class="typed-text"></span><span class="cursor"> </span> </h3>
<!--随机?不!是顺序-->
<div style="font-mc">
<script language="JavaScript">
<!-- Hide
var a = Math.random() + ""
var rand1 = a.charAt(5)
quotes = new Array
quotes[1] = '服务器的生日是3/31号'
quotes[2] = '屑服主又在摸鱼'
quotes[3] = '我好看吗'
quotes[4] = '你疯狂刷新就是为了看我?呜呜呜好感动'
quotes[5] = '好耶!'
quotes[6] = '你知道吗?我不知道'
quotes[7] = '服主居然是个16岁的小学生???'
quotes[8] = '你知道吗?腐竹是服主的谐音'
quotes[9] = '据说在11/12号粘液科技指南上会多出个生日蛋糕配方?'
quotes[0] = '感谢您选择jiahewu'
var quote = quotes[rand1]
</script>
<script language="JavaScript">
document.write(quote)
</script>
</div>
<a class="btn btn-primary btn-style mt-5 me-2" href="https://qm.qq.com/cgi-bin/qm/qr?k=RzDI6wk_P2kEU2IIub4RbPevnB0bLQ4_&jump_from=webapi&authKey=qKrU9FLrmUeNAtsqdOlKPlA4NjWBQXtim3s/rgugRGqQiR4L5MnhZeLtKIol1Etf"> 加入QQ群 </a>
<a class="btn btn-primary btn-style mt-5 me-2" href="https://afdian.net/a/jiahewu"> 服务器商城 </a>
<div>
<a class="w3l-title-breadcrumb">↓下滑还有↓</a>
</div>
</div>
<div class="col-lg-5 text-lg-end my-image mt-lg-0 mt-4">
<img src="assets/images/gif/steve-minecraft.gif" class="img-fluid" />
</div>
</div>
</div>
</section>
<!-- 按钮 -->
<!-- 公告-->
<section class="w3l-whychooseus pt-5" id="about1">
<div class="container pt-lg-0 pt-md-4 pt-2">
<div class="row align-items-center">
<div class="row two-grids">
<div class="col-sm-6 grids_info d-flex">
<div class="detail ms-3">
<h4 class="w3l-title-main mb-2">公告|2023.8.10</h4>
<p>
《我的世界:故事模式》其中角色Ivor配音者"保罗·雷宾斯"因癌症去世。享年70岁 | <a href="https://www.bilibili.com/video/BV1Cj411z77k/?spm_id_from=333.337.search-card.all.click&vd_source=e166e27bee9e089d3652fe8efd1f3242">>相关链接</a><br>
一路走好 感谢"保罗·雷宾斯"为我的童年游戏做出贡献<br>
为纪念“保罗·雷宾斯" 我给大家的邮箱发送了纪念包<br>
---隔壁的TATySMP服主
</p>
</div>
</div>
<div class="col-lg-5 ps-lg-5 my-image mt-lg-0 mt-4">
<h4 class="w3l-title-main mb-2">服务器状态</h4>
<a>↓点击即可查询详细信息↓</a>
<a href="http://47.97.110.30:3001/status"><img src="https://www.fansmc.com/banner/2140/small"></a>
<a class="btn btn-primary btn-style mt-5 me-2" href="minecraft:?addExternalServer=jiahewu服务器|mc.jiahewufwq.space:19132">一键启动基岩版并添加服务器</a>
</div>
<!-- 公告-->
<!-- About Section-->
<section class="w3l-about py-5" id="about">
<div class="container py-md-5 py-2">
<div class="row w3l-row">
<h3 class="w3l-title-main mb-2">服务器简介QWQ</h3>
<div class="col-lg-5 my-image pe-lg-5 mb-lg-0 mb-md-5 mb-4">
<img src="assets/images/about/2.png" alt="" class="img-fluid">
</div>
<div class="col-lg-7 w3l-about-info px-lg-4 align-center">
<h6 class="w3l-title-small mb-1">2023/7/15 日</h6>
<h3 class="w3l-title-main mb-2">JE/BE互通</h3>
<p class="my-4 pe-lg-5">Java和基岩版联机不再是梦!”</p>
<div class="my-info mt-4">
<p> 现已支持BE"1.19.80~1.20.12"!进入本服前务必在"设置→视频→UI档案"处把携带版改成经典!否则你会看到很多奇怪的东西</p>
</div>
</div>
</div>
</div>
</section>
<section class="w3l-about py-5" id="about">
<div class="container py-md-5 py-2">
<div class="row w3l-row">
<div class="col-lg-5 my-image pe-lg-5 mb-lg-0 mb-md-5 mb-4">
<img src="assets/images/about/1.png" alt="" class="img-fluid">
</div>
<div class="col-lg-7 w3l-about-info px-lg-4 align-center">
<h6 class="w3l-title-small mb-1">2023/6/21 日</h6>
<h3 class="w3l-title-main mb-2">打腐竹!!!</h3>
<p class="my-4 pe-lg-5">坐标: 主城→“闲逛的腐竹”</p>
<div class="my-info mt-4">
<p> 你是否还在为解锁粘液科技里的东西不够经验而苦恼?不妨试试腐竹,听说能掉经验呐</p>
</div>
</div>
</div>
</div>
</section>
<section class="w3l-about py-5" id="about">
<div class="container py-md-5 py-2">
<div class="row w3l-row">
<div class="col-lg-5 my-image pe-lg-5 mb-lg-0 mb-md-5 mb-4">
<img src="assets/images/about/4.png" alt="" class="img-fluid">
</div>
<div class="col-lg-7 w3l-about-info px-lg-4 align-center">
<h6 class="w3l-title-small mb-1">2023/6/29 日</h6>
<h3 class="w3l-title-main mb-2">GUI菜单</h3>
<p class="my-4 pe-lg-5">输入指令/menu</p>
<div class="my-info mt-4">
<p> 菜单包含必备功能!</p>
</div>
</div>
</div>
</div>
</section>
<section class="w3l-about py-5" id="about">
<div class="container py-md-5 py-2">
<div class="row w3l-row">
<div class="col-lg-5 my-image pe-lg-5 mb-lg-0 mb-md-5 mb-4">
<img src="assets/images/about/5.png" alt="" class="img-fluid">
</div>
<div class="col-lg-7 w3l-about-info px-lg-4 align-center">
<h6 class="w3l-title-small mb-1">2023/6/29 日</h6>
<h3 class="w3l-title-main mb-2">签到系统</h3>
<p class="my-4 pe-lg-5">菜单→签到</p>
<div class="my-info mt-4">
<p> 美好的一天从签到开始!每天都有“丰厚”的奖励!</p>
</div>
</div>
</div>
</div>
</section>
<section class="w3l-about py-5" id="about">
<div class="container py-md-5 py-2">
<div class="row w3l-row">
<div class="col-lg-5 my-image pe-lg-5 mb-lg-0 mb-md-5 mb-4">
<img src="assets/images/about/6.png" alt="" class="img-fluid">
</div>
<div class="col-lg-7 w3l-about-info px-lg-4 align-center">
<h6 class="w3l-title-small mb-1">2023/7/23 日</h6>
<h3 class="w3l-title-main mb-2">副本玩法</h3>
<p class="my-4 pe-lg-5">想和朋友一起打副本吗?</p>
<div class="my-info mt-4">
<p> 超级副本,超多奖励,超级好玩~</p>
</div>
</div>
</div>
</div>
</section>
<section class="w3l-about py-5" id="about">
<div class="container py-md-5 py-2">
<div class="row w3l-row">
<div class="col-lg-5 my-image pe-lg-5 mb-lg-0 mb-md-5 mb-4">
<img src="assets/images/about/8.png" alt="" class="img-fluid">
</div>
<div class="col-lg-7 w3l-about-info px-lg-4 align-center">
<h6 class="w3l-title-small mb-1">2023/6/29 日</h6>
<h3 class="w3l-title-main mb-2">粘液科技</h3>
<p class="my-4 pe-lg-5">一个科技类玩法</p>
<div class="my-info mt-4">
<p> 粘液科技给你带来mod般的体验!现已把纹理包移植到了基岩版。<a href=“https://slimefun-wiki.guizhanss.cn/”>粘液科技中文wiki</a></p>
</div>
</div>
</div>
</div>
</section>
<section class="w3l-about py-5" id="about">
<div class="container py-md-5 py-2">
<div class="row w3l-row">
<div class="col-lg-5 my-image pe-lg-5 mb-lg-0 mb-md-5 mb-4">
<img src="assets/images/about/10.png" alt="" class="img-fluid">
</div>
<div class="col-lg-7 w3l-about-info px-lg-4 align-center">
<h6 class="w3l-title-small mb-1">2023/8/1 日</h6>
<h3 class="w3l-title-main mb-2">精英怪</h3>
<p class="my-4 pe-lg-5">想要挑战更难的怪物?</p>
<div class="my-info mt-4">
<p> 加入公会!打败精英怪获得精英装备!</p>
</div>
</div>
</div>
</div>
</section>
<section class="w3l-about py-5" id="about">
<div class="container py-md-5 py-2">
<div class="row w3l-row">
<div class="col-lg-5 my-image pe-lg-5 mb-lg-0 mb-md-5 mb-4">
<img src="assets/images/about/11.png" alt="" class="img-fluid">
</div>
<div class="col-lg-7 w3l-about-info px-lg-4 align-center">
<h6 class="w3l-title-small mb-1">2023/8/2 日</h6>
<h3 class="w3l-title-main mb-2">派对小游戏</h3>
<p class="my-4 pe-lg-5">只知道上服收割小麦就下线了?不妨来试试小游戏吧!</p>
<div class="my-info mt-4">
<p> 在菜单中进入小游戏大厅!</p>
</div>
</div>
</div>
</div>
</section>
<section class="w3l-about py-5" id="about">
<div class="container py-md-5 py-2">
<div class="row w3l-row">
<div class="col-lg-5 my-image pe-lg-5 mb-lg-0 mb-md-5 mb-4">
<img src="assets/images/about/12.png" alt="" class="img-fluid">
</div>
<div class="col-lg-7 w3l-about-info px-lg-4 align-center">
<h6 class="w3l-title-small mb-1">2023/8/5 日</h6>
<h3 class="w3l-title-main mb-2">沙漠求生</h3>
<p class="my-4 pe-lg-5">在沙漠中求生!</p>
<div class="my-info mt-4">
<p> 极限,刺激</p>
</div>
</div>
</div>
</div>
</section>
<div class="text-align: center; width: 500px; border: green solid 1px;">
<a href="https://www.minecraft.net"><img style="margin: 0 auto;max-width:80%;overflow:hidden;" src="assets/images/ui/title.png"/></a>
</div>
<!--暂时弃用
<div class="web_notice" style="position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.3);z-index: 99999;">
<div style="position: fixed;top: 50%;left: 50%;width: 550px;background: #FFF;transform: translate(-50%, -50%);border-radius: 40px;padding: 50px 40px;">
<h3 style="font-weight: bold;text-align: center;font-size: 30px;">通知</h3>
<div style="font-size: 16px;margin-top: 26px;line-height: 30px;color: #999;">
TATySMP二周年即将到来!<br>为了庆祝二周年到来服主正在举办活动哦~</div><a style="display: block;background: #007e6a;color: #FFF;text-align: center;font-weight: bold;font-size: 19px;line-height: 60px;margin: 0 auto;margin-top: 45px;border-radius: 32px;width: 80%;" onclick="javascript:document.querySelector('.web_notice').remove()">确认</a>
</div>
</div>
--!>
<!-- Js scripts -->
<!-- move top -->
<button onclick="topFunction()" id="movetop" title="按我回到顶部">
<span class="fas fa-level-up-alt" aria-hidden="true"></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 -->
<!-- common jquery plugin -->
<script src="assets/js/jquery-3.3.1.min.js"></script>
<!-- //common jquery plugin -->
<!-- theme switch js (light and dark)-->
<script src="assets/js/theme-change.js"></script>
<!-- //theme switch js (light and dark)-->
<!--search-bar-->
<script src="assets/js/search.js"></script>
<!--//search-bar-->
<!--/stats-number-counter-->
<script src="assets/js/jquery.waypoints.min.js"></script>
<script src="assets/js/jquery.countup.js"></script>
<script>
$('.counter').countUp();
</script>
<!--//stats-number-counter-->
<!--/owlcarousel-->
<script src="assets/js/owl.carousel.js"></script>
<!-- //brands-->
<script>
$(document).ready(function() {
$("#owl-demo").owlCarousel({
loop: true,
autoplay: true,
autoplaySpeed: 1500,
nav: false,
responsiveClass: true,
responsive: {
0: {
items: 2,
nav: false
},
568: {
items: 3,
nav: false
},
768: {
items: 4,
nav: false
}
}
})
})
</script>
<!-- //brands-->
<!-- /typig-text-->
<script>
const typedTextSpan = document.querySelector(".typed-text");
const cursorSpan = document.querySelector(".cursor");
const textArray = ["(* ̄3 ̄)╭", "jiahewu!", "(′д`σ)σ", "(。・∀・)ノ゙嗨"];
const typingDelay = 200;
const erasingDelay = 100;
const newTextDelay = 500; // Delay between current and next text
let textArrayIndex = 0;
let charIndex = 0;
function type() {
if (charIndex < textArray[textArrayIndex].length) {
if (!cursorSpan.classList.contains("typing")) cursorSpan.classList.add("typing");
typedTextSpan.textContent += textArray[textArrayIndex].charAt(charIndex);
charIndex++;
setTimeout(type, typingDelay);
} else {
cursorSpan.classList.remove("typing");
setTimeout(erase, newTextDelay);
}
}
function erase() {
if (charIndex > 0) {
// add class 'typing' if there's none
if (!cursorSpan.classList.contains("typing")) {
cursorSpan.classList.add("typing");
}
typedTextSpan.textContent = textArray[textArrayIndex].substring(0, 0);
charIndex--;
setTimeout(erase, erasingDelay);
} else {
cursorSpan.classList.remove("typing");
textArrayIndex++;
if (textArrayIndex >= textArray.length) textArrayIndex = 0;
setTimeout(type, typingDelay);
}
}
document.addEventListener("DOMContentLoaded", function () { // On DOM Load initiate the effect
if (textArray.length) setTimeout(type, newTextDelay + 250);
});
</script>
<!-- //typig-text-->
<!-- jQuery-Photo-filter-lightbox-portfolio-plugin -->
<script src="assets/js/jquery-1.7.2.js"></script>
<script src="assets/js/jquery.quicksand.js"></script>
<script src="assets/js/script.js"></script>
<script src="assets/js/jquery.prettyPhoto.js"></script>
<!-- //jQuery-Photo-filter-lightbox-portfolio-plugin -->
<!-- MENU-JS -->
<script>
$(window).on("scroll", function () {
var scroll = $(window).scrollTop();
if (scroll >= 80) {
$("#site-header").addClass("nav-fixed");
} else {
$("#site-header").removeClass("nav-fixed");
}
});
//Main navigation Active Class Add Remove
$(".navbar-toggler").on("click", function () {
$("header").toggleClass("active");
});
$(document).on("ready", function () {
if ($(window).width() > 991) {
$("header").removeClass("active");
}
$(window).on("resize", function () {
if ($(window).width() > 991) {
$("header").removeClass("active");
}
});
});
</script>
<!-- //MENU-JS -->
<!-- disable body scroll which navbar is in active -->
<script>
$(function () {
$('.navbar-toggler').click(function () {
$('body').toggleClass('noscroll');
})
});
</script>
<!-- //disable body scroll which navbar is in active -->
<!--bootstrap-->
<script src="assets/js/bootstrap.min.js"></script>
<!-- //bootstrap-->
<!-- //Js scripts -->
</body>
</html>