-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
87 lines (67 loc) · 4.17 KB
/
about.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<html>
<head>
<meta charset="utf-8">
<meta content="width=device-width,initial-scale=1.0" name="viewport">
<meta content="description" name="Sara Clayton">
<title>Sara Clayton</title>
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet'>
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="styles/style.css">
<script src="JSlib.js" type="text/javascript"></script>
<meta name="format-detection" content="telephone=no">
</head>
<body>
<div class="topbar">
<h1><a href="work.html">Sara Clayton</a></h1>
<ul class="nav">
<li><a href="about.html">About</a></li>
<li><a href="work.html">Work</a></li>
<li><a href="https://medium.com/@saraclay15" target="_blank">Blog</a></li>
</ul>
</div>
<center>
<img src="img/me.png" style="max-width:350px">
<div class="social">
<a href="http://www.twitter.com/saraclay15" target="_blank"><img src="img/twitter-circle.svg"></a>
<a href="http://www.linkedin.com/in/saraclay" target="_blank"><img src="img/linkedin-circle.svg"></a>
<a href="http://www.instagram.com/saraclay15" target="_blank"><img src="img/instagram-circle.svg"></a>
<a href="https://dribbble.com/saraclay15" target="_blank"><img src="img/dribbble.svg"></a>
<a href="mailto:[email protected]" target="_blank"><img src="img/email-circle.svg"></a>
</div>
</center>
<div class="content">
<p>When I was 12 years old, I started making websites because it felt magical to be able to create a real, live webpage using only text (HTML and CSS).</p>
<p>The same kind of fascination struck me when I got my very first iPhone and started downloading apps. With just a tap, I could unlock another universe of games, content, media, and so much more. I was hooked on technology.</p>
<p>Having landed marketing internships at various tech companies throughout college, upon graduating, I joined Microsoft doing product marketing for Azure-supported open source technologies. I learned a lot from this role and am grateful for the opportunity and experience. But while in the role, I found myself still developing websites and sketching new app ideas on the side. So I decided to take a leap of faith and switch into UX. </p>
<p>I've found that while in UX, my backgrounds in marketing, journalism, and web development have done a lot to help me in my role. It's exciting to be part of the changing face and movement in increasing the prominence and importance of design across all industries.</p>
<p>Outside of work and side projects, I love hunting down new hole-in-the-wall restaurants in Seattle, and I have dreams of someday opening up a small bento shop or Japanese bakery. I also enjoy running and boxing and currently sing alto in The Acoustix, a Microsoft a cappella group.</p>
<br>
<p>
<center><b>What I've been reading:</b><br><br>
<a href="https://www.amazon.com/Best-Interface-No-brilliant-technology/dp/0133890333" target="_blank"><img src="img/book1.jpg"></a>
<a href="https://www.amazon.com/Creative-Confidence-Unleashing-Potential-Within/dp/038534936X" target="_blank"><img src="img/book2.jpg"></a>
<a href="https://www.amazon.com/Sprint-Solve-Problems-Test-Ideas/dp/150112174X" target="_blank"><img src="img/book3.jpg"></a>
<a href="https://www.amazon.com/Things-Designer-People-Voices-Matter/dp/0321767535" target="_blank"><img src="img/book4.jpg"></a>
<a href="https://www.amazon.com/Rocket-Surgery-Made-Easy-Yourself/dp/0321657292" target="_blank"><img src="img/book5.jpg"></a>
</p></center>
</div>
<div class="bottombar">
<ul class="footer">
Made with ♥ in Seattle
<br>© 2017 Sara Clayton
<li>
</ul>
</div>
</body>
</html>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-41732793-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>