From 4830ee8b52859155455a9a46c22f7bf9698141c2 Mon Sep 17 00:00:00 2001 From: soaos Date: Mon, 24 Nov 2025 05:53:12 -0500 Subject: added about me page --- templates/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index 89c7279..90b8d75 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3,6 +3,7 @@ {% block content %} {% set soaos = macros::soaosed(text="soaos") | trim %} +{% set Soaos = macros::soaosed(text="Soaos") | trim %} {{macros::window(title="👤 Welcome to " ~ soaos ~ ".dev")}}

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. @@ -14,10 +15,10 @@ I'm an "artist" and professional software developer. In my free time I mostly wo {{ macros::subtree(name="🌲 Projects", open=true, url="/projects") }} {{ macros::treelink(text="🎭 Off Book", url="https://offbook.ca", wip=true, blank=true) }} {{ macros::endsubtree() }} - {{ macros::treelink(text="🦌 Things I Like", url="/things_i_like", wip=true, wip_tooltip="🦌 -honestly these things are redundant, everything is under construction") }} + {{ macros::treelink(text="🦌 About Me", url="/about", wip=true, wip_tooltip="🦌 -honestly these things are redundant, everything is under construction") }} {{ macros::endsubtree() }} -{{ macros::subtree(name='Soaos Services') }} +{{ macros::subtree(name=Soaos ~ ' Services') }} {{ macros::treelink(text="🌱 Git Repositories", url="https://git.soaos.dev", blank=true, wip=true) }} {{ macros::treelink(text="📺 Videos", url="https://tv.soaos.dev/c/soaosdev", blank=true) }} {{ macros::treelink(text="🗃 Web Archive", url="https://archive.soaos.dev", blank=true) }} -- cgit v1.2.3