summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/index.html b/index.html
index 1bea721..7cf3ed1 100644
--- a/index.html
+++ b/index.html
@@ -44,6 +44,17 @@
</div>
</a>
+ <a class="project" href="/turing-machine/">
+ <div class="project-logo-container">
+ <i class="fa-solid fa-tape"></i>
+ </div>
+
+ <div class="project-body">
+ <h1>Simponic's State System</h1>
+ <p>A Turing Machine simulator specific to CS5000.</p>
+ </div>
+ </a>
+
<a class="project" href="/julia/">
<div class="project-logo-container">
<i class="fa-solid fa-square-root-variable"></i>