-
Notifications
You must be signed in to change notification settings - Fork 609
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Add LaVeladaVideo section and ThanksMessage section
- Loading branch information
Showing
5 changed files
with
52 additions
and
20 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
import DrawnXLogo from "@/components/DrawnXLogo.astro" | ||
import LiteYouTube from "@/components/LiteYouTube.astro" | ||
import Typography from "@/components/Typography.astro" | ||
--- | ||
|
||
<section class="mt-24 overflow-hidden px-2 pb-48 pt-16 sm:pb-56 sm:pt-32 md:pb-72"> | ||
<Typography as="h3" variant="h3" color="white" class:list={"text-center"}> | ||
Revive La Velada del Año IV | ||
</Typography> | ||
|
||
<Typography | ||
as="p" | ||
variant="body" | ||
color="neutral" | ||
class:list={"mx-auto mt-4 max-w-[250px] text-wrap text-center"} | ||
> | ||
¡Vuelve a disfrutar del evento desde el Santiago Bernabéu! | ||
</Typography> | ||
|
||
<div class="relative mt-8"> | ||
<DrawnXLogo | ||
class:list={"absolute inset-0 -z-10 m-auto scale-125 select-none drop-shadow-[0_0_40px_rgba(213,255,0,1)]"} | ||
/> | ||
<LiteYouTube | ||
videoId="XF4hcfWJBX8" | ||
backgroundImage="/img/la-velada-cover.webp" | ||
title="Reproducir presentación de La Velada del Año" | ||
/> | ||
</div> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
import Typography from "@/components/Typography.astro" | ||
--- | ||
|
||
<section class="mt-52 overflow-hidden px-2 pt-16 sm:pb-16 sm:pt-32 md:pt-32"> | ||
<Typography | ||
as="h3" | ||
variant="atomic-title" | ||
color="primary" | ||
class:list={"mb-10 -skew-y-6 text-center"} | ||
> | ||
<span class="text-white">¡GRACIAS a todos!</span><br /> | ||
<span class="mt-4 block leading-none">Récord de 3,8 millones<br />de espectadores</span> | ||
</Typography> | ||
</section> |