<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Circus HR - Your HR Solution</title>
    <link rel="stylesheet" href="style.css"> 
</head>
<body>
    <header>
        <h1>Circus HR</h1>
        <nav>
            <ul>
                <li><a href="index.html">Home</a></li>
                <li><a href="services.html">Services</a></li>
                <li><a href="platform.html">Our Platform</a></li>
                <li><a href="clients.html">Clients</a></li>
                <li><a href="contact.html">Contact Us</a></li>
            </ul>
        </nav>
    </header>

    <main>
        <section class="hero">
            <img src="images/circus-tent.jpg" alt="Circus Tent"> 
            <h2>Mastering the Art of HR with a Touch of Circus Flair</h2>
            <p>We're a full-service HR company offering everything from headhunting to staff outsourcing with a unique approach to finding the right talent.</p>
        </section>
    </main>

    <footer>
        <p>&copy; Circus HR 2023</p>
    </footer>
</body>
</html>