-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (54 loc) · 2.85 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
63
64
65
66
67
68
69
70
71
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>Amy Ngai</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/normalize.css">
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Rasa" rel="stylesheet">
<script src="https://use.fontawesome.com/723c6f56b9.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-G9HHRW6ZRN"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-G9HHRW6ZRN');
</script>
</head>
<body>
<div class="top-white"></div>
<div class="bottom-white"></div>
<div class="right-white"></div>
<div class="left-white"></div>
<div class="container">
<div class="title-container">
<p class="title"> – Hi, I'm Amy</p>
<div class="last-content">
<p class="content">I’m am the Director of Design at <a href="https://pixieset.com/">Pixieset</a>. Formerly product design manager and designer at <a href="http://asana.com">Asana</a> and <a href="https://www.axiomzen.co/">Axiom Zen</a>/<a href="https://www.dapperlabs.com/">Dapper labs</a>.
<p class="content"> I am a designer + design leader with a focus on creating products with business impact. I sketch fast, test often, and design with scale in mind. I believe in building teams that are growth minded.
<p class="content"> With ever changing design needs, tools, and innovations, our only way to evolve is to learn together.
</p>
</p>
</p>
</div>
<div class="social-div">
<a class="social-links" href="events.html"><i class="fa fa-calendar-o" aria-hidden="true"></i></a>
<a class="social-links" href="https://www.linkedin.com/in/amyngai/" target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
<a class="social-links" href="https://twitter.com/amyngai" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i></a>
<a class="social-links" href="https://dribbble.com/amyngai" target="_blank"><i class="fa fa-dribbble" aria-hidden="true"></i></a>
</div>
</div>
</div>
</body>
<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-96356100-1', 'auto');
ga('send', 'pageview');
</script>
</html>