-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
34 lines (32 loc) · 1.73 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" media="screen" href="https://fontlibrary.org/face/orkney" type="text/css"/>
<link rel="stylesheet" media="screen" href="https://fontlibrary.org/face/glacial-indifference" type="text/css"/>
<link rel="stylesheet" href="style.css">
<title>Elvin Yung</title>
</head>
<body>
<p>Hi. I'm Elvin Yung.</p>
<p>I mostly <a href="https://www.instagram.com/shikaku.ramen/">make and eat a lot of ramen</a>. In my spare time, I
work at <a href="https://www.moderntreasury.com/">Modern Treasury</a>, making the
payments and banking infrastructure used by some of the world's largest fintechs.</p>
<p> For five years before that, I was at <a href="https://squareup.com/us/en/banking">Square Banking</a>,
where I built out most of the banking stack.</p>
<blockquote>
“Why, they don’t even understand their own colossi any longer. The machines work from generation to generation automatically, and the caretakers are a hereditary caste who would be helpless if a single D-tube in all that vast structure burnt out.”
</blockquote>
-- Isaac Asimov, <i>Foundation</i>
<!-- GA things -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-58834115-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>