-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
89 lines (76 loc) · 4.48 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
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang=""> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Robert M. Burkhead</title>
<meta name="description" content="Robert Burkhead at GitHub Pages">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
</head>
<body>
<div id="page-container">
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class="header-container">
<header class="wrapper clearfix">
<h1 class="title">Robert M. Burkhead</h1>
<!-- nav>
<ul>
<li><a href="#">nav ul li a</a></li>
<li><a href="#">nav ul li a</a></li>
<li><a href="#">nav ul li a</a></li>
</ul>
</nav -->
</header>
</div>
<div class="main-container">
<div class="main wrapper clearfix">
<article>
<header>
</header>
<section class="social-media">
<p><a href="http://github.com/rmburkhead"><img src="images/GitHub-Mark-32px.png" alt="GitHub" /> Github</a></p>
<p><a href="http://bitbucket.org/rmburkhead"><img src="images/bitbucket.png" alt="Bitbucket" /> Bitbucket</a></p>
<p><a href="http://stackoverflow.com/users/388702/robertb"><img src="images/so-icon.png" alt="Stackoverflow" /> Stackoverflow</a></p>
<p><a href="http://www.openhub.net/accounts/rmburkhead"><img src="images/openhub.png" alt="OpenHub" /> OpenHub</a></p>
<p><a href="http://www.linkedin.com/in/rmburkhead"><img src="images/linkedin.png" alt="LinkedIn" /> LinkedIn</a></p>
<p><a href="http://twitter.com/RobertBurkhead"><img src="images/twitter.png" alt="Twitter" /> Twitter</a></p>
<p><a href="http://www.facebook.com/rmburkhead"><img src="images/fb.png" alt="Facebook" /> Facebook</a></p>
<p><a href="http://www.last.fm/user/RobertB151"><img src="images/last_fm.png" alt="last.fm" /> last.fm</a></p>
<p><a href="http://open.spotify.com/user/robertb151"><img src="images/spotifiy.png" alt="Spotify" /> Spotify</a></p>
</section>
<footer>
</footer>
</article>
<aside>
<p style="text-align: center"><img src="http://www.gravatar.com/avatar/9ed17bdef845a310958a87b18c3e01b0.png?s=256" /></p>
</aside>
</div> <!-- #main -->
</div> <!-- #main-container -->
<div class="footer-container">
<footer class="wrapper">
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a>
</footer>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.2.js"><\/script>')</script>
<script src="js/main.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<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-60752462-1', 'auto');
ga('send', 'pageview');
</script>
</div>
</body>
</html>