-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
775 lines (720 loc) · 27.8 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
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
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
<!DOCTYPE html>
<!--[if IE 7]> <html class="ie7 no-js" lang="en"> <![endif]-->
<!--[if lte IE 8]> <html class="ie8 no-js" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--> <html class="not-ie no-js" lang="en"> <!--<![endif]-->
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>KWStudios</title>
<meta name="description" content="The Faction Box [Light Version]">
<meta name="author" content="sycoinc - www.minecraftwebsitetempaltes.com">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0">
<!-- CSS
================================================== -->
<!-- Custom Bootstrap-->
<link rel="stylesheet" type="text/css" href="custom/custom-bootstrap.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<!-- Animate CSS-->
<link href="css/animate.min.css" rel="stylesheet" media="screen">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="images/favicon.ico">
</head>
<body>
<div class="top-wrapper">
<!-- Header
================================================== -->
<div class="navbar-wrapper">
<header class="navbar navbar-default navbar-top" id="navbar">
<div class="container">
<div class="navbar-header">
<!-- Text Based Logo -->
<a class="navbar-brand" href="index.html">KWStudios</a>
</div>
<div class="navbar-collapse-holder">
<div class="clearfix">
<button type="button" class="navbar-toggle">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<ul data-breakpoint="992" class="flexnav">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<!--<li><a href="our-network.html">Our Network</a></li>-->
<li><a href="gallery.html">Gallery</a></li>
<li><a href="faqs.html">FAQs</a></li>
<li><a href="Tutorials.html">Tutorials</a></li>
<li><a href="contacts.html">Contacts</a></li>
</ul>
</div>
</div>
</div>
</header>
</div>
<!-- Slider
================================================== -->
<div class="tp-banner-holder">
<div class="tp-banner-holder-inner">
<div class="tp-banner-container">
<div class="tp-banner" >
<ul>
<!-- SLIDE#1 -->
<li data-transition="fadetobottomfadefromtop" data-slotamount="7" data-masterspeed="1500" >
<!-- MAIN IMAGE (blank) -->
<img src="rs-plugin/images/transparent.png" alt="slidebg1" data-bgfit="cover" data-bgposition="left top" data-bgrepeat="no-repeat">
<!-- LAYERS -->
<!-- LAYER #1 -->
<div class="tp-caption eco-large eco-color-primary customin customout fadeout"
data-x="415"
data-y="190"
data-speed="500"
data-start="400"
data-easing="Power4.easeOut"
data-customin="x:0;y:0;z:0;rotationX:0;rotationY:0;rotationZ:0;scaleX:5;scaleY:5;skewX:0;skewY:0;opacity:0;transformPerspective:600;transformOrigin:50% 50%;"
data-customout="x:0;y:0;z:0;rotationX:0;rotationY:0;rotationZ:0;scaleX:0.75;scaleY:0.75;skewX:0;skewY:0;opacity:0;transformPerspective:600;transformOrigin:50% 50%;"
data-endeasing="Power1.easeIn">Welcome To
</div>
<!-- LAYER #2 -->
<div class="tp-caption eco-lg-light customin customout fadeout"
data-x="470"
data-y="230"
data-speed="800"
data-start="1200"
data-customin="x:0;y:0;z:0;rotationX:0;rotationY:0;rotationZ:0;scaleX:5;scaleY:5;skewX:0;skewY:0;opacity:0;transformPerspective:600;transformOrigin:50% 50%;"
data-customout="x:0;y:0;z:0;rotationX:0;rotationY:0;rotationZ:0;scaleX:0.75;scaleY:0.75;skewX:0;skewY:0;opacity:0;transformPerspective:600;transformOrigin:50% 50%;"
data-easing="Power4.easeOut">KWStudios
</div>
</li>
<!-- SLIDE#2 -->
<li data-transition="fadetobottomfadefromtop" data-slotamount="7" data-masterspeed="1500" >
<!-- MAIN IMAGE (blank) -->
<img src="rs-plugin/images/transparent.png" alt="slidebg1" data-bgfit="cover" data-bgposition="left top" data-bgrepeat="no-repeat">
<!-- LAYERS -->
<!-- LAYER #1 -->
<div class="tp-caption eco-large eco-color-secondary sfl fadeout"
data-x="left"
data-y="185"
data-speed="500"
data-start="600"
data-easing="Power4.easeOut">A Minecraft-Server for everyone
</div>
<!-- LAYER #2 -->
<div class="tp-caption eco-txt-regular-bg text-left sfr fadeout"
data-x="left"
data-y="255"
data-speed="800"
data-start="1000"
data-easing="Power4.easeOut">We have 3 multiplayer mini-games with uniqe maps and 3 single player modes.
</div>
</li>
<!-- SLIDE#3 -->
<li data-transition="fadetobottomfadefromtop" data-slotamount="7" data-masterspeed="1500" >
<!-- MAIN IMAGE (blank) -->
<img src="rs-plugin/images/transparent.png" alt="slidebg1" data-bgfit="cover" data-bgposition="left top" data-bgrepeat="no-repeat">
<!-- LAYERS -->
<!-- LAYER #1 -->
<div class="tp-caption eco-large eco-color-primary sfl fadeout"
data-x="left"
data-y="185"
data-speed="500"
data-start="600"
data-easing="Power4.easeOut">Experience unique Survival Modpacks
</div>
<!-- LAYER #2 -->
<div class="tp-caption eco-txt-regular-bg text-left sfr fadeout"
data-x="left"
data-y="275"
data-speed="800"
data-start="1000"
data-easing="Power4.easeOut">The server where the developers of the amazing <br>mod Techguns play.
</div>
<!-- LAYER #3 -->
<div class="tp-caption sfb fadeout"
data-x="left"
data-y="375"
data-speed="800"
data-start="1400"
data-easing="Power4.easeOut"
data-captionhidden="on">
<a href="http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/2728771-techguns-guns-worldgen-npcs-machines-and-more"
target="_blank" class="btn btn-primary">Visit the Modpage</a>
</div>
</li>
<!-- SLIDE#4 -->
<li data-transition="fadetobottomfadefromtop" data-slotamount="7" data-masterspeed="1500" >
<!-- MAIN IMAGE -->
<img src="rs-plugin/images/transparent.png" alt="slidebg1" data-bgfit="cover" data-bgposition="left top" data-bgrepeat="no-repeat">
<!-- LAYERS -->
<!-- LAYER #1 -->
<div class="tp-caption eco-large eco-color-primary sfl fadeout"
data-x="right"
data-y="185"
data-speed="800"
data-start="800"
data-easing="Power4.easeOut">Professional hosting and management
</div>
<!-- LAYER #2 -->
<div class="tp-caption eco-txt-regular-bg text-right sfr fadeout"
data-x="right"
data-y="275"
data-speed="800"
data-start="1400"
data-easing="Power4.easeOut"><p>Our network is powered by high-end dedicated servers hosted in Frankfurt. <br> The server is managed by currently four admins, all of them professional software developers.
</p>
</div>
</li>
<!-- SLIDE#5 -->
<li data-transition="fadetobottomfadefromtop" data-slotamount="7" data-masterspeed="1500" >
<!-- MAIN IMAGE (blank) -->
<img src="rs-plugin/images/transparent.png" alt="slidebg1" data-bgfit="cover" data-bgposition="left top" data-bgrepeat="no-repeat">
<!-- LAYERS -->
<!-- LAYER #1 -->
<div class="tp-caption eco-large eco-color-primary sfl fadeout"
data-x="100"
data-y="185"
data-speed="800"
data-start="800"
data-easing="Power4.easeOut">Check out our pages
</div>
<!-- LAYER #2 -->
<div class="tp-caption eco-normal eco-color-secondary sfl fadeout"
data-x="100"
data-y="265"
data-speed="800"
data-start="1000"
data-easing="Power4.easeOut"
data-captionhidden="on">
<a href="https://www.youtube.com/channel/UCPZTj9xl18TsvHBMPIlG4Zw"
target="_blank" class="btn btn-secondary">Youtube</a>
</div>
<!-- LAYER #3 -->
<div class="tp-caption eco-normal eco-color-secondary sfl fadeout"
data-x="100"
data-y="305"
data-speed="800"
data-start="1200"
data-easing="Power4.easeOut"
data-captionhidden="on">
<a href="https://twitter.com/kw_studios"
target="_blank" class="btn btn-secondary">Twitter</a>
</div>
<!-- LAYER #4 -->
<div class="tp-caption eco-normal eco-color-secondary sfl fadeout"
data-x="100"
data-y="345"
data-speed="800"
data-start="1400"
data-easing="Power4.easeOut"
data-captionhidden="on">
<a href="https://minecraft-server.eu"
target="_blank" class="btn btn-secondary">Serverlist</a>
</div>
</li>
</ul>
</div>
</div>
<div class="slider-infobar">
<i class="fa infobar-trigger"></i>
<ul>
<li>
<i class="fa fa-phone"></i>
<span class="name">Server IP:</span>
<span class="highlight">play.KWStudios.org</span>
</li>
<li>
<i class="fa fa-envelope"></i>
<span class="name">Youtube:</span>
<a href="https://www.youtube.com/channel/UCPZTj9xl18TsvHBMPIlG4Zw" target="_blank">KWStudios_Youtube</a>
</li>
<li>
<i class="fa fa-envelope"></i>
<span class="name">Twitter:</span>
<a href="https://twitter.com/kw_studios" target="_blank">KW_Studios</a>
</li>
</ul>
</div>
</div>
</div>
<!-- Slider / End -->
</div>
<!-- Content
================================================== -->
<main class="main-content">
<div class="container">
<!-- Features -->
<section class="section">
<div class="title-bordered" data-animation="fadeInUp" data-animation-delay="0">
<h2>Server Highlights</h2>
</div>
<div class="row">
<div class="col-sm-3">
<div class="icobox icobox__primary" data-animation="fadeInUp" data-animation-delay="200">
<div class="icobox-holder">
<div class="triangle-top"></div>
<i><img src="images/mobs.png" style="width:100%"/></i>
<div class="triangle-bottom"></div>
</div>
<div class="icobox-desc">
<div class="icobox-desc-inner1">
<div class="icobox-desc-inner2">
<h3><a>Minigames</a></h3>
<p>We have several minigames, currently Bedwars, custom Ragemode and Paintball are available </p>
<a href="#" class="btn btn-primary" rel="shadowbox;height=140;width=120">Demo Video <br>coming soon</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="icobox icobox__secondary" data-animation="fadeInUp" data-animation-delay="400">
<div class="icobox-holder">
<div class="triangle-top"></div>
<i><img src="images/money.png" style="width:100%"/></i>
<div class="triangle-bottom"></div>
</div>
<div class="icobox-desc">
<div class="icobox-desc-inner1">
<div class="icobox-desc-inner2">
<h3><a href="#">in-Game Shops</a></h3>
<p>In-game shops will be available soon.</p>
<a href="#" class="btn btn-secondary" target="_blank">Demo Video <br>coming soon</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="icobox icobox__tertiary" data-animation="fadeInUp" data-animation-delay="600">
<div class="icobox-holder">
<div class="triangle-top"></div>
<i><img src="images/dungeon.png" style="width:100%"/></i>
<div class="triangle-bottom"></div>
</div>
<div class="icobox-desc">
<div class="icobox-desc-inner1">
<div class="icobox-desc-inner2">
<h3><a href="#">Custom Minigames</a></h3>
<p>We made our Ragemode Plugin ourselves, soon modded minigames with the epic Tech-guns mod will be available</p>
<a href="#" class="btn btn-tertiary" target="_blank">Demo Video <br>coming soon</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="icobox icobox__primary" data-animation="fadeInUp" data-animation-delay="800">
<div class="icobox-holder">
<div class="triangle-top"></div>
<i><img src="images/random-items.png" style="width:100%"/></i>
<div class="triangle-bottom"></div>
</div>
<div class="icobox-desc">
<div class="icobox-desc-inner1">
<div class="icobox-desc-inner2">
<h3><a href="#">Unique Survival</a></h3>
<p>We offer you a unique modpack experience, everything combined with the Techgun mod, made by pWn3d_1337</p>
<a href="https://www.youtube.com/watch?v=Uzk39E0wZuI" class="btn btn-primary" target="_blank">Watch Demo Video</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Features / End -->
<div class="spacer-lg"></div>
<!-- Donations Link these donations off to your buycraft store using an absolute url-->
<div class="title-bordered" data-animation="fadeInUp" data-animation-delay="0">
<h2>Donation Options</h2>
Our donations system will be introduced soon.
</div>
<ul class="gallery-list gallery-list__4cols">
<li class="gallery-item" data-animation="fadeInLeft" data-animation-delay="300">
<figure class="gallery-thumb">
<a href="#" target="_blank"><img src="images/damageboost-icon.png" alt=""></a>
</figure>
<div class="gallery-caption">
<h5><a href="#" target="_blank">Server Attack Boost (2h)</a></h5>
<span class="date">Not available yet</span>
</div>
</li>
<li class="gallery-item" data-animation="fadeInLeft" data-animation-delay="600">
<figure class="gallery-thumb">
<a href="#" target="_blank"><img src="images/healthboost-icon.png" alt=""></a>
</figure>
<div class="gallery-caption">
<h5><a href="#" target="_blank">Server Health Boost (2h)</a></h5>
<span class="date">Not available yet</span>
</div>
</li>
<li class="gallery-item" data-animation="fadeInRight" data-animation-delay="900">
<figure class="gallery-thumb">
<a href="#" target="_blank"><img src="images/gemdrop-icon.png" alt=""></a>
</figure>
<div class="gallery-caption">
<h5><a href="#" target="_blank">Server Gem Drop (6h)</a></h5>
<span class="date">Not available yet</span>
</div>
</li>
<li class="gallery-item" data-animation="fadeInRight" data-animation-delay="1200">
<figure class="gallery-thumb">
<a href="#" target="_blank"><img src="images/ultimateboss-icon.png" alt=""></a>
</figure>
<div class="gallery-caption">
<h5><a href="#" target="_blank">Summon Ultimate Boss</a></h5>
<span class="date">Not available yet</span>
</div>
</li>
</ul>
<div class="text-center">
<a href="http://www.buycraft.com" class="btn btn-primary" data-animation="fadeInDown" data-animation-delay="1500">View All Donation Options</a>
</div>
<!-- Donations End -->
<div class="spacer-lg"></div>
<!-- Other Features -->
<div class="title-bordered" data-animation="fadeInUp" data-animation-delay="0">
<h2>Other Great Features</h2>
</div>
<div class="row">
<div class="col-md-4">
<!-- List Group (thumb) -->
<ul class="list-group list-group__color-secondary">
<li class="list-group-item" data-animation="fadeInLeft" data-animation-delay="0">
<h5 class="bold">3 different Multiplayer Mini-Games</h5>
Each of the mini-games has its own uniqe maps we built our self.
</li>
<li class="list-group-item" data-animation="fadeInLeft" data-animation-delay="200">
<h5 class="bold">Creative</h5>
In this world you have a space of 32*32 blocks in which you can build everything you want
</li>
<li class="list-group-item" data-animation="fadeInLeft" data-animation-delay="400">
<h5 class="bold">Survival-Mode</h5>
In this large world you can have our own uniqe multiplayer expierence.
</li>
</ul>
<!-- List Group (thumb) / End -->
</div>
<div class="col-md-4">
<!-- List Group (thumb) -->
<ul class="list-group list-group__color-secondary">
<li class="list-group-item" data-animation="fadeInLeft" data-animation-delay="0">
<h5 class="bold">Builderserver</h5>
Build maps for our server, help us improve our lobby.
</li>
<li class="list-group-item" data-animation="fadeInLeft" data-animation-delay="200">
<h5 class="bold">Ragemode</h5>
We wrote our own Ragemode-Plugin so we hope you have fun playing it (and no problems :P).
</li>
<li class="list-group-item" data-animation="fadeInLeft" data-animation-delay="400">
<h5 class="bold">TS3-Server</h5>
Our TS3-Server has capacity for you and your friends so you can have a better multiplayer experience.
</li>
<!-- List Group (thumb) / End -->
</div>
<div class="col-md-4">
<!-- Accordion -->
<div class="panel-group accordion" id="accordion2" data-animation="fadeInRight" data-animation-delay="0">
<div class="panel">
<div class="panel-heading">
<a data-toggle="collapse" data-parent="#accordion2" href="#collapse1" class="panel-title">
<span class="panel-title-inner">
Donation System
</span>
</a>
</div>
<div id="collapse1" class="panel-collapse collapse in">
<div class="panel-body">
We plan on introducing a Donation-System to help us run our servers.
</div>
</div>
</div>
<div class="panel">
<div class="panel-heading">
<a data-toggle="collapse" data-parent="#accordion2" href="#collapse2" class="panel-title collapsed">
<span class="panel-title-inner">
Kit-PVP
</span>
</a>
</div>
<div id="collapse2" class="panel-collapse collapse">
<div class="panel-body">
We are developing a new Mini-Game so you can have even more diversity on our server.
</div>
</div>
</div>
<div class="panel">
<div class="panel-heading">
<a data-toggle="collapse" data-parent="#accordion2" href="#collapse3" class="panel-title collapsed">
<span class="panel-title-inner">
PermissionsEx
</span>
</a>
</div>
<div id="collapse3" class="panel-collapse collapse">
<div class="panel-body">
We will introduce a permissionsEx plugin for the whole network soon.
</div>
</div>
</div>
<div class="panel">
<div class="panel-heading">
<a data-toggle="collapse" data-parent="#accordion2" href="#collapse4" class="panel-title collapsed">
<span class="panel-title-inner">
Forum
</span>
</a>
</div>
<div id="collapse4" class="panel-collapse collapse">
<div class="panel-body">
We plan on making our own forum to give you a space to give us better feedback.
</div>
</div>
</div>
</div>
<!-- Accordion / End -->
</div>
</div>
<!-- Other Features / End -->
<div class="spacer-lg"></div>
<!-- Team -->
<div class="title-bordered" data-animation="fadeInUp" data-animation-delay="0">
<h2>The Server Staff Team</h2>
</div>
<div class="team-list-wrapper">
<ul class="team-list">
<li class="member">
<div class="clearfix">
<figure class="thumbnail">
<a href="#"><img src="images/heads/ybrin.png" alt="" class="img-responsive"></a>
</figure>
<header class="member-header">
<h3><a href="#">Ybrin</a></h3>
<span class="info">Founder/Owner</span>
</header>
<div class="member-desc">
Ybrin is responsible for the Server performance and the development of new plugins.
</div>
</div>
</li>
<li class="member">
<div class="clearfix">
<figure class="thumbnail">
<a href="#"><img src="images/heads/guschbur.png" alt="" class="img-responsive"></a>
</figure>
<header class="member-header">
<h3><a href="#">FlammerHD</a></h3>
<span class="info">Web-designer/Moderator</span>
</header>
<div class="member-desc">
FlammerHD is responsible for the Website and helps <br>
to moderate the server.</div>
</div>
</li>
<li class="member">
<div class="clearfix">
<figure class="thumbnail">
<a href="#"><img src="images/heads/zimonzk.png" alt="" class="img-responsive"></a>
</figure>
<header class="member-header">
<h3><a href="#">Zimonzk</a></h3>
<span class="info">Co-founder</span>
</header>
<div class="member-desc">
Zimonzk is responsible for the development of new plugins.
</div>
</div>
</li>
<li class="member">
<div class="clearfix">
<figure class="thumbnail">
<a href="#"><img src="images/heads/titanwar1.png" alt="" class="img-responsive"></a>
</figure>
<header class="member-header">
<h3><a href="#">Dragonfire_XD</a></h3>
<span class="info">Supporter/Moderator</span>
</header>
<div class="member-desc">
Dragonfire_XD is a moderator and Supporter of the KWStudios server.
</div>
</div>
</li>
<li class="member">
<div class="clearfix">
<figure class="thumbnail">
<a href="#"><img src="images/heads/titanwar1.png" alt="" class="img-responsive"></a>
</figure>
<header class="member-header">
<h3><a href="#">Titanwar1</a></h3>
<span class="info">Builder</span>
</header>
<div class="member-desc">
Titanwar1 helped us build the Lobby.
</div>
</div>
</li>
<li class="member">
<div class="clearfix">
<figure class="thumbnail">
<a href="#"><img src="images/heads/hmblf_head.png" alt="" class="img-responsive"></a>
</figure>
<header class="member-header">
<h3><a href="#">hmblf</a></h3>
<span class="info">Owner/ Webdeveloper/ Builder</span>
</header>
<div class="member-desc">
Hmblf built maps, is responsible for the website,<br>
and the owner of some of our servers.
</div>
</div>
</li>
</ul>
</div>
<!-- Team / End -->
<div class="spacer-lg"></div>
<!-- Phone Block -->
<div class="cta cta__fullw">
Head over to our forums for more information
<strong><a href="forum-coming-soon.html" target="_blank">KWStudios Forum</a></strong>
</div>
<!-- Phone Block / End -->
</div>
</main>
<!-- Footer
================================================== -->
<div class="footer-wrap">
<!-- Footer -->
<footer class="footer">
<div class="container">
<!-- Widgets -->
<section class="footer-widgets">
<div class="row">
<div class="col-xs-6 col-sm-3 col-md-3">
<!-- Phone Widget -->
<div class="widget widget__footer">
<h4 class="widget-title">Server IP</h4>
<div class="widget-body">
<ul class="info-list">
<li>TS3: ts3.kwstudios.org</li>
<li>MC: play.kwstudios.org</li>
</ul>
</div>
</div>
<!-- Phone Widget / End -->
</div>
<div class="col-xs-6 col-sm-3 col-md-3">
<!-- Email Widget -->
<div class="widget widget__footer">
<h4 class="widget-title">Email</h4>
<div class="widget-body">
<ul class="info-list">
<li><a href="mailto:[email protected]">[email protected]</a></li>
</ul>
</div>
</div>
<!-- Email Widget / End -->
</div>
<div class="clearfix visible-xs"></div>
<div class="col-xs-6 col-sm-3 col-md-3">
<!-- Address Widget -->
<div class="widget widget__footer">
<h4 class="widget-title">Other Info</h4>
<div class="widget-body">
<ul class="info-list">
<li>Other information coming soon</li>
</ul>
</div>
</div>
<!-- Address Widget / End -->
</div>
<div class="col-xs-6 col-sm-3 col-md-3">
<!-- Social Links Widget -->
<div class="widget widget__footer">
<h4 class="widget-title">Social</h4>
<div class="widget-body">
<ul class="social-list social-list__footer list-unstyled">
<li><a href="https://twitter.com/kw_studios"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.youtube.com/user/UCqWIW4ojUFUqM0YgmIH38fw"><i class="fa fa-youtube"></i></a></li>
</ul>
</div>
</div>
<!-- Social Links Widget / End -->
</div>
</div>
</section>
<!-- Widgets / End-->
</div>
</footer>
<!-- Footer / End -->
<!-- Copyright -->
<div class="copyright">
<div class="container">
© Copyright 2015 KWStudios | The Mob Box, 2014. All rights reserved. | <span class="copy-txt"><a href="http://www.minecraftwebsitetemplates.com" target="_blank">Theme By Minecraft Website Templates</a></span><br/>
<span class="copy-txt"><a href="http://www.minecraft.net" target="_blank">Minecraft</a> is copyright <a href="https://mojang.com/" target="_blank">Mojang AB</a> and is not affiliated with this server, website or its donation packages.</span>
</div>
</div>
<!-- Copyright / End -->
</div>
<!-- Javascript Files
================================================== -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery-1.11.0.min.js"></script>
<script src="js/jquery-migrate-1.2.1.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="bootstrap/js/bootstrap.min.js"></script>
<!-- hoverIntent -->
<script src="js/jquery.hoverIntent.minified.js"></script>
<!-- FlexNavigation -->
<script src="js/jquery.flexnav.min.js"></script>
<!-- Isotope -->
<script src="js/jquery.isotope.min.js"></script>
<script src="js/jquery.imagesloaded.min.js"></script>
<!-- Twitter -->
<script src="js/jquery.twitter.js"></script>
<!-- Flickr Feed -->
<script src="js/jquery.flickrfeed.js"></script>
<!-- FitVid (responsive video) -->
<script src="js/jquery.fitvids.js"></script>
<!-- Owl Carousel -->
<script src="js/owl.carousel.js"></script>
<!-- Magnific Popup -->
<script src="js/jquery.magnific-popup.min.js"></script>
<!-- Magnific Popup -->
<script src="js/jquery.appear.js"></script>
<!-- Init File -->
<script src="js/custom.js"></script>
<!-- Home Page specific scripts
================================================== -->
<!-- jQuery REVOLUTION Slider -->
<script src="rs-plugin/js/jquery.themepunch.plugins.min.js"></script>
<script src="rs-plugin/js/jquery.themepunch.revolution.min.js"></script>
<script>
jQuery(document).ready(function() {
jQuery('.tp-banner').revolution({
delay:6000,
startwidth:1140,
startheight:480,
hideThumbs:10,
fullWidth:"on",
forceFullWidth:"on",
hideCaptionAtLimit:480,
//navigationType: "none",
soloArrowLeftHOffset:20,
soloArrowRightHOffset:20,
soloArrowLeftVOffset:20,
soloArrowRightVOffset:20
});
});
</script>
</body>
</html>