-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (32 loc) · 1.46 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
<html>
<head>
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-132494600-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-132494600-1');
</script>
<!-- End Google Analytics -->
<title>LiamHughes.com</title>
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/normalize.css">
<link rel="stylesheet" type="text/css" href="css/index.css">
</head>
<body>
<div class="main">
<h1>Liam Hughes</h1>
<p><a href="mailto:[email protected]">[email protected]</a></p>
<p>Principal Software Engineer at <a href="https://www.phocassoftware.com" target="_blank">Phocas Software</a></p>
<p>
<a href="https://github.com/liamhughes" rel="me" target="_blank">GitHub</a>
•
<a href="https://au.linkedin.com/in/liamhughescom" rel="me" target="_blank">LinkedIn</a>
•
<a href="https://twitter.com/LiamHughes_com" rel="me" target="_blank">X</a>
</p>
</div>
</body>
</html>