2022-02-18 19:08:34 -05:00
<!DOCTYPE html>
< html >
< head >
< title > Simponic's Static Sites< / title >
2023-02-24 17:02:20 -05:00
< link href = "css/styles.css" rel = "stylesheet" / >
2022-02-18 19:08:34 -05:00
< link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
2023-02-24 17:02:20 -05:00
< script
src="https://kit.fontawesome.com/d7e97ed48f.js"
crossorigin="anonymous"
>< / script >
2024-01-12 21:23:27 -05:00
< meta charset = "utf-8" >
2023-02-24 17:02:20 -05:00
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" / >
2022-02-18 19:08:34 -05:00
< / head >
< body >
< div class = "top-container animate__animated animate__fadeIn" >
2023-02-24 17:02:20 -05:00
< img src = "images/profile.png" class = "profile-picture" / >
2022-12-21 01:20:41 -05:00
< h3 >
2024-04-23 20:08:46 -04:00
👋 hello, im simponic! i like math and penguins. and sometimes, computers (if they're nice).
2023-02-24 17:02:20 -05:00
< br / >
2024-04-23 20:08:46 -04:00
⛓️ < a href = "https://www.linkedin.com/in/simponic/" > linkedin< / a > .
2023-02-24 17:02:20 -05:00
< br / >
2024-04-23 20:08:46 -04:00
📷 < a href = "https://www.instagram.com/simponic03/" > instagram< / a > .
< br / >
🔥 < a href = "https://hatecomputers.club" > hatecomputers.club< / a > .
< br / >
✉️ < a href = "mailto:elizabeth@simponic.xyz" > elizabeth@simponic.xyz< / a > .
< br / >
📖 this page hosts strictly static content! play around if you'd like :D
< br / >
🐙 my gitea is at
2024-01-12 21:25:35 -05:00
< a href = "https://git.simponic.xyz/simponic" > /simponic< / a > .
2022-12-21 01:20:41 -05:00
< / h3 >
2022-02-18 19:08:34 -05:00
< div class = "projects-grid" >
2023-06-22 03:00:50 -04:00
< a class = "project" href = "/euler-golf/" >
2022-02-18 19:08:34 -05:00
< div class = "project-logo-container" >
2023-02-24 17:02:20 -05:00
< i class = "fa-solid fa-golf-ball-tee" > < / i >
2022-02-18 19:08:34 -05:00
< / div >
< div class = "project-body" >
2023-02-24 17:02:20 -05:00
< h1 > Euler Golf 2< / h1 >
< p >
2023-10-25 00:28:40 -04:00
A puzzle game (with BFS solver) to explore rotations in the
complex plane.
2023-02-24 17:02:20 -05:00
< / p >
2022-02-18 19:08:34 -05:00
< / div >
2023-06-22 03:00:50 -04:00
< / a >
2022-02-18 19:08:34 -05:00
2024-01-20 18:03:45 -05:00
< a class = "project" href = "/tabloid-fake-closure/static/" >
< div class = "project-logo-container" >
< i class = "fa-solid fa-newspaper" > < / i >
< / div >
< div class = "project-body" >
< h1 > Tabloid Closures< / h1 >
< p > An implementation of Closures in the esoteric "Tabloid" language, with select Data Structure and Algorithm implementations from scratch by the foundation provided by Lambda Calculus.< / p >
< / div >
< / a >
2023-11-16 16:56:56 -05:00
< 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 >
2023-10-25 01:43:21 -04:00
< a class = "project" href = "/turing-machine/" >
< div class = "project-logo-container" >
< i class = "fa-solid fa-tape" > < / i >
< / div >
< div class = "project-body" >
< h1 > Simponic's State System< / h1 >
< p > A Turing Machine simulator specific to CS5000.< / p >
< / div >
< / a >
2023-06-22 03:00:50 -04:00
< a class = "project" href = "/julia/" >
2022-02-18 19:08:34 -05:00
< div class = "project-logo-container" >
2023-02-24 17:02:20 -05:00
< i class = "fa-solid fa-square-root-variable" > < / i >
2022-02-18 19:08:34 -05:00
< / div >
2023-02-24 17:02:20 -05:00
< div class = "project-body" >
< h1 > Julia Set Explorer< / h1 >
< p >
2023-06-22 03:00:50 -04:00
Zoom, pan, and "c" complex changes in this GPU-accelerated
2023-02-24 17:02:20 -05:00
playground!
< / p >
2022-02-18 19:08:34 -05:00
< / div >
2023-06-22 03:00:50 -04:00
< / a >
2022-03-26 23:09:38 -04:00
2023-06-22 03:00:50 -04:00
< a class = "project" href = "/ft-visualizer/" >
2022-03-26 23:09:38 -04:00
< div class = "project-logo-container" >
2023-02-24 17:02:20 -05:00
< i class = "fa-solid fa-wave-square" > < / i >
2022-03-26 23:09:38 -04:00
< / div >
2023-02-24 17:02:20 -05:00
< div class = "project-body" >
< h1 > Discrete Fourier Visualizer< / h1 >
< p >
Draw how your year has gone and view a reactive graph containing
its DFT by dragging your mouse over the canvas!
< / p >
2022-03-26 23:09:38 -04:00
< / div >
2023-06-22 03:00:50 -04:00
< / a >
< a class = "project" href = "/maize-maze/" >
2023-02-24 17:02:20 -05:00
< div class = "project-logo-container" >
< i class = "fa-solid fa-diagram-project" > < / i >
< / div >
2022-04-26 19:43:04 -04:00
2023-02-24 17:02:20 -05:00
< div class = "project-body" >
< h1 > The A-maze-ing Maize Maze< / h1 >
< p >
2023-10-25 00:28:40 -04:00
A Randomized Kruskal's Maze game with (more) BFS. You play as a
🌽corn stalk trying to become 🍿popcorn.
2023-02-24 17:02:20 -05:00
< / p >
< / div >
2023-06-22 03:00:50 -04:00
< / a >
2023-02-24 17:02:20 -05:00
2023-06-22 03:00:50 -04:00
< a class = "project" href = "/centipede/" >
2022-04-26 19:43:04 -04:00
< div class = "project-logo-container" >
2023-02-24 17:02:20 -05:00
< i class = "fa-solid fa-mosquito" > < / i >
2022-04-26 19:43:04 -04:00
< / div >
< div class = "project-body" >
2023-02-24 17:02:20 -05:00
< h1 > Centipede< / h1 >
2023-10-25 00:28:40 -04:00
< p > Boring remake of the classic arcade game.< / p >
2022-04-26 19:43:04 -04:00
< / div >
2023-06-22 03:00:50 -04:00
< / a >
2022-12-21 01:20:41 -05:00
2023-06-22 03:00:50 -04:00
< a class = "project" href = "/dvd-logo/" >
2022-12-21 01:20:41 -05:00
< div class = "project-logo-container" >
2023-02-24 17:02:20 -05:00
< i class = "fa-solid fa-compact-disc" > < / i >
2022-12-21 01:20:41 -05:00
< / div >
< div class = "project-body" >
2023-02-24 17:02:20 -05:00
< h1 > DVD Logo Bouncing Animation< / h1 >
< p >
2023-06-22 03:00:50 -04:00
Bring back the nostalgia of old-school DVD players with an
intersection predictor. No Canvas API; only svg's and absolute
positioned images.
2023-02-24 17:02:20 -05:00
< / p >
2022-12-21 01:20:41 -05:00
< / div >
2023-06-22 03:00:50 -04:00
< / a >
2022-02-18 19:08:34 -05:00
< / div >
< / div >
< / body >
< / html >