-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·56 lines (42 loc) · 2.36 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
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Jeremy Ricketts</title>
<meta name="description" content="Jeremy Ricketts is a Product Manager in Carlsbad, CA">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Github pages, Google fonts, and BootstrapCDN... who needs a server. LULZ. -->
<link href="//fonts.googleapis.com/css?family=Open+Sans:300,700" rel="stylesheet" type="text/css">
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
<div class="container">
<img class="avatar" src="/img/jeremy-ricketts-avatar.jpg" alt="Jeremy Ricketts">
<h1>Hello, I'm Jeremy Ricketts</h1>
<p>I live in sunny <a href="https://www.google.com/maps/place/Carlsbad,+CA/" title="Google Map">Carlsbad</a> California. My dog's name is Josie. You should visit us! We'll go eat fish tacos.</p>
<p class="links">
<a href="https://twitter.com/jeremyricketts" title="Twitter"><span class="icon icon-twitter"></span></a>
<a href="https://github.com/jeremyricketts" title="GitHub"><span class="icon icon-github-alt"></span></a>
<a href="https://www.linkedin.com/in/jeremyricketts" title="LinkedIn"><span class="icon icon-linkedin"></span></a>
<a href="mailto:email@jeremyricketts.com" title="Email me"><span class="icon icon-envelope-alt"></span></a>
<a href="https://cash.me/$jeremyricketts" title="Pay me"><span class="icon icon-credit-card"></span></a>
</p>
</div>
<!-- GOOGLE ANALYTICS -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-362990-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>