-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (48 loc) · 1.89 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
57
58
59
60
61
62
<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>
<div class="project">
<center><h3>Sara is a UX designer, resident plant lady, and aspiring bento chef based out of Seattle.</h3>
<a href="work/hsdc/hsdc.html"><img src="img/hsdc-logo.png" alt ="Hearing, Speech and Deaf Center"></a>
<a href="work/copycat/copycat.html"><img src="img/copycat-logo.png" alt="copycat"></a>
<a href="work/msw/msw.html"><img src="img/msw-logo.png" alt="Microsoft Employee Portal"></a>
</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>