-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
319 lines (318 loc) · 11.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<link rel="stylesheet" type="text/css" href="style.css" />
<link href="https://fonts.googleapis.com/css?family=Fira+Sans:300,400,600|Lato:300,400|Permanent+Marker"
rel="stylesheet" data-noprefix>
<!-- Using simple icons: https://simpleicons.org/ -->
<title>Aryton Hoi</title>
</head>
<body>
<a href="./blink_code_reviews_list.html">blink code reviews</a>
<nav class="mobile-nav">
<div>
<img height=20 weidth=20 src="assets/icons/home-mobile-icon.svg"/>
<h3>Home</h3>
</div>
<div>
<img height=20 weidth=20 src="assets/icons/person-mobile-icon.svg"/>
<h3>About me</h3>
</div>
<div>
<img height=20 weidth=20 src="assets/icons/hobbies-mobile-icon.svg"/>
<h3>Hobbies</h3>
</div>
<div class="expandable-nav">
<img class="mobile-nav-arrow" height=10 weidth=10 src="assets/icons/up-arrow.svg"/>
<img height=20 weidth=20 src="assets/icons/portfolio-mobile-icon.svg"/>
<h3>Portfolio</h3>
<span class="expandable-nav-bg-circle"></span>
</div>
</nav>
<nav class="side-nav">
<ul>
<li class="side-nav-main-colors">
<span class="side-nav-indicator"></span>
<a href="#home">Back to top</a>
</li>
<li class="side-nav-main-colors">
<span class="side-nav-indicator"></span>
<a href="#about-me">About me</a>
</li>
<li class="side-nav-main-colors">
<span class="side-nav-indicator"></span>
<a href="#current-work">Current Work</a>
</li>
<li class="side-nav-main-colors">
<span class="side-nav-indicator"></span>
<a href="#airvisuals">YaleHack '19</a>
</li>
<li class="side-nav-main-colors">
<span class="side-nav-indicator"></span>
<a href="#counterpoint">HackMIT '19</a>
</li>
<li class="side-nav-main-colors">
<span class="side-nav-indicator"></span>
<a href="#lincoln-labs">MIT Lincoln Labs</a>
</li>
<li class="side-nav-main-colors">
<span class="side-nav-indicator"></span>
<a href="#robotics">NeuHack '18</a>
</li>
</ul>
</nav>
<header class="header primary-header" id="home">
<div class="container">
<nav class="line-nav primary-nav">
<ul>
<li><a href="./index.html" class="selected-nav">home</a></li><!--
--><li><a href="./index.html">hobbies</a></li>
</ul>
</nav>
<section class="header-info">
<div class="header-info-text">
<div class="header-title">
<h1>Aryton Hoi</h1>
<h3>Developer | Student</h3>
</div>
<p class="header-desc">
Welcome to my site! It's still a work in progress. Everything is built and
designed from scratch.
</p>
<ul class="line-nav header-links">
<li>
<a
class="btn btn-accent"
target="_blank"
href="./aryton_hoi_resume.pdf">
See My Resume
</a>
</li><!--
--><li class="header-link">
<a target="_blank" href="https://github.com/arytonhoi/">Github</a>
</li><!--
--><li class="header-link">
<a target="_blank" href="https://www.linkedin.com/in/arytonhoi/">LinkedIn</a>
</li><!--
--><li class="header-link">
<a target="_blank" href="mailto: aryton.a.hoi@gmail.com">Email</a>
</li><!--
--><li class="header-link-icon">
<a href="https://github.com/arytonhoi/">
<img
height="32"
width="32"
src="./assets/icons/github.svg"
class="filter-white"
/>
</a>
</li><!--
--><li class="header-link-icon">
<a href="https://www.linkedin.com/in/arytonhoi/">
<img
height="32"
width="32"
src="./assets/icons/linkedin.svg"
class="filter-white"
/>
</a>
</li><!--
--><li class="header-link-icon" id="gmail-icon">
<a href="mailto: aryton.a.hoi@gmail.com">
<img
height="40"
width="40"
src="./assets/icons/gmail_2.svg"
class="filter-white"
/>
</a>
</li>
</ul>
</div><!--
--><div class="header-side">
<img src="./assets/images/bolivia.png"/>
<p class="caption">Uyuni Salt Flat, Bolivia | photo by me</p>
</div>
</section>
<div class="header-scroll-prompt">
<p>Learn more about me and my work</p>
<img height=7 weidth=7 src="assets/icons/down-arrow-navy-dark.svg"/>
</div>
</div>
</header>
<section class="container-slim" id="about-me">
<!-- about me -->
<div class="section-title">
<h1>About Me</h1>
<h2>1</h2>
</div>
<div class="row">
<div class="bio-info">
<header>
<img height="40" width="40" src="./assets/icons/neu_crest.svg"/>
<h3>Northeastern University</h3>
</header>
<p>
I’m currently pursuing a B.S. in Computer Science and a minor in
Math. <br/><br/> I’m set to graduate May 2021.
</p>
</div>
<div class="bio-info">
<header>
<img height="40" width="40" src="./assets/icons/macau_flag.svg"/>
<h3>Family and Background</h3>
</header>
<p>
My parents immigrated from Macau, China and I’m a first generation
Asian American. <br/><br/> Cantonese was my first language.
</p>
</div>
<div class="bio-info">
<header>
<img height="40" width="40" src="./assets/icons/senna_helmet.svg"/>
<h3>Fun fact</h3>
</header>
<p>
I was named after Formula One legends Ayrton Senna and Alain Prost.
<br/><br/> My name (Aryton Alain Hoi) is technically misspelled.
</p>
</div>
</div>
</section>
<section class="container-slim">
<div class="section-title">
<h1>My Work</h1>
<h2>2</h2>
</div>
<ul class="timeline-list">
<li class="timeline-item-label" id="current-work">
<span class="dot"></span>
<span class="timeline-line"></span>
<h3>In progress</h3>
</li>
<li class="timeline-item">
<a target="_blank" href="https://github.com/arytonhoi/yhack2019">
<div class="large-card" id="current-work" >
<header class="large-card-header">
<h1>AirVisuals</h1>
<h3>YaleHacks '19 Award Winner<br>Full Stack Development</h3>
<span class="btn-round">See Github</span>
</header><!--
--><aside class="large-card-aside">
<p>Case Study <br /> in Progress</p>
</aside>
</div>
</a>
</li>
<li class="timeline-link">
<span class="timeline-line"></span>
</li>
<li class="timeline-item-label" id="airvisuals">
<span class="dot"></span>
<span class="timeline-line"></span>
<h3>December 2019</h3>
</li>
<li class="timeline-item">
<a target="_blank" href="https://github.com/arytonhoi/yhack2019">
<div class="large-card" id="airvisuals" >
<header class="large-card-header">
<h1>AirVisuals</h1>
<h3>YaleHacks '19 Award Winner<br>Full Stack Development</h3>
<span class="btn-round">See Github</span>
</header><!--
--><aside class="large-card-aside">
<p>Case Study <br /> in Progress</p>
</aside>
</div>
</a>
</li>
<li class="timeline-link">
<span class="timeline-line"></span>
</li>
<li class="timeline-item-label" id="airvisuals">
<span class="dot"></span>
<span class="timeline-line"></span>
<h3>September 2019</h3>
</li>
<li class="timeline-item">
<a target="_blank" href="https://github.com/arytonhoi/hackmit2019">
<div class="large-card" id="counterpoint" >
<header class="large-card-header">
<h1>CounterPoint</h1>
<h3>HackMIT '19 Award Winner<br>Full Stack Development</h3>
<span class="btn-round">See Github</span>
</header><!--
--><aside class="large-card-aside">
<p>Case Study <br /> in Progress</p>
</aside>
</div>
</a>
</li>
<li class="timeline-link">
<span class="timeline-line"></span>
</li>
<li class="timeline-item-label" id="airvisuals">
<span class="dot"></span>
<span class="timeline-line"></span>
<h3>January 2019 — September 2019</h3>
</li>
<li class="timeline-item">
<a>
<div class="large-card" id="lincoln-labs" >
<header class="large-card-header">
<h1>MIT Lincoln Labs</h1>
<h3>Machine Leanring<br>Software Development</h3>
<span class="btn-round">No Code Available</span>
</header><!--
--><aside class="large-card-aside">
<p>Case Study <br /> in Progress</p>
</aside>
</div>
</a>
</li>
<li class="timeline-link">
<span class="timeline-line"></span>
</li>
<li class="timeline-item-label" id="airvisuals">
<span class="dot"></span>
<span class="timeline-line"></span>
<h3>December 2017 — December 2018</h3>
</li>
<li class="timeline-item">
<a>
<div class="large-card" id="robotics" >
<header class="large-card-header">
<h1>Robot NLP</h1>
<h3>Machine Leanring<br>Software Development</h3>
<span class="btn-round">No Code Available</span>
</header><!--
--><aside class="large-card-aside">
<p>Case Study <br /> in Progress</p>
</aside>
</div>
</a>
</li>
</ul>
</section>
<footer>
<section class="footer-text">
<p>Designed with 🎉 but built with 😡</p>
<nav class="line-nav footer-nav">
<ul>
<li><a href="./index.html" class="selected-nav">home</a></li><!--
--><li><a href="./index.html">hobbies</a></li>
</ul>
</nav>
<p>All rights reserved (I think?)</p>
</section>
<section>
<span class="bottom-bar bg-papaya"></span><!--
--><span class="bottom-bar bg-navy-dark"></span><!--
--><span class="bottom-bar bg-navy-light"></span><!--
--><span class="bottom-bar bg-blue-grey"></span>
</section>
</footer>
</body>
</html>