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’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 %}
|