-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
296 lines (293 loc) · 10.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Justin Vo</title>
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/extra.css">
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/js/all.min.js"></script>
<script src="js/jquery-3.5.1.slim.min.js"></script>
<script src="js/func.js"></script>
</head>
<body class="has-navbar-fixed-top" id="home">
<!-- NAVIGATION -->
<nav class="navbar is-dark is-fixed-top" role="navigation" aria-label="main navigation">
<div class="container">
<div class="navbar-brand">
<a href="#home" class="navbar-item">
<b>Justin Vo</b>
</a>
<a href="https://github.com/jvogit/" class="navbar-item">
<i class="fab fa-github"></i>
</a>
<a href="https://www.linkedin.com/in/justinnvo/" class="navbar-item">
<i class="fab fa-linkedin"></i>
</a>
<a class="navbar-burger" aria-label="menu" aria-expanded="false">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div class="navbar-menu">
<div class="navbar-start">
<a href="#work-experience" class="navbar-item">Work</a>
<a href="#projects" class="navbar-item">Projects</a>
</div>
<div class="navbar-end">
<div class="navbar-item">
<div class="buttons">
<a href="https://github.com/sponsors/jvogit/" class="button is-light">
<i style="margin-right: 10px;" class="fa fa-heart"></i>Sponsor
</a>
</div>
</a>
</div>
</div>
</div>
</nav>
<!-- END NAVIGATION -->
<!-- START MAIN -->
<section class="section is-medium">
<div class="container">
<div class="columns is-mobile is-gapless">
<div class="column">
<div class="block">
<h1 class="title is-1">
Hello, World!
</h1>
<p>
I'm Justin Vo, a computer science student at UCSB. I'm a very curious person and I'm interested in backend
web development, machine learning, cloud infrasturcture/internal tool develpoment/DevOps, and some game
development.
</p>
</div>
<div class="block">
<h2 class="title is-6">Find me at:</h2>
<div class="block">
<a href="http://github.com/jvogit/" class="block button is-black">
<span class="icon">
<i class="fab fa-github"></i>
</span>
</a>
<a href="https://www.linkedin.com/in/justinnvo/" class="block button is-info">
<span class="icon">
<i class="fab fa-linkedin"></i>
</span>
</a>
</div>
</div>
</div>
<div style="display: flex; justify-content: center;" class="column">
<img src="img/avatar.webp" class="avatar-img">
</div>
</div>
</div>
</section>
<!-- END MAIN -->
<!-- WORK EXPERIENCE -->
<section class="section" id="work-experience">
<div class="container">
<h1 class="title is-2">Work Experience</h1>
<div class="card block">
<div class="card-image">
<figure class="image is-1235x169">
<img src="img/riot.webp" alt="Riot Banner">
</figure>
</div>
<div class="card-content content">
<p class="title is-4">Riot Games</p>
<p class="subtitle is-6">
<span>
Incoming Software Engineer Intern
</span>
<em>
Summer 2023
</em>
</p>
</div>
</div>
<div class="card block">
<div class="card-image">
<figure class="image is-1235x169">
<img src="img/rippling.webp" alt="Rippling Banner">
</figure>
</div>
<div class="card-content content">
<p class="title is-4">Rippling</p>
<p class="subtitle is-6">
<span>
Software Engineer Intern @ Employee Insurance API/EDI
</span>
<em>
09/2022 - 12/2022
</em>
</p>
</div>
</div>
<div class="card block">
<div class="card-image">
<figure class="image is-1235x169">
<img src="img/apple.webp" alt="Apple Banner">
</figure>
</div>
<div class="card-content content">
<p class="title is-4">Apple</p>
<p class="subtitle is-6">
<span>
Software Engineer Intern @ Internal Tools
</span>
<em>
06/2022 - 09/2022
</em>
</p>
</div>
</div>
<div class="card block">
<div class="card-image">
<figure class="image is-1235x169">
<img src="img/aws.webp" alt="AWS Banner">
</figure>
</div>
<div class="card-content content">
<p class="title is-4">Amazon</p>
<p class="subtitle is-6">
<span>
Software Engineer Intern @ AWS Pinpoint
</span>
<em>
06/2021 - 09/2021
</em>
</p>
</div>
</div>
</div>
</section>
<!-- END WORK EXPERIENCE -->
<!-- PROJECTS -->
<section class="section" id="projects">
<div class="container">
<h1 class="title is-2">Projects</h1>
<div class="card block">
<div class="card-image">
<figure class="image is-1235x338">
<img src="img/animelist.webp" alt="Anime List Tracker">
</figure>
</div>
<div class="card-content content">
<p class="title is-4">
Anime List Tracker
</p>
<div class="block">
<span class="tag is-light">React</span>
<span class="tag is-light">MongoDB</span>
<span class="tag is-light">Springboot</span>
<span class="tag is-light">GraphQL</span>
<span class="tag is-light">Java</span>
<span class="tag is-light">TypeScript</span>
</div>
<p class="subtitle is-6">
An anime list app that allows better customization for rating your favorite anime in however way you want!
</p>
<ul>
<li>Led a team to build a fullstack web application for anime fans to track and rate anime shows</li>
<li>Spearheaded the design and implementation of a customizable rating system with user customizable scoring
criteria, score weights, and score labels</li>
<li>Utilized React to develop the rating system, user anime list, and profile customization UI features</li>
<li>Automated CI/CD pipeline using GitHub actions to test feature PRs and automate production deployment
</li>
</ul>
</div>
<footer class="card-footer">
<p class="card-footer-item">
<span>
<a href="https://github.com/jvogit/project-t10-animelist">GitHub</a>
</span>
</p>
<p class="card-footer-item">
<span>
<a href="https://animelist-c8ku.onrender.com/list/61ab1bebe1b7e76ba1261be9">View my list!</a>
</span>
</p>
</footer>
</div>
<div class="card block">
<div class="card-image">
<figure class="image is-1235x338">
<img src="img/psychoswordsman.webp" alt="Psycho Swordsman">
</figure>
</div>
<div class="card-content content">
<p class="title is-4">
Psycho Swordsman
</p>
<div class="block">
<span class="tag is-light">Unity</span>
<span class="tag is-light">C#</span>
<span class="tag is-light">Game Design</span>
<span class="tag is-light">Video Game</span>
</div>
<p class="subtitle is-6">
Psycho Swordsman has you, a swordsman for your village, defeat invaders and save your village!
</p>
<ul>
<li>Designed, developed, and released an indie action adventure melee combat video game in Unity</li>
<li>Implemented a melee sword combat system with precise combos, rolling, and parrying mechanics</li>
<li>Utilized state machines to implement fun, complex combat AI for enemies</li>
</ul>
</div>
<footer class="card-footer">
<p class="card-footer-item">
<span>
<a href="https://github.com/jvogit/Psycho-Swordsman">GitHub</a>
</span>
</p>
</footer>
</div>
<div class="card block">
<div class="card-image">
<figure class="image is-1235x338">
<img src="img/instagram4j.webp" alt="instagram4j">
</figure>
</div>
<div class="card-content content">
<p class="title is-4">
instagram4j
</p>
<div class="block">
<span class="tag is-light">Java</span>
<span class="tag is-light">Open Source</span>
</div>
<p class="subtitle is-6">
Reverse engineered Instagram Android internal API. Java based
client to interface with Instagram's private API.
</p>
<ul>
<li>Rewrote 800+ stars open source custom Java client for Instagram's API addressing 200+ issues</li>
<li>Reverse engineered Instagram's REST API and MQTT protocol for realtime push notifications</li>
<li>Implement a Java custom client for the modified MQTT 3.1.1 light weight messging protocol in Java</li>
</ul>
</div>
<footer class="card-footer">
<p class="card-footer-item">
<span>
<a href="https://github.com/instagram4j/instagram4j">GitHub</a>
</span>
</p>
</footer>
</div>
</div>
</section>
<!-- END PROJECTS -->
<div style="flex: 1"></div>
<footer class="footer">
<div class="container is-flex is-flex-direction-column is-align-items-center">
<p>
<span>Made with <a href="https://bulma.io/">bulma</a></span>
</p>
<p>Copyright © 2022-2023 | All Rights Reserved</p>
</div>
</footer>
</body>
</html>