diff options
Diffstat (limited to 'theme')
| -rw-r--r-- | theme/templates/index.html | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/theme/templates/index.html b/theme/templates/index.html index e4e5411..d15eeca 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -1,9 +1,16 @@ {% 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> + <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> |
