This repository has been archived by the owner on Apr 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
407 lines (404 loc) · 17.6 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
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="noindex">
<title>Fullchee's Portfolio</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link rel="stylesheet" href="libs/font-awesome/css/font-awesome.min.css">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet">
</head>
<body>
<div id="mobile-menu-open" class="shadow-large">
<i class="fa fa-bars" aria-hidden="true"></i>
</div>
<!-- End #mobile-menu-toggle -->
<header>
<div id="mobile-menu-close">
<span>Close</span> <i class="fa fa-times" aria-hidden="true"></i>
</div>
<ul id="menu" class="shadow">
<!-- <li>
<a href="#about">About</a>
</li> -->
<!-- <li>
<a href="#experience">Experience</a>
</li> -->
<li>
<a href="#current-work">Current Work</a>
</li>
<li>
<a href="#projects">Projects</a>
</li>
<!-- <li>
<a href="#skills">Skills</a>
</li> -->
<li>
<a href="#extra-curriculars">Extra-Curriculars</a>
</li>
</ul>
</header>
<!-- End header -->
<div id="lead">
<div id="lead-content">
<h1>Fullchee Zhang</h1>
<h2>Full Stack Developer</h2>
<h3><a href="./documents/Academic History.pdf">UofT CS Grad</a> with a passion for the process of learning
</h3>
<div class="btn-group">
<a href="./documents/Fullchee_Zhang_CV.pdf" class="btn-rounded-white">Resume</a>
<a href="https://www.linkedin.com/in/fullchee-zhang/" class="btn-rounded-white"><i
class="fa fa-linkedin" aria-hidden="true"></i> LinkedIn</a>
<a href="https://www.github.com/Fullchee" class="btn-rounded-white"><i class="fa fa-github"
aria-hidden="true"></i> GitHub</a>
<a href="mailto:[email protected]" class="btn-rounded-white"><span class="fa fa-envelope"></span>
Email</a>
</div>
</div>
<!-- End #lead-content -->
<div id="lead-overlay"></div>
<div id="lead-down">
<span>
<i class="fa fa-chevron-down" aria-hidden="true"></i>
</span>
</div>
<!-- End #lead-down -->
</div>
<div id="current-work" class="background-alt">
<h2 class="heading">Current Work</h2>
<div class="container">
<div class="project shadow-large">
<div class="project-image">
<a href="https://github.com/Courseography/courseography">
<img src="images/courseography-square.jpg" />
</a>
</div>
<!-- End .project-image -->
<div class="project-info">
<a href="https://github.com/Courseography/courseography">
<h3>UofT DCS Projects Group Member</h3>
</a>
<ul>
<li>Improved the maintainability of a React app for future volunteers</li>
<li>Jest and Enzyme: Snapshot testing</li>
<li>Jest and React Testing Library: Integration Testing</li>
<li>ESLint</li>
<li>Husky Git Hooks</li>
<li>CircleCI for CI</li>
</ul>
<!-- <a href="https://hidden-shore-40090.herokuapp.com/">View Project</a> -->
</div>
<!-- End .project-info -->
</div>
<!-- <div class="project shadow-large">
<div class="project-image">
<a href="http://civictech.ca/">
<img src="images/civic-tech.png" />
</a>
</div>
<!-- End .project-image - ->
<div class="project-info">
<a href="http://civictech.ca/">
<h3>Civic Tech Toronto Volunteer</h3>
</a>
<ul>
<li>Attending weekly hacknights</li>
</ul>
<!-- <a href="https://hidden-shore-40090.herokuapp.com/">View Project</a> - ->
</div>
<!-- End .project-info - ->
</div>
<!-- End .project - ->
<div class="project shadow-large">
<div class="project-image">
<a href="https://github.com/Fullchee/really-bad-chinese-chess">
<img src="images/really-bad-chinese-chess.jpg" />
</a>
</div>
<!-- End .project-image - ->
<div class="project-info">
<a href="https://github.com/Fullchee/really-bad-chinese-chess">
<h3>Chinese Chess built with React</h3>
</a>
<ul>
<li>Built with React</li>
<li>Jest and React Testing Library for testing</li>
<li>SCSS for styling</li>
</ul>
<!-- <a href="https://hidden-shore-40090.herokuapp.com/">View Project</a> - ->
</div>
<!-- End .project-info - ->
</div>
<div class="project shadow-large">
<div class="project-image">
<a href="https://fullchee.github.io/2019-portfolio">
<img src="images/project.jpg" />
</a>
</div>
<!-- End .project-image - ->
<div class="project-info">
<a href="https://fullchee.github.io/2019-portfolio">
<h3>Updated Portfolio: Coming Soon!</h3>
</a>
<ul>
<li>Built with React and Gatsby</li>
</ul>
<!-- <a href="https://hidden-shore-40090.herokuapp.com/">View Project</a> - ->
</div>
<!-- End .project-info - -> -->
</div>
</div>
</div>
</div>
<!-- End #projects -->
<div id="projects" class="background-alt">
<h2 class="heading">Projects</h2>
<div class="container">
<div class="row">
<!-- <div class="project shadow-large">
<div class="project-image">
<a href="https://fullchee.github.io/frontend-challenge-2019">
<img src="images/frontend-challenge.jpg" />
</a>
</div>
<!-- End .project-image -->
<!-- <div class="project-info">
<a href="https://fullchee.github.io/frontend-challenge-2019">
<h3>Replicating a UI specification</h3>
</a>
<ul>
<li>Filter by name and by user generated tag</li>
<li>React.js</li>
<li>SCSS</li>
<li>May, 2019</li>
</ul>
<a href="https://fullchee.github.io/frontend-challenge-2019">View Project</a>
</div> -->
<!-- End .project-info - ->
</div> -->
<div class="project shadow-large">
<div class="project-image">
<a href="https://fullchee.github.io/dragon-boat-calls">
<img src="images/dragon-boat-calls.jpg" />
</a>
</div>
<!-- End .project-image -->
<div class="project-info">
<a href="https://fullchee.github.io/dragon-boat-calls">
<h3>Educational site on Dragon Boat Calls</h3>
</a>
<ul>
<li>Static site for new paddlers to learn dragon boat calls with descriptions and videos
</li>
</ul>
<a href="https://fullchee.github.io/dragon-boat-calls">View Project</a>
</div>
<!-- End .project-info -->
</div>
<!-- End .project -->
<div class="project shadow-large">
<div class="project-image">
<a href="https://hidden-shore-40090.herokuapp.com/">
<img src="images/car-detail-exchange-snapshot.jpg" />
</a>
</div>
<!-- End .project-image -->
<div class="project-info">
<a href="https://hidden-shore-40090.herokuapp.com/">
<h3>Car Detail Exchange App</h3>
</a>
<ul>
<li>Develped the REST API to fetch and update user data from a MySQL Server</li>
<li>Built with Node.js, npm scripts and the Express framework</li>
<li>Aug 2016</li>
</ul>
<a href="https://hidden-shore-40090.herokuapp.com/">View Project</a>
</div>
<!-- End .project-info -->
</div>
<!-- End .project -->
<div class="project shadow-large">
<div class="project-image">
<a href="#">
<img src="images/project.jpg" />
</a>
</div>
<!-- End .project-image -->
<div class="project-info">
<h3>Created a software Router</h3>
<ul>
<li>Written in the C Language</li>
<li>Used a Linux Virtual Machine to program the router</li>
<li>Built with mininet to support TCP, ICMP and NAT</li>
<li>CSC458 Project</li>
<li>Nov 2016</li>
</ul>
</div>
<!-- End .project-info -->
</div>
<!-- End .project -->
<div class="project shadow-large">
<div class="project-image">
<img src="images/project.jpg" />
</div>
<!-- End .project-image -->
<div class="project-info">
<h3>Implemented Online Prim's Algorithm</h3>
<ul>
<li>Implemented Prim’s algorithm in Java to accommodate very large inputs</li>
<li>Measured the performance of the algorithm with respect to input size</li>
</ul>
</div>
<!-- End .project-info -->
</div>
<!-- End .project -->
<div class="project shadow-large">
<div class="project-image">
<a href="https://fullchee.github.io/delay-the-dark-era">
<img src="images/delay-the-dark-era.jpg" />
</a>
</div>
<!-- End .project-image -->
<div class="project-info">
<a href="https://fullchee.github.io/delay-the-dark-era">
<h3>HTML5 Canvas Game</h3>
</a>
<ul>
<li>HTML5 Canvas game using jQuery and JavaScript</li>
<li>JS responds to mouse clicks on randomly generated black holes.</li>
<li>Aug 2016</li>
</ul>
<a href="https://fullchee.github.io/delay-the-dark-era">View Project</a>
</div>
<!-- End .project-info -->
</div>
<!-- End .project -->
<div class="project shadow-large">
<div class="project-image">
<img src="images/project.jpg" />
</div>
<!-- End .project-image -->
<div class="project-info">
<h3>Java Object Oriented Terminal</h3>
<ul>
<li>Used Scrum and agile methodologies</li>
<li>Unit tested and documented the commands</li>
</ul>
</div>
<!-- End .project-info -->
</div>
<!-- End .project -->
<!-- <div class="project shadow-large">
<div class="project-image">
<img src="images/project.jpg" />
</div>
<!- - End .project-image - ->
<div class="project-info">
<h3>Decision Tree to distinguish between real and fake news headlines</h3>
<ul>
<li></li>
</ul>
</div>
<!-- End .project-info - ->
</div> -->
<!-- End .project -->
</div>
</div>
</div>
<!-- End #projects -->
<!-- <div id="relevant-courses">
<h2 class="heading">Courses</h2>
<ul>
<li>Programming on the Web</li>
<li>Algorithm Design, Analysis & Complexity</li>
<li>Intro to Databases</li>
<li>Software Testing and Verification</li>
<li>Intro to Neural Networks and Machine Learning</li>
</ul>
</div> -->
<!-- End #relevant-courses -->
<!-- <div id="skills">
<h2 class="heading">Skills</h2>
<ul>
<li>JavaScript</li>
<li>Node.js</li>
<li>Asynchronous Programming</li>
<li>Git</li>
<li>React Native</li>
<li>Java</li>
<li>MongoDB</li>
<li>XML</li>
<li>C</li>
</ul>
</div> -->
<!-- End #skills -->
<div id="extra-curriculars">
<h2 class="heading">Extra-Curriculars</h2>
<div class="education-block">
<h3><a href="#">University of Toronto Public Speaking Club (UTPS)</a></h3>
<span class="education-date">Sept 2018 - Apr. 2019</span>
<h4>Member</h4>
</div>
<div class="education-block">
<h3><a href="https://newdragons.ca">New Dragons (Dragon Boat)</a></h3>
<span class="education-date">Sept 2014 - Aug. 2018</span>
<h4>Trainer and Member</h4>
</div>
<div class="education-block">
<h3>MongoDB University</h3>
<span class="education-date">Sept 2017</span>
<h4>M101JS: MongoDB for Node.js Developers</h4>
<ul>
<li><a
href="https://university.mongodb.com/course_completion/3140efa2-65d9-4ea1-8871-346f1da9/printable">Course
Completion Confirmation</a></li>
</ul>
</div>
<!-- End .education-block -->
</div>
<!-- End #education -->
<footer>
<div class="container">
<div class="row">
<div class="col-sm-5 copyright">
</div>
<div class="col-sm-2 top">
<span id="to-top">
<i class="fa fa-chevron-up" aria-hidden="true"></i>
</span>
</div>
<div class="col-sm-5 social">
<ul>
<li>
<a href="https://github.com/Fullchee" target="_blank" rel="noopener noreferrer">
<i class="fa fa-github" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://stackoverflow.com/users/8479344/fullchee-zhang" target="_blank"
rel="noopener noreferrer">
<i class="fa fa-stack-overflow" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/fullchee-zhang/" rel="noopener noreferrer"
target="_blank">
<i class="fa fa-linkedin" aria-hidden="true"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- End footer -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="js/scripts.min.js"></script>
</body>
</html>