<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>Hi 👋, I'm Kristof.</title>
  <link rel="stylesheet" href="assets/main.css" />
</head>
<body>
  <div class="container">
    <img src="assets/me-1000w.webp" alt="Photo of me" />
    <h1>Hi 👋, I'm Kristof.</h1>
    <p>
        I'm an experienced Solution Architect with 20 years of turning complex technical challenges into intuitive, user-focused solutions that drive innovation, business growth, and meaningful digital impact.
    </p>
    <ul class="links">
      <li><a href="mailto:mail@kristofdreier.de">Email</a></li>
      <li><a href="https://github.com/herrkris">GitHub</a></li>
      <li><a href="https://bsky.app/profile/kristofdreier.de">Bluesky</a></li>
    </ul>
  </div>
</body>
</html>
