-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (38 loc) · 1.56 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Gerry Wood</title>
<meta name="viewport" content="width=device-width, user-scalable=no">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,300,300italic" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css/reset.css" media="all" type="text/css" />
<link rel="stylesheet" href="css/style.css" media="all" type="text/css" />
<link rel="stylesheet" media="only screen and (max-device-width: 480px)" href="css/mobile.css" />
</head>
<body>
<div id="content">
<div id="photo">
<img id="photoIMG" src="images/gerry.jpg" title="Gerry Wood" width="200">
</div>
<div id="description">
<h1>Gerry Wood</h1>
<p>
Hi! I'm a Swift and KMM developer working on iOS at
<a href="https://sumup.com">SumUp</a> on <a href="https://www.tillersystems.com/en/">POS Pro</a>💳 and <a href="https://www.sumup.com/en-us/banking/">Banking</a> 🏦.
</p>
<p>
About Me: Coming Soon!!!
</p>
<p>
Little known facts: Coming Soon!!!
</p>
<ul>
<li><a href="https://twitter.com/brevityisgolden">Twitter</a></li>
<li><a href="https://github.com/cyberclectic">GitHub</a></li>
<li><a rel="me" href="https://iosdev.space/@gerrywood">Mastodon</a></li>
<li><a href="./resources/Gerry_Wood_Resume.pdf">Résumé / CV</a></li>
</ul>
</div>
</div>
</body>
</html>