-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
389 lines (379 loc) · 14.4 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
<!DOCTYPE html>
<html>
<head>
<title>Tailai Wang</title>
<meta name="description"
content="Tailai Wang is a Computer Science and Business Administration student at the University of Waterloo. He's a Software Developer, Outdoors Enthusiast, and lover of tech!" />
<link rel="shortcut icon" href="assets/images/wang.ico" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<script src="https://kit.fontawesome.com/622e10b3fc.js"></script>
<script src="assets/js/scripts.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-156579620-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-156579620-1");
</script>
<!-- End Google Analytics-->
<link href="main.css" rel="stylesheet" />
</head>
<body>
<div id="body-container" class="container-fluid">
<!--Beginning of Header Section-->
<div id="intro">
<div id="header" class="row" style="margin: auto">
<!--Beginning of Logo Section-->
<div class="col-md-4 text">
<div id="logo" class="container-fluid" style="padding-top: 20px">
<img src="assets/images/wang.png" class="mx-auto d-block float-left" />
<a href="index.html">
<h2 style="padding-top: 5px">Tailai Wang</h2>
</a>
</div>
</div>
<!--End of Logo Section-->
<div class="col-md-8">
<!--Beginning of Navigation Section-->
<div id="nav">
<nav class="navbar navbar-expand-lg navbar-light navbar-fixed-top"
style="padding: 20px; margin-right: 40px">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon text-center"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="#about">
<h2>About</h2>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#blog">
<h2>Blog</h2>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">
<h2>Contact</h2>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="assets/resume/resume.pdf" target="_blank">
<h2>Resume</h2>
</a>
</li>
</ul>
</div>
</nav>
</div>
<!--End of Navigation Section-->
</div>
</div>
<!--End of Header Section-->
<div id="welcome-text" class="text-right" style="padding-right: 30px; padding-top: 30px">
<h1 style="color: white"><b>Hey. I'm Tailai.</b></h1>
<h6 style="font-size: 25px; color: white">
I'm a software developer, student leader, and change-maker.
</h6>
<p style="color: white">Scroll down to get to know me :)</p>
</div>
<div id="social">
<div class="row">
<a href="https://github.com/tailaiwang" target="_blank"><i class="fab fa-github fa-3x"></i></a>
<a href="https://linkedin.com/in/tailai-wang" target="_blank"><i class="fab fa-linkedin fa-3x"></i></a>
<a href="https://twitter.com/tailaiwang" target="_blank"><i class="fa fa-twitter fa-3x"></i></a>
<a href="mailto:[email protected]"><i class="fa fa-envelope fa-3x"></i></a>
</div>
</div>
</div>
<!--End of Intro Section-->
<div id="about">
<h1 class="text-center" style="font-size: 50; color: black">
<b>About Me</b>
</h1>
<div class="row vcenter">
<div class="col-lg-2 col-md-2"></div>
<div class="col-lg-3 col-md-4 center-block">
<img src="assets/images/pfp3.jpg" style="width: 100%" />
</div>
<div class="col-lg-4 col-md-4" style="padding-top: 10px">
<p>
In case you were wondering... It's pronounced "Tie-Lie" and it
originates from an old Chinese proverb.
</p>
<p>
I'm a 5B Computer Science and Business Administration Double
Degree student at the University of Waterloo. I've previously interned
as a ML Infra SWE at IMC, FDE at Palantir, SWE at Tile, an iOS Engineer
at the Sonova Innovation Lab, and as a BTSS Analyst for the Production Engineering team at Questrade.
</p>
<p>
In my spare time, I love fitness, hiking, and the outdoors. I
organize hackathons (Hack the North!) and work as a teaching assistant at school. I also compete in business
case competitions with Wilfrid Laurier University's International Case Team, where I
learn about strategic management and apply it to companies all over the world.
</p>
<p>
Feel free to reach out if you have
any interesting opportunities in engineering!
</p>
</div>
</div>
</div>
<hr />
<!--End of About Section-->
<div id="blog">
<h1 class="text-center" style="font-size: 50; color: black">
<b>Blog</b>
</h1>
<h4 class="text-center">I write sometimes (poorly).</h4>
<div class="row">
<div class="col blog-post">
<div id="coop" class="blog-inner">
<div class="blog-tint">
<div class="blog-cushion"></div>
<div class="blog-text">
<a href="assets/blogs/coop.html">
<h3>Working in the UK</h3>
</a>
<p>
A reflection on my co-op term at Palantir
</p>
<p>November 23rd, 2023</p>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col blog-post">
<div id="fitness" class="blog-inner">
<div class="blog-tint">
<div class="blog-cushion"></div>
<div class="blog-text">
<a href="assets/blogs/fitness.html">
<h3>The Best Decision I've Made</h3>
</a>
<p>
Some lessons from taking my fitness seriously
</p>
<p>May 20th, 2022</p>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col blog-post">
<div id="glory" class="blog-inner">
<div class="blog-tint">
<div class="blog-cushion"></div>
<div class="blog-text">
<a href="assets/blogs/glory.html">
<h3>Glory to the Heroes</h3>
</a>
<p>
Some thoughts on war, the glorified waste of human life
</p>
<p>Mar. 6th, 2022</p>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col blog-post">
<div id="continue" class="blog-inner">
<div class="blog-tint">
<div class="blog-cushion"></div>
<div class="blog-text">
<a href="assets/blogs/to-continue.html">
<h3>To Continue to Dream</h3>
</a>
<p>
How I didn't realize that "To Continue" is the most
important part
</p>
<p>Dec. 31st, 2021</p>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col blog-post">
<div id="aapi" class="blog-inner">
<div class="blog-tint">
<div class="blog-cushion"></div>
<div class="blog-text">
<a href="assets/blogs/injustice-again.html">
<h3>(In)justice, again</h3>
</a>
<p>Why is anti-asian hate and rhetoric normalized?</p>
<p>Mar. 18th, 2021</p>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col blog-post">
<div id="elevate" class="blog-inner">
<div class="blog-tint">
<div class="blog-cushion"></div>
<div class="blog-text">
<a href="assets/blogs/elevate.html">
<h3>Elevate</h3>
</a>
<p>
Bringing people up and unlocking one's fullest potential
</p>
<p>Oct. 16th, 2020</p>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col blog-post">
<div id="goldenhack" class="blog-inner">
<div class="blog-tint">
<div class="blog-cushion"></div>
<div class="blog-text">
<a href="assets/blogs/online-hackathon.html">
<h3>The Beginner's Guide to Online Hackathons</h3>
</a>
<p>Tips and tricks from knowing a little about a lot</p>
<p>Jul. 11th, 2020</p>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col blog-post">
<div id="injustice" class="blog-inner">
<div class="blog-tint">
<div class="blog-cushion"></div>
<div class="blog-text">
<a href="assets/blogs/injustice.html">
<h3>(In)justice</h3>
</a>
<p>
Society's failure and how running with Ahmaud Arbery charged
me
</p>
<p>May 28th, 2020</p>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col blog-post">
<div id="first-term" class="blog-inner">
<div class="blog-tint">
<div class="blog-cushion"></div>
<div class="blog-text">
<a href="assets/blogs/1A.html">
<h3>1A in CS/BBA</h3>
</a>
<p>
A reflection on everything and everyone that made my 1A term
happen
</p>
<p>Feb. 19th, 2020</p>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col blog-post">
<div id="kobe" class="blog-inner">
<div class="blog-tint">
<div class="blog-cushion"></div>
<div class="blog-text">
<a href="assets/blogs/kobe.html">
<h3>The Mamba and Me</h3>
</a>
<p>Remembering a legend and the sport that shaped my life</p>
<p>Feb. 14th, 2020</p>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col blog-post">
<div id="snowboarding" class="blog-inner">
<div class="blog-tint">
<div class="blog-cushion"></div>
<div class="blog-text">
<a href="assets/blogs/snowboarding.html">
<h3>The Art of Shred</h3>
</a>
<p>
A brief recollection of my 5 years of journeys as a
snowboarder
</p>
<p>Jan. 3rd, 2020</p>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col blog-post">
<div id="readings" class="blog-inner">
<div class="blog-tint">
<div class="blog-cushion"></div>
<div class="blog-text">
<a href="assets/blogs/my-readings.html">
<h3>Reading for Growth and Inspiration</h3>
</a>
<p>
What I learned about the world and myself through my month
of literature and motivational quotes
</p>
<p>Dec. 27th, 2019</p>
</div>
</div>
</div>
</div>
</div>
</div>
<hr />
<div id="contact">
<h1 class="text-center" style="font-size: 50; color: black">
<b>Contact</b>
</h1>
<h4 class="text-center" style="padding-bottom: 30px; color: black">
Let's get in touch! Feel free to reach out to me:
</h4>
<div id="contact-social">
<div class="row">
<a href="https://github.com/tailaiwang" target="_blank"><i class="fab fa-github fa-3x"></i></a>
<a href="https://linkedin.com/in/tailai-wang" target="_blank"><i class="fab fa-linkedin fa-3x"></i></a>
<a href="https://twitter.com/TailaiWang" target="_blank"><i class="fab fa-twitter fa-3x"></i></a>
<a href="mailto:[email protected]"><i class="fa fa-envelope fa-3x"></i></a>
</div>
</div>
</div>
</div>
</body>
<footer>
<p class="text-center"></> with ❤️, ☕ and 💧</p>
<p class="text-center" style="padding-bottom: 30px">
© Copyright 2024 Tailai Wang
</p>
</footer>
</html>