aboutsummaryrefslogtreecommitdiff
path: root/theme/templates
diff options
context:
space:
mode:
Diffstat (limited to 'theme/templates')
-rw-r--r--theme/templates/index.html27
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 &middot; Self-Hosting &middot; 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> &middot; <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 %}