-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·23 lines (23 loc) · 1.23 KB
/
index.html
File metadata and controls
executable file
·23 lines (23 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
<head>
<title>subwayprophet's website</title>
<link rel="stylesheet" href="styles/styles.css" type="text/css"/>
</head>
<body>
<h1>subwayprophet's website</h1>
<h2><a href="poems.html">poems</a></h2>
<h2>posts</h2>
<ul>
<li><a href="posts/pseudo_engineering_gaps_dogmatism.html">engineering, path-breaking, and (not) being okay with ignorance</a></li>
<li><a href="posts/programming_as_rage.html">(real-world) programming as rage</a></li>
</ul>
<h2>fun</h2>
<ul>
<li><a href="https://github.com/subwayprophet/gradientreader">gradient reader (chrome plugin)</a></li>
<li><a href="oogol">conway's game of life in object-oriented js</a> | <a href="https://github.com/subwayprophet/oogol">src</a></li>
<li><a href="markov">simple markov-chain-based text generator</a> | <a href="https://github.com/subwayprophet/markovplay">src</a></li>
<li><a href="asteroidrage/rage.html">asteroids ish</a> | <a href="https://github.com/subwayprophet/subwayprophet.github.io/tree/master/asteroidrage">src</a></li>
<li><a href="https://github.com/subwayprophet/epidemic_simulator">epidemic simulator</a>
<li><a href="https://github.com/subwayprophet/readtheiliad">read the iliad! (interactive fiction + ES6 trainer)</a>
</body>
</html>