diff options
Diffstat (limited to 'src/writing/index.php')
-rw-r--r-- | src/writing/index.php | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/src/writing/index.php b/src/writing/index.php index bba0f99..c354f70 100644 --- a/src/writing/index.php +++ b/src/writing/index.php @@ -11,26 +11,32 @@ require($_SERVER["DOCUMENT_ROOT"] . "/header.php"); </p>
<h2>Essays</h2>
<p>
- Moderately structured, opinionated writing. If you're the psychoanalytical type, you may be interested to know
- that I find it much more fun to deconstruct a question than to construct an answer.
+ Moderately structured, opinionated writing.
</p>
<ul>
- <li><h3><a href="cryptography.php">Cryptography</a> /* Because secret messages are cool */</h3></li>
- <li><h3><a href="moralrealism.php">Moral realism</a> /* Because people make a big deal out of murder */</h3></li>
+ <li><h3><a href="cryptography.php">Cryptography</a> - because secret messages are cool</h3></li>
+ <li><h3><a href="moralrealism.php">Moral realism</a> - because people make a big deal out of murder</h3></li>
+</ul>
+<h2>Mathematics</h2>
+<p>
+ My writing in Greek.
+</p>
+<ul>
+ <li><h3><a href="derivative.php">The Calculus of Infinitesimals</a> - an introduction</h3></li>
</ul>
<h2>Manifestos</h2>
<p>
Plural. For future-proofness.
</p>
<ul>
- <li><h3><a href="systemsmanifesto.php">Systems</a> /* A microcosm of reality */</h3></li>
+ <li><h3><a href="systemsmanifesto.php">Systems</a> - a microcosm of reality</h3></li>
</ul>
<h2>Esoterica</h2>
<p>
The fun stuff.
</p>
<ul>
- <li><h3><a href="corrigenda.php">Corrigenda</a> /* Everything I've ever done wrong */</h3></li>
- <li><h3><a href="epiphenomenalism.php">Epiphenomenalism</a> /* You aren't in control */</h3></li>
+ <li><h3><a href="corrigenda.php">Corrigenda</a> - everything I've ever done wrong</h3></li>
+ <li><h3><a href="epiphenomenalism.php">Epiphenomenalism</a> - you aren't in control</h3></li>
</ul>
<?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?>
|