-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
22 lines (21 loc) · 1023 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE HTML>
<html>
<head>
<title>Eric Li</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="assets/css/about.css" />
</head>
<body>
<h1>Hi, I'm Eric Li!</h1>
<p>BMath CS Graduate with a Double Minor in Combinatorics & Optimization and Computational Mathematics from the University of Waterloo.</p>
<p>Former Y Combinator startup founder (Winter '20), Software Engineer Intern @ Google and Quantitative Trading Intern @ Akuna Capital</p>
<p>Compiler Engineer @ Observe Inc. working on language design, query parsing and optimization.</p>
<h2>About Me</h2>
<ul>
<li>Email: eric.li[at]uwaterloo.ca</a></li>
<li><a href="https://www.github.com/ThePenguinCo">Github</a></li>
<li><a href="https://www.linkedin.com/in/ericli1234/">Linkedin</a></li>
<li><a href="assets/resume_eric_li.pdf">Resume</a></li>
</ul>
</body>
</html>