-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
68 lines (58 loc) · 2.65 KB
/
index.html
File metadata and controls
68 lines (58 loc) · 2.65 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
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-146590754-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-146590754-1');
</script>
<title>John W. Choi</title>
<link rel="icon" href="assets/images/tabicon.png">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="University of California, Irvine Alumni with a B.S. Computer Science (Intelligent Systems) degree">
<meta name="keywords" content="John Wonjin Choi, Jahn Choi, Resume Website, Software Engineer, UCI Student">
<meta name="author" content="John W. Choi">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/animate.min.css">
<link rel="stylesheet" href="fontawesome-5.3.1/css/all.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro">
</head>
<body>
<header>
<div class="container">
<h1 class="animated fadeInDown"><a href=index.html>John W. Choi</a></h1>
</div>
<hr class="animated zoomIn">
</header>
<section id="about">
<div class="container">
<img src="assets/images/chihuahua-spin.gif">
<p>Former Software Engineer at <a href=https://www.kbb.com/>Kelley Blue Book</a>/<a href=https://www.coxautoinc.com/>Cox Automotive</a> (June 2018 - December 2021)</p>
<p>Former Software Engineer Intern at <a href=https://www.wdc.com/>Western Digital</a> (June 2019 - September 2019)</p>
<p>Former Part-Time Student Technician at UCI Social Science Computing Services (April 2017 - December 2018)</p>
<p>Former AppJam+ Mentor for <a href=https://www.dreamsforschools.org/>Dreams for Schools</a> (September 2017 - June 2018)</p>
<p>University of California, Irvine Alumni with a Computer Science B.S. degree with a specialization in Intelligent Systems.</p>
<p>Graduated December 2019.</p>
</div>
</section>
<section id="projects">
<div class="container">
</div>
</section>
<section id="etc">
<div class="container">
</div>
</section>
<footer>
<ul>
<li><a href="https://www.linkedin.com/in/jahnchoi/" target="_blank"><i class="fab fa-linkedin large-icon lightNavy"></i></a></li>
<li><a href="https://github.com/JahnChoi" target="_blank"><i class="fab fa-github-square large-icon lightNavy"></i></a></li>
<!-- <li><a href="assets/files/JohnChoiResume.pdf" target="_blank"><i class="fa fa-address-card large-icon lightNavy"></i></a></li> -->
</ul>
</footer>
<body>
</html>