Add rock sticker to site

This commit is contained in:
Gus Ruben 2025-07-21 16:45:41 -04:00
parent f3d214a8ce
commit ea2977d045
2 changed files with 7 additions and 1 deletions

View file

@ -590,7 +590,7 @@ Mumbai`.split("\n")
<a
href="https://forms.hackclub.com/daydream-stickers"
target="_blank"
class="w-max px-4 py-2 bg-pink border-b-2 border-b-pink-dark text-white rounded-full active:transform active:translate-y-0.5 transition-all duration-100 font-sans cursor-pointer mx-auto relative overflow-hidden hover:shadow-[0_2px_0_0_theme(colors.pink.dark)] hover:-translate-y-[2px] active:border-transparent active:shadow-none active:"
class="w-max px-4 py-2 bg-pink border-b-2 border-b-pink-dark text-white rounded-full active:transform active:translate-y-0.5 transition-all duration-100 font-sans cursor-pointer mx-auto relative overflow-visible hover:shadow-[0_2px_0_0_theme(colors.pink.dark)] hover:-translate-y-[2px] active:border-transparent active:shadow-none active:"
>
Get free stickers
<img
@ -598,6 +598,12 @@ Mumbai`.split("\n")
alt=""
class="absolute bottom-0 left-1/2 -translate-x-1/2 w-auto object-contain pointer-events-none"
>
<img
src="rock-sticker.png"
alt=""
class="absolute bottom-2 right-3 translate-2/3 w-18 h-18 object-contain pointer-events-none"
style="transform: rotate(-15deg);"
>
</a>
</div>

BIN
static/rock-sticker.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB