-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (43 loc) · 1.27 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
46
47
48
<!DOCTYPE html>
<html>
<head>
<title>Personal website of Ian Huntington</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
max-width: 40rem;
margin: 0 auto;
padding: 0 1rem;
}
h1, h2 {
font-weight: normal;
}
a {
color: #248900;
}
</style>
</head>
<body>
<main>
<h1>Ian Huntington</h1>
<p>I'm a front-end developer at <a href="https://www.natwestmentor.co.uk">NatWest Mentor</a>.</p>
<p>I live in Catford with my partner Zoe. When not found at a computer I enjoy running, bouldering and pottering about our garden.</p>
<h2>Projects</h2>
<ul>
<li>
<a href="https://www.haveiplayedbowie.today">Have I Played Bowie Today?</a> - what I've been listening
to in a diary format and whether I've listened to Bowie.
</li>
<li>
<a href="https://www.goodtunes.org">Good Tunes</a> - a project for Benjamin Schwab where users sponsor
Ben to run a marathon by dondate music and money
</li>
<li>
<a href="/hear-me-out/">Hear Me Out</a> - one of my Strava runs with the altitude data converted to a
sound track
</li>
</ul>
</main>
</body>
</html>