summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth@simponic.xyz>2024-04-29 12:24:27 -0600
committerElizabeth Hunt <elizabeth@simponic.xyz>2024-04-29 12:24:27 -0600
commit6751c87052367f825556c5e7be695768441a44df (patch)
treeda02fd757b516e7f85ce91a4b55becb6a3bea4f9
parent2372d33149ab33007de969e94b7690f8e0406c0b (diff)
downloadsimponic.xyz-6751c87052367f825556c5e7be695768441a44df.tar.gz
simponic.xyz-6751c87052367f825556c5e7be695768441a44df.zip
change godel & turing titles
-rw-r--r--godel/index.html2
-rw-r--r--index.html2
-rw-r--r--turing-machine/index.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/godel/index.html b/godel/index.html
index f0d12e7..ed57eb8 100644
--- a/godel/index.html
+++ b/godel/index.html
@@ -10,7 +10,7 @@
<body>
<div class="container">
<h1>Liz's L-Program Compiler</h1>
- <p><i>Developed for Kulyukin's CS5000</i></p>
+ <p><i>Developed to Explore Ideas In Theory of Computability</i></p>
<hr>
<div class="source-container">
<div class="textarea-container">
diff --git a/index.html b/index.html
index 783d62c..6d8bedd 100644
--- a/index.html
+++ b/index.html
@@ -87,7 +87,7 @@
<div class="project-body">
<h1>Simponic's State System</h1>
- <p>A Turing Machine simulator specific to CS5000.</p>
+ <p>A neatly animated Turing Tape simulator.</p>
</div>
</a>
diff --git a/turing-machine/index.html b/turing-machine/index.html
index 90bceb9..a91ec39 100644
--- a/turing-machine/index.html
+++ b/turing-machine/index.html
@@ -9,7 +9,7 @@
<body>
<div class="container">
<h1>Simponic's State System</h1>
- <p><i>Developed for Kulyukin's CS5000</i></p>
+ <p><i>Developed to Explore Ideas In Theory of Computability</i></p>
<hr />
<p id="turing_state">State: _</p>
<div id="tape" class="tape"></div>