diff options
Diffstat (limited to 'theme')
| -rw-r--r-- | theme/templates/base.html | 2 | ||||
| -rw-r--r-- | theme/templates/index.html | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/theme/templates/base.html b/theme/templates/base.html index a474dde..54c2ec9 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -40,6 +40,8 @@ <a href="/feed.xml">RSS</a> · <a href="http://paske4urhs6nttrtlkuwa5cowum3fjkc6yv6kl4ncx3mjxcd77764nqd.onion/">Onion</a> · <a href="/tips/">Tips</a> + <br> + <a href="https://zerolabs.sh">zero labs</a> </footer> </body> </html> diff --git a/theme/templates/index.html b/theme/templates/index.html index 27530fc..5102892 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -1,8 +1,9 @@ {% extends "base.html" %} {% block main %} <section> <h1>Christian Cleberg</h1> + <p><a href="https://zerolabs.sh">zero labs</a></p> <p>Privacy · Self-Hosting · iOS</p> - <p>I build tools, write about systems, and run my own infrastructure. I focus on privacy, user freedom, security, and self-hosting.</p> + <p>I build tools, write about systems, and run my own infrastructure. Focused on privacy, user control, and long-term utility.</p> <p><a href="/uses">Uses</a> · <a href="/now">Now</a></p> </section> @@ -17,7 +18,7 @@ <section> <h2>Projects</h2> - <p>Things I've built.</p> + <p>Software I build and maintain.</p> <ul> <li><a href="https://sr.ht/~ccleberg/Hutch/">Hutch</a>: iOS client for SourceHut</li> <li><a href="https://sr.ht/~ccleberg/Rune/">Rune</a>: iOS client for Njalla</li> |
