-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
45 lines (40 loc) · 1.5 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
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Jonjo McKay: Software Engineer</title>
<meta name="description" content="Jonjo McKay is a software engineer, based in Exeter, UK">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Raleway:400,700&display=swap" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css/style.css">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-27938711-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-27938711-1');
</script>
</head>
<body>
<nav id="links">
<ul>
<li><a href=#intro><strong>Jonjo McKay</strong></a></li>
<li><a href=https://github.com/jonjomckay target=_blank class=external rel="noopener">Github</a></li>
<li><a href=mailto:[email protected]>Contact</a></li>
</ul>
</nav>
<section id="intro">
<div id="intro-wrapper">
<div id="greeting">
<div class="name">
<span class="hello">Hello,</span> I'm Jonjo
</div>
<span class="tagline">
Nerdy developer & photographer in Exeter, UK
</span>
</div>
</div>
</section>
<!-- Background image 'brooklyn-bridge' by Media Martin: http://flic.kr/p/bwcBW3 (CC BY-NC 2.0) -->
</body>
</html>