-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (25 loc) · 1.58 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
<!DOCTYPE html>
<html lang='en'>
<head>
<title>Piers Ebdon</title>
<link href="./styles/reset.css" rel="stylesheet" type="text/css">
<link href="./styles/main.css" rel="stylesheet" type="text/css"/>
<link rel="preconnect" href="https://fonts.gstatic.com">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap" rel="stylesheet">
</head>
<body>
<header>
<h1>Piers Ebdon</h1>
</header>
<hr/>
<main>
<p>Hi I'm Piers, a software developer currently working full time as an iOS Developer.</p>
<p>Swift is my programming language of choice and I am really excited about it's potential use outside of the Apple ecosystem, particuarly server-side Swift.
I sponsor <a href='https://github.com/sponsors/vapor' target="_blank">Vapor</a> because I think it is awesome and it would be amazing to be able to use Swift on the frontend and backend for total global domination.</p>
<p>Outside of work, I am a big Manchester united fan, enjoy going to the gym, reading, and working on side projects.
Having done Energy Management and Sustainability for a degree at University but not used it since, I am hoping to create an app idea related to sustainability for my next side project</p>
<p>The best place to get hold of me is via <a href='https://www.linkedin.com/in/piers-ebdon/' target="_blank">linkedin</a>.</p>
</main>
</body>
</html>