Skip to content

Commit

Permalink
Update Hero section by adding the Twitch link
Browse files Browse the repository at this point in the history
  • Loading branch information
fraineralex committed Mar 5, 2024
1 parent afcbf6f commit f83f255
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/sections/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@ import HeroLogo from "@/components/HeroLogo.astro"

<section class="flex flex-col place-items-center gap-4 lg:gap-9">
<h1 class="sr-only">Presentación de la Velada del Año IV</h1>
<h2 class="-rotate-6 font-atomic text-4xl text-white">twitch.tv/ibai</h2>
<a
class="-rotate-6 font-atomic text-4xl text-white underline-offset-8 transition hover:scale-110 hover:underline"
href="https://www.twitch.tv/ibai"
target="_blank"
rel="noopener"
title="Enlace al canal de Twitch de Ibai Llanos"
aria-label="Enlace al canal de Twitch de Ibai Llanos"
>twitch.tv/ibai
</a>
<div class="relative">
<img
class="absolute inset-0 -z-10 m-auto block h-auto w-full max-w-[400px] scale-[135%] md:scale-[175%]"
Expand Down

0 comments on commit f83f255

Please sign in to comment.