fdsfsddsasd

This commit is contained in:
RezHackXYZ 2025-07-09 20:59:47 -07:00
parent e2422a0945
commit 109faffaff
No known key found for this signature in database
GPG key ID: C4C90E569C9669E2

View file

@ -12,12 +12,15 @@
Hack Club Neighborhood
</a>, but free for anyone to print and use in any hackathon, hotel, etc!
</span>
<span class="max-w-[700px] text-center text-green-300">
(psst. heres the <a class="underline" href="https://www.figma.com/design/VHQ54WehTuN5ELRHoTC103/HousePosters?node-id=0-1&t=6r0uISIEpZkQJ4L4-1" target="_blank">figma</a>)
</span>
</div>
<div class="grid grid-cols-1 gap-6 p-6 sm:grid-cols-2 md:grid-cols-3">
{#each posters as poster}
<div class="flex flex-col items-center rounded bg-white p-4 shadow">
<img src={poster.svgURL} alt={poster.name} class="h-auto border-2 rounded max-h-[300px]" />
<img src={poster.svgURL} alt={poster.name} class="h-auto max-h-[300px] rounded border-2" />
<h2 class="mt-2 text-xl font-semibold">{poster.name}</h2>
<a
href={poster.pdfURL}