diff options
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 %} |
