-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
234 lines (234 loc) Β· 8.96 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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Steven Liu - Product and UX Designer</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<meta
name="description"
content="Discover Steven Liu's work as a digital designer specialized in UX design, product design, and project management. Explore his portfolio of innovative projects and skills in user research, prototyping, and visual design. Learn how Steven has crafted effective digital experiences for a variety of industries and platforms." />
<meta
name="keywords"
content="Steven Liu, digital designer, UX, UX/UI, UX design, UX designer, product designer, user experience, product design, innovative projects, user research, prototyping, visual design, proof-of-concept, user flows, information architecture, personas, affinity maps" />
<meta name="author" content="Steven Liu" />
<link rel="canonical" href="https://www.stevenliudesign.com/index.html" />
<link rel="stylesheet" href="css/style.css" />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"
rel="stylesheet" />
</head>
<body>
<div class="nav flex">
<div class="container">
<a href="index.html" class="logo">Steven Liu Design</a>
<div class="nav-menu desktop">
<ul>
<li class="active"><a href="index.html">HOME</a></li>
<li>
<a href="mailto:[email protected]?subject=Portfolio%20Mail"
>CONTACT</a
>
</li>
<li>
<a
href="https://www.dropbox.com/scl/fi/5t53ycs0imfh98oe4ukv4/Steven-Liu-Resume.pdf?rlkey=lcgvawp9u4vxpsjikkdm8eqjx&dl=0"
target="_blank"
rel="noopener noreferrer"
>RESUME</a
>
</li>
</ul>
</div>
<div class="toggle mobile">
<span class="top"></span>
<span class="mid"></span>
<span class="bot"></span>
</div>
<div class="nav-overlay">
<ul>
<li class="active"><a href="index.html">HOME</a></li>
<li>
<a href="mailto:[email protected]?subject=Portfolio%20Mail"
>CONTACT</a
>
</li>
<li>
<a
href="https://www.dropbox.com/scl/fi/5t53ycs0imfh98oe4ukv4/Steven-Liu-Resume.pdf?rlkey=lcgvawp9u4vxpsjikkdm8eqjx&dl=0"
target="_blank"
rel="noopener noreferrer"
>RESUME</a
>
</li>
</ul>
</div>
</div>
</div>
<div class="hero">
<div class="container">
<div class="intro">
<h1 class="hidden">Hi, I'm <span class="highlight">Steven.</span></h1>
<h1 class="hidden">
I problem solve, for the <span class="highlight">end user</span>.
</h1>
</div>
<div class="divider hidden"></div>
<div class="history">
<ul>
<li class="hidden">
Design Consultant @
<a href="https://www.jetsweatfitness.com/">Jetsweat</a>
</li>
<li class="hidden">
Prev. Design Consultant @
<a href="https://www.techstars.com/">Techstars</a>
</li>
<li class="hidden">
Prev. Product Design Manager @
<a href="https://www.localsportsnetwork.com/">LSN</a>
</li>
<li class="hidden"><span class="highlight">π</span> New Jersey</li>
</ul>
</div>
</div>
</div>
<div class="work">
<div class="container">
<div class="header hidden">
<h4>WORK</h4>
<div class="divider"></div>
</div>
<div class="card-container">
<div class="project-card">
<a href="loreal-project.html">
<img
src="image/loreal_project_card.jpg"
alt="L'Oreal Project"
class="project-image hidden"
loading="lazy" />
</a>
<p class="project-title hidden">
AI-Enabled Product Recommendation App
</p>
<p class="project-type hidden">Tablet</p>
</div>
<div class="project-card">
<a href="cardio-project.html">
<img
src="image/cardio_project_card.jpg"
alt="Card.io Project"
class="project-image hidden"
loading="lazy" />
</a>
<p class="project-title hidden">Gamified Health and Fitness</p>
<p class="project-type hidden">Mobile</p>
</div>
<div class="project-card">
<a href="for-goodness-cakes-project.html">
<img
src="image/for_goodness_cakes_project_card.jpg"
alt="For Goodness Cakes Project"
class="project-image hidden"
loading="lazy" />
</a>
<p class="project-title hidden">Custom Bakery Landing Page</p>
<p class="project-type hidden">Mobile - Website</p>
</div>
<div class="project-card">
<a href="we-intervene-project.html">
<img
src="image/we_intervene_project_card.jpg"
alt="We Intervene Project"
class="project-image hidden"
loading="lazy" />
</a>
<p class="project-title hidden">Student Management Platform</p>
<p class="project-type hidden">Mobile - Website</p>
</div>
</div>
</div>
</div>
<div class="about">
<div class="container">
<div class="header hidden">
<h4>ABOUT</h4>
<div class="divider"></div>
</div>
<div class="section">
<div class="bio">
<p class="hidden">
Hello, I'm Steven Liu, an user experience designer with
<span class="highlight">over four years of experience</span> in
the design industry.
</p>
<p class="hidden">
My journey includes a
<span class="highlight">tech-savvy</span> background and extensive
time in <span class="highlight">customer service</span>, which I
merge to craft experiences that truly
<span class="highlight">resonate with users</span>.
</p>
<p class="hidden">
Guided by the
<span class="highlight"
>golden rule: The Customer is always right</span
>, I've developed a design ethos infused with
<span class="highlight">empathy</span>. It's like a secret sauce
that enhances my designs, making them more
<span class="highlight">user-friendly and intuitive</span>.
</p>
</div>
<div class="hobbies">
<p class="hidden">Outside of design, I enjoy;</p>
<ul>
<li class="hidden">
<span class="highlight">ππ»</span> Lifting weights
</li>
<li class="hidden">
<span class="highlight">βοΈ</span> Playing chess
</li>
<li class="hidden"><span class="highlight">π¨π»βπ³</span> Cooking</li>
<li class="hidden"><span class="highlight">π</span> Eating</li>
<li class="hidden"><span class="highlight">π</span> Learning</li>
</ul>
</div>
</div>
</div>
</div>
<div class="jump-top flex">
<span class="triangle"></span>
</div>
<div class="footer">
<div class="container">
<div class="divider hidden"></div>
<div class="section">
<p class="hidden">© STEVEN LIU DESIGN</p>
<div class="links">
<a
href="mailto:[email protected]?subject=Portfolio%20Mail"
class="hidden"
>EMAIL</a
>
<a href="https://www.linkedin.com/in/steven-v-liu/"
target="_blank"
rel="noopener noreferrer"
class="hidden"
>LINKEDIN</a
>
</div>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script defer src="js/scroll.js"></script>
<script defer src="js/nav.js"></script>
<script defer src="js/matchHeight.js"></script>
<script defer src="js/top.js"></script>
<script defer src="js/topMargin.js"></script>
<script defer src="js/zoom.js"></script>
</body>
</html>