-
Notifications
You must be signed in to change notification settings - Fork 216
/
index.html
54 lines (52 loc) · 2.3 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
<!DOCTYPE html>
<html>
<head>
<title>Dave Gamache</title>
<meta name="author" content="Dave Gamache">
<meta name="description" content="Personal site of Dave Gamache">
<meta name="viewport" content="width=device-width, initial-scale=1, minimal-ui">
<link rel="stylesheet" href="main.css">
<script type="text/javascript" src="//use.typekit.net/nxs1qix.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
</head>
<body>
<div class="wrapper">
<div class="triangle-pattern"></div>
<div class="wrapper-inner">
<h1 class="name">Designer & Builder</h1>
<h2 class="byline">Based in San Francisco</h2>
<ul class="social-links">
<li>
<a class="social-link-item social-link-item-twitter" target="_blank" href="http://www.twitter.com/dhg">Twitter</a>
</li>
<li>
<a class="social-link-item social-link-item-dribbble" target="_blank" href="http://www.dribbble.com/dhg">Dribbble</a>
</li>
<li>
<a class="social-link-item social-link-item-github" target="_blank" href="http://www.github.com/dhg">Github</a>
</li>
<li>
<a class="social-link-item social-link-item-behance" target="_blank" href="http://www.behance.com/dhgamache">Behance</a>
</li>
<li>
<a class="social-link-item social-link-item-medium" target="_blank" href="http://www.medium.com/@dhg">Medium</a>
</li>
<li class="email-link-outer">
<a class="email-link" target="_blank" href="mailto:[email protected]">[email protected]</a>
</li>
</ul>
</div>
</div>
<video class="background-video" autoplay="autoplay">
<source src="http://ak8.picdn.net/shutterstock/videos/2230813/preview/stock-footage-red-and-pink-ink-in-water-shooting-with-high-speed-camera-phantom-flex.mp4" type="video/mp4" />
</video>
<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-20752697-1', 'davegamache.com');
ga('send', 'pageview');
</script>
</body>
</html>