-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
249 lines (221 loc) · 11.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="Need a UI/UX designer for your team? I'm currently researching at The UCSD Design Lab. Check out my case studies to see how I drive user-centered solutions. Feel free to reach out!">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dave Vo's Portfolio</title>
<link rel="icon" type="image/x-icon" href="https://media.dave-vo.com/file/dvfolio/general/davevo_favicon.png">
<!--CSS-->
<link rel="stylesheet" href="styles/fonts.css">
<link rel="stylesheet" href="styles/general.css">
<link rel="stylesheet" href="styles/header.css">
<link rel="stylesheet" href="styles/footer.css">
<link rel="stylesheet" href="styles/landing-page.css">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="javascript/case-study-links.js"></script>
<script src="javascript/draggables.js"></script>
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-D3KQT24T12"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-D3KQT24T12');
</script>
<body>
<header class="header">
<a href="index.html">
<div class="wordmark">
dave v
<img class="stylized-o" src="https://media.dave-vo.com/file/dvfolio/about/snowflake-2.png">
</div>
</a>
<a href="index.html">
<img class="small-shrink-logo" src="https://media.dave-vo.com/file/dvfolio/about/snowflake-2.png" alt="Logo Visual">
</a>
<button type="button" class="hamburger" onclick="myFunction(this)">
<div class="ham-bars" id="bar1"></div>
<div class="ham-bars" id="bar2"></div>
<div class="ham-bars" id="bar3"></div>
</button>
<div class="menu">
<ul class="hamburger-menu-options">
<li>
<a href="about.html">About</a>
</li>
<li>
<a href="playground.html">
Playground
</a>
</li>
<li>
<a href="https://drive.google.com/file/d/1OCZUXgrLguEa5f5sjY4AUzZDR1TiWaqZ/view?usp=sharing" target="_blank">
Résumé
</a>
</li>
</ul>
</div>
</header>
<div class="header-container"></div>
<main class="landing-page">
<div class="blurb-section">
<section id="blurb-section">
<div class="landing-body">
<p>I'm a...</p>
</div>
<div style="padding-top: 1.25rem;">
<h1 id="designer" class="landing-text" style="color: #2b8091">designer,</h1>
<h1 id="researcher" class="landing-text" style="color: var(--midtone)">researcher,</h1>
<h1 id="creative" class="landing-text" style="color: var(--navy)">creative.</h1>
</div>
<div class="landing-body" style="margin-top: 1rem">
<div class="insight" style="margin-top: 1rem;">
<p>
Prev. UX Researcher @ <a href="https://designlab.ucsd.edu" target="_blank">
<b>UCSD Design Lab</b>
</a>
</p>
</div>
<p id="demo">
I seek to enhance experiences, raise creative ceilings,
and most of all: <b>engage people</b>.
</p>
<a href="#featured">
<button class="landing-ctas">
<p style="color: var(--bg);"><b style="-webkit-text-stroke-color: var(--bg);">
View my work
</b></p>
</button>
</a>
</div>
</section>
</div>
<div class="landing-visual">
<img style="position: absolute;" id="flying-arrow" src="images/landing-page/flying-arrow.svg">
<div id="d-png" class="movable" draggable="true">
<img class="d-png" src="https://media.dave-vo.com/file/dvfolio/landing-page/designer-movable.png">
<img id="tap-me" src="images/landing-page/tap-me.svg">
<img id="move-me" src="images/landing-page/move-me.svg">
</div>
<img id="r-png" class="movable" draggable="true" ongdrag="dragging(event)" src="https://media.dave-vo.com/file/dvfolio/landing-page/researcher-movable.png">
<img id="c-png" class="movable" draggable="true" src="https://media.dave-vo.com/file/dvfolio/landing-page/creative-movable.png">
<img id="sky" src="https://media.dave-vo.com/file/dvfolio/landing-page/portfolio-sky.png" style="width: 100%; height: 100%;">
</div>
<script>
const paragraph = document.getElementById('demo');
const designer = document.getElementById('designer');
const researcher = document.getElementById('researcher');
const creative = document.getElementById('creative');
function updateParagraphText(text) {
paragraph.innerHTML = text;
}
document.getElementById('d-png').addEventListener('click', () => {
updateParagraphText('<b> Need a designer? </b> <br> Strong visual storytelling can truly elevate a body of work. From initial sketches to the final renders, I strive to craft exciting, stylish experiences.');
designer.style.color = 'var(--teal)';
researcher.style.color = 'var(--midtone)';
creative.style.color = 'var(--navy)';
});
document.getElementById('r-png').addEventListener('click', () => {
updateParagraphText('<b> Need a researcher? </b> <br> I excel at tidying data and identifying opportunity gaps, turning figures and patterns into actionable insights. I am currently focused on the future of creativity support tools.');
designer.style.color = 'var(--midtone)';
researcher.style.color = 'var(--teal)';
creative.style.color = 'var(--midtone)';
});
document.getElementById('c-png').addEventListener('click', () => {
updateParagraphText(`<b> Need a creative? </b> <br> Blending experimentation and calculated risks, I deliver compelling results to the table. We're not just solving problems, we're also here to delight, evoke, and inspire!`);
designer.style.color = 'var(--navy)';
researcher.style.color = 'var(--midtone)';
creative.style.color = 'var(--teal)';
});
</script>
</main>
<div>
<div class="toc-spacer" id="featured"></div>
<h2 id="projects-header">Featured Projects</h2>
</div>
<section class="featured-case-studies">
<!--SNS Salon & Beauty Supply-->
<article class="project" id="sns">
<img src="https://media.dave-vo.com/file/dvfolio/sns/sns-hero.png">
<div class="project-overview">
<p class="title">
Rehauling SNS Salon & Beauty Supply's service discovery for salon patrons & streamlining the booking flow by 55.6%
</p>
<div class="keywords">
<li>Client Work</li>
<li>Website Design</li>
<li>Design Systems</li>
<li>Desktop/Mobile</li>
</div>
</div>
</article>
<!--Aromacovery-->
<article class="project" id="aromacovery">
<img src="https://media.dave-vo.com/file/dvfolio/aromacovery/aromacovery-hero.png">
<div class="project-overview">
<p class="title">
Enhancing MetroNaps' sleeping quality for college students, optimizing session onboarding by 13%
</p>
<div class="keywords">
<li>Product Design</li>
<li>Field Research</li>
<li>Interactive Kiosk</li>
</div>
</div>
</article>
<!--Design Lab-->
<article class="project" id="designlab">
<div style="position: relative;">
<img src="https://s3-alpha.figma.com/hub/file/2171746847/263b2fc3-91f2-4788-b5da-539b52b97ac2-cover.png" alt="figjam-5-whys">
<img style="width: 20%; height: auto; border-radius: 0; position: absolute; bottom: 0; right: 0;" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSJA_EO1qhSriiT3sSC2sHfONuywxRqTr3_Ag&s">
</div>
<div class="project-overview">
<p class="title">
🔒 Researching proactive AI prompting and design tool frameworks to evaluate user-AI interactions and support better creative outcomes
</p>
<div class="keywords">
<li>Co-Author</li>
<li>UX Research</li>
<li>AI Design Tools</li>
<li>Product Strategy</li>
</div>
</div>
</article>
<!--7Ate9-->
<article class="project" id="sevenatenine">
<img src="https://organic-governor-2e2.notion.site/image/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2Faf5777cf-777c-4797-9ad2-f6ae49085b22%2F8e515164-f4ce-4272-90f8-b4fd8d6c18c3%2FShot-2.png?table=block&id=d65c1cd1-17f1-4f9b-ae3e-e8d6da2921b8&spaceId=af5777cf-777c-4797-9ad2-f6ae49085b22&width=2000&userId=&cache=v2">
<div class="project-overview">
<p class="title">
Driving trust-based engagement between customers and home kitchens with friend networks
</p>
<div class="keywords">
<li>UX Research</li>
<li>User Testing</li>
<li>Gamification</li>
</div>
</div>
</article>
</section>
<aside class="made-with" style="padding: 0 2.4rem">
<p>Made with HTML/CSS/JS and <span>d x r x c</span></p>
</aside>
<footer class="footer">
<div class="footer-container">
<span class="footer-text"><b>@<script>document.write(new Date().getFullYear())</script> • Reach out and let's make it happen!</b></span>
<div class="social-media-icons">
<a href="mailto: dtvo@ucsd.edu">
<img class="media-links" src="../images/general/email-icon.svg" style="padding-right: .25rem;">
</a>
<a href="https://www.linkedin.com/in/dave-vo" target="_blank">
<img class="media-links" src="../images/general/linkedin-logo.svg">
</a>
<a href="https://github.com/ddavevo" target="_blank">
<img class="media-links" id="rightmost-icon" src="../images/general/github-logo.svg">
</a>
</div>
</div>
</footer>
</body>
</html>