Source Code: Brock Borst

<!DOCTYPE html>
<html>

<head>
    <meta charset="utf-8">
    <title>Formula 1</title>
    <meta name="author" content="Brock Borst">
    <link rel="stylesheet" href="styles.css">
</head>
<body>
    <div id="container">
        <header>
            <h1>Formula 1</h1>
        </header>
    </body>
        
        <div id="content">
<nav>
               <a href="index.html">Home</a>
                <a href="Drivers.html">Drivers</a>
                <a href="Teams.html">Teams</a>
</nav>
                <section id="main"> 
                    <h2>what is F1?
                    </h2>
                    <p>
                        Formula 1 (F1) is the highest level of international motorsport racing, known as the pinnacle of speed, technology, and competition. It features single-seat, open-wheel cars that are the fastest regulated road-course racing machines in the world.
</p>
<p>Races: Held across the globe (called Grands Prix) on purpose-built tracks and some city streets.
</p>
<p>Teams & Drivers: Major manufacturers (like Ferrari, Mercedes, Red Bull) compete with elite drivers.
</p>
<p>Championships: Points from each race go toward the Drivers’ Championship (for individuals) and Constructors’ Championship (for teams).
</p>
<p>Technology: F1 cars use cutting-edge aerodynamics, hybrid power units, and advanced materials—often influencing everyday car tech.
</p>
<p>In short: F1 is a global sport combining extreme speed, engineering, and strategy, watched by millions worldwide.
    <img src="images/2025-start-barcelona.png">                   
</p>

        <footer>
            Page design and layout by Brock Borst (C) 2025

        </footer>