diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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> |