-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
426 lines (401 loc) · 13.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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Michelle Yuen Portfolio</title>
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" href="assets/css/boilerplate.css" media="screen" title="no title">
<link rel="stylesheet" href="assets/css/code_style.css" media="screen" title="no title">
<link rel="stylesheet" href="assets/css/style.css" media="screen" title="no title">
<link rel="stylesheet" href="assets/css/animate.css" media="screen" title="no title">
</head>
<body class="animated fadeInDown">
<header id="home">
<hgroup>
<h1>
<b>
<a href="#aboutMe">Michelle Yuen </a> is a
<a href="#projects">Full-Stack Web Developer</a> with a Passion for Problem Solving and Coding.</h1>
</b>
</hgroup>
<div class="arrow animated bounce infinite">
</div>
<div class="overlay">
</div>
</header>
<nav>
<ul>
<li>
<a id="navAnchor" href="#projects" alt="See Projects">
<i class="fa fa-plus fa-lg" aria-hidden="true"></i>
</a>
</li>
<li>
<a id="navAnchor" href="#aboutMe" alt="See About Me">
<i class="fa fa-info-circle fa-lg" aria-hidden="true"></i>
</a>
</li>
<li>
<a id="navAnchor" href="http://www.github.com/yuenmichelle1" alt="Check out Github!">
<i class="fab fa-github fa-lg" aria-hidden="true"></i>
</a>
</li>
<li>
<a id="navAnchor" href="https://www.linkedin.com/in/michelle-yuen-95973295/">
<i class="fab fa-linkedin fa-lg"></i>
</a>
</li>
<li>
<a id="navAnchor" href="mailto:[email protected]">
<i class="fa fa-envelope fa-lg" aria-hidden="true"></i>
</a>
</li>
<li>
<a id="navAnchor" href="#about">
<i class="fas fa-child fa-lg"></i>
</a>
</li>
</ul>
</nav>
<main id="projects">
<BR>
<h1>Featured Projects</h1>
<h2>View All My Projects
<a href="./portfolio.html">Here</a>
</h2>
<div class="carousel">
<ol class="projects">
<li class="current">
<div class="project-container">
<a href="https://quiet-waters-49992.herokuapp.com/">
<img src="./assets/images/GetawayPlan.png">
</a>
<div class="right">
<h2>Getaway Plan</h2>
<hr>
<h3>Role: Fullstack / Project Lead </h3>
<br>
<h3>Stack: Node,Express.js, JavaScript, jQuery, SQL, Sequelize, GoogleMaps API, DarkSky API, Sygic Travel API,
HTML, CSS, Handlebars</h3>
<br>
<a href="http://www.github.com/yuenmichelle1/GetawayPlan">
<i class="fab fa-github-square fa-2x"></i>
</a>
<a href="https://quiet-waters-49992.herokuapp.com/">
<i class="fas fa-pallet fa-2x"></i>
</a>
<hr>
<p>
A Travel Itinerary App that uses various APIs in order to show users Restaurants, Points of Interests, as well as the Weather
Forecast of their Vacation Location. This app utilizes SQL in order for persistent data upon User Login.
</p>
</div>
</div>
</li>
<li>
<div class="project-container">
<a href="https://roomieu.herokuapp.com/">
<img src="./assets/images/roomieU.png">
</a>
<div class="right">
<h2>roomieU</h2>
<hr>
<h3>Role: Fullstack/Project Lead</h3>
<br>
<h3>Stack: React, MongoDB, Node, Express, HTML, CSS3, JavaScript, jQuery, Twilio API</h3>
<br>
<a href="http://www.github.com/yuenmichelle1/roomieU">
<i class="fab fa-github-square fa-2x"></i>
</a>
<a href="https://roomieu.herokuapp.com/">
<i class="fas fa-pallet fa-2x"></i>
</a>
<hr>
<p>
A Roommate Finding App targeted for University Students to find their ideal roommate and ideal apartment.
</p>
</div>
</div>
</li>
<li>
<div class="project-container">
<a href="http://polar-chamber-75112.herokuapp.com/">
<img src="./assets/images/recipesSaved.PNG">
</a>
<div class="right">
<h2>Mongo Recipe Scraper</h2>
<hr>
<h3>Role: Fullstack</h3>
<br>
<h3>Stack: Node,Cheerio, Handlebars, Express, MongoDB, Mongoose, Request, Bootstrap, HTML, CSS3, JavaScript, jQuery</h3>
<br>
<a href="http://www.github.com/yuenmichelle1/MongoPractice">
<i class="fab fa-github-square fa-2x"></i>
</a>
<a href="http://polar-chamber-75112.herokuapp.com/">
<i class="fas fa-pallet fa-2x"></i>
</a>
<hr>
<p>
A Recipe Scraper utilizing Cheerio, Handlebars, and MongoDB in order to display most recent recipes from
<a href="https://tasty.co/"> https://tasty.co/.</a>
</p>
</div>
</div>
</li>
<li>
<div class="project-container">
<a href="https://radiant-shore-30451.herokuapp.com/burgers">
<img src="./assets/images/SequelizedBurger.png">
</a>
<div class="right">
<h2>Sequelized Burger</h2>
<hr>
<h3>Role: Fullstack</h3>
<br>
<h3>Stack: Node, Handlebars, Sequelize, Express, SQL, Bootstrap, HTML, CSS3, JavaScript, jQuery</h3>
<br>
<a href="http://www.github.com/yuenmichelle1/sequelizedBurger">
<i class="fab fa-github-square fa-2x"></i>
</a>
<a href="https://radiant-shore-30451.herokuapp.com/burgers">
<i class="fas fa-pallet fa-2x"></i>
</a>
<hr>
<p>
A RESTful Simpsons-themed Burger App utilizing Handlebars, Express, Node, and Sequelize ORM in order to Create a Burger,
Associate a Customer with a Burger, and Devour a Burger.
</p>
</div>
</div>
</li>
<li>
<div class="project-container">
<a href="https://yuenmichelle1.github.io/clickyGame/">
<img src="./assets/images/pokemonReact.png">
</a>
<div class="right">
<h2>React Pokemon Memory Game</h2>
<hr>
<h3>Role: Fullstack</h3>
<br>
<h3>Stack: React, Bootstrap, HTML, CSS3, JavaScript</h3>
<br>
<a href="http://www.github.com/yuenmichelle1/clickyGame">
<i class="fab fa-github-square fa-2x"></i>
</a>
<a href="https://yuenmichelle1.github.io/clickyGame/">
<i class="fas fa-pallet fa-2x"></i>
</a>
<hr>
<p>
A Pokemon-themed Memory Game that utilizes React. Users can click different Pokemon and the game will Shuffle the Cards upon
user click. Click on the same Pokemon twice, the game restarts. Try to beat your Top Score!
</p>
</div>
</div>
</li>
<li>
<div class="project-container">
<a href="https://yuenmichelle1.github.io/Train-Scheduler/">
<img src="./assets/images/TrainScheduler.png">
</a>
<div class="right">
<h2>Firebase Simpsons Monorail Scheduler</h2>
<hr>
<h3>Role: Fullstack</h3>
<br>
<h3>Stack: Firebase, Bootstrap, HTML, CSS3, JavaScript, jQuery, Node, Moment.js</h3>
<br>
<a href="http://www.github.com/yuenmichelle1/Train-Scheduler">
<i class="fab fa-github-square fa-2x"></i>
</a>
<a href="https://yuenmichelle1.github.io/Train-Scheduler/">
<i class="fas fa-pallet fa-2x"></i>
</a>
<hr>
<p>
A Simpsons-themed Monorail Scheduler utilizing Firebase and Moment.js to display Train Times in Real Time.
</p>
</div>
</div>
</li>
</ol>
</div>
<div class="buttons">
<button class="prev">
◀
<span class="offscreen"></span>
</button>
<button class="next">
<span class="offscreen"></span> ▶
</button>
</div>
</main>
<main id="aboutMe">
<h1>About Me</h1>
<hr>
<div class="project-container">
<img src="./assets/images/ChessLogic.jpg">
<div class="right" id="info">
<p>Hi there! I'm Michelle. I am a Web Developer and Math Enthusiast born and raised in Chicago. </p>
<p> I am both driven and self-motivated, and I am constantly experimenting with new technologies and techniques. I am
very passionate about Web Development, and strive to better myself as a developer, and the development community
as a whole.</p>
<p>In my free time, you can find me either on the tennis court, eating tacos, kickboxing, or sharing my passion for
math, logic problems, and coding. </p>
<p>Feel free to
<a href="mailto:[email protected]">Contact Me</a> and Talk Coding to me! </p>
</div>
</div>
</main>
<footer id="about">
<div class="numbers">
<ul>
<li>1</li>
<li>2</li>
<li>3</li>
<li>4</li>
<li>5</li>
<li>6</li>
<li>7</li>
<li>8</li>
<li>9</li>
<li>10</li>
<li>11</li>
<li>12</li>
<li>13</li>
<li>14</li>
<li>15</li>
<li>16</li>
<li>17</li>
<li>18</li>
<li>19</li>
<li>20</li>
<li>21</li>
<li>22</li>
<li>23</li>
<li>24</li>
<li>25</li>
<li>26</li>
<li>27</li>
<li>28</li>
<li>29</li>
<li>30</li>
<li>31</li>
<li>32</li>
<li>33</li>
<li>34</li>
<li>35</li>
<li>36</li>
<li>37</li>
<li>38</li>
<li>39</li>
<li>40</li>
</ul>
</div>
<div class="code">
<B> function</B>
<blue>Developer</blue> (<blue>name, languages, frameworks, librariesAndAPIs, testing, databases</blue>){
<BR>
<B>this</B>.<yellow>name =</yellow> name;
<BR>
<B>this</B>.<yellow>languages =</yellow> languages;
<BR>
<B>this</B>.<yellow>frameworks =</yellow> frameworks;
<BR>
<B>this</B>.<yellow>librariesAndAPIs =</yellow> librariesAndAPIs;
<BR>
<B>this</B>.<yellow>databases =</yellow> databases;
<BR>}
<BR>
<BR>
<B>var</B>
<blue>michelleYuen</blue>
<yellow>=</yellow>
<B>new</B> Developer (<u>"Michelle Yuen"</u>, [
<u>"JavaScript"</u>,
<u>"HTML5"</u>,
<u>"Ruby"</u>,
<u>"Python"</u>,
<u>"Elixir"</u>,
<u>"CSS3"</u>], [
<u>"ReactJS"</u>,
<u>"Rails"</u>,
<u>"Handlebars"</u>,
<u>"Bootstrap"</u>,
<u>"Materialize"</u>],[
<u>"jQuery"</u>,
<u>"AJAX"</u>,
<u>"GoogleMaps API"</u>,
<u>"OpenWeather API"</u>],[
<u>"Mocha"</u>,
<u>"Chai"</u>,
<u>"Nightmare"</u>], [
<u>"SQL"</u>,
<u>"Mongo"</u>,
<u>"Firebase"</u>]);
<BR>
<BR> michelleYuen.<yellow>hobbies = </yellow> [
<u>"Tennis"</u>,
<u>"Pickleball"</u>,
<u>"Kickboxing"</u>,
<u>"HulaHooping"</u>,
<u>"Eating Tacos"</u>,
<u>"Hiking"</u>,
<u>"Baking"</u>,
<u>"Teaching Kids Math"</u>,
<u>"Problem Solving/Algorithmic Thinking"</u>,
<u>
<a href="mailto:[email protected]">"Grabbing Coffee and Talking Code"</a>
</u>]
<BR>
<BR>
<B>var</B> methodologies = [
<i>"Object-Oriented Design"</i>,
<i>"Test Driven Development"</i>,
<i>"Agile"</i>,
<i>"RESTful conventions"</i>];
<BR>
<b>var</b> versionControl = [
<i>"Git"</i>,
<i>"Github"</i>];
<BR>
<b>var</b> deployment = [
<i>"Heroku"</i>,
<i>"gh-pages"</i>];
<BR>
<b>console.</b>log(
<i>"Take a look at my
<a href="https://drive.google.com/file/d/1GxuB_uAqsiZ3aFRwreCPIcSsAB4BMkDR/view?usp=sharing" target="blank">resume</a>!"</i>);
<br>
<B>console.</B>log(
<i>"Thanks for visiting! Let's keep in touch. Click
<a href="mailto:[email protected]">here</a> to contact me."</i>);
<BR>
</div>
</footer>
<script src="assets/js/jquery-2.1.4.js"></script>
<script src="assets/js/parallaxblur.js"></script>
<script src="assets/js/jquery.sticky.js"></script>
<script defer src="https://use.fontawesome.com/releases/v5.0.10/js/all.js" integrity="sha384-slN8GvtUJGnv6ca26v8EzVaR9DC58QEwsIk9q1QXdCU8Yu8ck/tL/5szYlBbqmS+"
crossorigin="anonymous"></script>
<script src="assets/js/carousel.js"></script>
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-120124282-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>