-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
454 lines (381 loc) · 22.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--==================== UNICONS ====================-->
<link rel="stylesheet" href="https://unicons.iconscout.com/release/v3.0.6/css/line.css">
<!--==================== SWIPER CSS====================-->
<link rel="stylesheet" href="assets/css/swiper-bundle.min.css">
<!--==================== CSS ==========-->
<link rel="stylesheet" href="assets/css/styles.css">
<title>yangha's portfolio</title>
<link rel="icon" href="assets/img/logo.png" type="image/x-icon">
</head>
<body>
<!--==================== HEADER ====================-->
<header class="header" id="header">
<nav class="nav container">
<a href="#" class="nav__logo"><img class="nav__img" src="assets/img/logo.png" alt="" /> Yangha Kim</a>
<div class="nav__menu" id="nav-menu">
<ul class="nav__list grid">
<li class="nav__item">
<a href="#home" class="nav__link active-link">
<i class="uil uil-estate nav__icon"></i> Home
</a>
</li>
<li class="nav__item">
<a href="#skills" class="nav__link">
<i class="uil uil-file-alt nav__icon"></i> Skills
</a>
</li>
<li class="nav__item">
<a href="#employment" class="nav__link">
<i class="uil uil-briefcase-alt nav__icon"></i> Employment History
</a>
</li>
<li class="nav__item">
<a href="#about" class="nav__link">
<i class="uil uil-user nav__icon"></i> Highlights
</a>
</li>
</ul>
<i class="uil uil-times nav__close" id="nav-close"></i>
</div>
<div class="nav__btns">
<!-- Theme change button -->
<i class="uil uil-moon change-theme" id="theme-button"></i>
<div class="nav__toggle" id="nav-toggle">
<i class="uil uil-apps"></i>
</div>
</div>
</nav>
</header>
<!--==================== MAIN ====================-->
<main class="main">
<!--==================== HOME ====================-->
<section class="home section" id="home">
<div class="home__container container grid">
<div class="home__content grid">
<div class="home__social">
<a href="https://www.linkedin.com/in/yanghakim/" target="_blank" class="home__social-icon">
<i class="uil uil-linkedin-alt"></i>
</a>
<a href="https://github.com/yanghakim" target="_blank" class="home__social-icon">
<i class="uil uil-github-alt"></i>
</a>
</div>
<div class="home__img">
<svg class="home__blob" viewBox="0 0 327 346">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M151.106 0.0211439C200.564 1.16845 229.173 53.1853 261.738 90.5459C291.01 124.127 330.468 157.08 326.756 201.534C323.156 244.652 278.65 268.761 244.637 295.367C216.457 317.411 186.485 333.893 151.106 338.935C108.179 345.053 58.5939 355.801 26.6026 326.44C-5.8758 296.632 -0.184643 245.667 1.39556 201.534C2.89714 159.598 10.2403 118.938 35.2371 85.2915C64.995 45.2369 101.324 -1.13369 151.106 0.0211439Z"
fill="url(#paint0_linear_708_3)" />
<defs>
<linearGradient id="paint0_linear_708_3" x1="0" y1="173" x2="327" y2="173"
gradientUnits="userSpaceOnUse">
<stop stop-color="#FF0844" />
<stop offset="1" stop-color="#FFB199" />
</linearGradient>
</defs>
</svg>
<img src="assets/img/memoji.png" alt="" class="home__blob-img"/>
</div>
<div class="home__data">
<h1 class="home__title">Hi, I'm Yangha</h1>
<h3 class="home__subtitle">Software Engineer</h3>
<p class="home__location"><i class="uil uil-envelope"></i> [email protected]</p>
<p class="home__location"><i class="uil uil-map-marker"></i> Philadelpha, PA</p>
<p class="home__description">Strategic Software Engineer skilled in
application development, testing and optimization. </p>
<a href="https://rsm.io/yanghakim" target="blank" class="button button--flex">
Download Resume <i class="uil uil-download-alt button__icon"></i>
</a>
</div>
</div>
<div class="home__scroll">
<a href="#about" class="home__scroll-button button--flex">
<span class="home__scroll-name">Scroll down</span>
<i class="uil uil-arrow-down home__scroll-arrow"></i>
</a>
</div>
</div>
</section>
<!--==================== SKILLS ====================-->
<section class="skills section" id="skills">
<h2 class="section__title">Skills</h2>
<span class="section__subtitle">Always open to picking up new tech</span>
<div class="skills__container container grid">
<!--=============== SKILLS 1 ===============-->
<div class="skills__content skills__open">
<div class="skills__header">
<i class="uil uil-brackets-curly skills__icon"></i>
<div>
<h1 class="skills__title">Frontend developer</h1>
<span class="skills__subtitle">More than 5 years</span>
</div>
</div>
<div class="skills__list grid">
<div class="skills__data">
<div class="skills__titles">
<h3 class="skills__name">JavaScript</h3>
<span class="skills__number">80%</span>
</div>
<div class="skills__bar">
<span class="skills__percentage skills__js"></span>
</div>
</div>
<div class="skills__data">
<div class="skills__titles">
<h3 class="skills__name">ReactJS/Redux/NextJS/VueJS</h3>
<span class="skills__number">85%</span>
</div>
<div class="skills__bar">
<span class="skills__percentage skills__react"></span>
</div>
</div>
<div class="skills__data">
<div class="skills__titles">
<h3 class="skills__name">HTML/CSS/SCSS/SASS</h3>
<span class="skills__number">90%</span>
</div>
<div class="skills__bar">
<span class="skills__percentage skills__css"></span>
</div>
</div>
</div>
</div>
<!--=============== SKILLS 2 ===============-->
<div class="skills__content skills__open">
<div class="skills__header">
<i class="uil uil-server-network skills__icon"></i>
<div>
<h1 class="skills__title">Backend developer</h1>
<span class="skills__subtitle">More than 5 years</span>
</div>
</div>
<div class="skills__list grid">
<div class="skills__data">
<div class="skills__titles">
<h3 class="skills__name">NodeJS/ExpressJS</h3>
<span class="skills__number">70%</span>
</div>
<div class="skills__bar">
<span class="skills__percentage skills__node"></span>
</div>
</div>
<div class="skills__data">
<div class="skills__titles">
<h3 class="skills__name">Solidity/Hardhat/Alchemy/Web3</h3>
<span class="skills__number">60%</span>
</div>
<div class="skills__bar">
<span class="skills__percentage skills__solidity"></span>
</div>
</div>
<div class="skills__data">
<div class="skills__titles">
<h3 class="skills__name">PHP/CodeIgniter</h3>
<span class="skills__number">60%</span>
</div>
<div class="skills__bar">
<span class="skills__percentage skills__php"></span>
</div>
</div>
<div class="skills__data">
<div class="skills__titles">
<h3 class="skills__name">Python</h3>
<span class="skills__number">60%</span>
</div>
<div class="skills__bar">
<span class="skills__percentage skills__python"></span>
</div>
</div>
<div class="skills__data">
<div class="skills__titles">
<h3 class="skills__name">MySQL/MongoDB</h3>
<span class="skills__number">70%</span>
</div>
<div class="skills__bar">
<span class="skills__percentage skills__sql"></span>
</div>
</div>
</div>
</div>
</div>
</section>
<!--==================== QUALIFICATION ====================-->
<section class="qualification section" id="employment">
<h2 class="section__title">Employment History</h2>
<span class="section__subtitle">Here's a timeline of my employment</span>
<div class="qualification__container container">
<div class="qualification__tabs">
<div class="qualification__button button--flex qualification__active" data-target="#work">
<i class="uil uil-briefcase-alt qualification__icon"></i>
Work
</div>
</div>
<div class="qualification__sections">
<!--=============== QUALIFICATION CONTENT 2 ===============-->
<div class="qualification__content qualification__active" data-content id="work">
<!--=============== QUALIFICATION 1 ===============-->
<div class="qualification__data">
<div>
<h3 class="qualification__title">Solidity Developer</h3>
<span class="qualification__subtitle">Pursuit: Center for Optimal Learning - Remote</span>
<span class="qualification__desc">As a solidity engineer, was responsible for spearheading the development of the smart contract and creation of the NFT launch website.</span>
<div class="qualification__calendar">
<i class="uil uil-calendar-alt"></i>
2022-Present
</div>
</div>
<div>
<span class="qualification__rounder"></span>
<span class="qualification__line"></span>
</div>
</div>
<!--=============== QUALIFICATION 2 ===============-->
<div class="qualification__data">
<div></div>
<div class="qualification__time">
<span class="qualification__rounder"></span>
<span class="qualification__line"></span>
</div>
<div>
<h3 class="qualification__title">Laboratory Technician</h3>
<span class="qualification__subtitle">University of Pennsylvania - Philadelphia</span>
<span class="qualification__desc">As a laboratory technician, was responsible for colony management, writing R scripts and teaching others how to use them and various other technologies.</span>
<div class="qualification__calendar">
<i class="uil uil-calendar-alt"></i>
2021-2022
</div>
</div>
</div>
<div class="qualification__data">
<div>
<h3 class="qualification__title">Full Stack Web Developer</h3>
<span class="qualification__subtitle">Visneta - Philadelphia</span>
<span class="qualification__desc">As a full stack web developer, was responsible for spearheading a new visual redesign and the design and implementation of various new features.</span>
<div class="qualification__calendar">
<i class="uil uil-calendar-alt"></i>
2019-2021
</div>
</div>
<div>
<span class="qualification__rounder"></span>
<span class="qualification__line"></span>
</div>
</div>
<div class="qualification__data">
<div></div>
<div class="qualification__time">
<span class="qualification__rounder"></span>
<!--<span class="qualification__line"></span>-->
</div>
<div>
<h3 class="qualification__title">Mobile Developer</h3>
<span class="qualification__subtitle">Independence Blue Cross - Philadelphia</span>
<span class="qualification__desc">As a mobile developer, was responsible for the implementation of tying in the login system with the new Apple Watch app.</span>
<div class="qualification__calendar">
<i class="uil uil-calendar-alt"></i>
2015-2016
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--==================== ABOUT ====================-->
<section class="about section" id="about">
<h2 class="section__title">Highlights</h2>
<span class="section__subtitle">And lastly, some highlights from over the years</span>
<!--==================== PORTFOLIO ====================-->
<section class="portfolio" id="portfolio">
<div class="portfolio__container container swiper-container">
<div class="swiper-wrapper">
<!--=============== PORTFOLIO 1 ===============-->
<div class="portfolio__content grid swiper-slide">
<img src="assets/img/portfolio1.jpg" alt="" class="portfolio__img">
<div class="portfolio__data">
<h3 class="portfolio__title">Visneta: Complete Redesign</h3>
<p class="portfolio__description">Visneta is like a dating service for everyone in the real estate industry.
Spearheaded a complete design overhaul.</p>
<a href="https://www.visneta.com/api_v1/login/login" target="blank" class="button button--flex button--small portfolio__button">
Visit Website
<i class="uil uil-arrow-right button__icon"></i>
</a>
</div>
</div>
<!--=============== PORTFOLIO 2 ===============-->
<div class="portfolio__content grid swiper-slide">
<img src="assets/img/portfolio2.jpg" alt="" class="portfolio__img">
<div class="portfolio__data">
<h3 class="portfolio__title">No Name Charli</h3>
<p class="portfolio__description">Meme NFT collection spreading all things blockchain and cream. We're all NoNameCharli ^_^</p>
<a href="https://www.nonamecharli.com/" target="blank" class="button button--flex button--small portfolio__button">
Visit Website
<i class="uil uil-arrow-right button__icon"></i>
</a>
</div>
</div>
</div>
<div class="swiper-button-next">
<i class="uil uil-angle-right-b swiper-portfolio-icon"></i>
</div>
<div class="swiper-button-prev">
<i class="uil uil-angle-left-b swiper-portfolio-icon"></i>
</div>
<div class="swiper-pagination"></div>
</div>
</section>
<div class="about__container container">
<div class="about__data">
<div class="about__info">
<div>
<span class="about__info-title">05+</span>
<span class="about__info-name">Years <br> experience</span>
</div>
<div>
<span class="about__info-title">08+</span>
<span class="about__info-name">Completed <br> projects</span>
</div>
<div>
<span class="about__info-title">04</span>
<span class="about__info-name">Companies <br> worked</span>
</div>
</div>
</div>
</div>
</section>
</main>
<!--==================== FOOTER ====================-->
<footer class="footer">
<div class="footer__bg">
<div class="footer__container container grid">
<div>
<h1 class="footer__title"><img class="footer__img" src="assets/img/logo.png" alt="" /> Yangha Kim</h1>
<span class="footer__subtitle">Software Engineer</span>
<p class="footer__location"><i class="uil uil-envelope"></i> [email protected]</p>
<p class="footer__location"><i class="uil uil-map-marker"></i> Philadelpha, PA</p>
</div>
<div class="footer__socials">
<a href="https://www.linkedin.com/in/yanghakim/" target="_blank" class="footer__social">
<i class="uil uil-linkedin-alt"></i>
</a>
<a href="https://github.com/yanghakim" target="_blank" class="footer__social">
<i class="uil uil-github-alt"></i>
</a>
</div>
</div>
</div>
</footer>
<!--========== SCROLL TOP ==========-->
<a href="#" class="scrollup" id="scroll-top">
<i class="uil uil-arrow-up scrollup__icon"></i>
</a>
<!--==================== SWIPER JS ====================-->
<script src="assets/js/swiper-bundle.min.js"></script>
<!--==================== MAIN JS ====================-->
<script src="assets/js/main.js"></script>
</body>
</html>