-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (26 loc) · 1.07 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
<!DOCTYPE html>
<head>
<title>현일</title>
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="style.css">
</head>
<body>
<main>
<h1>Daniel Kim 김현일</h1>
<p>Hi, I'm Daniel! People call me Daniel, Dan, DK, or 현일 (pronounced Hyunil). </p>
<p>I graduated from Dartmouth College in 2019 with a degree in Computer Science and a minor in Philosophy.</p>
<p>Then, I spent 18 months in the Korea Army, stationed in <a target="_blank" href="https://en.wikipedia.org/wiki/Wonju">Wonju, Gangwon Province.</a></p>
<p>I post about pop/hip-hop/k-pop, mens fashion, and random musings.</p>
<nav>
<ul>
<li><a href="blog">blog</a></li>
<li><a href="loves">things i'm loving</a></li>
<li><a target="_blank" href="https://soundcloud.com/hyunilll">soundcloud</a></li>
<li><a target="_blank" href="https://letterboxd.com/hyunil/">movies</li>
<li><a target="_blank" href="https://github.com/DanielHyunilKim">github</a></li>
<li><a target="_blank" href="resume.pdf">resume</a></li>
</ul>
</nav>
</main>
</body>
</html>