diff --git a/html/intro.html b/html/intro.html new file mode 100644 index 0000000..f1a9d69 --- /dev/null +++ b/html/intro.html @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/html/stadien/index.html b/html/stadien/index.html new file mode 100644 index 0000000..ab73572 --- /dev/null +++ b/html/stadien/index.html @@ -0,0 +1,50 @@ + + + + + + + Austragungssorte + + +

Austragungsorte

+ + + + + + + + + +
+ Westregion +
    +
  • Vancouver (BC Place)
  • +
  • Seattle (Lumen Field)
  • +
  • San Francisco (Levi’s Stadium)
  • +
  • Los Angeles (SoFi Stadium)
  • +
+
+ Mitte-Region +
    +
  • Guadalajara (Estadio Akron)
  • +
  • Mexiko-Stadt (Estadio Azteca)
  • +
  • Monterrey (Estadio BBVA)
  • +
  • Houston (NRG Stadium)
  • +
  • Dallas (AT&T Stadium)
  • +
  • Kansas City (Arrowhead)
  • +
+
+ Ostregion +
    +
  • Toronto (BMO Field)
  • +
  • Atlanta (Mercedes-Benz)
  • +
  • Miami (Hard Rock Stadium)
  • +
  • Boston (Gillette Stadium)
  • +
  • Philadelphia (Lincoln Financial)
  • +
  • New York (MetLife Stadium)
  • +
+
+ + \ No newline at end of file diff --git a/html/stadien/styles/images/image.jpg b/html/stadien/styles/images/image.jpg new file mode 100644 index 0000000..66df28c Binary files /dev/null and b/html/stadien/styles/images/image.jpg differ diff --git a/html/stadien/styles/index.css b/html/stadien/styles/index.css new file mode 100644 index 0000000..3195610 --- /dev/null +++ b/html/stadien/styles/index.css @@ -0,0 +1,44 @@ +body { + background-image: url("images/image.jpg"); + background-size: cover; + background-position: center; + background-attachment: fixed; + margin: 0; + display: flex; + flex-direction: column; + align-items: center; + color: white; + font-family: sans-serif; +} + +h1 { + margin-top: 50px; +} + +table { + margin-left: auto; + margin-right: auto; + border-collapse: separate; + border-spacing: 40px 0; +} + +td { + vertical-align: top; + text-align: center; +} + +ul { + list-style-position: inside; + padding: 0; +} + +li { + color: white; + margin-bottom: 8px; +} + +strong { + display: block; + margin-bottom: 10px; + font-size: 1.1em; +} \ No newline at end of file diff --git a/html/wm/images/wmlogo.jpg b/html/wm/images/wmlogo.jpg new file mode 100644 index 0000000..8d7aa3f Binary files /dev/null and b/html/wm/images/wmlogo.jpg differ diff --git a/html/wm/startseite_wm.html b/html/wm/startseite_wm.html new file mode 100644 index 0000000..27e0b4f --- /dev/null +++ b/html/wm/startseite_wm.html @@ -0,0 +1,54 @@ + + + + + + WM - Startseite + + +

Die Fußball-Weltmeisterschaft 2026

+

vom 11. Juni bis 19. Juli 2026 in Kanada, Mexiko und den USA

+ + + + \ No newline at end of file diff --git a/html/wm/styles/styles.css b/html/wm/styles/styles.css new file mode 100644 index 0000000..8f452f4 --- /dev/null +++ b/html/wm/styles/styles.css @@ -0,0 +1,20 @@ +body { + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; +} + +h1 { + text-align: center; +} + +#h1_under { + text-align: center; +} + +ul { + margin: 10px; + padding: 10px; +} + +ul li { + margin: 10px; +} \ No newline at end of file