<!DOCTYPE html> <html> <head> <title>Nathan Smith's website</title> <style> body { color: black; background-image: url('images/background.png'); } table { color: black; background-color: #bebebe; margin-top: 10px; margin-bottom: 10px; margin-left: 10px; margin-right: 10px; } </style> </head> <body> <center> <h1>All the cursed shit I decided to add because why not</h1> <table border="1" width="50%"> <tr> <td> <h2>Version control</h2> <ul> <li><a href="https://github.com/nathansmith117" target="_blank">github</a></li> <li><a href="https://gitea.com/nathansmithsmith" target="_blank">gitea</a></li> </ul> </td> </tr> <tr> <td> <h2>Software I made</h2> <p>(Things that stood out to me at 0:00 when making this)</p> <ul> <li><a href="https://gitea.com/nathansmithsmith/youload/releases" target="_blank">youload</a></li> <li><a href="https://gitea.com/nathansmithsmith/nvim_config" target="_blank">nvim_config</a></li> <li><a href="https://github.com/nathansmith117/twine" target="_blank">the holy thing you need</a></li> <li><a href="https://github.com/nathansmith117/HelpfullDuck" target="_blank">duck</a></li> <li><a href="https://github.com/nathansmith117/RaccoonConvert" target="_blank">raccoon</a></li> <li><a href="https://github.com/nathansmith117/SandGame" target="_blank">sand</a></li> </ul> </td> </tr> <tr> <td> <h2>WASM games</h2> <p>(One looks like a tech demo and the other is just fuck)</p> <ul> <li><a href="https://nathansmithsmith.itch.io/killafacsista" target="_blank">Tech demo</a></li> <li><a href="https://nathansmith117.github.io/PenguinYippiesWeb/" target="_blank">FUCK</a></li> </ul> </td> </tr> <tr> <td> <ul> <li><h3><a href="graveyard.html">Visit the graveyard</a></h3></li> <li><h3><a href="linuxRoom.html">Visit the linux room</a></h3></li> <li><h3><a href="blahajRoom.html">Visit the blahaj room</a></h3></li> </ul> </td> </tr> </table> <a href="https://sdf.org" target="_blank"><img src="https://sdf.org/sdfbanner.png" alt="powered by sdf"/></a> <a href="https://yesterweb.org/no-to-web3" target="_blank"><img src="https://yesterweb.org/no-to-web3/img/roly-saynotoweb3.gif" alt="keep the web free"/></a> <img src="images/bi.gif" alt="bi pride"/> <img src="images/coffee.gif" alt="need moar coffee XD"/> </center> </body> </html>