-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
499 lines (489 loc) · 26 KB
/
Copy pathindex.html
File metadata and controls
499 lines (489 loc) · 26 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
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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Track44.moe</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Google Fonts -->
<link href='https://fonts.googleapis.com/css?family=Lato:400,700,400italic,300' rel='stylesheet' type='text/css'>
<!-- all css here -->
<!-- bootstrap v3.3.6 css -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Animated text css -->
<link rel="stylesheet" href="css/animated.css">
<!-- owl.carousel css -->
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/owl.transitions.css">
<!-- font-awesome css -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- animate css -->
<link rel="stylesheet" href="css/animate.css">
<!-- style css -->
<link rel="stylesheet" href="style.css">
<!-- responsive css -->
<link rel="stylesheet" href="css/responsive.css">
<!-- modernizr css -->
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<header>
<!-- Start Top Header -->
<div id="sticker" class="header-area">
<div class="container">
<!-- Navigation -->
<nav class="navbar navbar-default">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- Brand -->
<!-- <a class="navbar-brand page-scroll" href="#page-top"><img src="img/logo/logo.png" alt=""></a> -->
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse main-menu" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="active">
<a class="page-scroll" href="#home">Home</a>
</li>
<li>
<a class="page-scroll" href="#about">About</a>
</li>
<!-- <li>
<a class="page-scroll" href="#skills">Skills</a>
</li>
<li>
<a class="page-scroll" href="#portfolio">Portfolio</a>
</li> -->
<li>
<a class="page-scroll" href="#reviews">Reviews</a>
</li>
<!-- <li>
<a class="page-scroll" href="#blog">Blog</a>
</li>
<li>
<a class="page-scroll" href="#contact">Contact</a>
</li> -->
</ul>
</div>
<!-- navbar-collapse -->
</nav>
<!-- END: Navigation -->
</div>
</div>
<!-- End Top Header -->
<!-- Start Bottom Header -->
<div id="home" class="header-img">
<div class="header-overlay"></div>
<div class="container">
<div class="row">
<div class="col-md-12 text-left">
<div class="header-bottom">
<h1>Welcome to Track 44</h1>
<h2 class="cd-headline clip is-full-width">
<span class="cd-words-wrapper">
<b class="is-visible">A community for all</b>
<b>Collaborate with others</b>
<b>Play games with us</b>
<b>Abuse our discord bots</b>
<b>Crack open a cold one</b>
<b>Ban Fearn</b>
<b>Get free stuff</b>
<b>Fuck Dmoney</b>
</span>
</h2>
<a href="https://discord.gg/track44" class="btn custom-btn">JOIN DISCORD</a><span class="btn-2"><a href="https://mail.track44.moe" class="btn custom-btn">EMAIL LOGIN</a></span>
</div>
</div>
</div>
</div>
</div>
<!-- Start Bottom Header -->
</header>
<!-- END Header -->
<!-- Start About Area -->
<div id ="about" class="about-area page-scroll area-padding">
<div class="container">
<!-- section head -->
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="section-head">
<h3>We got stuff.<h3>
</div>
</div>
</div>
<!-- end row -->
<div class="row second-row">
<div class="col-md-3 col-sm-4">
<div class="about-details text-center">
<div class="single-about">
<a class="about-icon" href="#"><i class="fa fa-tablet"></i></a>
<h4>Chat with everyone</h4>
<p>Come hang out in our discord server and chat with members. We have a channel for every topic, and 24/7 music bots for just chilling.</p>
</div>
</div>
<!-- end about-details -->
</div>
<!-- end col-md-4 -->
<div class="col-md-3 col-sm-4">
<div class="about-details text-center">
<div class="single-about">
<a class="about-icon" href="https://mynameisarando.github.io/Track44-Dev-Site/#section-two"><i class="fa fa-code"></i></a>
<h4>Code with everyone</h4>
<p>Join the Track 44 dev team and develop new skills like Rust and Python.</p>
</div>
</div>
<!-- end about-details -->
</div>
<div class="col-md-3 col-sm-4">
<div class="about-details text-center">
<div class="single-about">
<a class="about-icon" href="#"><i class="fa fa-laptop"></i></a>
<h4>Play with everyone</h4>
<p>We host a dedicated server for any popular game that is self-hostable. Feel free to ask for a server, invite your friends, and donate to help keep the bills paid.<p>
</div>
</div>
<!-- end about-details -->
</div>
<!-- end col-md-4 -->
<!-- end about-details -->
</div>
<!-- end col-md-4 -->
</div>
<div class="row fix">
<div class="col-md-6 col-sm-6">
<div class="self-img">
<a href="#"><img src="img/background/bg4.jpg" alt=""></a>
</div>
</div>
<div class="col-md-6 col-sm-6">
</div>
</div>
</div>
</div>
<!-- end About -->
<!-- Stert Add area -->
<div class="add-area area-margin">
<div class="head-overly"></div>
<div class="container">
<div class="row">
<div class="add-text">
<div class="col-md-6 col-sm-6">
<div class="add-content">
<h2>I needed to put something here cause I really like the effect. Maybe something like "We are a diverse group of potatoes and goblins just having fun."</h2>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end Add area -->
<!-- Start About Area -->
<div id ="about" class="about-area page-scroll area-padding">
<div class="container">
</div>
</div>
<div class="row fix">
<div class="col-md-6 col-sm-6">
<div class="self-img">
<a href="https://twitter.com/UnbendableStraw"><img src="img/background/bg4.png" alt=""></a>
</div>
</div>
<div class="col-md-6 col-sm-6">
<!-- about-self -->
<div class="about-self">
<div class="self-head">
<h4 class="intro-head">Hi, I'm UnbendableStraw</h4>
<p>Track 44 is my child, I enjoy leaving it like a real father. We started with a couple gay dudes on twitter making a teamspeak server and hanging out. Since then, we've developed a large community of nerds and trolls.</p>
</div>
<div class="self-text">
<ul>
<li></li>
<li></li>
</ul>
</div>
</div>
<!-- end about-self -->
</div>
</div>
</div>
</div>
<!-- end About -->
<!-- Start Skills -->
<div id ="skills" class="skill-area page-scroll area-padding">
</div>
<!-- End Skills -->
<!-- Start counter -->
<div class="fun-fact-area fix area-margin">
<div class="head-overly"></div>
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-3">
<!-- fun_text -->
<div class="fun_text text-center">
<a href="#"><i class="fa fa-heart"></i></a>
<span class="counter">1400</span>
<h6>Discord Members</h6>
</div>
</div>
<div class="col-md-3 col-sm-3">
<!-- fun_text -->
<div class="fun_text text-center">
<a href="#"><i class="fa fa-user"></i></a>
<span class="counter">100</span>
<h6>Email Users</h6>
</div>
</div>
<div class="col-md-3 col-sm-3">
<!-- fun_text -->
<div class="fun_text text-center">
<a href="#"><i class="fa fa-clock-o"></i></a>
<span class="counter">42</span>
<h6>Bans Delivered</h6>
</div>
</div>
<div class="col-md-3 col-sm-3">
<!-- fun_text -->
<div class="fun_text text-center">
<a href="#"><i class="fa fa-question"></i></a>
<span class="counter">1</span>
<h6>Beer bottle up someone's ass</h6>
</div>
</div>
</div>
</div>
</div>
<!-- End counter -->
<!-- awesome-portfolio-area start -->
<div id="portfolio" class="portfolio-area fix area-padding">
<div class="container">
<!-- section-heading start -->
<div class="row">
<div class="col-md-12">
<div class="section-head">
<h3>Reviews</h3>
</div>
</div>
</div>
<!-- Start testimonials end -->
<div id="reviews" class="Reviews-area">
<div class="head-overly"></div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-8 col-md-offset-2 col-sm-12 col-xs-12">
<div class="Reviews-content">
<!-- start testimonial carousel -->
<div class="testimonial-carousel item-indicator">
<div class="single-testi text-center">
<div class="testi-img">
<img src="img/testimonial/test1.png" alt="">
</div>
<div class="testi-text text-center">
<p>im here with my fellow people who want to die.</p>
<h4>sleepy#6623</h4>
<span class="guest-rev"><a href="#"></a></span>
</div>
</div>
<!-- End single item -->
<div class="single-testi text-center">
<div class="testi-img">
<img src="img/testimonial/test2.jpg" alt="">
</div>
<div class="testi-text text-center">
<p>Recorder noises</p>
<h4>cr1tikal</h4>
<span class="guest-rev">penguinz0 - <a href="#">Fucking YouTube Star</a></span>
</div>
</div>
<!-- End single item -->
<div class="single-testi text-center">
<div class="testi-img">
<img src="img/testimonial/test3.jpg" alt="">
</div>
<div class="testi-text text-center">
<p>I love this server.</p>
<h4>DMoney</h4>
<span class="guest-rev">Guy who accounts for 40 of 42 bans</span>
</div>
</div>
<!-- End single item -->
<div class="single-testi text-center">
<div class="testi-img">
<img src="img/testimonial/test4.png" alt="">
</div>
<div class="testi-text text-center">
<p>I have committed to crossing my legs I hope carefully, ankle on knee, hands together in the lap of my slacks. My fingers are mated into a mirrored series of what manifests, to me, as the letter X. The interview room's other personnel include: the Administrator's Director of Composition, its admins, and Administration prorector Mr. A. Nic. Admin C.T. is beside me; the others sit, stand and stand, respectively, at the periphery of my focus. The administrator jingles pocket-change. There is something vaguely digestive about the room's odor. The high-traction sole of my complimentary Nike sneaker runs parallel to the wobbling loafer of my friendo's half-brother, here in his capacity as Admin, sitting in the chair to what I hope is my immediate right, also facing more Admins.</p>
<h4>Ghim</h4>
<span class="guest-rev">frog man</span>
</div>
</div>
<!-- End single item -->
<div class="single-testi text-center">
<div class="testi-img">
<img src="img/testimonial/noxy.png" alt="">
</div>
<div class="testi-text text-center">
<p>I wouldn’t have picked Nic as Track44's breakout comedy star when he was first cast as Thor, God of Thunder, but he turned out to be one of the best things about this never-ending mega-franchise. He’s tall, brawny, dank, and impossibly handsome, but there’s a self-mocking twinkle in his eye. When Thor is in gung-ho jock mode, Niccs’s wry machismo evokes the young Sean Connery as James Bond, raising an eyebrow at the corniness around him. When he bumbles and stumbles, there’s a touch of Cary Grant to his embarrassment. And when he’s playing things more or less straight, there’s an average guyness to his reactions. All this humanizes an actor who’s perpetually at risk of being treated as a life-sized action figure. Solid 10/10 out of 100.. Thors a good movie</p>
<h4>Noxy#8583</h4>
<span class="guest-rev">Gets their own music bot</span>
</div>
</div>
<!-- End single item -->
<div class="single-testi text-center">
<div class="testi-img">
<img src="img/testimonial/xaxi.png" alt="">
</div>
<div class="testi-text text-center">
<p>Hi</p>
<h4>xaxi#2822</h4>
<span class="guest-rev">Raging alcoholic - Can't find legs</span>
</div>
</div>
<!-- End single item -->
<div class="single-testi text-center">
<div class="testi-img">
<img src="img/testimonial/xaxi.png" alt="">
</div>
<div class="testi-text text-center">
<p>Leave your review for Track 44 here</p>
<h4>UnbendableStraw#4624</h4>
<span class="guest-rev">Server Owner</span>
</div>
</div>
<!-- End single item -->
<div class="single-testi text-center">
<div class="testi-img">
<img src="img/testimonial/ventus.png" alt="">
</div>
<div class="testi-text text-center">
<p>:yikes:</p>
<h4>VentusX17#7065</h4>
<span class="guest-rev">かぜ</span>
</div>
</div>
<!-- End single item -->
<div class="single-testi text-center">
<div class="testi-img">
<img src="img/testimonial/sumi.png" alt="">
</div>
<div class="testi-text text-center">
<p>ban tipper</p>
<h4>sumi#1992</h4>
<span class="guest-rev">かぜ</span>
</div>
</div>
<!-- End single item -->
<div class="single-testi text-center">
<div class="testi-img">
<img src="img/testimonial/sumi.png" alt="">
</div>
<div class="testi-text text-center">
<p>This server is trash.</p>
<h4>Brando#0143</h4>
<span class="guest-rev">thicc starch boye</span>
</div>
</div>
<!-- End single item -->
<div class="single-testi text-center">
<div class="testi-img">
<img src="img/testimonial/sumi.png" alt="">
</div>
<div class="testi-text text-center">
<p>promote masturbator.</p>
<h4>Rance#6976</h4>
<span class="guest-rev">Masturbator - Draws pics of subway sandwiches for the teamspeak bot</span>
</div>
</div>
<!-- End single item -->
<div class="single-testi text-center">
<div class="testi-img">
<img src="img/testimonial/test1.png" alt="">
</div>
<div class="testi-text text-center">
<p>I used to be a wholesome man and respected women, then I joined Track44 and for the low price of $4.99 I found the truth of beating women and being a top tier shitposter. Thanks Admin!</p>
<h4>Demiture#0001</h4>
<span class="guest-rev">BOYZ44<a href="#"> - idk</a></span>
</div>
</div>
<!-- End single item -->
<div class="single-testi text-center">
<div class="testi-img">
<img src="img/testimonial/test1.png" alt="">
</div>
<div class="testi-text text-center">
<p>This server has allowed me to deepen my understanding of how to be a shit person</p>
<h4>The Savage#1318</h4>
<span class="guest-rev"><a href="#"></a></span>
</div>
</div>
<!-- End single item -->
<div class="single-testi text-center">
<div class="testi-img">
<img src="img/testimonial/test1.png" alt="">
</div>
<div class="testi-text text-center">
<p>I found love and then got hit by a flying meme 10/10 spot for edating</p>
<h4>D Money#4216</h4>
<span class="guest-rev">2 RT's<a href="https://www.youtube.com/watch?v=2uhxrPhVO8Y"> - OOF</a></span>
</div>
</div>
<!-- End single item -->
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End testimonials end -->
<!-- Start Footer bottom Area -->
<div class="footer-area">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="copyright text-center">
<p>SITE UNDER CONSTRUCTION, COME BACK SOON TO SEE UPDATES AND CHANGES</p>
</div>
</div>
</div>
</div>
</div>
<!-- all js here -->
<!-- jquery latest version -->
<script src="js/vendor/jquery-1.12.4.min.js"></script>
<!-- bootstrap js -->
<script src="js/bootstrap.min.js"></script>
<!-- Google Map js -->
<!-- owl.carousel js -->
<script src="js/owl.carousel.min.js"></script>
<!-- easing js -->
<script src="js/easing.js"></script>
<!-- jquery.appear js -->
<script src="js/jquery.appear.js"></script>
<!-- animated js -->
<script src="js/animated.js"></script>
<!-- Mixitup js -->
<script src="js/jquery.mixitup.min.js"></script>
<!-- wow js -->
<script src="js/wow.min.js"></script>
<!-- counter js -->
<script src="js/jquery.counterup.min.js"></script>
<script src="js/waypoints.js"></script>
<!-- plugins js -->
<script src="js/plugins.js"></script>
<!-- main js -->
<script src="js/main.js"></script>
<audio controls autoplay>
<source src="yeahright.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
</body>
</html>