-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
121 lines (109 loc) · 5.02 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>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>speedysnail6.github.io</title>
<link href='http://fonts.googleapis.com/css?family=Quantico' rel='stylesheet' type='text/css'>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<style type="text/css">
h1 {
font-family: 'Quantico', sans-serif;
}
</style>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container" style="width: 675px;">
<center>
<h1>speedysnail6.github.io</h1>
<div role="tabpanel">
<!-- Nav tabs -->
<center>
<ul class="nav nav-tabs" role="tablist">
<li role="presentation" class="active"><a href="#profiles" aria-controls="profiles" role="tab" data-toggle="tab">Profiles</a></li>
<li role="presentation"><a href="#profile" aria-controls="profile" role="tab" data-toggle="tab">Sponsors</a></li>
<li role="presentation"><a href="#messages" aria-controls="messages" role="tab" data-toggle="tab">Messages</a></li>
</ul>
</center>
<!-- Tab panes -->
<div class="tab-content">
<br />
<div role="tabpanel" class="tab-pane active" id="profiles">
<div class="row">
<div class="col-xs-6 col-md-4">
<a href="http://youtube.com/Speedysnail6" class="thumbnail">
<img src="img/youtube.png" alt="YouTube">
</a>
</div>
<div class="col-xs-6 col-md-4">
<a href="http://instagram.com/Speedysnail6" class="thumbnail">
<img src="img/instagram.png" alt="Instagram">
</a>
</div>
<div class="col-xs-6 col-md-4">
<a href="http://twitter.com/Speedysnail6" class="thumbnail">
<img src="img/twitter.png" alt="Twitter">
</a>
</div>
<div class="col-xs-6 col-md-4">
<a href="skype:Speedysnail6?chat" class="thumbnail">
<img src="img/skype.png" alt="Skype">
</a>
</div>
<div class="col-xs-6 col-md-4">
<a href="http://speedysnail6.com" class="thumbnail">
<img src="img/website.png" alt="Website">
</a>
</div>
<div class="col-xs-6 col-md-4">
<a href="http://speedysnail6.info" class="thumbnail">
<img src="img/blog.png" alt="Blog" style="width: 100%;">
</a>
</div>
<div class="col-xs-6 col-md-4">
<a href="http://github.com/speedysnail6" class="thumbnail">
<img src="img/github.png" alt="GitHub">
</a>
</div>
<div class="col-xs-6 col-md-4">
<a href="https://vine.co/u/1056976502036090880" class="thumbnail">
<img src="img/vine.png" alt="Vine">
</a>
</div>
<div class="col-xs-6 col-md-4">
<a href="http://steamcommunity.com/id/speedysnail6/" class="thumbnail">
<img src="img/steam.png" alt="Steam">
</a>
</div>
</div>
</div>
<div role="tabpanel" class="tab-pane" id="profile">
<a href="https://glowstoneservers.com/clients/aff.php?aff=011" target="_BLANK"><img src="http://puu.sh/eYWkT/4d03678a8c.gif" style="width: 100%;"></a>
<p>Glowstone Servers offers great Minecraft, Web, and Dedicated Server Hosting. I work for them! Use the code <code>BEN5</code> for 5% off on your first payment!</p>
<hr />
<a href="https://www.linode.com/?r=c19f1c9915e8e4274881b5fda9f21205bd78cf98" target="_BLANK"><img src="http://moatsearch-data.s3.amazonaws.com/creatives/79bbe56aa7ec96ef9400581e49b9278bdcd8e463.jpg" style="width: 100%;"></a>
<p>I got <strong>$60</strong> free of cloud hosting with this company! At <a href="http://www.socallinuxexpo.org/scale/13x" target="_BLANK">#SCALE13x</a>. Use my <a target="_BLANK" href="https://www.linode.com/?r=c19f1c9915e8e4274881b5fda9f21205bd78cf98">link</a> and the code <code>LINODE10</code> for 10% off and $10 on signup.</p>
<hr />
<a href="https://www.digitalocean.com/?refcode=b4ff0f5b11e1" target="_BLANK"><img src="img/digitalocean_banner.jpg" style="width: 100%;"></a>
<p>Get $10 free (2 months of the smallest VPS) free with no payment needed with my <a href="https://www.digitalocean.com/?refcode=b4ff0f5b11e1" target="_BLANK">referral link!</a></p>
<hr />
</div>
<div role="tabpanel" class="tab-pane" id="messages"><p>Coming soon</p></div>
</div>
</div>
</center>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>