-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·350 lines (332 loc) · 15.1 KB
/
index.html
File metadata and controls
executable file
·350 lines (332 loc) · 15.1 KB
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
<!DOCTYPE html>
<html lang="en-us">
<head profile="http://agchen.design">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<link rel="icon"
type="image/png"
href="http://agchen.design/Assets/ACfavicon.png">
<meta property=”og:title” content=”Aaron Chen Portfolio”>
<meta property=”og:type” content=”website”>
<meta property=”og:url” content=”http://agchen.design”>
<meta property=”og:description” content=”Welcome to the portfolio of Aaron Chen, a UX designer based in NYC”>
<meta property="og:image" content="http://agchen.design/Assets/ACLogo_BG.png">
<title>Aaron Chen's Portfolio</title>
<!-- Google Fonts -->
<link href='https://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic|Varela+Round' rel='stylesheet' type='text/css'>
<!-- CSS -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/font-awesome.css">
<link rel="stylesheet" href="css/style.css">
<!-- JQuery -->
<script src="js/jquery-3.2.1.min.js"></script>
<script>
$(document).ready(function() {
if(window.location.hash) {
var page = window.location.hash;
page = page.slice(1);
console.log(page);
$("#pages .page:not('.hide')").stop().fadeOut('fast', function() {
$(this).addClass('hide');
$('body').removeClass();
var newpage = $('#pages .page[data-page="'+page+'"]')[0];
$(newpage).fadeIn('slow').removeClass('hide');
$('body').addClass(page + '-img');
});
}
$(".menu li a").on('click', function(e) {
e.preventDefault();
var page = $(this).data('page');
console.log(page);
$("#pages .page:not('.hide')").stop().fadeOut('fast', function() {
$(this).addClass('hide');
$('body').removeClass();
var newpage = $('#pages .page[data-page="'+page+'"]')[0];
$(newpage).fadeIn('slow').removeClass('hide');
$('body').addClass(page + '-img');
$(window).scrollTop('#top');
});
});
});
</script>
</head>
<body>
<!-- Header -->
<header>
<nav class="container">
<a name="top"></a>
<div class="header">
<ul id="headers" class="menu no-bullet" >
<li class="homehead"><a data-page="home" href="#home"><h5>Home</h5> </a></li>
<li class="abouthead"><a data-page="about" href="#about"><h5>About</h5> </a></li>
<li class="resumehead"><a data-page="resume" href="#resume"><h5>Resume</h5> </a></li>
<li class="contacthead"><a data-page="contact" href="#contact"><h5>Contact</h5> </a></li>
</ul>
<div class=headerlogo>
<li id=headerlogo> <img class="headerlogo" src="Assets/ACLogoWhite.png" alt="Portfolio" /> </li>
</div>
</div>
<hr id="headerline"/>
</nav>
</header>
<main role="main">
<!-- Main -->
<div id="pages">
<div id="home" class="page" data-page="home">
<div class="hero">
<div class="hero-left">
<h1>Greetings!</h1>
<h1>I'm Aaron Chen.</h1>
<h3>A UX/UI designer based in NYC. In my former life as a retail manager, I was passionate on ensuring a delightful user experience in a physical space. Now, I do the same for customers in a digital space.</h3>
</div>
</div>
<div class="container">
<div class="arrow bounce"><i class="fa fa-angle-down fa-5x" aria-hidden="true"></i></div>
</div>
<div class="below"></div>
<!-- Work -->
<div class="workheading">
<p class="heroshot" id="heroshot"> <img src="Assets/heroshot.png" /> </p>
<hr class="full"/>
</div>
<div class="workprojects">
<div class="paycrave">
<div class="paycrave-left">
<p id="paycravescreens">
<img src="Assets/PayCrave.png" alt="Portfolio" />
</p>
</div>
<div class="paycrave-right">
<h3>PAYCRAVE</h3>
<p>User Research
<br/>Logo Design
<br/>Style Guide
<br/>Wireframing
<br/>Hi-Fi Mockups
<br/>Prototyping</p>
<h4>Enhance the user experience for the food truck industry.</h4>
<a href="paycrave.html" class="btn paycravebtn">View Case Study</a>
<hr id="paycrave-button-line"/>
<br/>
<br/>
</div>
</div>
<div class="blocbox">
<div class="blocbox-right1">
<p id="blocboxhome">
<img src="Assets/BlocBoxHome.png" alt="Portfolio" />
</p>
</div>
<div class="blocbox-left">
<h3>BLOCBOX</h3>
<p>User Research
<br/>User Personas
<br/>Logo Design
<br/>Style Guide
<br/>Wireframing
<br/>Hi-Fi Mockups
<br/>Prototyping
<br/>Front End Development</p>
<h4>Design a cloud storage website where users can collaborate and store notes, images and links.</h4>
<a href="blocbox.html" class="btn blocboxbtn">View Case Study</a>
<hr id="blocbox-button-line"/>
</div>
<div class="blocbox-right2">
<p id="blocboxhome">
<img src="Assets/BlocBoxHome.png" alt="Portfolio" />
</p>
</div>
<br/>
<br/>
</div>
<div class="knode">
<div class="knode-left">
<p id="knode2">
<img src="Assets/Knode2.png" alt="Portfolio" />
</p>
</div>
<div class="knode-right">
<h3>KNODE</h3>
<p>Ideation
<br/>User Research
<br/>Presentation</p>
<h4>Design a product that enhances the candidate experience.</h4>
<a href="knode.html" class="btn knodebtn">View Case Study</a>
<hr id="knode-button-line"/>
<br/>
<br/>
<br/>
</div>
</div>
<div class="cleanride">
<div class="cleanride-right1">
<p id="cleanridehome">
<img src="Assets/CleanRide.png" alt="Portfolio" />
</p>
</div>
<div class="cleanride-left">
<h3>CLEANRIDE</h3>
<p>User Research
<br/>User Personas
<br/>Logo Design
<br/>Wireframing
<br/>Hi-Fi Mockups
<br/>Prototyping
<br/>Presentation</p>
<h4>Design an experience that encourages New Yorkers to work together to accomplish a goal or task.</h4>
<a href="cleanride.html" class="btn cleanridebtn">View Case Study</a>
<hr id="cleanride-button-line"/>
</div>
<div class="cleanride-right2">
<p id="cleanridehome">
<img src="Assets/CleanRide.png" alt="Portfolio" />
</p>
</div>
<br/>
<br/>
</div>
</div>
<hr class="full"/>
<div class="recommendation">
<h4>“Aaron takes his unique point of view and uses it to inform everything he does. He’s comfortable working across the entire design process and does a great job in a collaborative environment. He’s determined, dependable, and doesn’t let challenges or hurdles trip him up.”</h4>
<!--hr id="ZachLine"/-->
<p>- Zach Lebar, Mentor for Designer Track at Bloc</p>
</div>
<hr class="full"/>
<div class="closingstatement">
<h3>Thanks for stopping by! <br/>Please feel free to send me a message anytime</h3>
<a data-page="contact" href="mailto:contact.agchen@gmail.com" class="contactbtn btn">Contact Me!</a>
<br/>
<br/>
<hr id="ContactLine"/>
</div>
</div>
<!-- About -->
<div id="about" class="page hide" data-page="about">
<div class="aboutme">
<div class="about-left">
<p id="headshot"> <img src="Assets/Headshot - About2.png" /> </p>
<!--hr id="headshotline"/-->
</div>
<div class="about-right">
<h2>Who is Aaron Chen?</h2>
<p>I’ve always loved the visual aspect of life. Photos, film, theater, art, I was constantly drawn to these growing up.
<br/>
<br/>As I went into <a href="https://www.ncsu.edu">college</a>, I wanted to continue my creative path so I chose to major in Communication Media with a heavy focus on video production. Afterwards, my location determined that the freelance Production Assistant life was not for me, so I worked in <a href="https://www.urbanoutfitters.com">fashion retail</a> as a manager.
<br/>
<br/>As a retail manager, I still continued my creative work by contributing and running the local Instagram accounts for my stores. However, I also came to love enhancing customer experiences in store. After 4 years in a physical space, I decided I wanted to go digital and continue enhancing user experiences. That led me to applying for the Designer Program at <a href="https://bloc.io">Bloc</a>.
<br/>
<br/>I combine both my visual and retail strengths into creating user friendly, attractive and useful products that people can relate to and enjoy.</p>
<h3 id="tagline">Now a designer. Always a creator.</h3>
</div>
</div>
<hr class="full"/>
<div class="uxlab">
<!--div class="uxlab-left">
<h2>The UX Lab</h2>
</div-->
<div class="uxlab-right">
<p id="uxlablogo"> <a href="https://www.meetup.com/The-UX-Lab-NYC/"> <img src="Assets/theuxlab.png" /> </a> </p>
</div>
</div>
<div class=uxlabblurb>
<p>After finding my calling in user experience and translating my physical space knowledge into a digital one, I wanted to give back and connect to the community that I was a part of. This led me to co-hosting The UX Lab with my friend (and founder), Sean Echevarria.
<br/>
<br/>The UX Lab is a monthly meetup of UX designers, varying from those who want to know more about UX design to seasoned, experienced designers already in the industry. Our goal is to provide unique discussions and exercises in the best UX practices, and hightlight upcoming technologies.</p>
<a href="https://www.meetup.com/The-UX-Lab-NYC/" class="uxlabbtn btn">The UX Lab Meetup</a>
<hr id="uxlabbtnline"/>
</div>
<hr class="full"/>
<div class="personal">
<div class="personal-left">
<p>In my free, time, I like to take photos, go to dance classes and visit art galleries. I am a rabid Star Wars geek; growing up, I read almost every single Expanded Universe novel in the Star Wars collection. I both love and hate Disney for making new Star Wars films while destroying my childhood by saying the EU isn’t canon anymore.
<br/>
<br/>I am also slightly obsessed with sea otters. Any chance to see one I will take almost immediately with no hesitation.
<br/>
<br/>Shoot me a line if you ever want to discuss design, photography, art, Star Wars or how adorable sea otters are (or more importantly, how we can help their conservation status as a keystone species).<p>
</div>
<div class="personal-right">
<p id="personalimage"> <img src="Assets/About-Image2.png" /> </p>
</div>
</div>
<!--hr class="full"/-->
<div class="projects">
<h4>Below you'll find some personal video and photo projects that I've been proud to work on throughout the years.</h4>
<div class="passionprojects">
<a href="kcnc.html">
<img src="Assets/PassionProjects/KCNCproject.png" alt="Portfolio" />
</a>
<a href="bb-8.html">
<img src="Assets/PassionProjects/BB-8project.png" alt="Portfolio" />
</a>
<a href="filmsnotdead.html">
<img src="Assets/PassionProjects/FilmsNotDeadproject.png" alt="Portfolio" />
</a>
</div>
</div>
<br/>
</div>
<!-- Resume -->
<div id="resume" class="page hide" data-page="resume">
<div class="resume">
<img src="Assets/ResumePrimary.png" alt="Portfolio" />
</div>
</div>
<!-- Contact Me -->
<div id="contact" class="page hide" data-page="contact">
<form id="cntct" action="https://formspree.io/contact.agchen@gmail.com"
method="POST">
<br/>
<label><h2>Want to work together?</h2>
<label><h4>Name</h4></label>
<input type="text" name="name" placeholder="Your name">
<label><h4>Email</h4></lable>
<input type="text" name="_replyto" placeholder="Your email" />
<input type="hidden" name="_subject" value="New submission!" />
<label><h4>Message</h4></label>
<textarea name="message" placeholder="Your message"></textarea>
<label><p></p></label>
<input class="btn" type="submit" value="Send">
<hr id="submitline"/>
</form>
<form action="..." method="POST">
<input type="hidden" name="_next" value="#contact" />
</form>
</div>
</div>
<!-- Footer -->
<hr class="full"/>
<footer>
<div class="footer-nav-block">
<div class="footer-left"><a href="index.html"><img class="logo" src="Assets/ACLogoWhite-SM.png" alt="Portfolio" /></a></div>
<div class="footer-mid">
<div class="back"><a href='#top' class="back">back to top</a></div>
</div>
<div class="footer-right"><ul class="social_icons">
<li class="social"><a href="http://instagram.com/ackeepitcool"><i class="fa fa-instagram fa-2x" aria-hidden="true"></i></li>
<li class="social"><a href="http://twitter.com/ackeepitcool"><i class="fa fa-twitter fa-2x" aria-hidden="true"></i></li>
<li class="social"><a href="http://linkedin.com/in/agchen"><i class="fa fa-linkedin fa-2x" aria-hidden="true"></i></li>
<li class="social"><a href="http://github.com/ackeepitcool"><i class="fa fa-github fa-2x" aria-hidden="true"></i></li>
</ul>
</div>
</div>
</footer>
<!-- Global Site Tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-107040718-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments)};
gtag('js', new Date());
gtag('config', 'UA-107040718-1');
</script>
</body>
</html>
<script>
$('body').on('scroll', function(){
$(".arrow").fadeOut();
});
$('body').on('click', function(){
$(".arrow").fadeIn();
});
</script>