-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (40 loc) · 1.31 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
<!-- saved from url=(0033)https://patrickcollison.com/about -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="Kevin Sun/style.css" />
<title>About · Kevin Sun</title>
</head>
<body>
<div id="menu">
<ul>
<li><a href="index.html">About</a></li>
<li><a href="questions.html">Questions</a></li>
<li><a href="answers.html">Answers</a></li>
<li><a href="thinking.html">Thoughts</a></li>
</ul>
</div>
<div id="left"> </div>
<div id="content">
<div id="content">
<p>My name is Kevin, nice to meet you.</p>
<p>
I enjoy writing, and I'm trying to get better at it. Typescript and
English are my favorite languages.
</p>
<p>
I've included an evolving assortment of questions, answers, and
unstructured thoughts here. I hope some of my words can be the start
of interesting conversations.
</p>
<p class="notop">
<a href="mailto:[email protected]">Email</a>;
<a href="https://github.com/kyung-min-sun">Github</a>;
<a href="https://www.linkedin.com/in/kevin-sun-675b3b144/"
>Linkedin</a
>
</p>
</div>
</div>
</body>
</html>