-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (24 loc) · 1.08 KB
/
index.html
File metadata and controls
29 lines (24 loc) · 1.08 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Dave Penfold</title>
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab:300,700,400" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<dl>
<dt>Dave Penfold</dt>
<dd>Front End Developer</dd>
<dd>Vancouver, BC</dd>
</dl>
<p class="social-tagline">Find me on <a href="https://ca.linkedin.com/in/davepenfold">LinkedIn</a>.</p>
<script type="text/javascript">
var _gaq=_gaq||[];_gaq.push(["_setAccount","UA-103979-1"]);_gaq.push(["_trackPageview"]);(function(){var a=document.createElement("script");a.type="text/javascript";a.async=!0;a.src=("https:"==document.location.protocol?"https://ssl":"http://www")+".google-analytics.com/ga.js";var b=document.getElementsByTagName("script")[0];b.parentNode.insertBefore(a,b)})();
</script>
</body>
</html>