forked from ackeepitcool/ackeepitcool.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·313 lines (293 loc) · 12.7 KB
/
index.html
File metadata and controls
executable file
·313 lines (293 loc) · 12.7 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<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() {
$(".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');
});
});
});
</script>
</head>
<body>
<!-- Header -->
<header>
<nav class="container">
<a name="top"></a>
<div class="header">
<ul id="headers" class="menu no-bullet" >
<li><a data-page="home" href="#home"><h5>Home</h5> </a></li>
<li><a data-page="about" href="#about"><h5>About</h5> </a></li>
<li><a data-page="contact" href="#contact"><h5>Contact</h5> </a></li>
</ul>
</div>
</nav>
</header>
<main role="main">
<!-- Main -->
<div id="pages">
<div id="home" class="page" data-page="home">
<hr id="headerline"/>
<div class="hero">
<div class="hero-left">
<h1>Greetings!</h1>
<h1>I'm Aaron Chen</h1>
<h3>A digital UX/UI designer based in NYC <br/>who loves photography, Star Wars and <br/>sea otters.</h3>
</div>
</div>
<div class="hero-right">
<p id="Logo"> <img src="Assets/ACLogoWhite.png" alt="Portfolio" /> </p>
<hr/ id="LogoLine">
</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">
<hr/>
<li id="workheader"> <h2>Check out some of the things I’ve been working on!</h2> </li>
<hr id="top-halfline"/>
</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">
<h4>PAYCRAVE</h4>
<p>PayCrave is an app I developed during my time at Bloc. Its aim is to give users an easy way to find, pay and eat at food trucks. An easy to navigate map browsing system paired with a comprehensive food truck card with an order-ahead system makes finding and ordering food much easier, reducing the time needed to wait for food.</p>
<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">
<h4>BLOCBOX</h4>
<p>Blocbox is a website I developed at Bloc that aims to give users the ability to store notes, images and links directly onto the web for easy access. Blocbox is a simple to use product that aims for collaborative storage and multiple projects with Boxes.</p>
<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">
<h4>KNODE</h4>
<p>Knode is a website I helped develop during a UX Hackathon event, hosted by Jet. It provides the job seeker with an interactive experience to find companies that align with their personal values in order to build long-term employee engagement.</p>
<a href="knode.html" class="btn knodebtn">View Case Study</a>
<hr id="knode-button-line"/>
<br/>
<br/>
<br/>
</div>
</div>
</div>
<hr/>
<div class="recommendation">
<p>line <br/>line <br/>line <br/>line <br/>line</p>
<hr id="ZachLine"/>
<h4>- Zach Lebar, Mentor for Designer Track at Bloc</h4>
</div>
<hr/>
<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="heading">
<hr/>
<div class="about-heading">
<li><h3 id="headingpart1">ABOUT</h3></li>
<li id="headingpart2">
<img src="Assets/Lines/HeadingSlash.png"/>
<h4>Who is Aaron Chen?</h4>
</li>
</div>
</div>
<hr/>
<div class="aboutme">
<div class="about-left">
<p id="headshot"> <img src="Assets/Headshot - About.png" /> </p>
<hr id="headshotline"/>
</div>
<div class="about-right">
<p>Thanks for stopping by! So as you’ve probably come to realize, I’m Aaron Chen.
<br/>
<br/>I am a Star Wars geek. Growing up, I read almost every single Expanded Universe novel in the Star Wars collection. I both hate and love Disney for making new Star Wars films and destroying my childhood by saying the EU isn’t canon anymore.
<br/>
<br/>I am slightly obsessed with sea otters. I think this started when I saw a video of them holding hands at the Vancouver Aquarium back in high school.
<br/>
<br/>I am a photographer. I am a videographer. I am a filmmaker. My camera has been my constant companion for over 8 years now. Recently I’ve been diving into old school film, and really enjoying it.
<br/>
<br/>I am a dancer. I started taking community classes from my college’s hip-hop dance crew while I was in college. A year later, I joined the team. I’ve been dancing ever since.
<br/>
<br/>I am a lover of the arts. Going to museums and galleries is one of my favorite activities to do as an adult.</p>
</div>
</div>
<hr/>
<div class="projects">
<h3>Below you’ll find some personal projects that I’ve been proud to work on throughout the years</h3>
<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>
<hr/>
<div class="designjourney">
<div class="designheading">
<hr id="designline1"/>
<h3>My Design Journey</h3>
<hr id="designline2"/>
</div>
<div class="designblurb">
<p>I went to <a href="https://www.ncsu.edu">college</a> as a Communication Media major.
<br/>
<br/>I worked in <a href="https://www.urbanoutfitters.com">retail</a> as a manager for 4 years.
<br/>
<br/>After retail, I decided to pursue something creative again full-time. <br/>That led me to applying for the Designer Track at <a href="https://bloc.io">Bloc</a>.
<br/>
<br/>I use both my visual and retail past to draw strength 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>
<hr id="tagline-line"/>
</div>
</div>
</div>
<!-- Contact Me -->
<div id="contact" class="page hide" data-page="contact">
<div class="heading">
<hr/>
<div class="contact-heading">
<li><h3 id="headingpart1">CONTACT</h3></li>
<li id="headingpart2">
<img src="Assets/Lines/HeadingSlash.png"/>
<h4>Want to work together?</h4>
</li>
</div>
</div>
<hr/>
<form id="cntct" action="https://formspree.io/contact.agchen@gmail.com"
method="POST">
<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>
<!-- Hidden message to show if contact is successful. -->
<div id="submit-success" class="collapse">
Message received! I'll be in touch.
</div>
<!-- Hidden message to show if user encounters errors. -->
<div id="submit-errors" class="collapse">
It looks like there was an error submitting the form.
Please try again later.
</div>
</div>
<!-- Footer -->
<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"><img class="social" src="Assets/Social/IG-white.png" alt="Portfolio" /></a></li>
<li class="social"><a href="http://twitter.com/ackeepitcool"><img class="social" src="Assets/Social/twitter-white.png" alt="Portfolio" /></a></li>
<li class="social"><a href="http://linkedin.com/agchen"><img class="social" src="Assets/Social/linkedin-white.png" alt="Portfolio" /></a></li>
<li class="social"><a href="http://dribbble.com/ackeepitcool"><img class="social" src="Assets/Social/dribbble-white.png" alt="Portfolio" /></a></li>
</ul>
</div>
</div>
</footer>
</body>
</html>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://ajax.aspnetcdn.com/ajax/jquery.validate/1.13.1/jquery.validate.min.js"></script>
<script>
$("#contact-form").validate({
submitHandler: function(form) {
$.ajax({
url: "//formspree.io/contact.agchen@gmail.com",
method: "POST",
data: {
name: $(form).find("input[name='name']").val(),
_replyto: $(form).find("input[name='_replyto']").val(),
message: $(form).find("textarea[name='message']").val()
},
dataType: "json",
success: function() {
$("#submit-success").fadeIn();
$("#contact-form").fadeOut();
},
error: function() {
$("#submit-errors").fadeIn();
}
});
}
});
$('body').on('scroll', function(){
$(".arrow").fadeOut();
});
</script>