-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (32 loc) · 1.03 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="the personal website of zachhuang610" />
<title>zh10</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<div id="preamble">
<a href="https://github.com/zachhuang610"><h1 class="title">Zach Huang</h1></a>
<h2 class="subtitle">
contact me via
<a href="mailto:[email protected]">email</a> or view my
<a href="https://github.com/zachhuang610">github</a>
</h2>
<br />
</div>
<div>
<p>Studying CS @ Brown. SWE @ AWS</p>
<div>
<h2>Open Source Work</h2>
<div>
<ul>
<li><a href="https://github.com/MakerAcademy/MakerAcademyWebsite"><code>Maker Academy</code></a>: Education Platform beta version for Maker Protocol. See latest release <a href="https://makerdao.academy">here</a></li>
</ul>
</div>
</div>
</div>
</body>
</html>