-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
69 lines (64 loc) · 2.25 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>davidhwang.me</title>
<link rel="shortcut icon" type="image/x-icon" href="/theme/images/nine_dots.ico">
<meta property="og:title" content="davidhwang.me">
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/theme/css/main.css" />
<link rel="stylesheet" href="/theme/css/base.css" /></head>
<body>
<header id="banner" class="body">
<a href="/">
<h3 style="font-style: normal;">
<img style="width: 1rem" , src="/theme/images/nine_dots.png" , alt="nines dots in a 3 by 3 grid">
david hwang
<img style="width: 1rem" , src="/theme/images/nine_dots.png" , alt="nines dots in a 3 by 3 grid">
</h3>
</a>
<div class="navigation">
<span><a href="/">Home</a></span>
<span><a href="/pages/about.html">About</a></span>
<span><a href="/archives.html">Archives</a></span>
</div>
</header><article>
<section>
<h1>
About
</h1>
<p>
I'm David Hwang. I work as a software engineer. While I'm based in Boston, MA, I'll be spending a large amount of
time in the San Francisco Bay Area in 2023.
</p>
<p>
I'll be working Anthropic and have previously worked for Stripe, Facebook, and Quora.
</p>
</section><section>
<h1>Archives</h1>
<h3>
<a href="wine-balderdash.html">
26 September 2021: Wine Balderdash
<br>
<p>The rules for a variant of Balderdash played with wines instead of words.</p>
</a>
</h3>
<h3>
<a href="capturing-ideas-while-out-and-about.html">
26 April 2020: Capturing Ideas While Out And About
<br>
<p>Using a pocket notebook instead of a phone to capture ideas.</p>
</a>
</h3>
</section></article>
<footer id="footer">
<div>
<a href="https://www.linkedin.com/in/david-hwang/" title="" target="_blank" rel="noopener"><img
class='social-icon' src="/theme/images/linkedin.svg" alt="LinkedIn" /></a>
<a href="https://twitter.com/hwangmoretime" title="" target="_blank" rel="noopener"><img class='social-icon'
src="/theme/images/twitter.svg" alt="Twitter" /></a>
</div>
</footer>
</body>
</html>