diff options
| author | Christian Cleberg <[email protected]> | 2026-03-11 00:06:47 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-03-11 00:06:47 -0500 |
| commit | 25ba3dc9c7369e586a8890a105cdbcd1b4f74697 (patch) | |
| tree | 271f97fde05d1882c7c637d2f84d8ed8c402ae91 /theme/templates/index.html | |
| parent | ce03860635f7bc1d365cedc0416f3ae376e86204 (diff) | |
| download | cleberg.net-25ba3dc9c7369e586a8890a105cdbcd1b4f74697.tar.gz cleberg.net-25ba3dc9c7369e586a8890a105cdbcd1b4f74697.tar.bz2 cleberg.net-25ba3dc9c7369e586a8890a105cdbcd1b4f74697.zip | |
Redesign homepage intro, drop info-strip, update nav and footer
Diffstat (limited to 'theme/templates/index.html')
| -rw-r--r-- | theme/templates/index.html | 29 |
1 files changed, 13 insertions, 16 deletions
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 %} -<section class="metadata"> - <b>User</b> <span>Christian Cleberg <[email protected]></span> - <b>Context</b> <span>Technology Assurance Manager</span> - <b>Status</b>Active</span> -</section> -<section> - <h2>Recent Posts</h2> - <!-- BEGIN_POSTS --> - <!-- END_POSTS --> - <p><a href="/blog/">All Posts →</a></p> -</section> -<section class="indieweb-links"> - <link href="https://github.com/ccleberg" rel="me"> - <link href="https://gitlab.com/ccleberg" rel="me"> - <link href="mailto:[email protected]" rel="me"> -</section> +<div class="homepage-intro"> + <p>Hi, I’m Christian.</p> + <p>I’m a technology auditor who doesn’t trust technology companies.</p> + <p>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.</p> + <p>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.</p> +</div> + +<p class="section-label">Recent Posts</p> +<ul class="post-list"> + <!-- BEGIN_POSTS --> + <!-- END_POSTS --> +</ul> +<a class="all-posts-link" href="/blog/">All Posts →</a> {% endblock %} |
