-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
161 lines (148 loc) · 6.37 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>steven lee.</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="icon_path" type="image/icon">
<link rel="stylesheet" href="https://use.typekit.net/bae3lrh.css">
<link rel="stylesheet" type="text/css" media="screen" href="main.css" />
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
</head>
<body>
<div class="container">
<nav>
<ul>
<li><a href="#home">home</a></li>
<li><a href="#about">about</a></li>
<li><a href="#resume">resume</a></li>
<li><a href="#contact">contact</a></li>
</ul>
</nav>
<div id="home">
<p>front end engineer</p>
<div class="head-container">
<h1 class="heading-name text">
steven lee.
</h1>
</div>
</div>
<div id="about">
<p
data-aos="fade-up"
data-aos-duration="2000"
data-aos-once="true"
>
I am currently a Front End Engineer at Apple. <br>
I'm passionate about crafting interactive storytelling experiences on the web!
</p>
</div>
<div id="resume">
<h1
data-aos="fade-left"
data-aos-duration="2000"
data-aos-once="true"
>Work Experience</h1>
<div class="resume-item resume-item-first"
data-aos="fade-left"
data-aos-duration="2000"
data-aos-once="true"
>
<div>
<h2 class="resume-item-heading">Apple</h2>
<h3 class="resume-item-subheading">Jan 2022 - Present</h3>
<h3 class="resume-item-subheading">Cupertino, California</h3>
</div>
<div>
<p>
As a Front End Engineer, I worked to develop components, tools, and experiences for apple.com, working closely with design and product to make pixel perfect products.
</p>
</div>
</div>
<div class="resume-item"
data-aos="fade-left"
data-aos-duration="2000"
data-aos-once="true"
>
<div>
<h2 class="resume-item-heading">Shipt <span class="resume-item-heading-des">· Internal Tools</span></h2>
<h3 class="resume-item-subheading">Oct 2020 - Dec 2021</h3>
<h3 class="resume-item-subheading">San Francisco, California</h3>
</div>
<div>
<p>
On the internal tools team, I worked in a micro-frontend platform (React, TypeScript, GraphQL) enabling independent tooling for marketing, product, customer support teams, and more.
</p>
</div>
</div>
<div class="resume-item"
data-aos="fade-left"
data-aos-duration="2000"
data-aos-once="true"
>
<div>
<h2 class="resume-item-heading">Shipt <span class="resume-item-heading-des">· Growth</span></h2>
<h3 class="resume-item-subheading">Jun 2020 - Sept 2020</h3>
<h3 class="resume-item-subheading">San Francisco, California</h3>
</div>
<div>
<p>
On the Growth/Product team, I worked on various features to improve new user retention and to improve the customer shopping experience on shipt.com.
</p>
</div>
</div>
<h1 data-aos="fade-left"
data-aos-duration="2000" data-aos-once="true"
>Education</h1>
<div class="resume-item resume-item-first" data-aos="fade-left"
data-aos-once="true"
data-aos-duration="2000">
<div>
<h2 class="resume-item-heading">Washington University in St. Louis</h2>
<h3 class="resume-item-subheading">St. Louis, Missouri</h3>
<h3 class="resume-item-subheading">B.S. in Computer Science with a Minor in Design</h3>
</div>
</div>
<h1 data-aos="fade-left"
data-aos-duration="2000" data-aos-once="true"
>Skills</h1>
<div class="resume-item resume-item-first" data-aos="fade-left"
data-aos-once="true"
data-aos-duration="2000">
<div>
<h2 class="resume-item-heading">Language & Frameworks</h2>
<h3 class="resume-item-subheading">HTML</h3>
<h3 class="resume-item-subheading">CSS</h3>
<h3 class="resume-item-subheading">JavaScript/TypeScript</h3>
<h3 class="resume-item-subheading">React</h3>
</div>
</div>
<div class="resume-item" data-aos="fade-left"
data-aos-once="true"
data-aos-duration="2000">
<div>
<h2 class="resume-item-heading">Applications</h2>
<h3 class="resume-item-subheading">Figma</h3>
<h3 class="resume-item-subheading">Sketch</h3>
<h3 class="resume-item-subheading">Photoshop</h3>
</div>
</div>
</div>
<div id="contact">
<ul>
<li><a href="mailto: [email protected]">email.</a></li>
<li><a href="https://www.linkedin.com/in/lee-steven/" target="_blank">linkedin.</a></li>
<li><a href="https://github.com/lee-steven" target="_blank">github.</a></li>
</ul>
<p><span id="descriptionDarkGray">site designed by</span><span id="descriptionLightGray"> steven lee.</span></p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script src="main.js"></script>
<script>
AOS.init();
</script>
</body>
</html>