aboutsummaryrefslogtreecommitdiff
path: root/projects.html
diff options
context:
space:
mode:
authorJacob Janzen <jjanzenn@proton.me>2024-04-12 15:24:36 -0500
committerJacob Janzen <jjanzenn@proton.me>2024-04-12 15:24:36 -0500
commit5b537ba863c46cd0c3a820edba9e9286dab5c0a9 (patch)
tree9e4da6c1b8f3b4bce740b5751b2044fb5d48b168 /projects.html
parent0a2350c75ebdf99bb2ac74c5243242ee3a1c2502 (diff)
org-based setup
Diffstat (limited to 'projects.html')
-rw-r--r--projects.html55
1 files changed, 0 insertions, 55 deletions
diff --git a/projects.html b/projects.html
deleted file mode 100644
index 56086dc..0000000
--- a/projects.html
+++ /dev/null
@@ -1,55 +0,0 @@
-<!doctype html>
-<html lang="en">
- <head>
- <meta charset="utf-8" />
- <title>Projects</title>
- <meta name="viewport" content="width=device-width, initial-scale=1" />
-
- <link rel="stylesheet" href="styles.css" />
- <link rel="icon" type="image/png" href="data:image/png;base64," />
- </head>
- <body>
- <div class="header">
- <a href="./index.html">Home</a>
- <a href="./projects.html">Projects</a>
- <a href="./tea.html">Tea Tasting Notes</a>
- <a href="./rants.html">Rants</a>
- <a href="./about.html">About Me</a>
- </div>
- <div class="body">
- <h1>Projects</h1>
- <h2>In Progress</h2>
- <ul>
- <li>
- <a href="https://git.sr.ht/~jjanzen/urlg" target="_blank">urlg</a>: an
- old-style roguelike written in C with ncurses. Progress is slow as I
- only work on this one when I'm feeling really inspired.
- </li>
- </ul>
- <h2>Finished</h2>
- <ul>
- <li>
- <a href="https://github.com/codyauch/IPN-Project" target="_blank"
- >IPN Project</a
- >: implementing an interplanetary network simulation using ns-3.
- </li>
- <li>
- <a href="https://jacobjanzen.itch.io/space-cowboy" target="_blank"
- >Space Cowboy</a
- >: a simple platforming game with some "interesting" physics written
- for the 2022 University of Manitoba Computer Science Student
- Association Game Jam.
- </li>
- <li>
- <a
- href="https://git.sr.ht/~jjanzen/writhing-mass-of-flesh"
- target="_blank"
- >Writhing Mass of Flesh</a
- >: a program that procedurally generates mildly disturbing looking
- GIFs. Winner of the best code category for the University of Manitoba
- DevClub's 2022 generative art challenge.
- </li>
- </ul>
- </div>
- </body>
-</html>