Source Code: Logan Simmonds

<!DOCTYPE html>
<html lang="en">

<head>
    <title>Formula 1 website assesment</title>
    <link rel="Stylesheet" href="Styles.css">
    <meta charset="UTF-8" />
</head>

<body>

    <div id="container">
        <header>
            
        </header>
        <div id="content">
            <nav>
                <ul>
                    <li><a href="Index.html">Home</a></li>
                    <li><a href="Drivers.html">Drivers</a></li>
                    <li><a href="constructors.html">Constructors</a></li>
                    <li><a href="calendar.html">Calander</a></li>
                </ul>
            </nav>

            <section id="main">
                <h2>Basic information Formula 1</h2>
                <p>
                <img src="Formula 1 photos/fia-logo.jpg"> 
                Formula 1, often abbreviated as F1, officially began in 1950, 
                marking the start of what would become the premier international competition 
                for the fastest and most technologically advanced racing cars on the planet. However, 
                its roots stretch back even further to the early 20th century, 
                evolving from the intense and daring Grand Prix races of the 1900s. 
                These early races laid the foundation for what would become a global
                motorsport phenomenon. Over the decades, Formula 1 has grown into a 
                multi billion dollar sport with a massive worldwide following. It's 
                not just about speed F1 represents the cutting edge of automotive 
                innovation, where engineering, aerodynamics, and strategy all play 
                crucial roles. The cars are built with astonishing precision and 
                feature some of the most sophisticated technology in the automotive 
                world, including hybrid power units, advanced telemetry systems, and 
                aerodynamic designs that generate immense downforce. The sport is also known
                for its fierce rivalries and unforgettable moments. Iconic drivers 
                like Ayrton Senna, Michael Schumacher, Alain Prost, and Lewis 
                Hamilton have captivated fans with their skill, determination, and 
                dramatic battles on the track. Each season, teams and drivers compete
                across a global calendar that includes circuits in cities like Monaco, 
                Singapore, Silverstone, and Austin, as well as purpose built tracks
                like Spa and Suzuka. Every Grand Prix weekend is a high-stakes
                event where drivers push themselves and their cars to the absolute 
                limit, racing at speeds over 200 mph while maintaining razor sharp 
                precision. Despite the inherent risks, F1 has made tremendous 
                advancements in safety over the years, using technology like the halo 
                device and improved crash structures to protect drivers. Today, Formula 1 
                stands not only as one of the most thrilling sports in the world but 
                also a symbol of innovation (many things you use in your day cars have been invented in formula 1). 
                With millions of fans across continents, it's more than just racing it's 
                a spectacle of speed, strategy, and skill that continues to evolve 
                with each passing year.
                <img src="Formula 1 photos/Untitled.png">
            </p>
            
            </section>

        </div>

        <footer>
            &copy; Page design and layout by Logan Simmonds (c) 2025
        </footer>
    </div>
</body>

</html>