-
Notifications
You must be signed in to change notification settings - Fork 0
/
thanks.html
53 lines (48 loc) · 2.96 KB
/
thanks.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
<!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.0'>
<title>How Many Drinks in that Drink?</title>
<link rel='stylesheet' type='text/css' href='bs/css/bootstrap.min.css'>
<link rel='stylesheet' type='text/css' href='css/style.css'>
</head>
<body class='body'>
<div id='header'></div>
<div class='panel panel-custom screen-adjusted-width'>
<div class='panel-heading panel-heading-custom'>
<h3 class='panel-title'><strong class='v-align-middle'>Special Thanks:</strong></h3>
</div>
<div class='panel-body'>
<p class='formatted-paragraph'>I want to extend my thanks to the people whose
contributions of free information to the public over the web have made this site
possible.</p>
<hr class='colored-hr'>
<a href='http://getbootstrap.com/2.3.2/index.html'><h4 class='pill'>The <strong class='color-main-dark'>Twitter Bootstrap Team</strong></h4></a>
<p class='formatted-paragraph'>I'm grateful to be able to stand on the shoulders of giants.
I'm proud of the work I've done on the ideas and program logic seen on the H.M.D.I.T.D. site,
but it would be ugly as sin without the glorious UI features made possible by the Twitter
Bootstrap team. They are unbelievably generous to share their work as open source, empowering
hobbyists like me to make sites that look pretty darn good.</p>
<a href='http://www.brad21.org'><h4 class='pill'><strong class='color-main-dark'>B.R.A.D.</strong><sup><strong><em>21</em></strong></sup></h4></a>
<p class='formatted-paragraph'>The tragic death of Bradley McCue from alcohol poisoning led to
the development of the <em>Be Responsible About Drinking</em> organization, dedicated to helping
people avoid the dangers of alcohol abuse. H.M.D.I.T.D. was created in the same spirit, to help
us stay mindful of what we're doing when we turn to alcohol for fun or relaxation. I
don't celebrate the sad events that caused B.R.A.D.<sup><em>21</em></sup> to be created, but the
information they've shared was invaluable during my research for this project, and I'm thankful
to have found it.</p>
<a href='https://twitter.com/buildstarted'><h4 class='pill'>Ben <strong class='color-main-dark'>Dornis</strong></h4></a>
<p class='formatted-paragraph'>Ben has been my friend and a solid mentor for many years.
Without his constant encouragement and support, I would not have been able to give the effort
needed to reach the level I stand at today. We don't see each other often enough, but I'm
always grateful for the chats and insight we're able to share online. Thanks, Ben!</p>
</div>
</div>
<div class='footer' id='footer'></div>
<script type='text/javascript' src="js/jquery.min.js"></script>
<script type='text/javascript' src="bs/js/bootstrap.min.js"></script>
<script type='text/javascript' src='js/buildHeaderFooter.js'></script>
</body>
</html>