-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (36 loc) · 2.06 KB
/
index.html
File metadata and controls
41 lines (36 loc) · 2.06 KB
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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Daniel Reid - Product Management & Design</title>
<meta name="description" content="I’m a Product Manager and Designer currently living and working in Milwaukee, WI.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700" rel="stylesheet">
<link rel="stylesheet" href="normalize.css">
<link rel="stylesheet" href="main.css">
</head>
<body>
<main>
<div class="intro">
<div class="profile-pic">
<img src="https://www.gravatar.com/avatar/091d179b024a85b7ec916f126fdaf16b?s=600" alt="Daniel Reid" />
</div>
<p>Hi there, I'm Daniel.</p>
<p>I’m a <b>Product Manager</b> and <b>Designer</b> currently living and working in Nashville, TN.</p>
</div>
<p class="contact">Find me on <a target="_blank" href="https://medium.com/@dan_reid">Medium</a>, <a target="_blank" href="https://twitter.com/dan_reid">Twitter</a>, <a target="_blank" href="https://www.linkedin.com/in/daniel-reid/">LinkedIn</a>, <a target="_blank" href="https://codepen.io/dan_reid/">CodePen</a>, and <a target="_blank" href="https://github.com/danielcreid">Github</a>.</p>
</main>
<footer>
<p>© Copyright 2017 Daniel Reid — All Rights Reserved</p>
</footer>
<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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-23972292-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>