aboutsummaryrefslogtreecommitdiff
path: root/theme/templates/index.html
blob: d15eecad91041803a98b27a701b1603668a2399b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{% extends "base.html" %} {% block main %}
<div class="homepage-intro">
    <p>My name is Christian.</p>
    <p>I’m a technology auditor who doesn’t trust technology companies.</p>
    <p>I run my own infrastructure. I audit everyone else's.</p>
    <p>The infrastructure is the point. Self-hosted, self-managed, minimal
    dependencies. This site is part of it: plaintext, no trackers, no
    frameworks, no corporate CDN.</p>
    <p>The audit job funds it. KPMG. Technology Assurance. I spend 50-80 hours a
    week inside the systems I refuse to use personally. The irony is the
    business model.</p>
    <p>GPG key, salary, and server stack are all public. That's the whole
    introduction.</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 %}