summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--src/dead-trees/index.html8
-rw-r--r--src/dead-trees/kant_and_free_software.pdfbin0 -> 306875 bytes
-rw-r--r--src/index.html1
3 files changed, 9 insertions, 0 deletions
diff --git a/src/dead-trees/index.html b/src/dead-trees/index.html
new file mode 100644
index 0000000..337ca45
--- /dev/null
+++ b/src/dead-trees/index.html
@@ -0,0 +1,8 @@
+<html>
+    <body>
+        <h1>My paper like things, provided in the portable document format</h1>
+        <ul>
+            <li><a href="./kant_and_free_software.pdf">My essay on free software and Kantian ethics</a></li>
+        </ul>
+    </body>
+</html>
diff --git a/src/dead-trees/kant_and_free_software.pdf b/src/dead-trees/kant_and_free_software.pdf
new file mode 100644
index 0000000..e68ebb6
--- /dev/null
+++ b/src/dead-trees/kant_and_free_software.pdf
Binary files differdiff --git a/src/index.html b/src/index.html
index 4c5e8b9..c57c47a 100644
--- a/src/index.html
+++ b/src/index.html
@@ -2,6 +2,7 @@
 
 <body>
   <h1>Hi!</h1>
+        <p>For a list of my dead-tree (i.e. paper) projects look <a href="./dead-trees/index.html">here</a></p>
 </body>
 
 </html>