-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
293 lines (209 loc) · 10.9 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
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
<!DOCTYPE html><html><!-- Hi there. This site was coded by Chris Zhu in 2022. Don't look too closely at my code, most of it is stolen from Stack Overflow. Here's my Linkedin: https://www.linkedin.com/in/chriszhudesigner/ --><head><link rel="stylesheet" type="text/css" href="main.css">
<link rel="icon" type="image/x-icon" href="assets/img/favicon.ico"><link rel="apple-touch-icon" sizes="180x180" href="assets/img/apple-touch-icon.png"><link rel="icon" type="image/png" sizes="32x32" href="assets/img/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicon-16x16.png"><link rel="manifest" href="/site.webmanifest">
<script src="https://kit.fontawesome.com/3a2b9eae0b.js" crossorigin="anonymous"></script><link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,600;0,700;0,900;1,300;1,600;1,900&display=swap" rel="stylesheet"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1"><title>Chris Z | UX Design</title><meta name="description" content="The creative work portfolio of Chris Zhu, a Chicago art director + digital designer." /><meta name="keywords" content="art director, digital designer, interaction, marketing, advertising, designer, director, visual designer, chicago" /><meta name="author" content="Chris Zhu" /></head><body><div id="dabox"></div><span class="nav-container"><div id="nav"><div class="nav-cont"><a href="index.html" class="nav-item nav-left"><span style="color:var(--accent2)">!</span>CHRIS ZHU</a><a class="nav-item nav-right switch hvr-grow"><label aria-hidden="true" class="" for="themeSwitch"><input type="checkbox" id="themeSwitch"><span style="color:var(--arise)" class="fas fa-sun"></span><span class="goaway" style="color:var(--whisper)">/</span><span style="color:var(--arise2)" class="fas fa-moon"></span></label></a><span class="gigagoaway goaway nav-item nav-right tablink btn" onclick="openCity(event,'About')">about</span><span class="gigagoaway goaway nav-item nav-right tablink active btn" onclick="openCity(event,'Work')">work</span></div></div></span>
<div id="headline">
<p class=""><span class="headlinetop">I'm a <a class="ac2" style="font-weight:300; color:var(--accent2);" target="_blank" href="https://www.usbank.com/index.html">Product Design lead @U.S. Bank,</a> building partnerships, processes & MVPs.</span>
<span class="subhead">
<a class="more" href="#designWork" onclick="openCity(event,'Work')">Design work</a>
<a href="#aboutMe" style="border-right:none !important;" class="more" onclick="openCity(event,'About')">About me</a></span>
</p>
</div>
<div class="mobile-nav appear">
<span class="active mobile-btn btn tablink" href="#designWork" onclick="openCity(event,'Work')">work</span>
<span class="active thin mobile-btn btn tablink">|</span>
<span class="active mobile-btn btn tablink" href="#aboutMe" onclick="openCity(event,'About')">about</span>
</div>
<div id="Work" class="city">
<div class="work-cont" id="designWork">
<a href="pages/.html" class="work-item hvr-float">
<div class="work-iter hvr-grow-subtle">
<img src="assets/img/USB/usb1.webp">
<span class="work-text">
<h1 class="work-h1">Designing <u>UX to scale</u> for 500K users with U.S. Bank</h1>
</span>
<div class="work-bottom">
<div class="work-left"><span class="work-capital ac2">FINTECH</span> 2024</div>
<div class="work-right"><i class="ac2 fa-solid fa-solid fa-coins"></i></div>
</div>
</div>
</a>
<a href="pages/northshore.html" class="work-item hvr-float">
<div class="work-iter hvr-grow-subtle">
<img src="assets/img/NS/promo.png">
<span class="work-text">
<h1 class="work-h1">Healthier at Home with <u>NorthShore Connect</u></h1>
</span>
<div class="work-bottom">
<div class="work-left"><span class="work-capital ac2">HEALTHCARE</span> 2022</div>
<div class="work-right"><i class="ac2 fa-solid fa-stethoscope"></i></div>
</div>
</div>
</a>
<a href="pages/cardsmart.html" class="work-item hvr-float">
<div class="work-iter hvr-grow-subtle">
<img src="assets/img/CS/promo.webp">
<span class="work-text">
<h1 class="work-h1">Building <u>Trust & Conversion Rates</u> for a Fintech Startup</h1>
</span>
<div class="work-bottom">
<div class="work-left"><span class="work-capital ac2">FINTECH</span> 2022</div>
<div class="work-right"><i class="ac2 fa-solid fa-coins"></i></div>
</div>
</div>
</a>
<a href="pages/albanypark.html" class="work-item hvr-float">
<div class="work-iter hvr-grow-subtle">
<img src="assets/img/AP/promo.webp">
<span class="work-text">
<h1 class="work-h1">Building A Seamless <u>Online Retail Experience</u> for Albany Park</h1>
</span>
<div class="work-bottom">
<div class="work-left"><span class="work-capital ac2">ECOMMERCE</span> 2022</div>
<div class="work-right"><i class="ac2 fas fa-shopping-cart"></i></div>
</div>
</div>
</a>
<a href="pages/motiondesign.html" class="work-item hvr-float">
<div class="work-iter hvr-grow-subtle">
<img src="assets/img/motion.webp">
<span class="work-text">
<h1 class="work-h1"><u>Motion Design Reel</u> for User Interfaces & Advertising</h1>
</span>
<div class="work-bottom">
<div class="work-left"><span class="work-capital ac2">MOTION</span> 2022</div>
<div class="work-right"><i class="ac2 fas fa-video"></i></div>
</div>
</div>
</a>
<a href="pages/opioidcrisis.html" class="work-item hvr-float">
<div class="work-iter hvr-grow-subtle">
<img src="assets/img/OP/1.webp">
<span class="work-text">
<h1 class="work-h1"><u>Visualizing the Impacts</u> of the Opioid Crisis for Policymakers</h1>
</span>
<div class="work-bottom">
<div class="work-left"><span class="work-capital ac2">DATA VIZ</span> 2020</div>
<div class="work-right"><i class="ac2 fa-solid fa-chart-bar"></i></div>
</div>
</div>
</a>
<a href="pages/documentation.html" class="work-item hvr-float">
<div class="work-iter hvr-grow-subtle">
<img src="assets/img/DC/promo.webp">
<span class="work-text">
<h1 class="work-h1">Coding this <u>Modular Design Portfolio</u> From Scratch</h1>
</span>
<div class="work-bottom">
<div class="work-left"><span class="work-capital ac2">DEV</span> 2022</div>
<div class="work-right"><i class="ac2 fa-solid fa-code"></i></div>
</div>
</div>
</a>
<a href="pages/distanceapp.html" class="work-item hvr-float">
<div class="work-iter hvr-grow-subtle">
<img src="assets/img/LYT/head.webp">
<span class="work-text">
<h1 class="work-h1">Creative Affection: <u>Long Distance Dating App</u></h1>
</span>
<div class="work-bottom">
<div class="work-left"><span class="work-capital ac2">PERSONAL</span> 2021</div>
<div class="work-right"><i class="ac2 fas fa-mobile-alt"></i></div>
</div>
</div>
</a>
<a href="pages/women-who-make-america.html" class="work-item hvr-float">
<div class="work-iter hvr-grow-subtle">
<img src="assets/img/women/1.webp">
<span class="work-text">
<h1 class="work-h1"><u>A Motion Identity</u> for the Smithsonian Channel's New Punk-Feminist Docuseries</h1>
</span>
<div class="work-bottom">
<div class="work-left"><span class="work-capital ac2">MOTION</span> 2020</div>
<div class="work-right"><i class="ac2 fas fa-video"></i></div>
</div>
</div>
</a>
</div>
</div>
<!-- about stuff -->
<div class="city" style="display:none" id="About">
<div class="about-cont" id="aboutMe">
<div class="about-modal about-0">
<span class="about-img">
<img class="aboutphoto" width="100%" src="assets/img/aboutphoto.webp">
<img class="aboutphotomobile" width="60%" src="assets/img/aboutphotomobile.webp">
</span>
<span class="about-text">
<h1 class="about-overt">Hi, I'm <span class="ac2">Chris Zhu!</span> <br>I'm a passionate creator and collaborator<span class="ac2">.</span></h1>
<p> I bring creativity that's fueled by technical excellence & practical experience: in my career as a designer, I've helped advance dozens of brands.<br><br>As a design lead, I've worked to build processes & partnerships for products that scale with both customer-base and team size.</p>
<p>I enjoy being both an individual contributor and team player, collaborating at a high-level with my peers in UX Research, Engineering, and executive leadership.</p>
<p><a target="_blank" href="assets/img/ChrisZhu_Resume.pdf">resume</a><a target="_blank" href="https://www.linkedin.com/in/chriszhudesigner/">linkedIn</a>[email protected]
</p></div></span></div>
<div class="about-cont about-duo">
<div class="about-modal about-1">
<h1>experience<span class="ac2">.</span></h1>
<div class="about-jobtree">
<div class="about-job">
<span>US Bank</span>
<span>Assistant Vice President, UX</span>
<span>Aug 2022 – Present</span>
</div>
<div class="about-job">
<span>Pivot Design</span>
<span>Senior Visual Designer</span>
<span>Mar 2021 – Jun 2022</span>
</div>
<div class="about-job">
<span>Razorfish Health</span>
<span>Art Director</span>
<span>Apr 2019 – Aug 2020</span>
</div>
<div class="about-job">
<span>Obama Foundation</span>
<span>Digital Analyst</span>
<span>Jan 2018 – Dec 2018</span>
</div>
</div>
</div>
<div class="about-modal about-2">
<h1>skills<span class="ac2">.</span></h1>
<div class="about-jobtree skills">
<span>Art Direction</span>
<span>Editing</span>
<span>Interaction Design</span>
<span>Motion Design</span>
<span>Public Speaking</span>
<span>Pitching</span>
<span>Prototyping</span>
<span>Mentoring</span>
</div>
</div>
</div>
</div>
<!-- about stuff ends -->
<div id="footer">
<div class="footer-cont-1">
<div class="footer-left">
<div class="footer-box1">
<p class="footer-email-note">Like what you see?</p>
<h1 class="footer-email"><a href="mailto:[email protected]">[email protected]</a></h1>
<h1 class="footer-email"><a onclick="openCity(event,'About')" href="#top">about</a> <span style="font-weight:300">|</span> <a target="_blank" href="assets/img/ChrisZhu_Resume.pdf">resume</a> <span style="font-weight:300">|</span> <a target="_blank" href="https://www.linkedin.com/in/chriszhudesigner/">linkedIn</a></h1>
</div>
<div class="footer-box2">
<p class="footer-box-note">This site was lovingly coded & designed by Chris Z in 2024.<br>©2024 Chris Zhu & respective clients
</p>
</div>
</div>
<div class="footer-right">
<span class="footer-cont">
<a href="#top" class="footer-top noselect">Go to top <span style="margin-left:3px;" class="fas fa-arrow-up justforu"></span></a>
<label aria-hidden="true" class="footer-top noselect" for="themeSwitch"><input type="checkbox" id="themeSwitch">Use <span class="daynight"> mode</span>
<span style="margin-left:3px; display:var(--dayswitch)" class="justforu fas fa-sun"></span>
<span style="margin-left:3px; display:var(--nightswitch)" class="justforu fas fa-moon"></span></label>
</span>
</div>
</div>
</div>
<script src="assets/js/main.js"></script>
</body>
</html>