From e2422a09459158ce915de3b9c5c04c00ef0243ea Mon Sep 17 00:00:00 2001 From: RezHackXYZ Date: Wed, 9 Jul 2025 20:56:35 -0700 Subject: [PATCH] dsadsaasddsa --- src/routes/+page.svelte | 33 +++++++++++++++++++++++++++++++-- src/routes/posters.json | 17 +++++++++++++++++ 2 files changed, 48 insertions(+), 2 deletions(-) create mode 100644 src/routes/posters.json diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index cc88df0..87a4e6d 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -1,2 +1,31 @@ -

Welcome to SvelteKit

-

Visit svelte.dev/docs/kit to read the documentation

+ + +
+

Any Posters

+ + A bunch of posters primarily made by + @RezHackXYZ + for + + Hack Club Neighborhood + , but free for anyone to print and use in any hackathon, hotel, etc! + +
+ +
+ {#each posters as poster} +
+ {poster.name} +

{poster.name}

+ + Print 🖨️ + +
+ {/each} +
diff --git a/src/routes/posters.json b/src/routes/posters.json new file mode 100644 index 0000000..af716f4 --- /dev/null +++ b/src/routes/posters.json @@ -0,0 +1,17 @@ +[ + { + "name": "Cans in the trash!", + "pdfURL": "https://hc-cdn.hel1.your-objectstorage.com/s/v3/a13c8dd4193fe82edffa5ab7512fc6905ca851cf_cans_in_the_trash_.pdf", + "svgURL": "https://hc-cdn.hel1.your-objectstorage.com/s/v3/0d043d554083169accf18ddccfdb6d34f879b61c_cans_in_the_trash_.svg" + }, + { + "name": "Take out the trash.", + "pdfURL": "https://hc-cdn.hel1.your-objectstorage.com/s/v3/a958760bb7a38ae03436de0f68f3c486f1248685_take_out_the_trash.pdf", + "svgURL": "https://hc-cdn.hel1.your-objectstorage.com/s/v3/ab765175f191721ed7f7a7a4c43333b0bda17e6a_take_out_the_trash.svg" + }, + { + "name": "Lost and found", + "pdfURL": "https://hc-cdn.hel1.your-objectstorage.com/s/v3/b3ec18ddaa6017be9a9faa5ac8f51e6f8c938379_lost_and_found.pdf", + "svgURL": "https://hc-cdn.hel1.your-objectstorage.com/s/v3/6f4da0e11c17a20ddbce801cb9a12264d3ff2b5a_lost_and_found.svg" + } +]