-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
37 lines (34 loc) · 1.96 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
<!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 the better part of a decade before that, I was at <a href="https://squareup.com/us/en/banking">Square Banking</a>,
where I helped build the very first instant deposit implementation and built out most of the banking stack.</p>
<p> I have worked in fintech since I was 19 (and not because of crypto), starting at a
<a href="https://www.affirm.com/">little Series A point-of-sale lending startup</a>.
I am extremely passionate about helping everyone access spending power more quickly and more responsibly.</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>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BCGQBYT7K5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-BCGQBYT7K5');
</script>
</body>
</html>