-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
134 lines (119 loc) · 5.84 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
<!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">
<meta name="description" content="A link page for David E. Best">
<meta name="author" content="David E. Best">
<link rel="shortcut icon" href="/assets/images/favicon.ico">
<title>DavidEBest.co</title>
<!-- Bootstrap core CSS -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[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.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">DavidEBest.co</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a data-toggle="modal" data-target="#aboutModal"><i class="glyphicon glyphicon-question-sign"></i></a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<div class="container">
<div class="info-header">
<h1>Links for David E. Best</h1>
<p class="lead">The links below will take you to my various profile pages across the web.</p>
</div>
<div class="row">
<div class="col-sm-6 col-md-4">
<a href="http://twitter.com/DavidEBest" class="thumbnail">
<img src="assets/images/twitter.png" class="img-rounded icon-sized" alt="Twitter">
</a>
</div>
<div class="col-sm-6 col-md-4">
<a href="https://facebook.com/DavidEBest" class="thumbnail">
<img src="assets/images/facebook.png" class="img-rounded icon-sized" alt="Facebook">
</a>
</div>
<div class="col-sm-6 col-md-4">
<a href="https://github.com/DavidEBest" class="thumbnail">
<img src="assets/images/github.png" class="img-rounded icon-sized" alt="Github">
</a>
</div>
<div class="col-sm-6 col-md-4">
<a href="http://candiedbrain.com" class="thumbnail">
<img src="assets/images/candiedbrain.png" class="img-rounded icon-sized" alt="Blog">
</a>
</div>
<div class="col-sm-6 col-md-4">
<a href="https://linkedin.com/in/DavidEBest" class="thumbnail">
<img src="assets/images/linkedin.png" class="img-rounded icon-sized" alt="LinkedIn">
</a>
</div>
<div class="col-sm-6 col-md-4">
<a href="https://docs.google.com/document/d/1xncibF37kYSbzs0V4n2vbq_E8CjXJBzm4jQOEG32Tg0/edit?usp=sharing" class="thumbnail">
<img src="assets/images/resume.png" class="img-rounded icon-sized" alt="Resume">
</a>
</div>
<div class="col-sm-6 col-md-4">
<a href="https://google.com/+DavidBest1982" class="thumbnail">
<img src="assets/images/google-plus.png" class="img-rounded icon-sized" alt="Google+">
</a>
</div>
</div>
<div class="modal fade" id="aboutModal" tabindex="-1" role="dialog" aria-labelledby="aboutModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title" id="aboutModalLabel">About Me</h4>
</div>
<div class="modal-body">
<p>I am a thirty-something software engineer from Dayton, Ohio with more interests than time. Software-wise, I split my time thinking about embedded software for mobile devices and web development.</p>
<p>I am always interested in meeting new folks, so feel free to connect with me via any of the social networks listed.</p>
<p>This site was constructed using Bootstrap and jQuery, with icons from the following sources:</p>
<ul>
<li>All the social media links are from: <a href="http://www.iconarchive.com/show/simple-icons-by-danleech.html">Simple Icons</a> by Dan Leech</li>
<li>Brain icon from <a href="https://creativemarket.com/do2design/337-Brain-icon">Juan Pivaral</a></li>
</ul>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div><!-- /.container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-46063746-1', 'davidebest.co');
ga('send', 'pageview');
</script>
</body>
</html>