pfp update; change to a bc cringe js

This commit is contained in:
Elizabeth Hunt 2023-06-22 00:00:50 -07:00
parent 4165705816
commit 2225874650
Signed by: simponic
GPG Key ID: 52B3774857EB24B1
2 changed files with 20 additions and 23 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 640 KiB

After

Width:  |  Height:  |  Size: 358 KiB

View File

@ -27,7 +27,7 @@
<a href="https://simponic.xyz">simponic.xyz</a>. <a href="https://simponic.xyz">simponic.xyz</a>.
</h3> </h3>
<div class="projects-grid"> <div class="projects-grid">
<div class="project" onclick="window.location='euler-golf/index.html'"> <a class="project" href="/euler-golf/">
<div class="project-logo-container"> <div class="project-logo-container">
<i class="fa-solid fa-golf-ball-tee"></i> <i class="fa-solid fa-golf-ball-tee"></i>
</div> </div>
@ -35,13 +35,13 @@
<div class="project-body"> <div class="project-body">
<h1>Euler Golf 2</h1> <h1>Euler Golf 2</h1>
<p> <p>
A puzzle game (with solver) to explore rotations in the complex A puzzle game (with BFS solver) to explore rotations in the complex
plane. plane.
</p> </p>
</div> </div>
</div> </a>
<div class="project" onclick="window.location='julia/index.html'"> <a class="project" href="/julia/">
<div class="project-logo-container"> <div class="project-logo-container">
<i class="fa-solid fa-square-root-variable"></i> <i class="fa-solid fa-square-root-variable"></i>
</div> </div>
@ -49,16 +49,13 @@
<div class="project-body"> <div class="project-body">
<h1>Julia Set Explorer</h1> <h1>Julia Set Explorer</h1>
<p> <p>
Zoom, pan, and "c" complex changes in this fun GPU-accelerated Zoom, pan, and "c" complex changes in this GPU-accelerated
playground! playground!
</p> </p>
</div> </div>
</div> </a>
<div <a class="project" href="/ft-visualizer/">
class="project"
onclick="window.location='ft-visualizer/index.html'"
>
<div class="project-logo-container"> <div class="project-logo-container">
<i class="fa-solid fa-wave-square"></i> <i class="fa-solid fa-wave-square"></i>
</div> </div>
@ -70,8 +67,9 @@
its DFT by dragging your mouse over the canvas! its DFT by dragging your mouse over the canvas!
</p> </p>
</div> </div>
</div> </a>
<div class="project" onclick="window.location='maize-maze/index.html'">
<a class="project" href="/maize-maze/">
<div class="project-logo-container"> <div class="project-logo-container">
<i class="fa-solid fa-diagram-project"></i> <i class="fa-solid fa-diagram-project"></i>
</div> </div>
@ -79,13 +77,13 @@
<div class="project-body"> <div class="project-body">
<h1>The A-maze-ing Maize Maze</h1> <h1>The A-maze-ing Maize Maze</h1>
<p> <p>
A Randomized Kruskal's Maze game with BFS path-finding. You play A Randomized Kruskal's Maze game with (more) BFS. You play
as a 🌽corn stalk trying to become 🍿popcorn. as a 🌽corn stalk trying to become 🍿popcorn.
</p> </p>
</div> </div>
</div> </a>
<div class="project" onclick="window.location='centipede/index.html'"> <a class="project" href="/centipede/">
<div class="project-logo-container"> <div class="project-logo-container">
<i class="fa-solid fa-mosquito"></i> <i class="fa-solid fa-mosquito"></i>
</div> </div>
@ -93,13 +91,12 @@
<div class="project-body"> <div class="project-body">
<h1>Centipede</h1> <h1>Centipede</h1>
<p> <p>
In this game, shoot all the centipede bodies and score points and Boring remake of the classic arcade game.
go up levels.
</p> </p>
</div> </div>
</div> </a>
<div class="project" onclick="window.location='dvd-logo/index.html'"> <a class="project" href="/dvd-logo/">
<div class="project-logo-container"> <div class="project-logo-container">
<i class="fa-solid fa-compact-disc"></i> <i class="fa-solid fa-compact-disc"></i>
</div> </div>
@ -107,12 +104,12 @@
<div class="project-body"> <div class="project-body">
<h1>DVD Logo Bouncing Animation</h1> <h1>DVD Logo Bouncing Animation</h1>
<p> <p>
Brings back the nostalgia of old-school DVD players with an Bring back the nostalgia of old-school DVD players with an
intersection predictor. The twist: no Canvas API! Only svg's and intersection predictor. No Canvas API; only svg's and absolute
absolute positioned images! positioned images.
</p> </p>
</div> </div>
</div> </a>
</div> </div>
</div> </div>
</body> </body>