summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorLogan Hunt <loganhunt@simponic.xyz>2022-04-26 17:43:04 -0600
committerLogan Hunt <loganhunt@simponic.xyz>2022-04-26 17:43:04 -0600
commit079cf656826fd5ae9ba0e4d2583fa3986e65fdf1 (patch)
treeaca6ebead795493b8847957160f8e3ffdd1d5b4e /index.html
parentd553553d1a6c15a10f78010ead9963772868e3be (diff)
downloadsimponic.xyz-079cf656826fd5ae9ba0e4d2583fa3986e65fdf1.tar.gz
simponic.xyz-079cf656826fd5ae9ba0e4d2583fa3986e65fdf1.zip
Add julia viewer
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 452ab03..eb3555f 100644
--- a/index.html
+++ b/index.html
@@ -58,6 +58,17 @@
<p>In this game, shoot all the centipede bodys and score points and go up levels.</p>
</div>
</div>
+
+ <div class="project" onclick="window.location='julia/index.html'">
+ <div class="project-logo-container">
+ <i class="fa-solid fa-square-root-variable"></i>
+ </div>
+
+ <div class="project-body">
+ <h1>Julia Set Explorer</h1>
+ <p>Zoom, pan, and "c" complex changes (terrible pun on see) in this fun GPU-accelerated playground!</p>
+ </div>
+ </div>
</div>
</div>
</body>