-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
659 lines (654 loc) · 25.1 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
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-QG430B2RY8"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-QG430B2RY8');
</script>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<!-- Facebook Opengraph -->
<meta property="og:url" content="https://roywannago.com/" />
<meta property="og:locale" content="en_us" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Roy Wang | Portfolio" />
<meta
property="og:description"
content="Roy Wang | a UX/interaction designer based in LA."
/>
<meta
property="og:image"
content="https://images.unsplash.com/photo-1555099962-4199c345e5dd?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1500&q=80"
/>
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="400" />
<meta property="og:image:height" content="300" />
<!-- End Facebook Opengraph -->
<title>Roy Wang | UX Portfolio</title>
<!-- Favicon -->
<link rel="icon" type="image/png" href="img/favicon.ico" />
<!-- Style sheet -->
<link rel="stylesheet" href="style.css" />
<!-- Font Awesome -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.2/css/all.min.css"
/>
<!-- AOS CSS -->
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet" />
<!-- Tailwind Library -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/creativetimofficial/tailwind-starter-kit/compiled-tailwind.min.css"
/>
<!-- Tailwind LTS Library -->
<link
rel="stylesheet"
href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css"
/>
</head>
<body class="text-gray-800 antialiased">
<!-- Navigation -->
<nav
class="top-0 absolute z-50 w-full flex flex-wrap items-center justify-between px-2 py-3 navbar-expand-lg"
>
<div
class="container px-8 mx-auto flex flex-wrap items-center justify-between"
>
<!-- Nav Left Side -->
<div
class="w-full relative flex justify-between lg:w-auto lg:static lg:block lg:justify-start"
>
<a
class="text-md font-bold leading-relaxed inline-block mr-4 py-2 whitespace-no-wrap uppercase text-white"
href="index.html"
>
<!-- Nav Title -->
Roy Wang </a
><button
class="cursor-pointer text-xl leading-none px-3 py-1 border border-solid border-transparent rounded bg-transparent block lg:hidden outline-none focus:outline-none"
type="button"
onclick="toggleNavbar('collapse-navbar')"
>
<i class="text-white fas fa-bars"></i>
</button>
</div>
<!-- Nav Right Side -->
<div
class="lg:flex flex-grow items-center bg-white lg:bg-transparent lg:shadow-none hidden rounded-lg shadow-lg"
id="collapse-navbar"
>
<ul class="flex flex-col lg:flex-row list-none ml-auto">
<li class="nav-item">
<a
class="pl-6 py-3 flex items-center text-sm uppercase font-bold leading-snug text-teal-800 lg:text-white hover:opacity-75"
href="#design-projects"
>
Work
</a>
</li>
<li class="nav-item">
<a
class="pl-6 py-3 flex items-center text-sm uppercase font-bold leading-snug text-teal-800 lg:text-white hover:opacity-75"
href="#about-me"
>
About
</a>
</li>
<!-- <li class="nav-item">
<a
class="pl-6 py-3 flex items-center text-sm uppercase font-bold leading-snug text-teal-800 lg:text-white hover:opacity-75"
href="https://drive.google.com/file/d/1Bj4OhdORaTRwWZzfgJP4rTVSppDdc8I5/view"
target="_blank"
rel="noopener noreferrer"
>
Resume
</a>
</li> -->
</ul>
</div>
</div>
</nav>
<!-- End of Navigation -->
<main>
<!-- Splash Page -->
<div
class="relative pt-16 pb-32 flex content-center items-center justify-center"
style="min-height: 75vh"
>
<!-- Background Image -->
<div
class="absolute top-0 w-full h-full bg-center bg-cover"
style="
background-image: url('https://images.unsplash.com/photo-1586677778748-e8ae749aa2c3?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1500&q=80');
"
>
<!-- Overlay -->
<span
id="blackOverlay"
class="w-full h-full absolute opacity-75 bg-teal-800"
></span>
</div>
<!-- Text Over Main Background -->
<div class="container relative mx-auto">
<div class="items-center flex flex-wrap">
<div class="w-full lg:w-11/12 px-4 ml-auto mr-auto">
<div class="px-4">
<h1
class="my-8 text-white font-sans font-semibold text-5xl"
data-aos="fade-up"
>
Welcome, I am Roy!
</h1>
<p
class="mt-4 text-xl text-white"
data-aos="fade-right"
data-aos-delay="500"
></p>
</div>
</div>
</div>
</div>
<!-- Making Polygon Shape in Background -->
<div
class="top-auto bottom-0 left-0 right-0 w-full absolute pointer-events-none overflow-hidden"
style="height: 70px; transform: translateZ(0)"
>
<svg
class="absolute bottom-0 overflow-hidden"
xmlns="http://www.w3.org/2000/svg"
preserveAspectRatio="none"
version="1.1"
viewBox="0 0 2560 100"
x="0"
y="0"
>
<polygon
class="text-gray-300 fill-current"
points="2560 0 2560 100 0 100"
></polygon>
</svg>
</div>
</div>
<!-- End of Splash Page -->
<!-- About Page -->
<section class="pb-20 bg-gray-300 -mt-24">
<div class="container mx-auto px-4">
<div class="flex flex-wrap">
<div class="lg:pt-12 pt-6 w-full md:w-4/12 px-4 text-center">
<div
class="relative flex flex-col min-w-0 break-words bg-white w-full mb-8 shadow-lg rounded-lg"
data-aos="fade-right"
data-aos-delay="800"
>
<div class="px-4 py-5 flex-auto">
<div
class="text-white p-3 text-center inline-flex items-center justify-center w-12 h-12 mb-5 shadow-lg rounded-full bg-red-400"
>
<i class="fas fa-project-diagram"></i>
</div>
<h6 class="text-xl font-semibold">UX Design</h6>
<p class="mt-2 mb-4 text-gray-600 px-4">
End-to-End Design, User Journey Map, Interaction Design,
User Flow, Visual Design, Design System
</p>
</div>
</div>
</div>
<div class="w-full md:w-4/12 px-4 text-center">
<div
class="relative flex flex-col min-w-0 break-words bg-white w-full mb-8 shadow-lg rounded-lg px-4"
data-aos="fade-down"
data-aos-delay="1000"
>
<div class="px-4 py-5 flex-auto">
<div
class="text-white p-3 text-center inline-flex items-center justify-center w-12 h-12 mb-5 shadow-lg rounded-full bg-green-400"
>
<i class="fas fa-comments"></i>
</div>
<h6 class="text-xl font-semibold">UX Research</h6>
<p class="mt-2 mb-4 text-gray-600">
Usability Testing, A/B testing, Affinity Diagram,
Comparative Analysis, Survey Design, Heuristic Evaluation
</p>
</div>
</div>
</div>
<div class="pt-6 w-full md:w-4/12 px-4 text-center">
<div
class="relative flex flex-col min-w-0 break-words bg-white w-full mb-8 shadow-lg rounded-lg"
data-aos="fade-left "
data-aos-delay="1200"
>
<div class="px-4 py-5 flex-auto">
<div
class="text-white p-3 text-center inline-flex items-center justify-center w-12 h-12 mb-5 shadow-lg rounded-full bg-blue-400"
>
<i class="fas fa-laptop-code"></i>
</div>
<h6 class="text-xl font-semibold">Software Engineer</h6>
<div class="mt-2 mb-4 text-gray-600 px-4">
<ul
class="pl-2 text-sm grid grid-cols-2 list-disc list-inside text-left"
>
<li>JavaScript (ES6+)</li>
<li>HTML5 & CSS3</li>
<li>React</li>
<li>Node.js</li>
<li>Python</li>
<li>SQL</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="flex justify-center">
<svg
class="animate-bounce w-6 h-6 text-gray-900"
fill="none"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
viewBox="0 0 24 24"
stroke="gray"
class="text-yellow-800"
>
<path d="M19 14l-7 7m0 0l-7-7m7 7V3"></path>
</svg>
</div>
</div>
</section>
<!-- End of About Page -->
<!-- Design Project Section -->
<section class="relative py-20 pb-40 bg-gray-100" id="design-projects">
<!-- Making Polygon Shape in Background -->
<div
class="bottom-auto top-0 left-0 right-0 w-full absolute pointer-events-none overflow-hidden -mt-20"
style="height: 80px; transform: translateZ(0)"
>
<svg
class="absolute bottom-0 overflow-hidden"
xmlns="http://www.w3.org/2000/svg"
preserveAspectRatio="none"
version="1.1"
viewBox="0 0 2560 100"
x="0"
y="0"
>
<polygon
class="text-gray-100 fill-current"
points="2560 0 2560 100 0 100"
></polygon>
</svg>
</div>
<div class="container mx-auto px-4">
<!-- Text Box -->
<div
class="flex flex-wrap text-center justify-center my-8"
data-aos="fade-up"
>
<div class="w-full mb-8 lg:w-6/12 px-4">
<h2 class="text-4xl font-semibold text-center">Work</h2>
</div>
</div>
<!-- Flex Row Container (Gird) -->
<div class="flex flex-wrap justify-center text-center">
<!-- Item 1 MassChallenge -->
<div
class="px-2 py-6 w-full md:w-6/12 mr-auto ml-auto"
data-aos="fade-up"
data-aos-delay="800"
style="max-width: 500px"
>
<!-- Image 1 -->
<a href="masschallenge.html" class="project-link">
<img
alt="MassChallenge Thumbnail"
src="img/thumbnail_MC.png"
class="shadow-lg rounded mx-auto"
/>
</a>
<!-- Title 1 -->
<div class="flex pt-6 pb-2 text-center justify-center">
<a
href="masschallenge.html"
class="justify-center self-center project-title"
>
<h5 class="text-xl font-bold">
MassChallenge: Alumni Experience Redesign
</h5>
</a>
</div>
<!-- Tag 1 -->
<p class="mt-1 text-sm text-gray-500 uppercase font-semibold">
— Product UX Design Internship, UX Research
</p>
</div>
<!-- Item 2 Guarankey -->
<div
class="px-2 py-6 w-full md:w-6/12 mr-auto ml-auto"
data-aos="fade-up"
data-aos-delay="800"
style="max-width: 500px"
>
<!-- Image 2 Guarankey -->
<a
href="https://"
target="_blank"
rel="noopener noreferrer"
class="project-link"
>
<img
alt="Plans2Nite Thumbnail"
src="img/thumbnail_GK.png"
class="shadow-lg rounded mx-auto max-w-full"
/>
</a>
<!-- Title 2 Guarankey -->
<div class="flex justify-center pt-6 pb-2 text-center">
<a
href="https://"
target="_blank"
rel="noopener noreferrer"
class="justify-center self-center project-title"
>
<h5 class="text-xl font-bold">
Guarankey: One-Stop Rental Platform
</h5>
</a>
</div>
<p class="mt-1 text-sm text-gray-500 uppercase font-semibold">
— End-to-end design, Logo design, Signup/in
</p>
</div>
<!-- Item 3 Quipital -->
<div
class="px-2 py-6 w-full md:w-6/12 mr-auto ml-auto"
data-aos="fade-up"
data-aos-delay="1000"
style="max-width: 500px"
>
<!-- Image 3 Quipital -->
<a
href="https://"
target="_blank"
rel="noopener noreferrer"
class="project-link"
>
<img
alt="Plans2Nite Thumbnail"
src="img/thumbnail_Quipital.png"
class="shadow-lg rounded mx-auto max-w-full"
/>
</a>
<!-- Title 3 Quipital -->
<div class="flex justify-center pt-6 pb-2 text-center">
<a
href="https://"
target="_blank"
rel="noopener noreferrer"
class="justify-center self-center project-title"
>
<h5 class="text-xl font-bold">
Quipital: Mobile Health Game for Vaping Cessation
</h5>
</a>
</div>
<p class="mt-1 text-sm text-gray-500 uppercase font-semibold">
— Game design, Mobile Health, Behavioral Science, CHI2020
</p>
</div>
<!-- Item 4 Plans2Nite -->
<div
class="px-2 py-6 w-full md:w-6/12 mr-auto ml-auto"
data-aos="fade-up"
data-aos-delay="1000"
style="max-width: 500px"
>
<!-- Image 4 Plans2Nite -->
<a
href="https://"
target="_blank"
rel="noopener noreferrer"
class="project-link"
>
<img
alt="Plans2Nite Thumbnail"
src="img/thumbnail_PN.png"
class="shadow-lg rounded mx-auto max-w-full"
/>
</a>
<!-- Title 4 Plans2Nite -->
<div class="flex justify-center pt-6 pb-2 text-center">
<a
href="https://"
target="_blank"
rel="noopener noreferrer"
class="justify-center self-center project-title"
>
<h5 class="text-xl font-bold">
Plans2Nite: Android App Development
</h5>
</a>
</div>
<p class="mt-1 text-sm text-gray-500 uppercase font-semibold">
— Native Android Development
</p>
</div>
</div>
<!-- End of Flex Row Container (Gird) -->
</div>
</section>
<!-- Contact Section -->
<section class="pb-20 pt-12 relative block bg-gray-900">
<!-- Making Polygon Shape in Background -->
<div
class="bottom-auto top-0 left-0 right-0 w-full absolute pointer-events-none overflow-hidden -mt-20"
style="height: 80px; transform: translateZ(0)"
>
<svg
class="absolute bottom-0 overflow-hidden"
xmlns="http://www.w3.org/2000/svg"
preserveAspectRatio="none"
version="1.1"
viewBox="0 0 2560 100"
x="0"
y="0"
>
<polygon
class="text-gray-900 fill-current"
points="2560 0 2560 100 0 100"
></polygon>
</svg>
</div>
<!-- Section Container -->
<div class="container mx-auto px-4">
<!-- About me -->
<div class="my-4 pt-4" id="about-me">
<div class="flex flex-wrap text-center justify-center">
<div class="w-full lg:w-5/12 pr-10" data-aos="zoom-in">
<img
class="m-4 shadow-lg rounded mx-auto"
src="img/profile.jpg"
alt="Profile"
/>
</div>
<div class="w-full lg:w-7/12 pb-8 pt-4" data-aos="fade-left">
<h2 class="text-4xl font-semibold text-white text-left mb-4">
About Me
</h2>
<p class="text-white text-left text-lg mb-4">
I am a UX/Interaction Designer from Taiwan, now based in Los
Angeles, California. I graduated with a Master of Health
Informatics, focusing on consumer health technologies and UX
design from the University of Michigan — Go Blue!
</p>
<p class="text-white text-left text-lg mb-4">
Design thinking and traveling have equipped me with empathy,
curiosity, and a passion for connecting with people from
diverse backgrounds. I love learning about how people live
their lives, and UX has taught me to translate my observations
of complex problems into designs that improve people’s lives.
</p>
<p class="text-white text-left text-lg mb-4">
As a product UX designer, I enjoy collaborating with
cross-functional teams to solve puzzles and create outstanding
products by empathizing with users, analyzing data, and
pushing the boundaries of design.
</p>
<ul class="text-white text-left text-lg">
<li>
🌱 I am Learning: Korean 🇰🇷, Music Production 🎹, and Growth
Hacking.
</li>
</ul>
<!-- <div class="mt-8 text-left">
<a
href="https://drive.google.com/file/d/1Bj4OhdORaTRwWZzfgJP4rTVSppDdc8I5/view?usp=sharing"
target="_blank"
rel="noopener noreferrer"
>
<button
class="bg-gray-300 hover:bg-gray-400 text-gray-800 font-bold py-2 px-4 rounded inline-flex items-center"
>
<svg
class="fill-current w-4 h-4 mr-2"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 20 20"
>
<path d="M13 8V2H7v6H2l8 8 8-8h-5zM0 18h20v2H0v-2z" />
</svg>
<span>Resume</span>
</button>
</a>
</div> -->
</div>
</div>
</div>
<!-- Text Box -->
<div
class="flex flex-wrap text-center justify-center my-20"
data-aos="fade-in"
>
<div class="w-full lg:w-6/12 px-4">
<h2 class="text-4xl font-semibold text-white">Contact</h2>
<p class="text-lg leading-relaxed mt-6 mb-4 text-gray-500">
Would you like to work with me? Awesome!
</p>
<a href="mailto:royflw@gmail.com">
<button
class="text-gray-300 bg-transparent border border-solid border-gray-300 hover:bg-teal-500 hover:border-transparent hover:text-white active:bg-gray-600 font-semibold uppercase px-6 py-3 rounded outline-none focus:outline-none mr-1 mb-1"
type="button"
style="transition: all 0.15s ease"
data-aos="flip-left"
data-aos-duration="2000"
>
<i class="far fa-paper-plane pr-3"></i> Let's Talk
</button>
</a>
</div>
</div>
</div>
</section>
</main>
<!-- Footer Section -->
<footer class="relative bg-gray-300 pt-8 pb-6">
<!-- Making Polygon Shape in Background -->
<div
class="bottom-auto top-0 left-0 right-0 w-full absolute pointer-events-none overflow-hidden -mt-20"
style="height: 80px; transform: translateZ(0)"
>
<svg
class="absolute bottom-0 overflow-hidden"
xmlns="http://www.w3.org/2000/svg"
preserveAspectRatio="none"
version="1.1"
viewBox="0 0 2560 100"
x="0"
y="0"
>
<polygon
class="text-gray-300 fill-current"
points="2560 0 2560 100 0 100"
></polygon>
</svg>
</div>
<!-- Section Container -->
<div class="container mx-auto px-4">
<!-- Text Box Container -->
<div class="flex flex-wrap">
<div class="w-full lg:w-6/12 px-4">
<h4 class="text-3xl font-semibold">Let's keep in touch!</h4>
<h5 class="text-lg mt-0 mb-2 text-gray-700">
Find me on social platforms
</h5>
<!-- Social Media Buttons -->
<div class="mt-6">
<a
href="https://www.linkedin.com/in/falinwang/"
rel="noopener noreferrer"
target="_blank"
><i
class="fab fa-linkedin-in bg-white text-blue-800 shadow-lg font-lg p-3 items-center justify-center align-center rounded-full outline-none focus:outline-none mr-2 inline-block text-center"
></i
></a>
<!-- <a
href="https://twitter.com/roywannago"
rel="noopener noreferrer"
target="_blank"
><i
class="fab fa-twitter bg-white text-blue-400 shadow-lg font-lg p-3 items-center justify-center align-center rounded-full outline-none focus:outline-none mr-2 inline-block text-center"
></i
></a> -->
<!-- <a
href="https://medium.com/@roywannago"
rel="noopener noreferrer"
target="_blank"
><i
class="fab fa-medium-m bg-white text-gray-800 shadow-lg font-lg p-3 items-center justify-center align-center rounded-full outline-none focus:outline-none mr-2 inline-block text-center"
></i
></a> -->
<a
href="https://github.com/falinwang/"
rel="noopener noreferrer"
target="_blank"
><i
class="fab fa-github bg-white text-black shadow-lg font-lg p-3 items-center justify-center align-center rounded-full outline-none focus:outline-none mr-2 inline-block text-center"
></i
></a>
</div>
</div>
</div>
<!-- Line Break -->
<hr class="my-6 border-gray-400" />
<!-- Footer Text -->
<div
class="flex flex-wrap items-center md:justify-between justify-center"
>
<div class="w-full md:w-4/12 px-4 mx-auto text-center">
<div class="text-sm text-gray-600 font-semibold py-1">
Built with Love 💙 2024 Roy Wang
</div>
</div>
</div>
</div>
</footer>
<!-- End of Footer Section -->
</body>
<!-- AOS.js -->
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script src="script.js"></script>
<script type="text/javascript" src="vanilla-tilt.js"></script>
</html>