Source Code: Oliver Jones

<!DOCTYPE html>
<html>

<head>

    <meta charset="utf-8">
    <title>Breakneck Games</title>
    <link rel="stylesheet" href="style.css">
</head>
    <body>
        <div id="Title">
            <div class="logo-title">
                <img src="Images/Logo.Temp.webp" alt="Breakneck Logo" class="logo">
                <h1>Breakneck</h1>
            </div>
            <h2>Welcome to Breakneck Games</h2>
            <nav>
                <a href="Index.html" class="currentpage">Home</a>
                <a href="ourgames.html">Our Games</a>
                <a href="Info.html">Our Team</a>
            </nav>
        </div>
        <div id="GameShowcase">
            <h2>Featured Game: Chaos Racers</h2>
            <div class="game-container">
                <img src="Images/ChaosRacers.png" alt="Chaos Racers Game" class="game-image">
                <div class="game-description">
                    <p>Chaos Racers is a high-speed, action-packed racing game where you compete in chaotic tracks filled with unexpected twists and turns. Challenge your friends and family to see who can master the chaos!</p>
                    <a href="Ourgames.html" class="learn-more">Learn More</a>
                </div>
            </div>
        </div>
        <div id="Goal">
            <h2>Our Goal</h2>
            <p>At Breakneck Games, our goal is simple: to make games that
                bring people together.<br> We believe that games should be fun,
                exciting, and perfect for sharing with friends and family.<br>
                Whether you’re battling it out in a wild arena, racing
                through chaotic tracks, or laughing at the<br> unexpected 
                moments that unfold, we want our games to be a place
              where people can connect<br> and enjoy each other’s company.</p>

        </div>

        <footer>&copy; 2025 Breakneck Games. All rights reserved.</footer>

    </body>
</html>