-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (30 loc) · 1.35 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="Peter Burrell : Software Developer" />
<title>Peter Burrell</title>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700" rel="stylesheet" type="text/css">
<link href="/stylesheets/stylesheet.css" rel="stylesheet" type="text/css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-155393904-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-155393904-1');
</script>
</head>
<body>
<h1>Peter Burrell</h1>
<h2>Software Developer</h2>
<div class="footer">
<p>Find me on <a href="https://github.com/peterburrell">GitHub</a>, <a href="https://stackoverflow.com/users/59849/peter">Stack Overflow</a> or <a href="https://www.linkedin.com/in/peterburrell/">LinkedIn</a>.</p>
</div>
<script src="/dist/bundle.js"></script>
</body>
</html>