-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
536 lines (514 loc) · 27.6 KB
/
Copy pathindex.html
File metadata and controls
536 lines (514 loc) · 27.6 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
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
<!DOCTYPE html>
<html lang="en">
<head>
<!--Javascript-->
<script type="text/javascript" src="practice.js" ></script>
<!--Favicon-->
<link rel="shortcut icon" href="http://faviconist.com/icons/a7362e706a435fadc9e6654edee2c3d7/favicon.ico" />
<!---Font Awesome-->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!---Fonts-->
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,800' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Dancing+Script' rel='stylesheet' type='text/css'>
<!--Bootstrap Initializer-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link type="text/css" rel="stylesheet" href="stylesheet.css"/>
<title>Brian Wang</title>
</head>
<body class="body-class">
<div class="fixed-bg">
<div class="font-white font-sanserif text-center">
<h1><div class="font-63 fontweight-700">Brian Hao Wang</div></h1>
<p><div class="font-28 font-sans fontweight-200">Software Engineer and Computer Scientist</div></p>
</div>
</div>
<div class="background-white">
<div class="container" >
<h2 class="font-green fontweight-300 font-54 margin-bottom-20 text-center">Profile</h2>
<p class="lead font-sans">I'm a student at the University of Waterloo</p>
<hr class="hr">
<div class="row font-sans" >
<div class="col-md-4 textleft">
<h3 class="fontweight-300 fontsize-28 font-green">About me</h3>
<p class="font-grey font-sans fontweight-200">I am a 20 year old programmer studying computer science at the University of Waterloo in
Ontario, Canada. I am most proficient in programming in <b>C++</b> but I also have experience programming
in <b>HTML</b>, <b>Javascript</b>, <b>CSS</b>, <b>C</b>, <b>Racket</b>, and <b>Ruby</b>. </p>
</div>
<div class="col-md-4">
<img id="brianPic" src="images/brian2.jpg">
</div>
<div class="col-md-4 textleft">
<h3 class="fontweight-300 fontsize-28 font-green">Details</h3>
<p>
<strong>Name: </strong>
<br>
<span class="fontweight-200 font-sans">Brian Hao Wang</span>
<br>
<strong>Age: </strong>
<br>
<span class="fontweight-200 font-sans">20 Years</span>
<br>
<strong>Location: </strong>
<br>
<span class="fontweight-200 font-sans">Waterloo, Ontario, Canada</span>
</p>
</div>
</div>
</div>
</div>
<div class="container" id="experiences" style="padding: 40px 180px">
<h2 class="font-green fontweight-300 font-54 margin-bottom-20 text-center">Experiences</h2>
<p class="lead font-sans">
"Protons give an atom its identity, electrons its personality."
<br>
- Bill Bryson, A short history of nearly everything
</p>
<hr class="hr">
<h3 class="font-green font-28 fontweight-300">Education</h3>
<div class="row experience">
<div class="col-md-4">
<h4 class="fontweight-700">University of Waterloo</h4>
<p class="font-grey font-sans fontweight-200">September 2014 - June 2019</p>
</div>
<div class="col-md-8">
<p>
<strong class="margin-bottom-10 margin-top-8 block-display">Bachelors of Computer Science</strong>
<span class="font-grey font-sans fontweight-200"> Currently working towards completion of degree. I have taken courses like "Logic and Computation", "Object Oriented Software Development", and "Combinatorics and Graph Theory". Exposed to polymorphism, design patterns, and software archetecture patterns.</span>
</p>
</div>
</div>
<div class="row experience">
<div class="col-md-4">
<h4 class="fontweight-700">Lisgar Collegiate Institute</h4>
<p class="font-grey font-sans fontweight-200">September 2010 - June 2014</p>
</div>
<div class="col-md-8">
<p>
<strong class="margin-bottom-10 margin-top-8 block-display">Computer Science Courses</strong>
<span class="font-grey font-sans fontweight-200"> Learned the basics of computer science along with a bit of object oriented programming.
Exposed to computer history and tinkered with circuits. Introduced to simple data structures and sorting algorithms.</span>
</p>
</div>
</div>
<hr>
<h3 class="font-green font-28 fontweight-300">Careers</h3>
<div class="row">
<div class="col-md-4">
<h4 class="fontweight-700">Teespring</h4>
<p class="font-grey font-sans fontweight-200">September 2016 - December 2016</p>
</div>
<div class="col-md-8">
<p>
<strong class="margin-bottom-10 margin-top-8 block-display">Software Developer - Research and Integration Team</strong>
<span class="font-grey font-sans fontweight-200">Teespring allows users to create and sell tshirts and other apparel on their website. As an intern at Teespring, I worked on the design creation tool and used mainly Javascript and React on my daily tasks along with a bit of HTML and CSS. I was lucky enough to participate in several different projects including adding background removal as well as an additional DOM layer to the creation tool. I was also in charge of creating Jasmine unit tests for every functionality I added to the creation tool.</span>
</p>
</div>
</div>
<div class="row">
<div class="col-md-4">
<h4 class="fontweight-700">Solink Corp</h4>
<p class="font-grey font-sans fontweight-200">January 2016 - April 2016</p>
</div>
<div class="col-md-8">
<p>
<strong class="margin-bottom-10 margin-top-8 block-display">Software Developer - Research and Integration Team</strong>
<span class="font-grey font-sans fontweight-200"> Solink develops video analytics software to detect and prevent fraud. For my second co-op placement, I interned at Solink as a software engineer. Using mainly NodeJs along with a multitude of libraries, including express, request, and lodash, I added multiple http service endpoints. These services include calls to retrieve photos, videos, and customer data, and was implemented into a program used by over 150 Tim Hortons, Check'nGos, and Red Robins. Also improved frontend UI and useability by adding more functionality through download buttons and statistics displayed using AngularJs.</span>
</p>
</div>
</div>
<div class="row">
<div class="col-md-4">
<h4 class="fontweight-700">PromoCatalyst</h4>
<p class="font-grey font-sans fontweight-200">May 2015 - August 2015</p>
</div>
<div class="col-md-8">
<p>
<strong class="margin-bottom-10 margin-top-8 block-display">Software Developer</strong>
<span class="font-grey font-sans fontweight-200">Aesthetically enhance d web pages using HTML slim, CSS, and JavaScript. Created multiple websites for clients with use of Pure CSS and Google Maps API. Designed contact forms connected to the database through Ruby on Rails. Worked with teammates to push and deploy to live sites on time.</span>
</p>
</div>
</div>
</div>
<div class="background-white" >
<div class="container" >
<h2 class="font-green fontweight-300 font-54 margin-bottom-20 text-center">Abilities</h2>
<p class="lead font-sans">
"Life without knowledge is death in disguise"
<br>
- Talib Kweli
</p>
<hr class="hr">
<h3 class="font-green fontweight-300 font-28">
Skills
</h3>
<div class="row fontweight-200 font-sans">
<div class="col-md-6">
<ul class="no-bullets">
<li>
<span>
C++
</span>
<span class="float-right">
<span class="glyphicon glyphicon-star filled">
</span>
<span class="glyphicon glyphicon-star filled">
</span>
<span class="glyphicon glyphicon-star filled">
</span>
<span class="glyphicon glyphicon-star filled">
</span>
<span class="glyphicon glyphicon-star filled">
</span>
</span>
</li>
<li>
<span>
C
</span>
<span class="float-right">
<span class="glyphicon glyphicon-star filled">
</span>
<span class="glyphicon glyphicon-star filled">
</span>
<span class="glyphicon glyphicon-star filled">
</span>
<span class="glyphicon glyphicon-star filled">
</span>
<span class="glyphicon glyphicon-star">
</span>
</span>
</li>
<li>
<span>
Javascript
</span>
<span class="float-right">
<span class="glyphicon glyphicon-star filled">
</span>
<span class="glyphicon glyphicon-star filled">
</span>
<span class="glyphicon glyphicon-star filled">
</span>
<span class="glyphicon glyphicon-star filled">
</span>
<span class="glyphicon glyphicon-star">
</span>
</span>
</li>
<li>
<span>
Json
</span>
<span class="float-right">
<span class="glyphicon glyphicon-star filled">
</span>
<span class="glyphicon glyphicon-star filled">
</span>
<span class="glyphicon glyphicon-star filled">
</span>
<span class="glyphicon glyphicon-star filled">
</span>
<span class="glyphicon glyphicon-star">
</span>
</span>
</li>
<li>
<span>
React
</span>
<span class="float-right">
<span class="glyphicon glyphicon-star filled">
</span>
<span class="glyphicon glyphicon-star filled">
</span>
<span class="glyphicon glyphicon-star filled">
</span>
<span class="glyphicon glyphicon-star">
</span>
<span class="glyphicon glyphicon-star">
</span>
</span>
</li>
<li>
<span>
NodeJs
</span>
<span class="float-right">
<span class="glyphicon glyphicon-star filled">
</span>
<span class="glyphicon glyphicon-star filled">
</span>
<span class="glyphicon glyphicon-star filled">
</span>
<span class="glyphicon glyphicon-star">
</span>
<span class="glyphicon glyphicon-star">
</span>
</span>
</li>
<li>
<span>
HTML
</span>
<span class="float-right">
<span class="glyphicon glyphicon-star filled">
</span>
<span class="glyphicon glyphicon-star filled">
</span>
<span class="glyphicon glyphicon-star filled">
</span>
<span class="glyphicon glyphicon-star">
</span>
<span class="glyphicon glyphicon-star">
</span>
</span>
</li>
<li>
<span>
CSS
</span>
<span class="float-right">
<span class="glyphicon glyphicon-star filled">
</span>
<span class="glyphicon glyphicon-star filled">
</span>
<span class="glyphicon glyphicon-star filled">
</span>
<span class="glyphicon glyphicon-star">
</span>
<span class="glyphicon glyphicon-star">
</span>
</span>
</ul>
</div>
<div class="col-md-6">
<ul class="no-bullets">
<li>
<span>
Ruby
</span>
<span class="float-right">
<span class="glyphicon glyphicon-star filled">
</span>
<span class="glyphicon glyphicon-star filled">
</span>
<span class="glyphicon glyphicon-star filled">
</span>
<span class="glyphicon glyphicon-star">
</span>
<span class="glyphicon glyphicon-star">
</span>
</span>
</li>
<li>
<span>
Ruby on Rails
</span>
<span class="float-right">
<span class="glyphicon glyphicon-star filled">
</span>
<span class="glyphicon glyphicon-star filled">
</span>
<span class="glyphicon glyphicon-star filled">
</span>
<span class="glyphicon glyphicon-star">
</span>
<span class="glyphicon glyphicon-star">
</span>
</span>
</li>
<li>
<span>
Bootstrap
</span>
<span class="float-right">
<span class="glyphicon glyphicon-star filled">
</span>
<span class="glyphicon glyphicon-star filled">
</span>
<span class="glyphicon glyphicon-star filled">
</span>
<span class="glyphicon glyphicon-star">
</span>
<span class="glyphicon glyphicon-star">
</span>
</span>
</li>
<li>
<span>
AngularJs
</span>
<span class="float-right">
<span class="glyphicon glyphicon-star filled">
</span>
<span class="glyphicon glyphicon-star filled">
</span>
<span class="glyphicon glyphicon-star">
</span>
<span class="glyphicon glyphicon-star">
</span>
<span class="glyphicon glyphicon-star">
</span>
</span>
</li>
<li>
<span>
OOP
</span>
<span class="float-right">
<span class="glyphicon glyphicon-star filled">
</span>
<span class="glyphicon glyphicon-star filled">
</span>
<span class="glyphicon glyphicon-star filled">
</span>
<span class="glyphicon glyphicon-star filled">
</span>
<span class="glyphicon glyphicon-star">
</span>
</span>
</li>
<li>
<span>
Command Line
</span>
<span class="float-right">
<span class="glyphicon glyphicon-star filled">
</span>
<span class="glyphicon glyphicon-star filled">
</span>
<span class="glyphicon glyphicon-star filled">
</span>
<span class="glyphicon glyphicon-star">
</span>
<span class="glyphicon glyphicon-star">
</span>
</span>
</li>
<li>
<span>
UML
</span>
<span class="float-right">
<span class="glyphicon glyphicon-star filled">
</span>
<span class="glyphicon glyphicon-star filled">
</span>
<span class="glyphicon glyphicon-star filled">
</span>
<span class="glyphicon glyphicon-star filled">
</span>
<span class="glyphicon glyphicon-star">
</span>
</span>
</li>
<li>
<span>
MVC Framework
</span>
<span class="float-right">
<span class="glyphicon glyphicon-star filled">
</span>
<span class="glyphicon glyphicon-star filled">
</span>
<span class="glyphicon glyphicon-star filled">
</span>
<span class="glyphicon glyphicon-star">
</span>
<span class="glyphicon glyphicon-star">
</span>
</span>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="container" >
<h2 class="font-green fontweight-300 font-54 margin-bottom-20 text-center">Projects</h2>
<p class="lead font-sans">
"You can do anything you set your mind to"
<br>
- Benjamin Frankalin
</p>
<hr class="hr">
<div class="row">
<div class="col-md-4">
<figure >
<a href="https://github.com/lusol/League-of-Legends-Laning-Estimator">
<img class="img-responsive" src="images/game.png" alt="Lane Calculator">
</a>
<h3 class="text-center">LoL Laning Estimator</h3>
<p class="font-sans fontweight-200">Created a program that analyzes your chances of winning lane versus an opponent based on averaged statistic differentials. Has a 90% accuracy rate. Used Ruby and Riot Game's API.</p>
</figure>
</div>
<div class="col-md-4">
<figure>
<a href="https://github.com/lusol/Dungeon-Escape">
<img class="img-responsive" src="images/game.png" alt="Dungeon Escape">
</a>
<h3 class="text-center">Dungeon Escape</h3>
<p class="font-sans fontweight-200">Developed an RPG where the player battles dwarfs, elves, and dragons and tries to escape alive. Created using C++, with heavy use of polymorphism, inheritance, MVC structure, and multiple design patterns to showcase mastery of language.</p>
</figure>
</div>
<div class="col-md-4">
<figure>
<a href="">
<img class="img-responsive" src="images/statistics.png" alt="TwiLive">
</a>
<h3 class="text-center">TwiLive</h3>
<p class="font-sans fontweight-200">Co-developed a website which uses Twitter's streaming API to graphically analyze a
user chosen key-word. Used JavaScript and JSON and CanvisJS to graph statistics.</p>
</figure>
</div>
</div>
</div>
<div class="background-grey">
<div class="container">
<h2 class="font-white fontweight-300 font-54 margin-bottom-20 text-center">Contact</h2>
<p class="lead font-sans">
"If I had asked people what they wanted, they would have said faster horses."
<br>
- Henry Ford
</p>
<hr class="hr">
<div class="row">
<div class="col-md-6">
<ul class="no-bullets">
<li class="margin-bottom-20">
<a href="https://github.com/lusol" target="_blank" style="display: flex; align-items: center;" class="font-lightgrey">
<i class="fa fa-github-square fa-3x margin-right-20"> </i>
<span class="font-sans">Github</span>
</a>
</li>
<li class="margin-bottom-20">
<a href="https://ca.linkedin.com/in/brianhaowang" target="_blank" style="display: flex; align-items: center;" class="font-lightgrey">
<i class="fa fa-linkedin-square fa-3x margin-right-20"> </i>
<span class="font-sans">LinkedIn</span>
</a>
</li>
</ul>
</div>
<div class="col-md-6">
<ul class="no-bullets">
<li class="margin-bottom-20">
<a href="mailto:bh2wang@uwaterloo.ca" style="display: flex; align-items: center;" class="font-lightgrey">
<i class="fa fa-envelope-square fa-3x margin-right-20"> </i>
<span class="font-sans">Email</span>
</a>
</li>
<li class="margin-bottom-20">
<a href="BrianWang2017Resume.pdf" style="display: flex; align-items: center;" class="font-lightgrey">
<i class="fa fa-file fa-3x margin-right-20"> </i>
<span class="font-sans">Resume</span>
</a>
</li>
</ul>
</div>
</div>
<hr class="hr">
</div>
</div>
</body>
</html>