diff options
| author | soaos <soaos@soaos.dev> | 2025-11-24 05:53:12 -0500 |
|---|---|---|
| committer | soaos <soaos@soaos.dev> | 2025-11-24 05:53:12 -0500 |
| commit | 4830ee8b52859155455a9a46c22f7bf9698141c2 (patch) | |
| tree | 129f70b89da84197e232b8e748e395eced2d47f4 /templates/index.html | |
| parent | a5b6bd2ba02786c4539beb4a64d3a6a64ef7dbfc (diff) | |
added about me page
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 5 |
1 files changed, 3 insertions, 2 deletions
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")}} <p> 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='<span class="flip" data-title="Soaos"><span class="hidden-selectable">Soaos</span></span> 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) }} |
