-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (32 loc) · 1.02 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<!--
by: Alex Childers
last modified: 2019/05/20
you can run this using the URL:
http://abchilders.github.io/
-->
<head>
<title> Side Projects </title>
<meta charset="utf-8" />
<link href="styles/normalize.css" type="text/css" rel="stylesheet" />
<link href="styles/index.css" type="text/css" rel="stylesheet" />
</head>
<body>
<h1> Side Projects </h1>
<hr />
<ul>
<li> <a href="docs/chai-ranking.xhtml"> Semper Chai:</a> The best chais in Humboldt
County.
</li>
<li> <a href="docs/napkin-math.xhtml"> How Much Napkin Can You Use, part 1:</a>
I hate wasting napkins. So I shredded a bunch of them for science.
</li>
<li> <a href="docs/napkin-calc.xhtml"> How Much Napkin Can You Use, part 2:</a> There's
an app for that.
</li>
<li> <a href="docs/yale.xhtml">Yale Typer:</a> A tool for typing Cantonese word pronunications using the Yale System of Romanization.
</li>
</ul>
</body>
</html>