335 lines
12 KiB
HTML
335 lines
12 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>World Cup History — Cathy Mcmasters</title>
|
|
<style>
|
|
:root {
|
|
--bg: #0a0a0a;
|
|
--text: #e0e0e0;
|
|
--accent: #d4af37;
|
|
--secondary: #2a2a2a;
|
|
}
|
|
body {
|
|
font-family: 'Georgia', serif;
|
|
background-color: var(--bg);
|
|
color: var(--text);
|
|
line-height: 1.6;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
header {
|
|
background-color: var(--secondary);
|
|
padding: 2rem;
|
|
text-align: center;
|
|
border-bottom: 3px solid var(--accent);
|
|
}
|
|
h1 {
|
|
font-size: 2.5rem;
|
|
margin-bottom: 0.5rem;
|
|
color: var(--accent);
|
|
}
|
|
h2 {
|
|
font-size: 1.8rem;
|
|
color: var(--accent);
|
|
margin-top: 2rem;
|
|
}
|
|
.container {
|
|
max-width: 900px;
|
|
margin: 0 auto;
|
|
padding: 2rem;
|
|
}
|
|
nav {
|
|
background-color: #1a1a1a;
|
|
padding: 1rem;
|
|
text-align: center;
|
|
}
|
|
nav a {
|
|
color: var(--accent);
|
|
text-decoration: none;
|
|
margin: 0 1.5rem;
|
|
font-size: 1.1rem;
|
|
}
|
|
nav a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
.content {
|
|
background-color: #151515;
|
|
padding: 2rem;
|
|
border: 1px solid #333;
|
|
margin-bottom: 2rem;
|
|
}
|
|
img {
|
|
max-width: 100%;
|
|
height: auto;
|
|
display: block;
|
|
margin: 1.5rem auto;
|
|
border: 2px solid var(--accent);
|
|
}
|
|
footer {
|
|
background-color: var(--secondary);
|
|
text-align: center;
|
|
padding: 1.5rem;
|
|
font-size: 0.9rem;
|
|
color: #888;
|
|
}
|
|
table {
|
|
width: 100%;
|
|
border-collapse: collapse;
|
|
margin: 1.5rem 0;
|
|
}
|
|
th, td {
|
|
border: 1px solid #333;
|
|
padding: 0.75rem;
|
|
text-align: left;
|
|
}
|
|
th {
|
|
background-color: var(--secondary);
|
|
color: var(--accent);
|
|
}
|
|
tr:nth-child(even) {
|
|
background-color: #1a1a1a;
|
|
}
|
|
</style>
|
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1>World Cup History</h1>
|
|
<p>From Uruguay 1930 to the 2026 Tournament in the United States, Mexico, and Canada</p>
|
|
</header>
|
|
|
|
<nav>
|
|
<a href="index.html">Home</a>
|
|
<a href="world-cup-history.html">World Cup History</a>
|
|
<a href="chess-strategy.html">Chess Strategy</a>
|
|
<a href="herb-garden.html">Herb Garden</a>
|
|
<a href="about.html">About Me</a>
|
|
</nav>
|
|
|
|
<div class="container">
|
|
<div class="content">
|
|
<h2>The Origins: 1930 in Uruguay</h2>
|
|
<p>The first FIFA World Cup was held in Uruguay in 1930. It was a modest affair by today's standards, but it marked the beginning of a global sporting phenomenon. The tournament was hosted at the Estadio Gran Parque Central and the newly built Estadio Centenario, which was constructed specifically for the event.</p>
|
|
|
|
<p>Thirteen nations participated in the inaugural tournament. Uruguay, as the host nation and the defending Olympic champion, was the favorite. They did not disappoint, defeating Argentina 4-2 in the final to claim the first World Cup title.</p>
|
|
|
|
<img src="https://images.pexels.com/photos/8978558/pexels-photo-8978558.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Vintage black and white soccer match from the early days of the World Cup">
|
|
|
|
<p>The 1930 World Cup was not just a sporting event; it was a statement of national pride for Uruguay. It demonstrated that even a small nation could host the world's biggest sporting spectacle.</p>
|
|
</div>
|
|
|
|
<div class="content">
|
|
<h2>Key Facts About the 2026 FIFA World Cup</h2>
|
|
<p>As we approach the 2026 FIFA World Cup, it is important to understand the scale and significance of this upcoming tournament. Here are the key facts:</p>
|
|
|
|
<ul>
|
|
<li><strong>Host Nations:</strong> United States, Mexico, and Canada</li>
|
|
<li><strong>Number of Teams:</strong> 48 (expanded from 32)</li>
|
|
<li><strong>Number of Venues:</strong> 16 stadiums across the three countries</li>
|
|
<li><strong>Key Venues:</strong>
|
|
<ul>
|
|
<li>Arrowhead Stadium (Kansas City, USA)</li>
|
|
<li>AT&T Stadium (Arlington, USA)</li>
|
|
<li>BC Place (Vancouver, Canada)</li>
|
|
<li>BMO Field (Toronto, Canada)</li>
|
|
<li>Estadio Akron (Guadalajara, Mexico)</li>
|
|
<li>NRG Stadium (Houston, USA)</li>
|
|
<li>SoFi Stadium (Los Angeles, USA)</li>
|
|
<li>Levi's Stadium (Santa Clara, USA)</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
|
|
<p>This will be the first World Cup to be hosted by three nations, and it will be the largest in history with 48 teams. The expansion was approved by FIFA in 2017, and the bidding process was highly competitive.</p>
|
|
</div>
|
|
|
|
<div class="content">
|
|
<h2>Historical Precedents</h2>
|
|
<p>Throughout the history of the World Cup, there have been moments of triumph and tragedy. Here is a brief overview of the most significant tournaments:</p>
|
|
|
|
<table>
|
|
<tr>
|
|
<th>Year</th>
|
|
<th>Host Country</th>
|
|
<th>Winner</th>
|
|
<th>Runner-Up</th>
|
|
<th>Notable Fact</th>
|
|
</tr>
|
|
<tr>
|
|
<td>1930</td>
|
|
<td>Uruguay</td>
|
|
<td>Uruguay</td>
|
|
<td>Argentina</td>
|
|
<td>First World Cup ever held</td>
|
|
</tr>
|
|
<tr>
|
|
<td>1934</td>
|
|
<td>Italy</td>
|
|
<td>Italy</td>
|
|
<td>Czechoslovakia</td>
|
|
<td>First World Cup with a knockout format</td>
|
|
</tr>
|
|
<tr>
|
|
<td>1938</td>
|
|
<td>France</td>
|
|
<td>Italy</td>
|
|
<td>Hungary</td>
|
|
<td>Italy became the first team to win two World Cups</td>
|
|
</tr>
|
|
<tr>
|
|
<td>1950</td>
|
|
<td>Brazil</td>
|
|
<td>Uruguay</td>
|
|
<td>Brazil</every>
|
|
<td>Known as the "Maracanazo" — Uruguay's stunning victory over Brazil in the final match</every>
|
|
</tr>
|
|
<tr>
|
|
<td>1954</every>
|
|
<td>Switzerland</every>
|
|
<td>West Germany</every>
|
|
<td>Hungary</every>
|
|
<td>West Germany's miraculous comeback against Hungary in the final</every>
|
|
</tr>
|
|
<tr>
|
|
<td>1958</every>
|
|
<td>Sweden</every>
|
|
<td>Brazil</every>
|
|
<td>Sweden</every>
|
|
<td>17-year-old Pelé made his World Cup debut</every>
|
|
</tr>
|
|
<tr>
|
|
<td>1962</every>
|
|
<td>Chile</every>
|
|
<td>Brazil</every>
|
|
<td>Czechoslovakia</every>
|
|
<td>Pelé was injured early in the tournament, but Brazil still won</every>
|
|
</tr>
|
|
<tr>
|
|
<td>1966</every>
|
|
<td>England</every>
|
|
<td>England</every>
|
|
<td>West Germany</every>
|
|
<td>England's only World Cup victory to date</every>
|
|
</tr>
|
|
<tr>
|
|
<td>1970</every>
|
|
<td>Mexico</every>
|
|
<td>Brazil</every>
|
|
<td>Italy</every>
|
|
<every>Brazil became the first team to win three World Cups and keep the Jules Rimet Cup</every>
|
|
</tr>
|
|
<tr>
|
|
<td>1974</every>
|
|
<every>West Germany</every>
|
|
<every>West Germany</every>
|
|
<every>Netherlands</every>
|
|
<every>Introduction of the "Total Football" style by the Netherlands</every>
|
|
</tr>
|
|
<tr>
|
|
<every>1978</every>
|
|
<every>Argentina</every>
|
|
<every>Argentina</every>
|
|
<every>Netherlands</every>
|
|
<every>Argentina's first World Cup win</every>
|
|
</tr>
|
|
<tr>
|
|
<every>1982</every>
|
|
<every>Spain</every>
|
|
<every>Italy</every>
|
|
<every>West Germany</every>
|
|
<every>Italy's third World Cup title</every>
|
|
</tr>
|
|
<tr>
|
|
<every>1986</every>
|
|
<every>Mexico</every>
|
|
<every>Argentina</every>
|
|
<every>West Germany</every>
|
|
<every>Marcos's "Hand of God" goal and Diego Maradona's "Goal of the Century"</every>
|
|
</tr>
|
|
<tr>
|
|
<every>1990</every>
|
|
<every>Italy</every>
|
|
<every>West Germany</every>
|
|
<every>Argentina</every>
|
|
<every>West Germany's third World Cup title</every>
|
|
</tr>
|
|
<tr>
|
|
<every>1994</every>
|
|
<every>United States</every>
|
|
<every>Brazil</every>
|
|
<every>Italy</every>
|
|
<every>Brazil's fourth World Cup title; penalty shootout final</every>
|
|
</tr>
|
|
<tr>
|
|
<every>1998</every>
|
|
<every>France</every>
|
|
<every>France</every>
|
|
<every>Brazil</every>
|
|
<every>France's first World Cup win; Zinedine Zidane's two goals in the final</every>
|
|
</tr>
|
|
<tr>
|
|
<every>2002</every>
|
|
<every>South Korea & Japan</every>
|
|
<every>Brazil</every>
|
|
<every>Germany</every>
|
|
<every>Brazil's fifth World Cup title; Ronaldo's two goals in the final</every>
|
|
</tr>
|
|
<tr>
|
|
<every>2006</every>
|
|
<every>Germany</every>
|
|
<every>Italy</every>
|
|
<every>France</every>
|
|
<every>Italy's fourth World Cup title; Zinedine Zidane's infamous headbutt</every>
|
|
</tr>
|
|
<tr>
|
|
<every>2010</every>
|
|
<every>South Africa</every>
|
|
<every>Spain</every>
|
|
<every>Netherlands</every>
|
|
<every>Spain's first World Cup win; first World Cup held on African soil</every>
|
|
</tr>
|
|
<tr>
|
|
<every>2014</every>
|
|
<every>Brazil</every>
|
|
<every>Germany</every>
|
|
<every>Argentina</every>
|
|
<every>Germany's fourth World Cup title; 7-1 thrashing of Brazil in the semi-finals</every>
|
|
</tr>
|
|
<tr>
|
|
<every>2018</every>
|
|
<every>Russia</every>
|
|
<every>France</every>
|
|
<every>Croatia</every>
|
|
<every>France's second World Cup title; first World Cup with VAR</every>
|
|
</tr>
|
|
<tr>
|
|
<every>2022</every>
|
|
<every>Qatar</every>
|
|
<every>Argentina</every>
|
|
<every>France</every>
|
|
<every>Lionel Messi's first World Cup win; first World Cup held in the Middle East</every>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
|
|
<div class="content">
|
|
<h2>Looking Ahead: 2026</h2>
|
|
<p>As we approach the 2026 FIFA World Cup, I am reminded of the words of the great strategist Sun Tzu: "Know your enemy and know yourself, and you can fight a hundred battles with no danger of defeat." In the same way, knowing the history of the World Cup allows us to appreciate the magnitude of what is to come.</p>
|
|
|
|
<p>The 2026 tournament will be a celebration of sport, culture, and international cooperation. It will be a chance for the world to come together and celebrate the beautiful game. As I have said before, every mistake is a lesson, and every victory is a testament to the human spirit.</p>
|
|
|
|
<img src="https://images.pexels.com/photos/38281596/pexels-photo-38281596.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Crowd celebrating with a World Cup trophy replica">
|
|
|
|
<p>I invite you to join me in celebrating this historic moment. Together, we can ensure that the 2026 FIFA World Cup will be remembered as one of the greatest sporting events in history.</p>
|
|
</div>
|
|
</div>
|
|
|
|
<footer>
|
|
<p>© 2026 Cathy Mcmasters. All rights reserved.</p>
|
|
<p>Hampton, Virginia | <a href="mailto:cathy.mcmasters@4ort.net">Contact Me</a></p>
|
|
</footer>
|
|
</body>
|
|
</html>
|