-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (39 loc) · 1.88 KB
/
Copy pathindex.html
File metadata and controls
39 lines (39 loc) · 1.88 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
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html>
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-12233647-6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-12233647-6');
</script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>David Webster</title>
<link href="https://fonts.googleapis.com/css?family=PT+Sans:400,700&display=swap" rel="stylesheet">
<link href='styles.css' rel='stylesheet' type='text/css'>
</head>
<body class="home">
<header>
<h1><a href="/">Home</a></h1>
<a href="/resume.html">Resume</a>
<a href="/projects.html">Projects</a>
<a href="/personal.html">Personal</a>
<a href="/interests.html">Interests</a>
<a href="/aspirations.html">Aspirations</a>
<a href="/contact.html">Contact</a>
</header>
<main>
<h1>I’m David Webster</h1>
<p>I’m a pragmatic and experienced Software Engineer from Melbourne, Australia.</p>
</main>
<footer>
<a href="https://www.linkedin.com/in/david-webster-a601bb1/" target="_blank"><img src="icons/linkedin.svg" alt="LinkedIn" title="LinkedIn"></a>
<a href="https://www.facebook.com/davidwebster48" target="_blank"><img src="icons/facebook-square.svg" alt="Facebook" title="Facebook"></a>
<a href="https://twitter.com/davidwebster48" target="_blank"><img src="icons/twitter-square.svg" alt="Twitter" title="Twitter"></a>
<a href="https://github.com/davidwebster48" target="_blank"><img src="icons/github-square.svg" alt="GitHub" title="GitHub"></a>
<a href="https://stackoverflow.com/users/602716/davidwebster48" target="_blank"><img src="icons/stack-overflow.svg" alt="Stack Overflow" title="Stack Overflow"></a>
<a href="skype:davidwebster48?userinfo" target="_blank"><img src="icons/skype.svg" alt="Skype" title="Skype"></a>
</footer>
</body>
</html>