From 25ba3dc9c7369e586a8890a105cdbcd1b4f74697 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Wed, 11 Mar 2026 00:06:47 -0500 Subject: Redesign homepage intro, drop info-strip, update nav and footer --- theme/templates/index.html | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-) (limited to 'theme/templates/index.html') diff --git a/theme/templates/index.html b/theme/templates/index.html index 4491f14..e4e5411 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -1,18 +1,15 @@ {% extends "base.html" %} {% block main %} -
- User Christian Cleberg <hello@cleberg.net> - Context Technology Assurance Manager - StatusActive -
-
-

Recent Posts

- - -

All Posts →

-
- +
+

Hi, I’m Christian.

+

I’m a technology auditor who doesn’t trust technology companies.

+

By day I’m a Technology Assurance Manager at KPMG, working on enterprise IT audits, SOC reports, and emerging technology risk — cloud, AI, digital assets. By night I run my own infrastructure, avoid every platform I audit, and try to own as much of my digital life as possible.

+

This site is an insight into my brain. Sometimes I write blog posts, sometimes I take care of my garden entries, and sometimes I share things, like my salary or what I’m doing right now.

+
+ +

Recent Posts

+ +All Posts → {% endblock %} -- cgit v1.2.3