-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
51 lines (46 loc) · 2.19 KB
/
about.html
File metadata and controls
51 lines (46 loc) · 2.19 KB
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
<!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 Product and 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="../#portfolio" class="down">Portfolio</a></li>
<li><a href="https://linkedin.com/in/cavill">LinkedIn</a></li>
<!--<li><a href="https://instagram.com/tomcavill">IG</a> / <a href="https://twitter.com/tomcavill">X</a></li>-->
<li><a href="mailto:tomcavill+dotcom@gmail.com">Email</a></li>
<li><a href="/cv.pdf">CV</a></li>
</ul>
</aside>
</div>
</header>
<main>
<p>I’m a hands-on design leader with over 15 years’ experience taking digital products from zero to scale.</p>
<p>I work as a player-coach: a Principal-level IC who can also hire, manage and set standards. Previously, I co-founded the fintech Bricklane (£15m+ raised) and led design at Meta’s Reality Labs and Heygo.</p>
<p>I love to build things. I’ve shipped native and web apps throughout my career — sometimes solo, sometimes with friends; sometimes for fun, sometimes commercially. I’m energised by the kind of designer AI tooling is enabling, and I’m keen to work with founders who understand and embrace that shift.</p>
</main>
</article>
</div><!-- end .container -->
</body>
</html>