Neue Events für Dezember 25 #2

Merged
Fabio merged 5 commits from feat/events-december-25 into main 2025-11-18 23:09:50 +01:00
22 changed files with 30 additions and 28 deletions
Showing only changes of commit 3d4bbf77bc - Show all commits

View File

After

Width:  |  Height:  |  Size: 94 KiB

View File

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

View File

After

Width:  |  Height:  |  Size: 50 KiB

View File

After

Width:  |  Height:  |  Size: 55 KiB

View File

After

Width:  |  Height:  |  Size: 160 KiB

View File

@ -5,12 +5,21 @@ import Welcome from "../components/Welcome.astro";
import EventsGrid from "../components/EventsGrid.astro"; import EventsGrid from "../components/EventsGrid.astro";
import Drinks from "../components/Drinks.astro"; import Drinks from "../components/Drinks.astro";
import ImageCarousel from "../components/ImageCarousel.astro"; import ImageCarousel from "../components/ImageCarousel.astro";
import Contact from "../components/Contact.astro";
import About from "../components/About.astro";
const events = [ const events = [
{
image: "/images/events/event_schlager-karaoke.jpeg",
title: "Schlager Hüttenzauber Karaoke",
date: "27. November - 19:00 Uhr",
description: `
<b>FREE ENTRY!</b> Schnappt euch eure Freunde und kommt vorbei zum Schlager Hüttenzauber Karaoke! <br>
Singt eure Lieblings-Schlager Hits und geniesst einen gemütlichen Abend mit uns. <br>
Türen öffnen um 19:00 Uhr. <br>
Eintritt frei, gute Laune garantiert!
`,
},
{ {
image: "/images/events/Event5.jpg", image: "/images/events/event_karaoke.jpg",
title: "Karaoke", title: "Karaoke",
date: "Mittwoch - Samstag", date: "Mittwoch - Samstag",
description: ` description: `
@ -20,7 +29,7 @@ const events = [
`, `,
}, },
{ {
image: "/images/events/Event1.jpg", image: "/images/events/event_pub-quiz.jpg",
title: "Pub Quiz", title: "Pub Quiz",
date: "Jeden Freitag", date: "Jeden Freitag",
description: ` description: `
@ -29,17 +38,7 @@ const events = [
Auch Einzelpersonen sind herzlich willkommen! <br> Auch Einzelpersonen sind herzlich willkommen! <br>
*zum mitmachen minimum 1 Getränk konsumieren oder 5CHF *zum mitmachen minimum 1 Getränk konsumieren oder 5CHF
`, `,
}, }
{
image: "/images/events/Event4.png",
title: "Kevin McFlannigan <br> Live Music im Gallus Pub!",
date: "Sa, 27. September 2025",
description: `
<b>ab 20:00 Uhr</b> <br>
Eintritt ist Frei / Hutkollekte <br>
Reservieren unter <a href="tel:+41772322770">077 232 27 70</a>
`,
},
]; ];
const images = [ const images = [