-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (46 loc) · 2.3 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
<!doctype html>
<html lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>stevo</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Place favicon.ico in the root directory -->
<link rel="shortcut icon" type="image/png" href="favicon.png" />
<link rel="stylesheet" href="main.css">
<link href="https://fonts.googleapis.com/css?family=Space+Mono:400,700|Work+Sans&display=swap" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BWD80EXEX6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-BWD80EXEX6');
</script>
</head>
<body>
<!--[if lte IE 9]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
<![endif]-->
<div class="outer-border decor">
<div class="landing-container">
<h1 class="title">
Steven Chun
</h1>
<p class="bio">
I write a <a href="https://blog.stevenchun.me">blog</a>.<br></br>
I'm currently an engineer on <a href="https://x.company/projects/tapestry/">Tapestry</a> at <a href="https://x.company/">X, the moonshot factory</a>.
Here's a <a href="https://docs.google.com/document/d/e/2PACX-1vQUBw8rt53ZtRHjNULUyEy-T9Wfdvgvs65VNWDDcHf_AN4Q_C5OBSuINeWCk6fMfoHC2RgiSfJTHMm3/pub">resume</a>.<br><br>
My immediate academic interests focus on artificial neural networks and their applications, though I maintain a deep love for <a href="https://drive.google.com/file/d/1HshW1AXExxaqmFieS3WwmZ8Z6UlVDU_5/view?usp=sharing">microeconomics and econometrics</a>.<br><br>
These, and a love of climbing and skiing, I learned as an undergraduate at <a href="https://home.dartmouth.edu/">Dartmouth College</a>.
</p>
</p>
</div>
</div>
<div class="inner-border decor">
</div>
</body>
</html>