simponic.xyz/index.html

161 lines
5.0 KiB
HTML
Raw Permalink Normal View History

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">
2024-04-23 20:26:31 -04:00
<div class="about">
<div class="avatar">
2024-06-24 01:19:01 -04:00
<img src="https://hatecomputers.club/uploads/avatars/f54386d9-f310-4c5a-a3f9-e950320479f7" class="profile-picture" />
2024-04-23 20:26:31 -04:00
</div>
<div class="about-text">
<p>
👋 hello, im simponic!
<br />
❤️ i like math, cooking, running, and penguins.
<br />
2024-06-24 01:17:27 -04:00
🐙 check my gitea at
2024-06-24 01:19:01 -04:00
<a href="https://git.simponic.xyz/simponic">git.simponic.xyz/simponic</a>!
2024-06-24 01:17:27 -04:00
<br />
2024-04-23 20:26:31 -04:00
🔥 <a href="https://hatecomputers.club">hatecomputers.club</a>.
<br />
✉️ <a href="mailto:elizabeth@simponic.xyz">elizabeth@simponic.xyz</a>.
<br />
2024-04-23 20:28:19 -04:00
📖 this page hosts fun stuff! play around if you'd like.
2024-04-23 20:26:31 -04:00
</p>
</div>
</div>
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>
2024-06-24 00:54:14 -04:00
<p>An implementation of Closures in the esoteric "Tabloid" language, with select Data Structure and Algorithm implementations from scratch in (essentially) Lambda Calculus.</p>
2024-01-20 18:03:45 -05:00
</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>
<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>
2024-04-29 14:24:27 -04:00
<p>A neatly animated Turing Tape simulator.</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>