-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
284 lines (251 loc) · 15.2 KB
/
index.html
File metadata and controls
284 lines (251 loc) · 15.2 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
<!doctype html>
<html lang="en">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-145111498-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-145111498-1');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.rawgit.com/konpa/devicon/df6431e323547add1b4cf45992913f15286456d3/devicon.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css">
<link rel="stylesheet" href="styles/styles.css">
<link rel="stylesheet" href="styles/carousel-styles.css">
<link rel="icon" href="assets/website-icon.png" type="image/png" />
<title>Willa Kong</title>
</head>
<body>
<canvas id="effects"></canvas>
<div class="container-fluid d-flex flex-column h-100 min-vh-100 p-0">
<nav id="topMenu" class="menu-bar navbar sticky-top navbar-expand-sm">
<a class="navbar-brand scroll nav-text m-0 active" href="#home">Willa</a>
<ul class="navbar-nav">
<li class="nav-item">
<a id="theme-toggler" class="nav-link" href="javascript:void(0);"></a>
</li>
</ul>
<button class="navbar-toggler nav-text" type="button" data-toggle="collapse" data-target="#menuItems" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="menuItems">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link scroll nav-text" href="#portfolio">Portfolio</a>
</li>
<li class="nav-item">
<a class="nav-link scroll nav-text" href="#experience">Experience</a>
</li>
<li class="nav-item">
<a class="nav-link scroll nav-text" href="#notes">Notes</a>
</li>
<li class="nav-item">
<a class="nav-link scroll nav-text" href="#contact">Contact</a>
</li>
</ul>
</div>
</nav>
<div id="content" class="row d-flex flex-grow-1 w-100 m-0 overflow-scroll px-5">
<section id="home" class="d-flex w-100 min-vh-100">
<div class="w-100 text-center align-self-center">
<h1>Hiya.</h1>
<h2>I'm < Willa Kong /></h2>
<a class="icon mx-3" href="https://github.com/willakong" target="_blank"><i class="devicon-github-plain"></i></a>
<a class="icon mx-3" href="https://linkedin.com/in/willakong/" target="_blank"><i class="fab fa-linkedin"></i></a>
<a class="icon mx-3" href="resume.pdf" target="_blank" download><i class="far fa-file"></i></a>
</div>
</section>
<section id="portfolio" class="d-flex w-100 min-vh-100">
<div class="w-100">
<h1>Portfolio</h1>
<div class="owl-carousel">
<div class="card">
<div class="card-header card-header-color">
Handwriting Autocorrect
<i class="devicon-python-plain project-icons"></i>
<a class="link" href="https://github.com/SteveMunch01/SupremeUofT" target="_blank"><i class="devicon-github-plain"></i></a class="link">
<a class="link" href="https://devpost.com/software/supremeuoft" target="_blank">Devpost</a class="link">
</div>
<div class="card-body card-body-color">
For the Hackathon <a class="link" href="https://ieee.utoronto.ca/makeuoft/" target="_blank">MakeUofT</a>, my team and I made a handwriting autocorrect application using a Raspberry Pi, Tesseract OCR, Textblob NLP, and Solace for the messaging queue. I refined my skills in machine learning, and using APIs in regards to the Solace messaging queue. Additionally, I was able to learn how to work in a high pressure time period and create a working product.
</div>
</div>
<div class="card">
<div class="card-header card-header-color">
Blank Space
<i class="devicon-html5-plain project-icons"></i>
<i class="devicon-css3-plain project-icons"></i>
<i class="devicon-javascript-plain project-icons"></i>
<a class="link" href="https://github.com/willakong/blank-space" target="_blank"><i class="devicon-github-plain"></i></a class="link">
<a class="link" href="https://willakong.com/blank-space/" target="_blank">Live</a class="link">
</div>
<div class="card-body card-body-color">
Blank Space, inspired off of The Thoughts Room by The Quiet Place Project (now down), represents a space to type away worries and watch them fade away. Not only was this a fun project to practice JavaScript animation effects but it also served as a stress reliever as no one would judge what I typed. There's just something so satisfying as watching my stress dissolve into the pixels of my screen.
</div>
</div>
<div class="card">
<div class="card-header card-header-color">
Chitchat
<i class="devicon-python-plain project-icons"></i>
<a class="link" href="https://github.com/willakong/chitchat" target="_blank"><i class="devicon-github-plain"></i></a class="link">
</div>
<div class="card-body card-body-color">
I wanted to figure the inner workings of networks so I experimented with creating a local chatroom. Using the server-side app, you can host a server for people to chat on. Using the client-side app, you can join a server and chat with those on it. It uses TCP/IP sockets, the tkinter GUI library and a kickstart from <a class="link" href="https://medium.com/swlh/lets-write-a-chat-app-in-python-f6783a9ac170" target="_blank">here</a class="link">.
</div>
</div>
<div class="card">
<div class="card-header card-header-color">
PacMan
<i class="devicon-java-plain project-icons"></i>
<a class="link" href="https://github.com/willakong/pac-man" target="_blank"><i class="devicon-github-plain"></i></a class="link">
</div>
<div class="card-body card-body-color">
The classic Pac-Man game written in Java. Featuring a fancy start screen, new power-ups, status pane, player name, and sound effects.
This was one of my first programming projects where I probably spent way too long adding new features here and there. It was exciting being able to write a few lines of code and seeing how it made the game gain more personality.
</div>
</div>
<div class="card">
<div class="card-header card-header-color">
Personal Site
<i class="devicon-html5-plain project-icons"></i>
<i class="devicon-css3-plain project-icons"></i>
<i class="devicon-javascript-plain project-icons"></i>
<a class="link" href="https://github.com/willakong/willakong.github.io" target="_blank"><i class="devicon-github-plain"></i></a class="link">
</div>
<div class="card-body card-body-color">
I created this site using HTML, CSS Bootstrap 4, and JavaScript. This would be used to display my personal achievements and notes. From this, I learned web development and strengthened my JavaScript foundations.
</div>
</div>
<div class="card">
<div class="card-header card-header-color">
Project Euler
<i class="devicon-cplusplus-plain project-icons"></i>
<a class="link" href="https://projecteuler.net/progress=willatreee" target="_blank"><i class="fas fa-user-circle"></i></a class="link">
</div>
<div class="card-body card-body-color">
<div class="text-center mb-4">
<img src="https://projecteuler.net/profile/willatreee.png" alt="My Project Euler profile" class="w-30">
</div>
<a class="link" href="https://projecteuler.net/" target="_blank">Project Euler</a> is an archive of interesting mathematical problems that can solved through programming languages. Project Euler focuses on the technique and problem solving necessary to come up with the right answer.
Thus, I hone my C++ skills and sharpen my problem-solving skills by solving these problems.
</div>
</div>
</div>
</div>
</section>
<section id="experience" class="d-flex w-100 min-vh-100">
<div class="w-100">
<h1>Experience</h1>
<div class="owl-carousel">
<div class="card">
<div class="card-header card-header-color">
IBM, Iot & AI Developer
</div>
<div class="card-body card-body-color">
<ul>
<li>
Implemented a REST API using <em>Python</em> and <em>Flask</em> that provides facial recognition capabilities including recognizing faces in a given image, and training new users.
</li>
<li>
Developed a web-based image annotator in <em>JavaScript</em> that allows users, regardless of their devices, to classify objects visually for machine learning models.
</li>
</ul>
</div>
</div>
<div class="card">
<div class="card-header card-header-color">
Genesys, Full-stack Developer
</div>
<div class="card-body card-body-color">
<ul>
<li>
Created an <em>AWS</em> RDS microservice with a severless lambda function to setup the database with the proper tables.
</li>
<li>
Worked with <em>Ansible</em>, <em>Jenkins</em>, and <em>Docker</em> to automate deployment and testing for more reliable builds.
</li>
</ul>
</div>
</div>
<div class="card">
<div class="card-header card-header-color">
Nielsen, Software Developer
</div>
<div class="card-body card-body-color">
<ul>
<li>
Developed a <em>C#</em> utility that cleans data in <em>SQLServer</em> and <em>Oracle</em> databases.
</li>
<li>
Using <em>Selenium</em>, web scraped flyer data from major retailers to reduce manual workload.
</li>
</ul>
</div>
</div>
<div class="card">
<div class="card-header card-header-color">
Morneau Shepell, System Developer
</div>
<div class="card-body card-body-color">
<ul>
<li>
Created an integration application that syncs defects from HP ALM to Microsoft VSTS using <em>C#</em>, <em>.NET</em>, REST APIs, and a 3-way merging algorithm
</li>
<li>
Designed a UI proof of concept using <em>Bootstrap</em>, <em>Angular</em>, and <em>ASP.NET</em> to illustrate a new syncing interface.
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section id="notes" class="d-flex w-100 min-vh-100">
<div class="w-100">
<h1>Notes</h1>
<p>I'm currently studying at the University of Waterloo for Computer Engineering. I'll be putting my condensed notes <a class="link" href="https://drive.google.com/drive/u/1/folders/1W-JA1pBuEwx1omjQwCLRxkdBtLPFsmUy" target="_blank">here</a>. Feel free to refer to them.</p>
<div id="notes-list" class="w-100 h-50">
<iframe id="notes-iframe" class="h-100 border-0" src="https://drive.google.com/embeddedfolderview?id=1W-JA1pBuEwx1omjQwCLRxkdBtLPFsmUy#list"></iframe>
</div>
</div>
</section>
<section id="contact" class="d-flex w-100 min-vh-100">
<div class="w-100">
<h1>Contact</h1>
<h2 class="my-5">If you have any questions, feel free to contact me!</h2>
<form method="post" action="https://formspree.io/willakong8@gmail.com">
<div class="form-row">
<div class="col-sm form-group">
<input class="form-control" type="text" name="name" id="name" placeholder="Name" required />
</div>
<div class="col-sm form-group">
<input class="form-control" type="email" name="email" id="email" placeholder="Email" required />
</div>
</div>
<div class="form-row">
<div class="col form-group">
<textarea class="form-control" name="message" id="message" placeholder="Message" rows="4" required></textarea>
</div>
</div>
<button class="btn btn-dark" type="submit" value="Send">Send</button>
</form>
</div>
</section>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<script src="scripts/themes.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/js/all.min.js"></script>
<script src="scripts/effects.js"></script>
<script src="scripts/scrolling.js"></script>
<script src="scripts/carousel.js"></script>
</body>
</html>