-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
233 lines (227 loc) · 7.47 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
<!DOCTYPE html>
<html>
<head>
<title>HurricaneMC</title>
<link rel="icon" type="image/x-icon" href="img/logo.png">
<meta content="HurricaneMC - play.hurricanemc.com" property="og:title" />
<meta
content="A friendly minecraft survival server!"
property="og:description"
/>
<meta content="https://hurricanemc.com/" property="og:url" />
<meta
content="https://us-east-1.tixte.net/uploads/person0z.with-your.mom/2022-07-10_22.07.13.png"
property="og:image"
/>
<meta content="#43B581" data-react-helmet="true" name="theme-color" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<link
href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="css/stylesheet.css" />
<link rel="stylesheet" href="css/button.css" />
<script
src="https://kit.fontawesome.com/539f65be00.js"
crossorigin="anonymous"
></script>
<script type="text/javascript">
function mobile() {
var bars = document.getElementById("mnav");
if (bars.className === "mnav") {
bars.className += " responsive";
} else {
bars.className = "mnav";
}
}
</script>
</head>
<body>
<header>
<div class="nav">
<ul class="nav-items" id="nav-items">
<a><li onclick="mobile()" class="icon fa fa-bars fa-2x"></li></a>
<a href="#main"
><li class="h">
<div class="overlay"></div>
Home
</li></a
>
<a href="https://map.hurricanemc.com/"
><li class="h">
<div class="overlay"></div>
Map
</li></a
>
<div class="log">
<img alt="HurricaneMC Logo" class="logo" src="img/logo.png" />
</div>
<a href="#games"
><li class="h">
<div class="overlay"></div>
Info
</li></a
>
<a href="mailto:playhurricanmc@gmail.com"
><li class="h">
<div class="overlay"></div>
Contact Us
</li></a
>
</ul>
<div class="mnav" id="mnav">
<a href="#main"><li class="i">Home</li></a>
<a href="https://map.hurricanemc.com/"><li class="i">Online Map</li></a>
<a href="#games"><li class="i">Info</li></a>
<a href="mailto:playhurricanmc@gmail.com"
><li class="i">Contact Us</li></a
>
</div>
</div>
<div class="hero" id="main">
<h1><img src="img/text-logo.png" alt="HurricaneMC" /></h1>
<p class="info">
Join
<span class="sip" data-ip="play.hurricanemc.com" data-port="25565">
0</span
>
other players on <span class="ip">play.hurricanemc.com</span>
</p>
<a
href="https://discord.gg/m8szHgpNjK"
rel="noreferrer nofollow"
target="_blank"
class="discordbtn"
>
<i class="fa-brands fa-discord"></i> Join Our Discord!</a
>
</div>
</header>
<div class="main">
<div id="description">
<div>
<i class="fa fa-rocket fa-4x"></i>
<span>
<h3>OUR HISTORY</h3>
<p>
HurricaneMC was founded in late 2020. We started this server
because i wanted the first community driven server that has no P2W
(Pay To Win) features. We are here for the people to have fun!
</p>
</span>
</div>
<div>
<i class="fa fa-user fa-4x"></i>
<span>
<h3>OUR STAFF</h3>
<p>
The HurricaneMC staff team is here because of
<strong>YOU</strong> we strive to have the best experience for
you, the player. If you ever need help don't hesitate to reach out
to one of us!
</p>
</span>
</div>
<div>
<i class="fa fa-server fa-4x"></i>
<span>
<h3>OUR SERVER</h3>
<p>
HurricaneMC, we have things no other server has. Custom Terrain,
Custom items, Enchants and more. Give it a shot at
<strong>play.hurricanemc.com</strong>!
</p>
</span>
</div>
</div>
<div id="games">
<h2>HurricaneMC Features!</h2>
<div class="game e">
<div>
<h3>Custom Terrain</h3>
<p>
Custom Terrain, this changes the core of our server seperating it
from everyone else. Our Nether, End, OverWorld is all custom
generated!
</p>
</div>
<img alt="terrain" class="gimg a" src="img/end-custom.png" />
</div>
<hr />
<div class="game f">
<div>
<h3>Land Claiming</h3>
<p>
Claim Land, protect it from greifers. Don't worry about your
friends stealing your diamonds and starting a war!
</p>
</div>
<img alt="claiming" class="gimg b" src="img/claim.png" />
</div>
<hr />
<div class="game g">
<div>
<h3>Economy</h3>
<p>
Server is and runs by Currency! You can Buy, Sell. make money and
become to richest person on the server!!
</p>
</div>
<img alt="economy" class="gimg c" src="img/economy.png" />
</div>
<hr />
</div>
<div id="staff">
<div class="staff">
<h2>OUR TEAM</h2>
<div class="staff-team">
<div>
<h3>Person0z</h3>
<div class="owner">Owner</div>
<img alt="MyServer Staff Member" src="img/person0z.png" />
</div>
<div>
<h3>avacados409</h3>
<div class="admin">Mod</div>
<img alt="F o u r#3345" src="img/avacados409.png" />
</div>
</div>
</div>
</div>
<div id="announcement">
<div class="an-img">
<h2>NEWS & ANNOUNCEMENT</h2>
<p class="an-t">
<b>We just brought back HurricaneMC from the dead!</b>
<br /><br />
After leaving HurricaneMC 1 year ago, i have decided to start it up
again as many people told me that they enjoyed it and it brought joy
to thier lives (including mine) because of this HurricaneMC is...
<strong>Back!</strong> <br /><br />
Im happy to announce that HurricaneMC is back, and to stay for a
<strong>long time!</strong>! <br /><br />
<a href="#" class="btn">Read More</a>
</p>
</div>
</div>
<!--
<div id="contact">
<h2>CONTACT US</h2>
<p>Email - <a href="mailto:playhurricanmc@gmail.com">playhurricanmc@gmail.com</a></p>
<p>Discord - <a href="https://discord.gg/m8szHgpNjK">https://discord.gg/m8szHgpNjK</a></p>
</div>
-->
</div>
<footer>
<img alt="HurricaneMC Logo" src="img/text-logo.png" />
<p>Copyright © HurricaneMC 2022</p>
</footer>
<script
src="https://code.jquery.com/jquery-1.11.2.min.js"
type="text/javascript"
></script>
<script src="js/main.js" type="text/javascript"></script>
</body>
</html>