diff options
| author | Christian Cleberg <[email protected]> | 2026-04-09 22:25:40 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-04-09 22:25:40 -0500 |
| commit | b41f62c2851f2ac1b4eeb8acad483c2ef8af9be5 (patch) | |
| tree | 675f9bec79249866a51bb97fe8f26e4e6169fb7a /theme/templates/index.html | |
| parent | 4f5d68d916d182ff44e2f0ac3af2afb7fa305079 (diff) | |
| download | cleberg.net-b41f62c2851f2ac1b4eeb8acad483c2ef8af9be5.tar.gz cleberg.net-b41f62c2851f2ac1b4eeb8acad483c2ef8af9be5.tar.bz2 cleberg.net-b41f62c2851f2ac1b4eeb8acad483c2ef8af9be5.zip | |
move apps to zerolabs.sh
Diffstat (limited to 'theme/templates/index.html')
| -rw-r--r-- | theme/templates/index.html | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/theme/templates/index.html b/theme/templates/index.html index 5102892..4526202 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block main %} <section> <h1>Christian Cleberg</h1> - <p><a href="https://zerolabs.sh">zero labs</a></p> + <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. Focused on privacy, user control, and long-term utility.</p> <p><a href="/uses">Uses</a> · <a href="/now">Now</a></p> @@ -17,17 +17,6 @@ </section> <section> - <h2>Projects</h2> - <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> - <li><a href="https://github.com/audit-labs/audit-tools">Audit Tools</a>: Automated scripts for auditors</li> - </ul> - <p><i>More projects are available on SourceHut and GitHub below.</i></p> -</section> - -<section> <h2>Elsewhere</h2> <p>Places to find me online.</p> <ul> |
