summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorsoaos <soaos@soaos.dev>2025-11-21 21:14:12 -0500
committersoaos <soaos@soaos.dev>2025-11-21 21:14:12 -0500
commitba76e77d935998e4b128053dcc61d2ed4884cdda (patch)
tree5464dccd475404b509f048f4525193a8ff36a715 /index.html
parent6e3a7252608197b6571a56c9b07be09f254e8bae (diff)
zola migration
Diffstat (limited to 'index.html')
-rw-r--r--index.html105
1 files changed, 0 insertions, 105 deletions
diff --git a/index.html b/index.html
deleted file mode 100644
index 42a9d2a..0000000
--- a/index.html
+++ /dev/null
@@ -1,105 +0,0 @@
-<!DOCTYPE html>
-<!-- Hey haha, yeah I wasn't kidding, I'm writing this whole site by hand. -->
-
-<html lang="en">
-
-<head>
- <title>soaos</title>
- <link rel="icon" href="favicon.png" />
- <link rel="preload" href="/assets/unifont.woff2" as="font" type="font/woff2" />
- <link rel="preload" href="/assets/unifont_upper.woff2" as="font" type="font/woff2" />
- <link rel="stylesheet" href="/style.css" />
- <link rel="stylesheet" href="/index.css" />
- <meta charset="UTF-8" />
-</head>
-
-<body>
- <div class="section">
- <div class="center-content">
- <div id="weird-fucking-header-container" title="🦌 -wuh">
- <h1 class="half whatever">𐂂🌲🌲🌲 soaos 🌲🌲🌲𐂂</h1>
- <h1 class="flip-x half whatever">𐂂🌲🌲🌲 soaos 🌲🌲🌲𐂂</h1>
- </div>
- </div>
- <p class="centered">
- I'm an "artist" and professional software developer.
- In my free time I mostly work on eccentric software projects which you can
- read about here.
- </p>
- </div>
-
- <div class="section">
- <div class="horizontal-container">
- <div class="centered">
- <h2>Stuff on this Site</h2>
- <ul class="no-bullets inline-block">
- <!-- <li>
- <a href="/projects">☿ Projects</a><span class="under-construction unselectable"
- title="🦌 -this shit is under construction, pal!"> ⚠</span>
- </li> -->
- <li>
- <a href="/blog">📖 Blog</a><span class="under-construction unselectable"
- title="🦌 -this shit is under construction!"> ⚠</span>
- </li>
- <li>
- <a href="/things_i_like">🦌 Things I Like</a><span class="under-construction unselectable"
- title="🦌 -honestly these things are redundant, everything is under construction"> ⚠</span>
- </li>
- <li>
- <a href="/rockstats">♫ Rockbox Stats</a>
- </li>
- </ul>
- </div>
-
- <div class="centered">
- <h2>Stuff on this Server</h2>
- <ul class="no-bullets inline-block">
- <li><a href="https://app.radicle.xyz/nodes/seed.soaos.dev" target="_blank">🌱 Source Code</a></li>
- <li><a href="https://tv.soaos.dev/c/soaosdev" target="_blank">📺 Videos</a></li>
- <li><a href="https://archive.soaos.dev" target="_blank">🗃 Web Archive</a></li>
- <li><a href="https://search.soaos.dev" target="_blank">🔍 Search Engine</a></li>
- <li><a href="gemini://soaos.dev">♊ Gemini Site</a></li>
- <!-- <li><a href="http://3uqdpspct5xocufs6d4wbdelxlqp4bmciwcgwmqv6c5f2gdsqvawgaad.onion">🧅 Tor Site</a></li>-->
- </ul>
- </div>
- <div class="centered">
- <h2>Find Me Elsewhere</h2>
- <ul class="no-bullets inline-block">
- <li><a href="mailto:soaos@soaos.dev" rel="me">📧 soaos@soaos.dev</a></li>
- <li><a href="http://soaos.dog" rel="me" target="_blank">🐘 soaos@furry.engineer</a></li>
- <li><a
- href="https://ssb.soaos.dev/~core/ssb/#@Y1EKP4PU77qby4lI+m5MN6+NcYdjTdRQlV6NmluevuY=.ed25519" target="_blank">~😎
- soaos</a></li>
- </ul>
- </div>
- </div>
- </div>
-
- <div class="section centered">
- <h2>Webrings</h2>
- <a class="evil" href="https://evilr.ing/soaos/previous">⛧</a>
- <a class="evil" href="https://evilr.ing">EVILRING</a>
- <a class="evil" href="https://evilr.ing/soaos/next">⛤</a>
- </div>
-
- <footer class="centered">
- <h2 class="hidden">Badges</h2>
- <ul id="badge-grid" class="no-bullets">
- <li><a href="https://neocities.org/" target="_blank"><img src="/assets/badges/html.gif"
- alt="Learn HTML Now!" /></a></li>
- <li><img src="/assets/badges/javascript.gif" alt="Javascript-Free Page" /></li>
- <li><a href="https://lynx.browser.org/" target="_blank"><img src="/assets/badges/lynx.gif"
- alt="Lynx Compatible" /></a></li>
- <li><a href="https://www.debian.org/" target="_blank"><img src="/assets/badges/powered-by-debian.gif"
- alt="Powered by Debian" /></a></li>
- <li><a href="https://neovim.io/" target="_blank"><img src="/assets/badges/neovim.gif"
- alt="Made with Neovim" /></a></li>
- <li><a href="/hell"><img src="/assets/badges/go2hell.gif" alt="Go 2 Hell Now!" /></a></li>
- </ul>
- <div>
- <div class="inline-block" title="🦌 -<3"><span class="red-on-white">█🍁█</span> 2025</div>
- </div>
- </footer>
-</body>
-
-</html>