aboutsummaryrefslogtreecommitdiff
path: root/graveyard.html
diff options
context:
space:
mode:
authornathansmith117 <nathansmith@posteo.com>2025-03-10 06:37:34 -0600
committernathansmith117 <nathansmith@posteo.com>2025-03-10 06:37:34 -0600
commit35f1e34e3f3ff9c1ce4aae4379395eaed49d759a (patch)
treeaabe2cc3875cb7b54f91531a7a3c6f53bb8a1db8 /graveyard.html
parent15f57c27e59d3065f9504b40433de889fee4db67 (diff)
Starting to really change the website
Diffstat (limited to 'graveyard.html')
-rw-r--r--graveyard.html73
1 files changed, 0 insertions, 73 deletions
diff --git a/graveyard.html b/graveyard.html
deleted file mode 100644
index a6e668d..0000000
--- a/graveyard.html
+++ /dev/null
@@ -1,73 +0,0 @@
-<!DOCTYPE html>
-<html>
-
-<head>
- <title>graveyard</title>
-
-<style>
-
-body {
- color: white;
- background-image: url('images/graveyard_background.jpg');
-}
-
-table {
- color: black;
- background-color: #bebebe;
- margin-top: 10px;
- margin-bottom: 10px;
- margin-left: 10px;
- margin-right: 10px;
-}
-
-</style>
-
-</head>
-
-<body>
-
- <center>
- <h1>Where dead projects are</h1>
- <table border="1" width="50%">
- <tr>
- <td>
- <h2>This place is as big as it is because of adhd</h2>
- <ul>
- <li><a href="https://github.com/nathansmith117/zombie_friends" target="_blank">WTF was I thinking!!!</a></li>
- <li><a href="https://gitea.com/nathansmithsmith/HiIAmAPencil" target="_blank">school shooting</a></li>
- <li><a href="https://gitea.com/nathansmithsmith/NorthFurniture" target="_blank">Not ikea</a></li>
- <li><a href="https://github.com/nathansmith117/robot_emulator" target="_blank">robot go vroom!</a></li>
- <li><a href="https://github.com/nathansmith117/tickoattwo" target="_blank">weird ass tiktacktoe</a></li>
- <li><a href="https://github.com/nathansmith117/fltk_snake" target="_blank">Perfectly working snake but never went far</a></li>
- <li><a href="https://github.com/nathansmith117/BlockyBuild" target="_blank">Minecraft clone doomed from the start</a></li>
- <li><a href="https://github.com/nathansmith117/ChatbotLoop" target="_blank">Evil chatbot human suffering orgy</a></li>
- </ul>
-
- <h2>Shit to bring up</h2>
- <ul>
- <li>Call out to every stupid game idea I ever had</li>
- <li>A joystick library in c I think I never uplaoded and deleted</li>
- <li>A pygame game that was terrible and only had a single playable level that I deleted by mistake</li>
- <li>The countless projects that I deleted because I fucking hated them but now I kind of wish I kept them in a place deep on the internet</li>
- <li>Anything I forgor to add the the other list</li>
- </ul>
-
- <h2>Found some stuff recently</h2>
- <p>
- I was digging around and found these old projects and uploaded them to github.<br/>
- New programmers out there! upload your shit you might want it later no matter how shitty it is!<br/><br/>
- The old projects can be found <a href="https://github.com/nathansmith117/forgorttonProjects" target="_blank">here</a>.
- Shitty code enter at your own risk!!!
- </p>
- </td>
- </tr>
- <tr>
- <td>
- <h2><a href="index.html">Back to main page</a></h2>
- </td>
- </tr>
- </table>
- </center>
-
-</body>
-</html>