summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/about.md18
-rw-r--r--static/assets/badges/rss.gifbin0 -> 567 bytes
-rw-r--r--static/style.css1
-rw-r--r--templates/base.html7
4 files changed, 24 insertions, 2 deletions
diff --git a/content/about.md b/content/about.md
index f980cd7..579df04 100644
--- a/content/about.md
+++ b/content/about.md
@@ -3,6 +3,20 @@ title: "about"
template: "about.html"
---
-The darkness peeled back {{ age() }} years ago and I tumbled out, scared and confused.
+<img src="https://seccdn.libravatar.org/avatar/60676663f4ef6962ce3619df033ff144?s=128&d=identicon" style="float:left; margin: 1rem;" alt="Photo of me"/> Hey, I'm {% soaosed() %}soaos{% end %}, a software developer and "artist", perpetually trying to do something interesting.
-<!-- I've been messing around with computers for a very long time. I feel very lucky to have the skillset that I do. I feel empowered to push back against the hegemonic and unfun state that the digital world has entered. Being able to self-host most of the services I depend on makes me very happy. --> \ No newline at end of file
+I'm currently living in Waterloo, Ontario. I went to college here and decided to stick around because I wuv it so much.
+
+I've been messing around with computers for a very long time. I feel very lucky to have the skillset that I do. I feel empowered to push back against the hegemonic and unfun state that the digital world has entered. Being able to self-host most of the services I depend on makes me very happy.
+
+## My Work
+
+The darkness peeled back {{ age() }} years ago and I tumbled out, scared and confused; I became a software engineer and remained that way.
+
+I do full stack development for my day job. It may come as a shock, but I don't particularly enjoy doing web dev outside of work, and I think this helps me continue to enjoy my personal projects in other areas, such as native desktop application and video game development.
+
+Check out my [projects page](/projects) to see all the stuff I'm working on!
+
+## 🥺 BE MY FRIEND PLEASE PLEASE PLEASE PLEASE
+
+If you want to do something cool together, or just shoot the shit about whatever, feel free to send me an email at [soaos@soaos.dev](mailto:soaos@soaos.dev) or (if you're a cool guy) an instant message via Jabber/XMPP at [soaos@chat.soaos.dev](xmpp:soaos@chat.soaos.dev). I'm always excited to meet like-minded and passionate people.
diff --git a/static/assets/badges/rss.gif b/static/assets/badges/rss.gif
new file mode 100644
index 0000000..6d20802
--- /dev/null
+++ b/static/assets/badges/rss.gif
Binary files differ
diff --git a/static/style.css b/static/style.css
index b4c788a..ce94a14 100644
--- a/static/style.css
+++ b/static/style.css
@@ -118,6 +118,7 @@ a.evil:hover {
#badge-grid {
display: flex;
gap: 4px;
+ flex-wrap: wrap;
}
.unselectable {
diff --git a/templates/base.html b/templates/base.html
index ce2c968..eb8981d 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -86,6 +86,13 @@
alt="Work on this site released under CC0"
/></a>
</li>
+ <li>
+ <a href="https://soaos.dev/atom.xml" target="_blank"
+ ><img
+ src="/assets/badges/rss.gif"
+ alt="RSS Feed"
+ /></a>
+ </li>
</ul>
</div>
<div class="status-bar">