<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Veit Irtenkauf: Home</title>
    <link rel="stylesheet" href="irtenkauf.css">
    <link rel="shortcut icon" type="image/svg" href="favicon.svg">
</head>
<body>
    <div class="container">
        <header>
            <h1>VEIT IRTENKAUF</h1>
        </header>

        <main>
            <section class="intro">
                <h2>Me in 10 Seconds</h2>
                <p>I’ve been a <a class="link-about-style" href="https://www.linkedin.com/in/veitirtenkauf/" id="veit-irtenkauf-on-linkedin" target="_blank">tech worker</a>, <a class="link-about-style" href="https://digitaldazzle.com/" target="_blank">consultant</a>, and <a class="link-about-style" href="https://www.flickr.com/people/veitirtenkauf/" target="_blank">photographer</a>.</p>
                <p>German native, US citizen, I live in the United States.</p>
            </section>
            
             <section class="intro">
                <h2>Me in 10 Minutes</h2>
                <p>See my “<a class="link-about-style" href="about.html">About</a>" page.</p>
            </section>
                        
             <section class="intro">
                <h2>What am I doing now?</h2>
                <p>See my “<a class="link-now-style" href="now.html">Now</a>" page.</p>
            </section>

        </main>

        <footer>
            <nav class="footer-nav">
                <a href="index.html">Home</a>
                <a href="about.html">About</a>
                <a href="now.html">Now</a>
            </nav>
            <p>&copy; 1995-2026 | Veit Irtenkauf | All Rights Reserved</p>
        </footer>
    </div>
</body>
</html>