-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (38 loc) · 1.89 KB
/
index.html
File metadata and controls
39 lines (38 loc) · 1.89 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-34674492-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-34674492-1');
</script>
<meta name = "viewport" content = "initial-scale = 1.0, width=device-width, user-scalable = yes">
<meta name="author" content="will true">
<meta name="description" content="will true's website with bio, resume, and contact information">
<link href="styles.css" type="text/css" rel="stylesheet">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<header role="banner">
<h2>
Hello!<br/>I'm <strong>Will True</strong>.
</h2>
</p>
</header>
<div role="body">
<p>
I work on iPhone product and product marketing as part of the WWPM team at <a href="https://www.apple.com">Apple</a>. Previously, I spent time at <a href="https://www.ted.com">TED</a> and <a href="https://vimeo.com">Vimeo</a>, where I led the product teams behind Vimeo's native applications on mobile and TV, the public API, and the efforts to make Vimeo a platform where 3rd-party developers can be successful.
</p>
<p>
I graduated from the <a href="https://www.pugetsound.edu/">University of Puget Sound</a>, where I majored in International Political Economy and minored in Business. If you would like to get in touch, <a href="mailto:wt@willtrue.com">shoot me an email</a> or <a href="https://keybase.io/willtrue">encrypted message</a>.
</p>
</div>
<div id="icons">
<a caption="Email" alt="Email" href="mailto:wt@willtrue.com"><img class="icon" src="img/email.svg"></a>
<a caption="Linkedin" alt="Linkedin" href="https://www.linkedin.com/in/willtrue"><img class="icon" src="img/linkedin.svg"></a>
</div>
</body>
</html>