summaryrefslogtreecommitdiff
path: root/website/projects/index.html
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2022-11-08 10:28:58 -0800
committerPreston Pan <preston@nullring.xyz>2022-11-08 10:28:58 -0800
commitdc2fd65e6bfeaa2c475d5042f64263ac9427c22f (patch)
tree3f680c74d831c984048080e0ff7d86fb7c5f1f05 /website/projects/index.html
completely changed backend
Diffstat (limited to 'website/projects/index.html')
-rw-r--r--website/projects/index.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/website/projects/index.html b/website/projects/index.html
new file mode 100644
index 0000000..fed5f8c
--- /dev/null
+++ b/website/projects/index.html
@@ -0,0 +1,17 @@
+$$START TITLE
+Projects
+$$END TITLE
+
+$$START CONTENT
+<h1>Projects</h1>
+<p>
+ These are some of the things I have been working on recently:
+</p>
+<ul>
+ <li><a href="./dotfiles.html">Dotfiles</a> -- My dotfiles (script for autoinstalling them coming soon).</li>
+ <li><a href="./trail_of_dusk.html">Trail of Dusk</a> -- a text based roguelike rpg.</li>
+ <li><a href="./plant9.html">Plant9</a> -- A GNU/linux distribution that I am working on with Matthew Hinton.</li>
+ <li><a href="./comas.html">COMAS</a> -- A mathematics library that is built on the idea of quaternionic functions inside tensors.</li>
+</ul>
+
+$$END CONTENT