diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 67 |
1 files changed, 24 insertions, 43 deletions
@@ -2,7 +2,7 @@ <html> <head> - <title>Nathan Smith's website</title> + <title>Nathan's shitty web</title> <style> @@ -26,59 +26,40 @@ table { <body> <center> - <h1>All the cursed shit I decided to add because why not</h1> + <img src="images/home_title.png"/> <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>Contact</h2> - <img src="images/email.gif" width="16x"/> - <a href="mailto: nathansmith117@sdf.org">Email</a> - </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> - <li><a href="https://github.com/nathansmith117/color_game" target="_blank">color game</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> + <a href="mailto:nathansmith117@sdf.org"><img src="images/email.gif"/>Email</a> + + <h2>About me</h2> + <p> + Many people don't know their reason for existing, others think they know but will + one day have to learn the hard way they were wrong. My reason for existing is to + explore the world around me and continue the nonstop journy of learning and finding + new things. I try to avoid anything that disrupts the journy, requires closing off my + mind and handing it over to someone... If you have a problem with that you can go fuck + yourself! + <br/><br/> + Some of my interests and hobbies: + <ul> + <li>Guitar and bass</li> + <li>Linux</li> + <li>Programming</li> + <li>Electronics modding and DIY</li> + <li>Real leftism and politics (real leftism is very different + than what society wants you to think)</li> + <li>Lite amounts of philosophy and psychology</li> + </ul> + </p> </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> <li><h3><a href="the_philosophy_commune.html">Visit the philosophy commune</a></h3></li> |