-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
135 lines (120 loc) · 4.89 KB
/
index.html
File metadata and controls
135 lines (120 loc) · 4.89 KB
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
<!DOCTYPE html>
<html>
<head>
<!-- Meta -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta charset="utf-8">
<meta content="" name="description">
<meta content="Klop233" name="author">
<title>StarCraft | Minecraft 我的世界服务器</title>
<!-- Style -->
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/header.css">
<link rel="stylesheet" type="text/css" href="css/footer.css">
<link rel="stylesheet" type="text/css" href="css/banner.css">
<link rel="stylesheet" type="text/css" href="css/title.css">
<link rel="stylesheet" type="text/css" href="css/introduction.css">
<!-- Layout -->
<link rel="stylesheet" type="text/css" href="css/layout.css">
<!-- Icon Font -->
<link href="https://fonts.lug.ustc.edu.cn/icon?family=Material+Icons" rel="stylesheet">
<!-- Font -->
<!-- Under Google fonts USTC mirror -->
<link rel="stylesheet" type="text/css" href="css/font.css">
<link rel="stylesheet" type="text/css"
href="https://fonts.lug.ustc.edu.cn/css?family=Open+Sans:400,300,600&subset=cyrillic,latin">
<link href="https://fonts.lug.ustc.edu.cn/css2?family=Noto+Sans+SC&family=Prompt&display=swap" rel="stylesheet">
<link href="https://fonts.lug.ustc.edu.cn/css2?family=Prompt&display=swap" rel="stylesheet">
<!-- Script -->
<script src="js/script.js" type="text/javascript"></script>
</head>
<body>
<!-- Header -->
<div class="header">
<p class="header-title">Star Code Club</p>
<!-- Menu -->
<div class="menu-container">
<ul id="nav">
<li class="nav-li-home">
<a style="color: cornflowerblue" id="menu-home" class="menu-element" href="#">
<span class="material-icons icon-font">
home
</span>
主页
</a>
</li>
<li class="nav-li-github">
<a style="color: purple" class="menu-element" href="https://github.com/StarCodeClub"
target="_blank">
<span class="material-icons icon-font">
code
</span>
GITHUB
</a>
</li>
<li class="nav-li-contact">
<a style="color: #99dd89" class="menu-element" href="http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=BHB5AUC9908vp6kOYhWdawjvKXfrF77f&authKey=%2F4vWmg68K63VyU1bpMRRBCWINpMUx8TLcsXO2C7B6d4FkJmNkb6%2B5thNmLpyaiuz&noverify=0&group_code=758633338"
target="_blank">
<span class="material-icons icon-font">
chat
</span>
加入QQ群
</a>
</li>
<!-- <li class="nav-li-about">
<a style="color: #40a8e4" class="menu-element" href="https://t.me/StarCodeClub" target="_blank">
<span class="material-icons icon-font">
quickreply
</span>
TELEGRAM
</a>
</li> -->
</ul>
</div>
<!-- Menu End -->
</div>
<!-- Header End -->
<!-- Main Content -->
<div class="wrap">
<div class="main">
<!-- Title -->
<div class="title-container">
<p class="main-title">
Aim to create a harmonious Minecraft community and satisfy all players
</p>
</div>
<!-- About Us -->
<div class="introduction-container">
<p class="introduction-title bg-colored-title">
 关于我们 
</p>
<div>
<p>
服务器团队由学生组成,我们会尽全力保障服务器运营,维护社区和谐和游戏平衡
</p>
</div>
</div>
</div>
</div>
<!-- Main Content End -->
<!-- Footer -->
<div class="footer">
<img class="footer-logo" src="image/logo.jpg">
<div class="copyright-text">
<p>2022-2023 © ALL Rights Reserved. StarCraft Code Club.</p>
<p>
Designed by 
<a href="https://github.com/Klop233">Klop233</a>
| Some styles from 
<a href="https://nekonyansoft.com/">NekoNyanSoft</a>
</p>
</div>
</div>
<div class="slogan">
<p class="slogan-text">
To the Stars. To the Firmament.
</p>
</div>
</div>
<!-- Footer End -->
</body>