summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2023-10-24 23:43:21 -0600
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2023-10-24 23:43:21 -0600
commit7f8392f6294f415b7c223bd831db5082ca614db4 (patch)
tree583b2dd6ba8f4e8c88c84a6dfc74e8b95def7309 /index.html
parent4ce505b125950521860f0d2170409719927f3f85 (diff)
downloadsimponic.xyz-7f8392f6294f415b7c223bd831db5082ca614db4.tar.gz
simponic.xyz-7f8392f6294f415b7c223bd831db5082ca614db4.zip
add favicon, turing machine bug fixes and finishing touches
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>