diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-11-16 14:56:56 -0700 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-11-16 14:56:56 -0700 |
commit | ec2b924fdac0b609c2bda4e857113674965732af (patch) | |
tree | 1997edfae1227bbee0654a6ca05c2c2585e89c20 /index.html | |
parent | 30f9f2bc185b88669030f7b1a433d79c39c9f1bf (diff) | |
download | simponic.xyz-ec2b924fdac0b609c2bda4e857113674965732af.tar.gz simponic.xyz-ec2b924fdac0b609c2bda4e857113674965732af.zip |
godel init foo
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -44,6 +44,17 @@ </div> </a> + <a class="project" href="/godel/"> + <div class="project-logo-container"> + <i class="fa-solid fa-microchip"></i> + </div> + + <div class="project-body"> + <h1>Godel Explorer</h1> + <p>Compile L-Programs into JavaScript and Godel numbers.</p> + </div> + </a> + <a class="project" href="/turing-machine/"> <div class="project-logo-container"> <i class="fa-solid fa-tape"></i> |