aboutsummaryrefslogtreecommitdiff
path: root/theme/templates/index.html
blob: e4e541133e72fc2496443e9297498dbb3de9079a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{% extends "base.html" %} {% block main %}
<div class="homepage-intro">
    <p>Hi, I&rsquo;m Christian.</p>
    <p>I&rsquo;m a technology auditor who doesn&rsquo;t trust technology companies.</p>
    <p>By day I&rsquo;m a Technology Assurance Manager at KPMG, working on enterprise IT audits, SOC reports, and emerging technology risk &mdash; 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&rsquo;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 &rarr;</a>
{% endblock %}