-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (31 loc) · 1.75 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Dave Verdon | Senior Web Developer</title>
<meta name="description" content="Award winning Full Stack Web Developer with over 9 years experience, based in Dublin, Ireland.">
<meta name="author" content="Dave Verdon">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="assets/dist/images/favicon.png" rel="shortcut icon">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet">
<link rel="stylesheet" href="assets/dist/css/main.min.css">
</head>
<body>
<header class="header">
<div class="inner">
<h1 class="header__title">Dave Verdon <span class="header__position">Senior Web Developer</span></h1>
<p>Award winning Senior Web Developer with over 9 years experience, based in Dublin, Ireland. Currently working as a Senior Developer with <a href="https://icabbi.com" target="_blank">iCabbi</a>.</p>
<p>If you are looking to get in touch you can email me at: <a href='mailto:ver%64%6Fnd%32@gmail.co%6D'>verdond2@gmail.com</a></p>
</div>
</header>
<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-90124206-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>