aboutsummaryrefslogtreecommitdiff
path: root/theme/templates
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-04-05 21:16:59 -0500
committerChristian Cleberg <[email protected]>2026-04-05 21:16:59 -0500
commit719b5b70ff41e3d887a0f4fa90f4da94c1325608 (patch)
tree5fee9cb5eceb4c78251b5fdc723e62a50a5f17bd /theme/templates
parent4c0da6bb3d22b4b8fbf35b7999237bcb96afd26f (diff)
downloadcleberg.net-719b5b70ff41e3d887a0f4fa90f4da94c1325608.tar.gz
cleberg.net-719b5b70ff41e3d887a0f4fa90f4da94c1325608.tar.bz2
cleberg.net-719b5b70ff41e3d887a0f4fa90f4da94c1325608.zip
update homepage design
Diffstat (limited to 'theme/templates')
-rw-r--r--theme/templates/index.html36
1 files changed, 21 insertions, 15 deletions
diff --git a/theme/templates/index.html b/theme/templates/index.html
index de9fae3..c69a276 100644
--- a/theme/templates/index.html
+++ b/theme/templates/index.html
@@ -1,22 +1,28 @@
{% extends "base.html" %} {% block main %}
<section>
- <p><b>Hi, I'm Christian.</b></p>
- <p>I'm a Technology Assurance Manager @ KPMG.</p>
- <p>I use this site as a place to think out loud (see my <a href="/blog/">blog</a>, <a href="/garden/">garden</a>, or
- <a href="/guides/">guides</a>), a place to publish information (see
- my <a href="https://cv.cleberg.net">CV</a> and <a href="/salary/">salary</a>
- pages), and a foundational URI to use for my projects (see
- my <a href="/apps/">apps</a>).</p>
- <p>If you want to chat, you can find me in the following spaces:</p>
+ <h1>Christian Cleberg</h1>
+ <p>Privacy · Self-Hosting · iOS</p>
+ <p>I build tools, write about systems, and run my own infrastructure.</p>
<ul>
- <li>hello [at] cleberg.net (<a href="/gpg.txt">PGP Key</a>)</li>
- <li>@cmc.01 on <a href="https://signal.org">Signal</a></li>
+ <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>
</ul>
- <p>Curious about the technology behind this website? Check out my <a href="/uses/">/uses</a> page.</p>
- <p>Curious about what I've been up to lately in my personal life? Check out my <a href="/now/">/now</a> page.</p>
</section>
-<p>Recent Posts</p>
-<!-- BEGIN_POSTS --><!-- END_POSTS -->
-<p><a href="/blog/">All Posts &rarr;</a></p>
+<section>
+ <h2>Recent Posts</h2>
+ <!-- BEGIN_POSTS --><!-- END_POSTS -->
+ <p><a href="/blog/">All Posts &rarr;</a></p>
+</section>
+
+<section>
+ <h2>Contact</h2>
+ <ul>
+ <li>Email: <a href="mailto:[email protected]">[email protected]</a></li>
+ <li>Signal: <span>[your number or handle]</span></li>
+ </ul>
+</section>
{% endblock %}