summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorsoaos <soaos@soaos.dev>2025-08-12 23:17:55 -0400
committersoaos <soaos@soaos.dev>2025-08-12 23:17:55 -0400
commit3f114ebe5c4d3618504b0e623b52c22e262de854 (patch)
tree9a16dc198fa3140dcff62e997a285246f5f24059 /index.html
parent20c1ed2c45abf792ddc09e1aa757443bec2a1f92 (diff)
Moved public files to root
Diffstat (limited to 'index.html')
-rw-r--r--index.html58
1 files changed, 58 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..725c752
--- /dev/null
+++ b/index.html
@@ -0,0 +1,58 @@
+<!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>
+ <a href="/projects">Projects</a>
+ </li>
+ <li>
+ <a href="https://git.soaos.dev" target="_blank">Gitea</a>
+ </li>
+ <li>
+ <a href="/blog">Blog</a>
+ </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