From caf8418bd2b1c5792a60f99133c6b5fb0d29c274 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20Dur=C3=A1n?= Date: Tue, 5 Mar 2024 19:52:10 +0100 Subject: [PATCH] Create Sponsors --- src/sections/Sponsors.astro | 77 +++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 src/sections/Sponsors.astro diff --git a/src/sections/Sponsors.astro b/src/sections/Sponsors.astro new file mode 100644 index 000000000..21c4f970f --- /dev/null +++ b/src/sections/Sponsors.astro @@ -0,0 +1,77 @@ +--- +const SPONSORS = [ + { + id: "alsa", + name: "Alsa", + url: "https://alsa.es", + }, + { + id: "cerave", + name: "Cerave", + url: "https://cerave.es", + }, + { + id: "el-pozo", + name: "El Pozo", + url: "https://elpozo.com", + }, + { + id: "grefusa", + name: "Grefusa", + url: "https://grefusa.com", + }, + { + id: "maxibon", + name: "Maxibon", + url: "https://maxibon.es", + }, + { + id: "prime", + name: "Prime", + url: "https://drinkprime.com/", + }, + { + id: "revolut", + name: "Revolut", + url: "https://revolut.com", + }, + { + id: "spotify", + name: "Spotify", + url: "https://spotify.com", + }, + { + id: "vicio", + name: "Vicio", + url: "https://www.ganasdevicio.com/", + }, +] +--- + +
+

Patrocinadores

+

+ La Velada puede llevarse a cabo gracias a la colaboraciĆ³n de... +

+ +
+ { + SPONSORS.map(({ id, name, url }) => ( + + {`Logo + + )) + } +
+