-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (46 loc) · 1.84 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
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Gavin Wye – designer</title>
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css?family=Barlow|Barlow+Condensed|Barlow+Semi+Condensed:400,400i,700&display=swap" rel="stylesheet">
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body id="home">
<h1><a class="selected" href="/">Gavin Wye</a>
<span><b>Designer</b> <br> [Product, Interaction, Service, User Experience, Systems]</span>
</h1>
<hr>
<p>I like to make things better, to deliver impactful working software to people as early as possible, meeting their needs, continuously improving and iterating based on user research.</p>
<p>I advocate for design systems to help teams ship faster, making the design process more transparent and inclusive.</p>
<p>I've spent the last 18 years working in Digital Product Design and User Experience roles. I have a BA Hons in Product Design.</p>
<p><a href="about.html">Read more about me</a>.</p>
<hr>
<nav>
<h2>Navigation</h2>
<ul>
<li><a class="selected" href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="portfolio/index.html">Portfolio</a></li>
</ul>
</nav>
<hr>
<h3>Elsewhere on the web</h3>
<ul>
<li><a rel="me" href="https://linkedin.com/in/gavinwye">LinkedIn</a></li>
<li><a rel="me" href="https://github.com/gavinwye">GitHub</a></li>
<li><a rel="me" href="https://twitter.com/gavinwye">Twitter</a></li>
<li><a rel="me" href="https://instagram.com/gavinwye">Instagram</a></li>
<li><a rel="me" href="https://medium.com/@gavinwye">Medium</a></li>
</ul>
<footer>
<hr>
<a href="colophon.html">Colophon</a>
</footer>
</body>
</html>