-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·62 lines (60 loc) · 2.81 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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title>Cole Reid - Full Stack Web Developer | Canmore/Banff, Alberta, Canada</title>
<meta name="description" content="Home of Cole Reid, full stack web developer from Canmore, Alberta. Sweet code, inspired by the Rocky Mountains">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Cole Reid">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/bootstrap-theme.min.css">
<link rel="stylesheet" href="css/main.min.css">
<meta name="geo.region" content="CA-AB" />
<meta name="geo.placename" content="Canmore" />
<meta name="geo.position" content="51.086401;-115.361137" />
<meta name="ICBM" content="51.086401, -115.361137" />
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h1 id="my-name">Cole Reid</h1>
<h2>
Web Developer and Infrastructure Guy <br>
</h2>
<h3><span class="location">Canmore/Banff, Alberta</span></h3>
<div class="links">
<span class="network" style="padding-left:0px;"> <a href="now.html">what i'm doing now</a> </span>
<span class="network"> <a href="/resume">resume</a> </span>
<span class="network"><a href="http://instagram.com/colereid" target="_blank">instagram</a></span>
<span class="network"><a href="http://github.com/colebowl" target="_blank">github</a></span>
</div>
</div>
</div>
</div> <!-- /container -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="js/vendor/modernizr-2.6.2-respond-1.1.0.min.js"></script>
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='http://www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-50702486-1');ga('send','pageview');
</script>
<!-- Hotjar Tracking Code for colebowl.githubio.com -->
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:590614,hjsv:5};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'//static.hotjar.com/c/hotjar-','.js?sv=');
</script>
</body>
</html>