-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
276 lines (276 loc) · 16.4 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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta http-equiv="x-ua-compatible" content="ie=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>萤火盛夏</title>
<link rel="shortcut icon" href="/public/img/Glowstone_JE4_BE2.webp">
<!--STYLE-->
<link rel="stylesheet" href="/public/css/global_define.css">
<link rel="stylesheet" href="/resources/index/indexcss.css">
<!--SCRIPT-->
<script async src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script>
</head>
<body>
<main>
<header class="PCheader">
<div class="headerContainer">
<div>
<a href="/index.html"><img src="/public/img/taemluciole_logo_row.png" alt="" title="回到主页"></a>
</div>
<div class="headerSelection">
<ul>
<li>
<a href="#MCserver">Minecraft 服务器</a>
</li>
<li>
<a href="#project">Minecraft 相关内容</a>
</li>
<li>
<a href="#blockUs">关于我们</a>
</li>
</ul>
</div>
</header>
<header class="mobileHeader">
<div>
<a href="/index.html"><img src="/public/img/taemluciole_logo_row.png" alt=""></a>
</div>
<input type="checkbox" name="" id="toggler">
<label for="toggler">
<div class="hamburgerContainer">
<span></span>
<span></span>
</div>
</label>
<div class="nav-items">
<ul>
<li>
<a href="/minecraft/MCserver/server-index.html">Minecraft 服务器</a>
</li>
<li>
<a href="/minecraft/minecraft-index.html">Minecraft 相关内容</a>
</li>
<li>
<a href="/works/aboutUs.html">关于我们</a>
</li>
</ul>
</div>
</header>
<div class="center">
<div class="headBlock">
<div class="headIntro">
<img src="public/img/taemluciole_logo_column.png" alt="" srcset="">
<div class="headText">
<h1 class="display-2">欢迎访问</h1>
<h2>萤火盛夏团队的官方网站</h2>
<h2>\( ̄︶ ̄*\))</h2>
</div>
</div>
</div>
<div class="blockCountainer" id="MCserver">
<div class="block , blockMcServer">
<div class="innerBlock">
<div class="leftPart">
<h1>Minecraft 服务器:ER2</h1>
<p>ER2(EasyRedstone2)是一个成立于2022年8月22日的生电向服务器,目前基础设施均已发展完善,物资较为充足。</p>
</div>
<div class="buttonContainer">
<a class="button" href="/minecraft/MCserver/server-index.html">服务器,启动!</a>
</div>
</div>
</div>
<div class="mobileText">
<div class="innerBlock">
<div class="leftPart">
<h1>MC 服务器:ER2</h1>
<p>ER2(EasyRedstone2)是一个成立于2022年8月22日的生电向服务器,目前基础设施均已发展完善,物资较为充足。</p>
</div>
<div class="buttonContainer">
<a class="button" href="/minecraft/MCserver/server-index.html">服务器,启动!</a>
</div>
</div>
</div>
</div>
<div class="blockContainer" id="project">
<div class="block , blockPjModsIntro">
<div class="shadowMask">
<div class="innerBlock_inMask">
<div class="rightpart">
<h1>Minecraft 相关内容</h1>
<p>萤火盛夏的大部分创作内容都是围绕着Minecraft(我的世界)展开的。我们会持续创作,给大家带来有趣、实用的相关内容。点击下方按钮,可浏览由我们提供的MC相关资源。</p>
</div>
<div class="buttonContainer">
<a class="button" href="minecraft/minecraft-index.html">浏览相关资源</a>
</div>
</div>
</div>
</div>
<div class="mobileText">
<div class="innerBlock">
<div class="rightpart">
<h1>Minecraft相关内容</h1>
<p>我的世界模组介绍是萤火盛夏目前的主要项目。我们会持续给大家带来准确、可信的内容,优化模组介绍系列视频的观感。</p>
</div>
<div class="buttonContainer">
<a class="button" href="minecraft/minecraft-index.html">浏览相关资源</a>
</div>
</div>
</div>
</div>
<div class="blockCountainer" id="blockUs">
<div class="block , blockUs">
<div class="innerBlock">
<div class="leftPart">
<h1>关于我们</h1>
<p>萤火盛夏是一个以Minecraft内容为主的内容创作团队,同时也创作其他各种类型的内容,如动画(手书、MAD)、鬼畜等。</p>
</div>
<div class="buttonContainer">
<a class="button" href="/works/aboutUs.html">了解更多 & 加入我们</a>
</div>
</div>
</div>
<div class="mobileText">
<div class="innerBlock">
<div class="leftPart">
<h1>关于我们</h1>
<p>萤火盛夏是一个以创作内容的团队</p>
</div>
<div class="buttonContainer">
<a class="button" href="/works/aboutUs.html">了解更多 & 加入我们</a>
</div>
</div>
</div>
<div class="pc" style="background-color: var(--body-2);">
<div class="projBlock">
<div class="ourProject">
<li class="projectContainer" style="background-image: url(./resources/img/15minMods_ep01.png);background-size: cover;">
<div class="projectName">
<h3>我的世界模组介绍</h3>
</div>
</li>
<li class="projectContainer">
<div class="projectName">
<h3>我的世界系列教程</h3>
</div>
</li>
<li class="projectContainer">
<div class="projectName">
<h3>我的世界动画</h3>
</div>
</li>
<li class="projectContainer">
<div class="projectName">
<h3>我爱发冥·赤石科技</h3>
</div>
</li>
</div>
<a href="http://" class="projBtn">了解更多</a>
</div>
</div>
<div class="mobile" style="background-color: var(--body-2);">
<div class="projBlock">
<div class="ourProject">
<div class="bundle">
<li class="projectContainer" style="background-image: url(./resources/img/15minMods_ep01.png);background-size: cover;">
<div class="projectName">
<h3>我的世界模组介绍</h3>
</div>
</li>
<li class="projectContainer">
<div class="projectName">
<h3>我的世界系列教程</h3>
</div>
</li>
</div>
<div class="bundle">
<li class="projectContainer">
<div class="projectName">
<h3>我的世界动画</h3>
</div>
</li>
<li class="projectContainer">
<div class="projectName">
<h3>我爱发冥·赤石科技</h3>
</div>
</li>
</div>
</div>
<a href="http://" class="projBtn">了解更多</a>
</div>
</div>
</div>
</div>
<!--FOOTER-->
<footer>
<div class="footerContainer">
<!--LINKS-->
<div class="links">
<div class="itemContainer">
<ul class="footerItems_row">
<li class="item , itemTitle"><a href="">合作</a></li>
<li class="item"><a href="developer.html">了解我们</a></li>
<li class="item"><a href="">加入我们</a></li>
<li class="item"><a href="">向我们反馈</a></li>
</ul>
<ul class="footerItems_row">
<li class="item , itemTitle"><a href="">帮助&工具</a></li>
<li class="item"><a href="/works/works-index.html">资源中心</a></li>
<li class="item"><a href="">文件下载</a></li>
<li class="item"><a href="">内部资料</a></li>
</ul>
<ul class="footerItems_row">
<li class="item , itemTitle"><a href="">其他</a></li>
<li class="item"><a href="">爱发电</a></li>
<li class="item"><a href="">友情链接</a></li>
<li class="item"><a href="">向阳频道</a></li>
</ul>
</div>
</div>
<!--TEXTS-->
<div class="info">
<div class="infoContainer">
<ul class="footerItems_row">
<li>欢迎您的来访!ヾ(≧▽≦*)o</li>
</ul>
<ul class="footerItems_row">
<li>
<span id="busuanzi_container_site_uv">
本站访客数
<span id="busuanzi_value_site_uv"></span>
人次
</span>
</li>
</ul>
<ul class="footerItems_row">
<li class="footer-item-info"><a href=""></a></li>
<li class="footer-item-info"></li>
<li class="footer-item-info"><a></a></li>
</ul>
<div class="webLinks">
<ul>
<p class="itemTitle">在社交媒体关注我们</p>
<span>
<li class="Bilibili-link" onclick="window.open('https://space.bilibili.com/3493263021443433','_self')">
<svg t="1642932213543" class="icon" viewBox="0 0 1129 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2343" width="40" height="40"><path d="M234.909 9.656a80.468 80.468 0 0 1 68.398 0 167.374 167.374 0 0 1 41.843 30.578l160.937 140.82h115.07l160.936-140.82a168.983 168.983 0 0 1 41.843-30.578A80.468 80.468 0 0 1 930.96 76.445a80.468 80.468 0 0 1-17.703 53.914 449.818 449.818 0 0 1-35.406 32.187 232.553 232.553 0 0 1-22.531 18.508h100.585a170.593 170.593 0 0 1 118.289 53.109 171.397 171.397 0 0 1 53.914 118.288v462.693a325.897 325.897 0 0 1-4.024 70.007 178.64 178.64 0 0 1-80.468 112.656 173.007 173.007 0 0 1-92.539 25.75h-738.7a341.186 341.186 0 0 1-72.421-4.024A177.835 177.835 0 0 1 28.91 939.065a172.202 172.202 0 0 1-27.36-92.539V388.662a360.498 360.498 0 0 1 0-66.789A177.03 177.03 0 0 1 162.487 178.64h105.414c-16.899-12.07-31.383-26.555-46.672-39.43a80.468 80.468 0 0 1-25.75-65.984 80.468 80.468 0 0 1 39.43-63.57M216.4 321.873a80.468 80.468 0 0 0-63.57 57.937 108.632 108.632 0 0 0 0 30.578v380.615a80.468 80.468 0 0 0 55.523 80.469 106.218 106.218 0 0 0 34.601 5.632h654.208a80.468 80.468 0 0 0 76.444-47.476 112.656 112.656 0 0 0 8.047-53.109v-354.06a135.187 135.187 0 0 0 0-38.625 80.468 80.468 0 0 0-52.304-54.719 129.554 129.554 0 0 0-49.89-7.242H254.22a268.764 268.764 0 0 0-37.82 0z m0 0" fill="#ffffff" p-id="2344"></path><path d="M348.369 447.404a80.468 80.468 0 0 1 55.523 18.507 80.468 80.468 0 0 1 28.164 59.547v80.468a80.468 80.468 0 0 1-16.094 51.5 80.468 80.468 0 0 1-131.968-9.656 104.609 104.609 0 0 1-10.46-54.719v-80.468a80.468 80.468 0 0 1 70.007-67.593z m416.02 0a80.468 80.468 0 0 1 86.102 75.64v80.468a94.148 94.148 0 0 1-12.07 53.11 80.468 80.468 0 0 1-132.773 0 95.757 95.757 0 0 1-12.875-57.133V519.02a80.468 80.468 0 0 1 70.007-70.812z m0 0" fill="#ffffff" p-id="2345"></path></svg>
</li>
<li class="GitHub-link" onclick="window.open('https://github.com/xiaotianMC','_self')">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-github" viewBox="0 0 16 16">
<path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27s1.36.09 2 .27c1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.01 8.01 0 0 0 16 8c0-4.42-3.58-8-8-8"/>
</svg>
</li>
<li class="QQ-link" onclick="window.open('http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=l_TbGx4NrMnTZ70AGzPKp85VOIBjoDK4&authKey=rsDVfPvssfXTxTNMt44DYPMhm5v%2FLpKjG6ZHDjExnRjZlpMROInCW0lCc4TMPzhW&noverify=0&group_code=109149113','_self')">
<svg t="1642934989830" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="7117" width="40" height="40"><path d="M897.031 626.742s-26.016-96.832-73.711-155.853c0 0 26.016-48.877-17.344-116.198 0 0-10.406-290.496-293.977-290.496S218.023 354.69 218.023 354.69c-43.359 67.321-17.344 116.198-17.344 116.198-47.695 59.021-73.711 155.853-73.711 155.853-24.281 118.043 21.68 139.254 28.617 141.098s22.547-16.6 27.75-24.9c5.203-8.3 16.477-35.044 19.078-36.888s6.938 13.833 6.938 13.833c18.211 59.944 57.234 103.288 57.234 103.288-39.023 14.755-65.906 43.344-65.906 43.344s-49.43 75.621 82.383 90.377 218.531-31.355 218.531-31.355h20.813s86.719 46.111 218.531 31.355 82.383-90.377 82.383-90.377-26.883-28.589-65.906-43.344c0 0 39.023-43.344 57.234-103.288 0 0 4.336-15.678 6.938-13.833s13.875 28.589 19.078 36.888c5.203 8.3 20.813 26.744 27.75 24.9s52.898-23.054 28.617-141.097z" p-id="7118" fill="#ffffff"></path></svg>
</li>
</span>
</ul>
</div>
<li class="footerItems_row , C-info">Copyright © 萤火盛夏 Team Aestatis 2021-2025 All right reserved</li>
</div>
</div>
</div>
</footer>
</main>
</body>
</html>