fdsfsddsasd
This commit is contained in:
parent
e2422a0945
commit
109faffaff
1 changed files with 4 additions and 1 deletions
|
@ -12,12 +12,15 @@
|
||||||
Hack Club Neighborhood
|
Hack Club Neighborhood
|
||||||
</a>, but free for anyone to print and use in any hackathon, hotel, etc!
|
</a>, but free for anyone to print and use in any hackathon, hotel, etc!
|
||||||
</span>
|
</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>
|
||||||
|
|
||||||
<div class="grid grid-cols-1 gap-6 p-6 sm:grid-cols-2 md:grid-cols-3">
|
<div class="grid grid-cols-1 gap-6 p-6 sm:grid-cols-2 md:grid-cols-3">
|
||||||
{#each posters as poster}
|
{#each posters as poster}
|
||||||
<div class="flex flex-col items-center rounded bg-white p-4 shadow">
|
<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>
|
<h2 class="mt-2 text-xl font-semibold">{poster.name}</h2>
|
||||||
<a
|
<a
|
||||||
href={poster.pdfURL}
|
href={poster.pdfURL}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue