-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (45 loc) · 1.64 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Tom Cavill is a product designer in London</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Director of Design at Supercritical; co-founder, Bricklane">
<meta name="author" content="Tom Cavill - @tomcavill">
<link rel="stylesheet" type="text/css" href="styles.css">
<link rel="shortcut icon" href="favicon.ico">
<script src="/script.js" defer></script>
</head>
<body>
<div class="container">
<article>
<header>
<div class="header-column">
<header>
<hgroup>
<h1>Tom Cavill</h1>
<h2>Product designer</h2>
</hgroup>
</header>
</div>
<div class="header-column">
<aside>
<ul>
<li><a href="https://read.cv/cavill">CV</a></li>
<li><a href="https://linkedin.com/in/cavill">LinkedIn</a></li>
<li><a href="https://instagram.com/tomcavill">Instagram</a></li>
<li><a href="https://twitter.com/tomcavill">Twitter</a></li>
<li><a href="mailto:[email protected]">Email</a></li>
</ul>
</aside>
</div>
</header>
<main>
<p>Director of Design at <a href="https://gosupercritical.com/">Supercritical</a></p>
<p>Previously led design at Heygo, Facebook, Bricklane and others</p>
</main>
</article>
</div>
</body>
</html>