summaryrefslogtreecommitdiff
path: root/public/about.html
diff options
context:
space:
mode:
authorSilas Bartha <silas@soaos.dev>2025-05-02 23:54:47 -0400
committerSilas Bartha <silas@soaos.dev>2025-05-02 23:54:47 -0400
commit92f19c216ce5abe7be25084a6d00026075ea2616 (patch)
tree30b1ec4e030203db92fd19e44621ea1e345baf54 /public/about.html
parent342d0792674a56402c39c70c110dda92a8a2add3 (diff)
remove index.html (lol)
Diffstat (limited to 'public/about.html')
-rw-r--r--public/about.html59
1 files changed, 59 insertions, 0 deletions
diff --git a/public/about.html b/public/about.html
new file mode 100644
index 0000000..8fcc7b0
--- /dev/null
+++ b/public/about.html
@@ -0,0 +1,59 @@
+<!DOCTYPE html>
+<!-- Hey haha, yeah I wasn't kidding, I'm writing this whole site by hand. -->
+
+<html lang="en">
+
+<head>
+ <title>soaos</title>
+</head>
+
+<body>
+ <h1>soaos</h1>
+
+ <p>Hey, welcome to my site, or what's left of it, LMAO.</p>
+
+ <h2>About</h2>
+ <p>
+ I'm Silas Bartha, an "artist" and professional software developer.
+ I do full stack for my work and in my free time I mostly work on eccentric software projects which you can read
+ about here (soon).
+ </p>
+
+ <p>
+ Recently I've been trying to branch out a bit.
+ I have a few skills I'd like to pick up over the course of the next few years,
+ which will help me better execute future projects.
+ It's hard because I hate being awful at things haha.
+ </p>
+
+ <!-- <h2>Stuff on this Server (Under Construction)</h2>
+ <ul>
+ <li>
+ <s>Projects</s>
+ </li>
+ <li>
+ <a href="https://git.soaos.dev" target="_blank">Gitea</a>
+ </li>
+ <li>
+ <s>Blog</s> (I wanna start posting more to my mastodon, might bring this back anyway, <a
+ href="https://indieweb.org/POSSE" target="_blank">POSSE</a> right?)
+ </li>
+ <li>
+ <a href="/things_i_like">Things I Like</a>
+ </li>
+ </ul> -->
+
+ <h2>See me</h2>
+ <ul>
+ <li>E-Mail: <a href="mailto:silas@soaos.dev" rel="me">silas@soaos.dev</a></li>
+ <li>YouTube: <a href="https://youtube.com/@soaosdev" rel="me" target="_blank">@soaosdev</a></li>
+ <li>Mastodon: <a href="https://furry.engineer/@soaos" rel="me" target="_blank">soaos@furry.engineer</a></li>
+ </ul>
+
+ <h2>Webrings</h2>
+ <a href="https://evilr.ing/soaos/previous">&larr;</a>
+ <a href="https://evilr.ing">EVILRING</a>
+ <a href="https://evilr.ing/soaos/next">&rarr;</a>
+</body>
+
+</html> \ No newline at end of file