-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
439 lines (418 loc) · 23.7 KB
/
index.html
File metadata and controls
439 lines (418 loc) · 23.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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Simon Kwok Portfolio</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU"
crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css?family=Abril+Fatface|Marck+Script|Noto+Sans+JP" rel="stylesheet">
<link rel="stylesheet" type="text/css" media="screen" href="index.css" />
</head>
<body>
<div class='main' onclick="myFunction(this)">
<div class="nav2">
<div class="bar1"></div>
<div class="bar2"></div>
<div class="bar3"></div>
<div id="myDropdown" class="dropdown-content">
<a href="#home">About</a>
<a href="#job">Skills</a>
<a href="#portfolio">Portfolio</a>
</div>
</div>
<div class="nav">
<a href="#home">
<div class="nav-item about">
<i class="nav-icon fab fa-fort-awesome-alt fa-2x"></i>
<p class='nav-text'>About</p>
</div>
</a>
<a href="#job">
<div class="nav-item learnt">
<i class="nav-icon fas fa-book fa-2x"></i>
<p class='nav-text'>Skills</p>
</div>
</a>
<a href="#portfolio">
<div class="nav-item portfo">
<i class="nav-icon far fa-images fa-2x"></i>
<p class='nav-text'>Portfo</p>
</div>
</a>
</div>
<section class='container container-intro parallax'>
<div class='home' id='home'>
<div class='pic'>
</div>
<div class='home-text'>
<img src='./assets/images/pretty-image.jpg' class='mypic'>
<h2 class='name'>Simon Kwok</h2>
<h3>Web Developer, CAD Designer, Engineer in Training</h3>
<div class="icons">
<a href="https://www.linkedin.com/in/simon-kwok/" target='_blank'>
<i class="fab fa-linkedin fa-2x"></i>
</a>
<a href="https://github.com/Simonkcoding" target='_blank'>
<i class="fab fa-github fa-2x"></i>
</a>
<a href="mailto:simonkcareer@gmail.com">
<i class="fas fa-envelope-square fa-2x"></i>
</a>
</div>
</div>
</div>
<div class="overlay overlay-intro"></div>
</section>
<section class='container container-about'>
<div class='wrapper about-wrapper'>
<div class='textbox-left aboutme'>
<h3 class='green-head3'>About me</h3>
<p>I grew up in British Hong Kong and immigrated to USA in 2011. I was so excited to pursue
"American Dream".
Within this seven years of living in Charlotte, NC, I completed an accredited Mechanical
Engineering degree offered by UNCC.
</p>
<p>The most challenging in the school was not the physics and mathematics, but the computer
simulation.
Since then I start training myself working with computer, instead of just pencil and paper. 3D
CAD
was my first goal and I made it.
I landed on my first job as a CAD designer in 2017.</p>
<p>In 2018, I made a decision to step out of my comfort zone and challenge myself for Trilogy's coding boot
camp.
I acquired knowledge to develop a full stack web project and gradauted with an A. I am
currently looking for job opportunity of web developer, perferly working with React and
Angular.</p>
<p>If you are interested
in knowing more about me, please read the resume and contact me!</p>
</div>
<div class='resume'>
<h3 class='green-head3' style='text-align: center'>My resume</h3>
<div class="circle">
<a target='_bank' href="https://www.linkedin.com/in/simon-kwok/"><i
class="fa fa-file-download fa-8x"></i></a>
<p style="font-family: 'Marck Script', cursive; ">LinkedIn Resume</p>
</div>
</div>
<h3 style='text-align:left; padding-left:20px' class='green-head3' id='job'>My Past</h3>
<div class='textbox job job-1'>
<div class="job-pic-1">
</div>
<h3 class='job-text'>CAD Designer</h3>
<p class='job-text'>Want to see a big system looks like before it is built? My drawing tells
customers everthing!</p>
</div>
<div class='textbox job job-2'>
<div class="job-pic-2">
</div>
<h3 class='job-text'>Internship</h3>
<p class='job-text'>Manufacturing Experience. My responsiblity was to study the production flow.
Safety is the first!</p>
</div>
<div class='textbox job job-3'>
<div class="job-pic-3">
</div>
<h3 class='job-text'>Researches</h3>
<p class='job-text'>Finite Element Analysis to calculate mechanical stress under bending. Made it
or break it!</p>
</div>
</div>
</section>
<section class='container container-skills parallax'>
<div class="overlay overlay-skills"></div>
<div class="parallax-text">
<div class="skill-header">
<h2 style='margin-top:0;color:white'>My Coding skills</h2>
</div>
<div class="textbox skill skill-1">
<img src='./assets/images/mern.jpg'>
<p>Full stack webdevelopment with Mongo DB, Express js, React, and Node js.</p>
</div>
<div class="textbox skill skill-2">
<img src='./assets/images/jquery.gif'>
<p>Dynamic control of DOM. Ajax and JSON to fetch data from 3rd party API</p>
</div>
<div class="textbox skill skill-3">
<img src='./assets/images/htmlcss.png'>
<p>Two core techologies to build web pages. Cool animation with CSS and Bootstrap.</p>
</div>
</div>
</section>
<section class='container container-portfolio'>
<div class='wrapper portfolio-wrapper'>
<div class='bootcamp-projects' id='portfolio'>
<h2 style="font-family: 'Marck Script', cursive; font-size: 60px;">Portfolio</h2>
<span>
<h3 class='green-head3'>Boot Camp Projects</h3>
</span>
<hr>
<div class="bc-project bc-project-1">
<div class="project-overlay project-overlay-1">
<div class="inner-div" onclick='toggleModal1()'>
<p class='inner-div-text'>You can find concert tickets, flight tickets and nearby
restaurant in just ONE apps!</p>
</div>
</div>
<a href="https://sk-budgetmax.herokuapp.com/">
<img class='project-img' src="assets/images/travelgroupie.png" alt="bc-project2"></a>
<div class="modal" id="modal1">
<div class="modal-content">
<span class="close" onclick='closeModal1()'>×</span>
<div class="modal-pic">
<img class='modal-img' src="assets/images/travelgroupie2.png" alt="bc-project2">
</div>
<div class="modal-text">
<span class='proj-title'>Travelgroupie</span>
<hr />
<p>At TravelGroupie, we believe in the power of travel — and in helping you make
the most of every trip. With easy access to your favorite artists, we can help
you make the right choice when you shop for flights, restaurants, and
attractions.</p>
<span class="proj-cat">Date: </span><span class="proj-info">21th Sep 2018</span><br />
<span class="proj-cat">Techologies: </span><span class="proj-info">3rd party APIs,
Firbase authentication and database</span><br/>
<a href='https://github.com/Simonkcoding/travelgroupie' target='_blank'><span class="proj-link">Github<i
class="fab fa-github"></i></span></a><br />
<a href='https://simonkcoding.github.io/travelgroupie/' target='_blank'><span class="proj-link">Link<i
class="fas fa-link"></i></span></a><br />
</div>
</div>
</div>
</div>
<div class="bc-project bc-project-2">
<div class="project-overlay project-overlay-2">
<div class="inner-div" onclick='toggleModal2()''>
<p class='
inner-div-text'>A financial App which visualize your spending trends!</p>
</div>
</div>
<a href="https://sk-budgetmax.herokuapp.com/">
<img class='project-img' src="assets/images/budgetmax.png" alt="bc-project2"></a>
<div class="modal" id="modal2">
<div class="modal-content">
<span class="close" onclick='closeModal2()'>×</span>
<div class="modal-pic">
<img class='modal-img' src="assets/images/budgetmax2.png" alt="bc-project2">
</div>
<div class="modal-text">
<span class='proj-title'>BudgetMax</span>
<hr />
<p>Using linear regression to visualize the trend of income and expense. Users can
bookkeep their financial status by inputting indivdual amounts. </p>
<span class="proj-cat">Date: </span><span class="proj-info">21th Oct 2018</span><br />
<span class="proj-cat">Techologies: </span><span class="proj-info">Chart js,
Passport js authentication, mySQL database, Express js</span><br />
<a href='https://github.com/Simonkcoding/Project2' target='_blank'><span class="proj-link">Github<i
class="fab fa-github"></i></span></a><br />
<a href='https://sk-budgetmax.herokuapp.com/' target='_blank'><span class="proj-link">Link<i class="fas fa-link"></i></span></a><br />
</div>
</div>
</div>
</div>
<div class="bc-project bc-project-3">
<div class="project-overlay project-overlay-3">
<div class="inner-div" onclick='toggleModal3()''>
<p class='
inner-div-text'>School management sytems allows real-time message and GPA
transcript!</p>
</div>
</div>
<a href="https://sk-powerschool.herokuapp.com/">
<img class='project-img' src="assets/images/powerschool.png" alt="bc-project3"></a>
<div class="modal" id="modal3">
<div class="modal-content">
<span class="close" onclick='closeModal3()'>×</span>
<div class="modal-pic">
<img class='modal-img' src="assets/images/powerschool2.png" alt="bc-project2">
</div>
<div class="modal-text">
<span class='proj-title'>Powerschool renewal</span>
<hr />
<p>A React project with multiple class components. Added authenication and socket
io for live chart in addition to normal school grading systems. Fetch data from
mongoDB and added logic to dynamic calculate student performance.</p>
<span class="proj-cat">Date: </span><span class="proj-info">19th Nov 2018</span><br />
<span class="proj-cat">Techologies: </span><span class="proj-info">React,
Passport js authentication, Mongo DB database, Socket Io, Express js, Particle
js</span></br>
<a href='https://github.com/Simonkcoding/powerSchoolHerokuTesting' target='_blank'><span class="proj-link">Github<i
class="fab fa-github"></i></span></a><br />
<a href='https://sk-powerschool.herokuapp.com/' target='_blank'><span class="proj-link">Link<i
class="fas fa-link"></i></span></a><br />
</div>
</div>
</div>
</div>
</div>
<div class='other-projects'>
<span>
<h3 class='green-head3'>Selected Projects</h3>
</span>
<hr>
<div class="project etc-project-1">
<div class="project-info-1">
<h4>MERN Project: Joining in mongoDB</h4>
</div>
<div class="project-img project-img-1">
<div class="project-ctrl">
<a href="https://github.com/Simonkcoding/baby-toy" target='_blank'>
<span class="githublink">Github<i class="fab fa-github"></i></span></a>
<a href="https://blooming-plains-88199.herokuapp.com/" target='_blank'>
<span class="webpagelink">Link <i class="fas fa-link"></i></span></a>
</div>
</div>
</div>
<div class="project etc-project-2">
<div class="project-info-2">
<h4>Giphy API JSON, JQuery DOM</h4>
</div>
<div class="project-img project-img-2">
<div class="project-ctrl">
<a href="https://simonkcoding.github.io/GifTastic/" target='_blank'>
<span class="githublink">Github<i class="fab fa-github"></i></span></a>
<!-- <a href="https://simonkcoding.github.io/GifTastic/">
<span class="webpagelink">Link <i class="fas fa-link"></i></span></a> -->
</div>
</div>
</div>
<div class="project etc-project-3">
<div class="project-info-3">
<h4>NYT API with React and MongoDB</h4>
</div>
<div class="project-img project-img-3">
<div class="project-ctrl">
<a href="https://github.com/Simonkcoding/NYT-React-remake" target='_blank'>
<span class="githublink">Github<i class="fab fa-github"></i></span></a>
<a href="https://sk-nyc-mern.herokuapp.com/" target='_blank'>
<span class="webpagelink">Link <i class="fas fa-link"></i></span></a>
</div>
</div>
</div>
<div class="project etc-project-4">
<div class="project-info-4">
<h4>Friend Finder: Routing and Handlebars</h4>
</div>
<div class="project-img project-img-4">
<div class="project-ctrl">
<a href="https://github.com/Simonkcoding/FriendFinder" target='_blank'>
<span class="githublink">Github<i class="fab fa-github"></i></span></a>
<a href="https://stark-atoll-79039.herokuapp.com/" target='_blank'>
<span class="webpagelink">Link <i class="fas fa-link"></i></span></a>
</div>
</div>
</div>
<div class="project etc-project-5">
<div class="project-info-5">
<h4>Eat-dat-Burger mySQL table manipulation</h4>
</div>
<div class="project-img project-img-5">
<div class="project-ctrl">
<a href="https://github.com/Simonkcoding/Eat-Da-Burger" target='_blank'>
<span class="githublink">Github<i class="fab fa-github"></i></span></a>
<a href="https://vast-fjord-57429.herokuapp.com/" target='_blank'>
<span class="webpagelink">Link <i class="fas fa-link"></i></span></a>
</div>
</div>
</div>
<div class="project etc-project-6">
<div class="project-info-6">
<h4>Word Guess Game, Vanilla JavaScript</h4>
</div>
<div class="project-img project-img-6">
<div class="project-ctrl">
<a href="https://github.com/Simonkcoding/Word-Guess-Game" target='_blank'>
<span class="githublink">Github<i class="fab fa-github"></i></span></a>
<a href="https://simonkcoding.github.io/Word-Guess-Game/" target='_blank'>
<span class="webpagelink">Link <i class="fas fa-link"></i></span></a>
</div>
</div>
</div>
<div class="project etc-project-7">
<div class="project-info-7">
<h4>Crystal Game, Vanilla JavaScript</h4>
</div>
<div class="project-img project-img-7">
<div class="project-ctrl">
<a href="https://github.com/Simonkcoding/unit-4-game/" target='_blank'>
<span class="githublink">Github<i class="fab fa-github"></i></span></a>
<a href="https://simonkcoding.github.io/unit-4-game/" target='_blank'>
<span class="webpagelink">Link <i class="fas fa-link"></i></span></a>
</div>
</div>
</div>
<div class="project etc-project-8">
<div class="project-info-8">
<h4>Trivia Game, JQuery and CSS animation</h4>
</div>
<div class="project-img project-img-8">
<div class="project-ctrl">
<a href="https://github.com/Simonkcoding/TriviaGame/" target='_blank'>
<span class="githublink">Github<i class="fab fa-github"></i></span></a>
<a href="https://simonkcoding.github.io/TriviaGame/" target='_blank'>
<span class="webpagelink">Link <i class="fas fa-link"></i></span></a>
</div>
</div>
</div>
</div>
</div>
<div class="nav-btn">
</div>
</section>
<footer>
<p>@Copyright</p>
</footer>
</div>
<script>
function myFunction(x) {
x.classList.toggle("change");
document.getElementById("myDropdown").classList.toggle("show");
}
window.onclick = function (event) {
if (!event.target.matches('.nav2')) {
var dropdowns = document.getElementsByClassName("dropdown-content");
var i;
for (i = 0; i < dropdowns.length; i++) {
var openDropdown = dropdowns[i];
if (openDropdown.classList.contains('show')) {
openDropdown.classList.remove('show');
}
}
}
}
function toggleModal1() {
var modal = document.getElementById('modal1');
modal.style.visibility = 'visible';
modal.style.opacity = 1;
}
function closeModal1() {
var modal = document.getElementById('modal1');
modal.style.visibility = 'hidden';
modal.style.opacity = 0;
}
function toggleModal2() {
var modal = document.getElementById('modal2');
modal.style.visibility = 'visible';
modal.style.opacity = 1;
}
function closeModal2() {
var modal = document.getElementById('modal2');
modal.style.visibility = 'hidden';
modal.style.opacity = 0;
}
function toggleModal3() {
var modal = document.getElementById('modal3');
modal.style.visibility = 'visible';
modal.style.opacity = 1;
}
function closeModal3() {
var modal = document.getElementById('modal3');
modal.style.visibility = 'hidden';
modal.style.opacity = 0;
}
</script>
</body>
</html>