diff options
| author | Christian Cleberg <[email protected]> | 2026-04-05 21:46:37 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-04-05 21:46:37 -0500 |
| commit | 1ff252b61aa7e4c13e8184e34f8447b74a4b2560 (patch) | |
| tree | d5367edb5ec2d7744fec430513fb38dafb8c583a /theme/templates | |
| parent | 719b5b70ff41e3d887a0f4fa90f4da94c1325608 (diff) | |
| download | cleberg.net-1ff252b61aa7e4c13e8184e34f8447b74a4b2560.tar.gz cleberg.net-1ff252b61aa7e4c13e8184e34f8447b74a4b2560.tar.bz2 cleberg.net-1ff252b61aa7e4c13e8184e34f8447b74a4b2560.zip | |
update homepage design
Diffstat (limited to 'theme/templates')
| -rw-r--r-- | theme/templates/index.html | 27 |
1 files changed, 17 insertions, 10 deletions
diff --git a/theme/templates/index.html b/theme/templates/index.html index c69a276..0cfe8ba 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -1,15 +1,20 @@ {% extends "base.html" %} {% block main %} <section> <h1>Christian Cleberg</h1> - <p>Privacy · Self-Hosting · iOS</p> - <p>I build tools, write about systems, and run my own infrastructure.</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><a href="/uses">Uses</a> · <a href="/now">Now</a></p> +</section> + +<section> + <h2>Projects</h2> + <p>Things I've built.</p> <ul> - <li><a href="/posts">Writing</a></li> - <li><a href="/projects">Projects</a></li> - <li><a href="/services">Services</a></li> - <li><a href="/uses">Uses</a></li> - <li><a href="/now">Now</a></li> + <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>Find my SourceHut and GitHub profile links below.</i></p> </section> <section> @@ -19,10 +24,12 @@ </section> <section> - <h2>Contact</h2> + <h2>Elsewhere</h2> <ul> - <li>Email: <a href="mailto:[email protected]">[email protected]</a></li> - <li>Signal: <span>[your number or handle]</span></li> + <li>Sourcehut (primary): <a href="https://sr.ht/~ccleberg">~ccleberg</a></li> + <li>GitHub (backup): <a href="https://github.com/ccleberg">@ccleberg</a></li> + <li>Email: <a href="mailto:[email protected]">[email protected]</a> (<a href="/gpg.txt">GPG</a>)</li> + <li>Signal: <span>@cmc.01</span></li> </ul> </section> {% endblock %} |
