-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
483 lines (471 loc) · 20 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
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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta property="og:title" content="Joona Yoon">
<meta property="og:description" content="Hi, I'm joonas.">
<meta property="og:image" content="images/thumbnail.png">
<meta property="og:url" content="https://www.joonas.io">
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
<!--[if IE]><link rel="shortcut icon" href="images/favicons/favicon.ico"><![endif]-->
<link rel="icon" type="image/png" href="images/favicons/favicon.png">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/css/bootstrap.min.css" integrity="sha384-r4NyP46KrjDleawBgD5tp8Y7UzmLA05oM1iAEQ17CSuDqnUK2+k9luXQOfXJCJ4I" crossorigin="anonymous">
<link rel="stylesheet" href="assets/css/main.css" />
<title>Joona Yoon (joonas)</title>
</head>
<body>
<div id="cursor"></div>
<div class="sidebar navigator">
<ul>
<li><a href="#home"></a></li>
<li><a href="#career"></a></li>
<li><a href="#awards"></a></li>
<li><a href="#skills"></a></li>
<li><a href="#apps"></a></li>
<li><a href="#teams"></a></li>
<li><a href="#footer"></a></li>
</ul>
</div>
<div class="sidebar socials">
<ul>
<li>
<a href="https://www.linkedin.com/in/joona-yoon/" class="icon fa-linkedin alt" target="_blank"><span class="label">LinkedIn</span></a>
</li>
<li>
<a href="https://github.com/joonas-yoon" class="icon fa-github alt" target="_blank"><span class="label">github</span></a>
</li>
<li>
<a href="https://stackoverflow.com/users/13677554/joona-yoon" class="icon fa-stack-overflow alt" target="_blank"><span class="label">stackoverflow</span></a>
</li>
<li>
<a href="mailto:joonas.yoon@gmail.com" class="icon fa-envelope alt" target="_blank"><span class="label">mail</span></a>
</li>
</ul>
</div>
<div id="top">
<a class="overlay-button overlay-close">
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18"><path d="M14.53 4.53l-1.06-1.06L9 7.94 4.53 3.47 3.47 4.53 7.94 9l-4.47 4.47 1.06 1.06L9 10.06l4.47 4.47 1.06-1.06L10.06 9z"></path></svg>
</a>
<p class="subjects">
<a href="#about" class="title">About</a>
<a href="#career" class="title">Career</a>
<a href="#awards" class="title">Award</a>
<a href="#skills" class="title">Skill</a>
<a href="#apps" class="title">Toys</a>
<a href="#design" class="title">Design</a>
<!-- dummy for fill -->
<a href="#about" class="title">About</a><a href="#career" class="title">Career</a><a href="#awards" class="title">Award</a><a href="#skills" class="title">Skill</a><a href="#toys" class="title">Toys</a><a href="#design" class="title">Design</a><a href="#about" class="title">About</a><a href="#career" class="title">Career</a><a href="#awards" class="title">Award</a><a href="#skills" class="title">Skill</a><a href="#toys" class="title">Toys</a><a href="#design" class="title">Design</a><a href="#about" class="title">About</a><a href="#career" class="title">Career</a><a href="#awards" class="title">Award</a><a href="#skills" class="title">Skill</a><a href="#toys" class="title">Toys</a><a href="#design" class="title">Design</a>
</p>
</div>
<a class="overlay-button overlay-show">
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18"><path d="M2 13.5h14V12H2v1.5zm0-4h14V8H2v1.5zM2 4v1.5h14V4H2z"/></svg>
</a>
<div role="cover" id="home" class="position-absoulte overflow-visible text-center w-100 main-cover">
<div class="p-3 w-100 h-100 mx-auto d-flex flex-column">
<div class="mb-auto"></div>
<div class="container">
<div id="video-anim">
<video playsinline autoplay muted>
<source src="files/anim.webm" type="video/webm">
<source src="files/anim.mov" type="video/mp4">
</video>
<img src="files/anim.gif" alt="Joona"/>
</div>
<p class="short-text font-weight-light text-hello">
Hi there, I'm joonas.
</p>
</div>
<div class="mt-auto">
</div>
</div>
<div class="dividing-hill dividing-hill-start">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" preserveAspectRatio="none" viewBox="0 0 1680 40" class="position-absolute" style="left:0;bottom:0;">
<path d="M0 40h1680V30S1340 0 840 0 0 30 0 30z" fill="black"></path>
</svg>
</div>
</div>
<div role="main" style="margin-top: 100vh; padding-top: 2em;">
<section id="career-awards">
<div class="container">
<div class="row row-cols-1 row-cols-lg-2">
<div class="col" id="career" style="padding-top: 2em;">
<h1 class="heading">Career & Education</h1>
<div class="timeline">
<div class="timeline-event">
<label class="timeline-event-icon"></label>
<div class="timeline-event-copy">
<p class="company">Samsung Electonics Co,. Ltd.</p>
<p class="year">2019 –</p>
<p class="desc">
<strong>Extended Reality, Graphic R&D, Mobile Division</strong>
<br>
<i>Software Engineer, 2020.04 –</i>
</p>
<p>
<strong>Algorithm Train T/F, Samsung Advanced Technology Training Institute</strong>
<br>
<i>Competitive Programmer, 2019.07 – 2020.03</i>
</p>
</div>
</div>
<div class="timeline-event">
<label class="timeline-event-icon"></label>
<div class="timeline-event-copy">
<p class="company">Chonbuk National University</p>
<p class="year">2012 – 2019</p>
<p class="desc">
<i>Bachelor's degree, Computer Science in Engineering</i>
</p>
</div>
</div>
</div>
</div>
<div class="col" id="awards" style="padding-top: 2em;">
<h1 class="heading">Awards & Honors</h1>
<div class="timeline right">
<div class="timeline-event">
<label class="timeline-event-icon"></label>
<div class="timeline-event-copy">
<h3>
<a href="https://github.com/naver/ai-hackathon-2018" target="_blank">
2nd Prize, NAVER A.I. Hackathon
</a>
</h3>
<h4>
<a href="https://www.navercorp.com/" target="_blank">NAVER Corp.</a>
<br>
<small>2018.04.27.</small>
</h4>
<p>
QA system using <a href="https://ai.nsml.navercorp.com/intro" target="_blank">NSML</a> with Dataset from NAVER
<br>
<small>지식인 유사도 부문 (error 모르게따 팀)</small>
<br>
<small>
<a href="https://github.com/naver/ai-hackathon/blob/ai_hackathon_1st/res/result_kin_final.png" target="_blank">
<i class="icon fa fa-link"></i>
</a>
</small>
</p>
</div>
</div>
<div class="timeline-event">
<label class="timeline-event-icon"></label>
<div class="timeline-event-copy">
<h3>ACM-ICPC Asia Regional</h3>
<h4></h4>
<p>
68th Place(H/M), Daejeon Regional<br>
<small>2017.11.11.</small>
</p>
<p>
36th Place, Daejeon Regional<br>
<small>2013.11.02.</small>
</p>
</div>
</div>
<div class="timeline-event">
<label class="timeline-event-icon"></label>
<div class="timeline-event-copy">
<h3>Chonbuk National University</h3>
<h4></h4>
<p>
Programming Contest
<br>
<small>1st Prize, 2017.10.18.</small>
<br>
<small>1st Prize, 2013.10.14.</small>
</p>
<p>
Idea Hackathon<br>
<small>3rd Prize, 2017.05.14.</small>
</p>
<p>
and 5 more …
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="skills" class="position-relative overflow-hidden">
<div class="container">
<div class="text-center">
<h1 class="heading">Skills</h1>
<div class="small-divider"></div>
</div>
<div class="cards">
<div class="item">
<div class="img html5"></div>
<div class="title"><p>HTML5</p></div>
</div>
<div class="item">
<div class="img css3"></div>
<div class="title"><p>CSS3</p></div>
</div>
<div class="item">
<div class="img js"></div>
<div class="title"><p>JavaScript</p></div>
</div>
<div class="item">
<div class="img es6"></div>
<div class="title"><p style="font-size: 80%;margin-top: 3px;">ECMAScript 6</p></div>
</div>
<div class="item">
<div class="img bootstrap"></div>
<div class="title"><p>Bootstrap5</p></div>
</div>
<div class="item">
<div class="img babel"></div>
<div class="title"><p>Babel</p></div>
</div>
</div>
<div class="cards">
<div class="item">
<div class="img docker"></div>
<div class="title"><p>Docker</p></div>
</div>
<div class="item">
<div class="img nodejs"></div>
<div class="title"><p>Node.js</p></div>
</div>
<div class="item">
<div class="img express"></div>
<div class="title"><p>express.js</p></div>
</div>
<div class="item">
<div class="img python"></div>
<div class="title"><p>python</p></div>
</div>
<div class="item">
<div class="img django"></div>
<div class="title"><p>django</p></div>
</div>
<div class="item">
<div class="img chrome"></div>
<div class="title"><p>chrome<br>extension</p></div>
</div>
<div class="item">
<div class="img git"></div>
<div class="title"><p>git</p></div>
</div>
</div>
</div>
</section>
<section id="apps" class="position-relative overflow-hidden">
<div class="container">
<div class="text-center">
<h1 class="heading">Apps & Projects</h1>
<div class="small-divider"></div>
</div>
<div class="row row-cols-2 row-cols-md-3 row-cols-lg-5">
<div class="col app-wrapper">
<a href="#apps" class="app display-block" style="background-color: #000000; border: 1px solid #848484;" >
<img src="images/threedots.svg" alt="more" />
</a>
<div class="details">
<p>What's next…?</p>
</div>
</div>
<div class="col app-wrapper">
<a href="#" modal-href="sample.html" class="app display-block" style="background-color: #036;">
<img src="images/logos/hangul-noli.svg" alt="hangul" />
</a>
<div class="details">
<p>Obfuscated Korean Game</p>
</div>
</div>
<div class="col app-wrapper">
<a href="#" modal-href="sample.html" class="app display-block" style="border-radius: 50%;">
<img src="images/logos/wagon.png" alt="speech translator" />
</a>
<div class="details">
<p>Speech Translator</p>
</div>
</div>
<div class="col app-wrapper">
<a href="#" modal-href="sample.html" modal-bg="#eee" modal-fg="#333" class="app display-block">
<img src="images/logos/buffalo-chess.png" alt="" />
</a>
<div class="details">
<p>Buffalo Chess</p>
</div>
</div>
<div class="col app-wrapper">
<a href="#" modal-href="sample.html" class="app display-block">
<img src="images/logos/ytcf.png" alt="" />
</a>
<div class="details">
<p>YouTube™ Comment Filter</p>
</div>
</div>
<div class="col app-wrapper">
<a href="#" modal-href="sample2.html" class="app display-block">
<img src="images/logos/rubiks-race.png" alt="" />
</a>
<div class="details">
<p>Rubik's Race</p>
</div>
</div>
<div class="col app-wrapper">
<a href="#" modal-href="sample3.html" class="app display-block">
<img src="images/logos/jcloud.png" alt="" />
</a>
<div class="details">
<p>JCloud</p>
</div>
</div>
</div>
</div>
</section>
<section id="teams" class="position-relative overflow-hidden">
<div class="container">
<div class="text-center">
<h1 class="heading">Teams</h1>
<div class="small-divider"></div>
</div>
<div class="row row-cols-1 row-cols-sm-3">
<div class="col app-wrapper">
<a href="#" class="app display-block">
<img src="images/joonas.jpg" alt="profile" />
</a>
<div class="details">
<p><strong>Joonas</strong></p>
<p>Yes, It's me.</p>
</div>
</div>
<div class="col app-wrapper">
<a href="#" class="app display-block" style="background-color: #EA2C49;">
<img src="images/logos/team533.svg" alt="team533" />
</a>
<div class="details">
<p><strong>Team 533</strong></p>
<p>People from Lab 533</p>
</div>
</div>
<div class="col app-wrapper">
<a href="#" class="app display-block">
<img src="images/logos/double-hooks.png" alt="team-doublehooks" />
</a>
<div class="details">
<p><strong>Double hooks</strong></p>
<p>??</p>
</div>
</div>
</div>
</div>
</section>
</div>
<footer id="footer" class="position-relative">
<div class="dividing-hill dividing-hill-end">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" preserveAspectRatio="none" viewBox="0 0 1680 40" class="position-absolute" style="top:0; transform: scaleY(-1);">
<path d="M0 40h1680V30S1340 0 840 0 0 30 0 30z" fill="#000"></path>
</svg>
</div>
<div class="container">
<div class="row">
<div class="col-12 col-md">
<small class="d-block mb-3 text-muted">
© Joona Yoon 2021
</small>
</div>
<div class="col-6 col-md">
<h5>Contacts</h5>
<ul class="list-unstyled text-small">
<li><a class="text-muted" href="mailto:joonas.yoon@gmail.com">E-mail</a></li>
<li><a class="text-muted" href="https://www.linkedin.com/in/joona-yoon/" target="_blank">LinkedIn</a></li>
<li><a class="text-muted" href="https://stackoverflow.com/users/13677554/joona-yoon" target="_blank">StackOverflow</a></li>
<li><a class="text-muted" href="https://github.com/joonas-yoon" target="_blank">GitHub</a></li>
<li><a class="disabled">Facebook</a></li>
<li><a class="disabled">Instagram</a></li>
</ul>
</div>
<div class="col-6 col-md">
<h5>Links</h5>
<ul class="list-unstyled text-small">
<li><a class="text-muted" href="http://joonas-yoon.blogspot.com/" target="_blank">Blogger <i>(legacy)</i></a></li>
<li><a class="text-muted" href="https://joonas.tistory.com/" target="_blank">Tistory</a></li>
</ul>
</div>
</div>
</div>
</footer>
<div id="modal" class="hide">
<div class="modal-bg">
<div class="modal-close">
<a class="modal-close-button">
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="#fff" style="width: 2rem;height: 2rem;" viewBox="0 0 18 18">
<path d="M14.53 4.53l-1.06-1.06L9 7.94 4.53 3.47 3.47 4.53 7.94 9l-4.47 4.47 1.06 1.06L9 10.06l4.47 4.47 1.06-1.06L10.06 9z"></path>
</svg>
</a>
</div>
</div>
<div class="modal-wrapper">
<div class="inner">
<div class="text-center" id="modal-spinner" style="padding: 3em 0;">
<div class="spinner-grow" style="width: 1rem; height: 1rem; animation-delay: 0ms;" role="status">
<span class="sr-only">Loading...</span>
</div>
<div class="spinner-grow" style="width: 1rem; height: 1rem; animation-delay: 100ms; margin-left: 1rem;" role="status">
</div>
<div class="spinner-grow" style="width: 1rem; height: 1rem; animation-delay: 200ms; margin-left: 1rem;" role="status">
</div>
</div>
<div class="container my-5" id="modal-content">
</div>
</div>
<div class="footer">
<a class="modal-close-button">
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" style="width: 2rem;height: 2rem;" viewBox="0 0 18 18">
<path d="M14.53 4.53l-1.06-1.06L9 7.94 4.53 3.47 3.47 4.53 7.94 9l-4.47 4.47 1.06 1.06L9 10.06l4.47 4.47 1.06-1.06L10.06 9z"></path>
</svg>
</a>
</div>
</div>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="assets/js/jquery.min.js"></script>
<!-- Polyfill.io will load polyfills your browser needs -->
<script crossorigin="anonymous" src="https://polyfill.io/v3/polyfill.min.js"></script>
<script>
// Fix preventDefault for IE
(function () {
var workingDefaultPrevented = (function () {
var e = document.createEvent('CustomEvent')
e.initEvent('Bootstrap', true, true)
e.preventDefault()
return e.defaultPrevented
})()
if (!workingDefaultPrevented) {
var origPreventDefault = Event.prototype.preventDefault
Event.prototype.preventDefault = function () {
if (!this.cancelable) {
return
}
origPreventDefault.call(this)
Object.defineProperty(this, 'defaultPrevented', {
get: function () {
return true
},
configurable: true
})
}
}
})();
</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/5.0.0-alpha1/js/bootstrap.min.js" integrity="sha384-oesi62hOLfzrys4LxRF63OJCXdXDipiYWBnvTl9Y9/TRlw5xlKIEHpNyvvDShgf/" crossorigin="anonymous"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/build/main.js"></script>
</body>
</html>