-
Notifications
You must be signed in to change notification settings - Fork 2
/
index2.html
371 lines (367 loc) · 13.1 KB
/
index2.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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1"
/>
<meta name="description" content="Official alex server website" />
<link rel="icon" href="assets/img/logo.png" type="image/png" />
<script async src="https://arc.io/widget.min.js#xhoNFNXp"></script>
<meta property="og:type" content="website" />
<meta
property="og:url"
content="https://unjown.github.io/alexweb/landing-page/index.html"
/>
<meta name="og:image" content="assets/img/logo.png" />
<meta name="og:title" content="Official Alex Server Website" />
<meta name="og:description" content="Official Alex Server Website" />
<title>Alex mindustry official website</title>
<!-- BOOT STRAP CORE STYLE CSS -->
<link href="assets/css/bootstrap.css" rel="stylesheet" />
<!-- FONT AWESOME CSS -->
<link
href="https://willo.is-a.dev/fontawesome-5-pro/css/all.css"
rel="stylesheet"
/>
<!-- STYLE SWITCHER CSS -->
<link href="assets/css/styleSwitcher.css" rel="stylesheet" />
<!-- CUSTOM STYLE CSS -->
<link href="assets/css/style.css" rel="stylesheet" />
<!--GREEN STYLE VERSION IS BY DEFAULT, USE ANY ONE STYLESHEET FROM TWO STYLESHEETS (green or red) HERE-->
<link href="assets/css/themes/green.css" id="mainCSS" rel="stylesheet" />
<!-- Google Fonts -->
<link
href="http://fonts.googleapis.com/css?family=Open+Sans:400,700,300"
rel="stylesheet"
type="text/css"
/>
<script
data-ad-client="ca-pub-3219926648482446"
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"
></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-5SQGLX4C7W"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-5SQGLX4C7W");
</script>
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top move-me" id="menu">
<div class="container">
<div class="navbar-header">
<button
type="button"
class="navbar-toggle"
data-toggle="collapse"
data-target=".navbar-collapse"
>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#"
><img class="logo-custom" src="assets/img/ax3.gif" alt=""
/></a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="#home">HOME</a></li>
<li><a href="#features">SERVERS</a></li>
<li><a href="#developers">ADMINS</a></li>
<li>
<a href="https://www.paypal.com/paypalme/AlexServers">DONATE</a>
</li>
<li><a href="https://discord.gg/zne9M3qEbT">DISCORD</a></li>
<li>
<a href="https://www.youtube.com/channel/UC0ZqV4fOjfpr4xtmpHAK3zA"
>YOUTUBE</a
>
</li>
<li><a href="cc/index.html">COOKIE CLICKER</a></li>
</ul>
</div>
</div>
</div>
<!--NAVBAR SECTION END-->
<section class="header-sec" id="home">
<div class="overlay">
<div class="container">
<div class="row text-center">
<div
class="col-lg-8 col-lg-offset-2 col-md-8 col-md-offset-2 col-sm-10 col-sm-offset-1"
>
<h2 data-scroll-reveal="enter from the bottom after 0.1s">
<strong> </strong>
</h2>
<p data-scroll-reveal="enter from the bottom after 0.8s"></p>
<br />
</div>
</div>
</div>
</div>
</section>
<!--HEADER SECTION END-->
<section class="features" id="features">
<div class="container">
<div class="row text-center">
<div
class="col-lg-8 col-lg-offset-2 col-md-8 col-md-offset-2 col-sm-10 col-sm-offset-1"
>
<h3 data-scroll-reveal="enter from the bottom after 0.1s">
<strong>
Dedicated Game Servers
</strong>
</h3>
</div>
</div>
<div class="row text-center just-pad">
<a href="mindustry.html">
<div
class="col-lg-4 col-md-4 col-sm-4"
data-scroll-reveal="enter from the left after 0.4s"
>
<i class="fa fa-swords fa-5x"></i>
<h4><strong> Mindustry </strong></h4>
<p>40 players inside</p>
</div>
</a>
<a href="minecraft.html">
<div
class="col-lg-4 col-md-4 col-sm-4"
data-scroll-reveal="enter from the left after 0.4s"
>
<i class="fa fa-swords fa-5x"></i>
<h4><strong> Minecraft </strong></h4>
<p>3 players inside</p>
</div>
</a>
<a href="mindustry.html">
<div
class="col-lg-4 col-md-4 col-sm-4"
data-scroll-reveal="enter from the left after 0.4s"
>
<i class="fa fa-swords fa-5x"></i>
<h4><strong> Factorio </strong></h4>
<p>0 players inside</p>
</div>
</a>
<a href="mindustry.html">
<div
class="col-lg-4 col-md-4 col-sm-4"
data-scroll-reveal="enter from the left after 0.4s"
>
<i class="fa fa-swords fa-5x"></i>
<h4><strong> Terraria </strong></h4>
<p>2 players inside</p>
</div>
</a>
</div>
</div>
</section>
<!--FEATURES SECTION END-->
<section class="testi-sec">
<div class="overlay">
<div class="container">
<div class="row text-center">
<div
class="col-lg-8 col-lg-offset-2 col-md-8 col-md-offset-2 col-sm-10 col-sm-offset-1"
>
<h3 data-scroll-reveal="enter from the bottom after 0.1s">
<strong>
What Our Members Says
</strong>
</h3>
<h4 data-scroll-reveal="enter from the bottom after 0.8s">
<i class="fa fa-quote-left"></i> The Alex Server is quite a
lively server, full of friendly mods that are more often than
not willing to negotiate/help than punish, and people that are
more than willing to help with any problems you might have,
whether it be coding or gaming. Not to mention the currency
system, allowing friendly competition among members. Also memes.
<i class="fa fa-quote-right"></i>
<br />
<span class="pull-right"
><strong>-Whalet296 #9403</strong></span
>
</h4>
<span></span>
</div>
</div>
</div>
</div>
</section>
<!--TESTIMONIAL SECTION END-->
<section class="developers" id="developers">
<div class="container">
<div class="row text-center">
<div
class="col-lg-8 col-lg-offset-2 col-md-8 col-md-offset-2 col-sm-10 col-sm-offset-1"
>
<h3 data-scroll-reveal="enter from the bottom after 0.1s">
<strong>
Our Staff
</strong>
</h3>
</div>
</div>
<div class="row">
<div
class="col-lg-4 col-md-4 col-sm-4"
data-scroll-reveal="enter from the left after 0.2s"
>
<img
src="https://cdn.discordapp.com/avatars/612861256189083669/16bfbaa944b5b7509550359f409de063.png?size=2048"
class="img-circle img-responsive"
alt=""
style="height: 330px; width: 300px;"
/>
<h4><strong> Alex </strong></h4>
<i>Co-founder/Mindustry Developer</i>
<p>
Aenean faucibus luctus enim2342342342343. Duis quis sem risu
suspend lacinia elementum nunc.
</p>
</div>
<div
class="col-lg-4 col-md-4 col-sm-4"
data-scroll-reveal="enter from the bottom after 0.4s"
>
<img
src="https://cdn.discordapp.com/avatars/372225803422793730/a6642a026cfc8cac5f2910c9c3c4fdf4.png"
class="img-circle img-responsive"
alt=""
style="height: 330px; width: 300px;"
/>
<h4><strong>Lin</strong></h4>
<i>Co-founder/Discord Developer</i>
<p>
Aenean faucibus luctus enim. Duis quis sem risu suspend lacinia
elementum nunc.
</p>
</div>
<div
class="col-lg-4 col-md-4 col-sm-4"
data-scroll-reveal="enter from the right after 0.2s"
>
<img
src="https://cdn.discordapp.com/avatars/739697580216418324/1fe073273b241b828014962083c5ef15.png?size=2048"
class="img-circle img-responsive"
alt=""
style="height: 330px; width: 300px;"
/>
<h4><strong> Unjown </strong></h4>
<i>Head Admin/Discord Developer</i>
<p>
Aenean faucibus luctus enim. Duis quis sem risu suspend lacinia
elementum nunc.
</p>
</div>
<div
class="col-lg-4 col-md-4 col-sm-4"
data-scroll-reveal="enter from the bottom after 0.4s"
>
<img
src="https://cdn.discordapp.com/avatars/500744743660158987/07b512c6081d7b75fa39c088b44d5b40.png"
class="img-circle img-responsive"
alt=""
style="height: 330px; width: 300px;"
/>
<h4><strong>WATERMELON </strong></h4>
<i>Admin</i>
<p></p>
</div>
<div
class="col-lg-4 col-md-4 col-sm-4"
data-scroll-reveal="enter from the bottom after 0.4s"
>
<img
src="https://cdn.discordapp.com/avatars/417206989278543889/4f9aab0c9be4d46f868ff06432b49e57.png?size=2048"
class="img-circle img-responsive"
alt=""
style="height: 330px; width: 300px;"
/>
<h4><strong>Sylefire </strong></h4>
<i>Admin</i>
<p></p>
</div>
<div
class="col-lg-4 col-md-4 col-sm-4"
data-scroll-reveal="enter from the bottom after 0.4s"
>
<img
src="https://cdn.discordapp.com/avatars/724746114682716201/23d2fd5c79fe91790d703be851a3391d.png?size=2048"
class="img-circle img-responsive"
alt=""
style="height: 330px; width: 300px;"
/>
<h4><strong>Puro</strong></h4>
<i>Admin</i>
<p></p>
</div>
<div
class="col-lg-4 col-md-4 col-sm-4"
data-scroll-reveal="enter from the bottom after 0.4s"
>
<img
src="https://cdn.discordapp.com/avatars/586692596135362560/29e1fe302722c25be817f8acd6b05044.png?size=2048"
class="img-circle img-responsive"
alt=""
style="height: 330px; width: 300px;"
/>
<h4><strong>The_Senate</strong></h4>
<i>Admin</i>
<p></p>
</div>
</div>
</div>
</section>
<!--DEVELOPERS SECTION END-->
<section class="price-sec text-center" id="pricing">
<a href="https://discord.gg/zne9M3qEbT">
<div
class="col-lg-6 col-md-6 col-sm-6 single-price"
data-scroll-reveal="enter from the left after 0.2s"
>
<span> </span>
<h1 style="color: #ffffff;">DISCORD</h1>
</div>
</a>
<a href="https://forms.gle/5oapFULkcb1g7Muw5">
<div
class="col-lg-6 col-md-6 col-sm-6 multi-price"
data-scroll-reveal="enter from the right after 0.2s"
>
<span> </span>
<h1 style="color: #ffffff;">STAFF APPLICATION</h1>
</div>
</a>
</section>
<!--PRICING SECTION END-->
<!--CONTACT SECTION END-->
<div class="myfooter"></div>
<!--FOOTER SECTION END-->
<!-- Jquery Core Script -->
<script src="assets/js/jquery-1.10.2.js"></script>
<!-- Core Bootstrap Script -->
<script src="assets/js/bootstrap.js"></script>
<!-- Scrolling Reveal Script -->
<script src="assets/js/scrollReveal.js"></script>
<!-- Scroll Scripts -->
<script src="assets/js/jquery.easing.min.js"></script>
<!-- Style Switcher Scripts -->
<script src="assets/js/styleSwitcher.js"></script>
<!-- Custom Scripts -->
<script src="assets/js/custom.js"></script>
</body>
</html>