diff --git a/index.html b/index.html index e22d674..891a820 100644 --- a/index.html +++ b/index.html @@ -31,6 +31,11 @@
+
+
+ 🍚ðŸŧ🍚ðŸŧ🍚ðŸŧ🍚ðŸŧ🍚ðŸŧ +
+

🍚 7-DAY EXTREME BREWERY MARATHON

3 BREWERIES PER DAY | MINIMUM 5 BEERS PER LOCATION | LIMITED FOOD BREAKS @@ -40,66 +45,80 @@

📅 Your Grueling Itinerary:

+
ðŸ‡ģðŸ‡ą
DAY 1 - Amsterdam Assault:
  • Brouwerij 't IJ - 6 IPAs (breakfast of champions!)
  • Two Chefs Brewing - 5 experimental sours
  • Oedipus Brewing - 7 high-ABV specials
+
Daily total: 18 beers ðŸĪĒ
+
🏗ïļ
DAY 2 - Rotterdam Rampage:
  • Kaapse Brouwers - 6 hoppy lagers
  • Stadsbierbrouwerij De Pelgrim - 5 Belgian-style ales
  • Noordt Bier - 6 stouts (heavy and unforgiving)
+
Daily total: 17 beers ðŸĨī
+
🏰
DAY 3 - Utrecht Undertaking:
  • Stadsbrouwerij Maximus - 5 wheat beers
  • De Leckere - 6 farmhouse ales
  • Oproer Brouwerij - 7 double IPAs (no mercy!)
+
Daily total: 18 beers ðŸ˜ĩ
+
👑
DAY 4 - The Hague Hardship:
  • Kompaan Bierbrouwerij - 6 pilsners
  • Haagsche Broeder - 5 brown ales
  • Trappist Brouwerij - 8 monastery brews (pray for your liver)
+
Daily total: 19 beers ðŸĪŪ
+
ðŸĶ‰
DAY 5 - Haarlem Havoc:
  • Jopen Bier - 6 historic recipes
  • Uiltje Brewing Company - 7 owl-themed IPAs
  • Ramses Bier - 5 Egyptian-inspired brews
+
Daily total: 18 beers 💀
+
⚡
DAY 6 - Eindhoven Endurance:
  • Stadsbrouwerij Eindhoven - 6 industrial lagers
  • 100 Watt Brewery - 5 electric ales
  • Little Bang Brewing - 7 explosive stouts
+
Daily total: 18 beers ☠ïļ
+
🏝ïļ
DAY 7 - Final Countdown:
  • Texels Bierbrouwerij - 6 island beers
  • Brouwerij De Prael - 5 Amsterdam specials
  • Breugem Bier - 8 FINAL BOSS brews before Defqon!
+
Daily total: 19 beers ðŸŠĶ
@@ -109,6 +128,11 @@
+
+
+ 🎊🔊ðŸŽĩðŸ”Ĩ⚡ðŸŽĩ🔊🎊 +
+

ðŸŽĩ 3-DAY CAMPING AT DEFQON.1 FESTIVAL

STRAIGHT FROM YOUR BREWERY MARATHON TO THE MOST INTENSE HARDSTYLE FESTIVAL! @@ -159,21 +183,23 @@

-
🧖‍♂ïļ
-

âœĻ Luxury Spa Day Experience âœĻ

+
ðŸ―ïļ
+

âœĻ Lunch at The Savoy Hotel âœĻ

- Enjoy a relaxing day at a premium spa with: + Experience exquisite dining at the iconic Savoy Hotel on the Strand, London:

- You deserve some actual rest and relaxation, not a week-long hangover! - Enjoy your peaceful spa day! 💝 + You deserve a truly refined experience, not a week of beer and bass! + Enjoy your elegant lunch at one of London's most prestigious hotels! 💝

diff --git a/styles.css b/styles.css index 0faef93..aee4daf 100644 --- a/styles.css +++ b/styles.css @@ -217,6 +217,8 @@ h1 { padding: 15px; border-radius: 10px; margin-bottom: 20px; + position: relative; + overflow: hidden; } @media (min-width: 768px) { @@ -225,6 +227,24 @@ h1 { } } +.section-header-image { + text-align: center; + margin-bottom: 15px; +} + +.beer-emoji-row, +.festival-emoji-row { + font-size: 2em; + letter-spacing: 8px; + animation: slideEmojis 3s linear infinite; +} + +@keyframes slideEmojis { + 0% { opacity: 0.8; } + 50% { opacity: 1; } + 100% { opacity: 0.8; } +} + .gift-section.highlight { background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%); color: white; @@ -286,6 +306,7 @@ h1 { background: #fff3e0; border-radius: 5px; border-left: 4px solid #ff6f00; + position: relative; } @media (min-width: 768px) { @@ -294,6 +315,25 @@ h1 { } } +.day-icon { + position: absolute; + top: 10px; + right: 10px; + font-size: 2em; + opacity: 0.3; +} + +.day-totals { + margin-top: 10px; + padding: 8px; + background: rgba(211, 47, 47, 0.1); + border-radius: 5px; + font-weight: bold; + color: #d32f2f; + text-align: center; + border: 2px dashed #d32f2f; +} + .day-schedule strong { display: block; color: #e65100;