-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
121 lines (104 loc) · 3.64 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
<!DOCTYPE html>
<!-- Main -->
<html>
<head>
<link href="shift.css" rel="stylesheet">
<link rel="stylesheet" href="bootstrap.css">
<link rel="stylesheet" href="main.css">
</head>
<body>
<div id="container">
<div class="nav">
<div class="container">
<ul class="push-left">
<li><a href="http://darkraidersgaming.16mb.com/">Home</a></li>
<li><a href="http://darkraidersgaming.16mb.com/forum">Forums</a></li>
<li><a href="http://darkraidersgaming.16mb.com/server">Server</a></li>
<li><a href="https://www.youtube.com/channel/UCuK89KAbsoT6UN74oW9X49Q">YouTube Channel</a></li>
<li><a href="http://darkraidersminecraft.enjin.com/">Minecraft Enjin Site</a></li>
<li><a href="http://darkraidersgaming.16mb.com/forum/ucp.php?mode=register">Sign Up</a></li>
<li><a href="http://darkraidersgaming.16mb.com/forum/ucp.php?mode=login">Log In</a></li>
</ul>
</div>
</div>
<div class="jumbotron">
<div class="container">
<h1>DarkRaiders Gaming</h1>
<p>Welcome To the DarkRaiders Gaming Network!</p>
</div>
</div>
<div class="game-list">
<div class="container">
<h2>Main Games</h2>
<p>Links to the sites for the games.</p>
<div class="row">
<a href="https://minecraft.net/">
<div class="col-md-4">
<div class="thumbnail">
<img src="http://darkraidersgaming.16mb.com/minecraft.png">
</div>
</div>
</a>
<a href="http://robocraftgame.com/">
<div class="col-md-4">
<div class="thumbnail">
<img src="http://darkraidersgaming.16mb.com/robocraft.png">
</div>
</div>
</a>
<a href="https://kerbalspaceprogram.com/">
<div class="col-md-4">
<div class="thumbnail">
<img src="http://darkraidersgaming.16mb.com/ksp.png">
</div>
</div>
</a>
<a href="http://www.garrysmod.com/">
<div class="col-md-4">
<div class="thumbnail">
<img src="http://darkraidersgaming.16mb.com/gmod.png">
</div>
</div>
</a>
<a href="http://www.rollercoastertycoon.com/games/rollercoaster-tycoon-platinum/">
<div class="col-md-4">
<div class="thumbnail">
<img src="http://darkraidersgaming.16mb.com/rct3.png">
</div>
</div>
</a>
<a href="http://www.thinkwithportals.com/">
<div class="col-md-4">
<div class="thumbnail">
<img src="http://darkraidersgaming.16mb.com/portal2.png">
</div>
</div>
</a>
</div>
</div>
</div>
</div>
<div class="more-info">
<div class="container">
<div class="row">
<div class="col-md-4">
<h3>Partners</h3>
<p>Other great gamers to check out.</p>
<p><a href="http://darkraidersgaming.16mb.com/partners">Go to list</a></p>
</div>
<div class="col-md-4">
<h3>Channel</h3>
<p>DarkRaiders Gaming YouTube channel.</p>
<p><a href="https://www.youtube.com/channel/UCuK89KAbsoT6UN74oW9X49Q">Visit channel</a></p>
</div>
<div class="col-md-4">
<h3>Hosting Courtesy of Hostinger</h3>
<p>This site is made possible by Hostinger.</p>
<p><a href="http://www.hostinger.co.uk/">Visit Hostinger</a></p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>