From dc3a8a81ac835a4da6ad3eb377b4626c954b894f Mon Sep 17 00:00:00 2001 From: Mikeymoo5 Date: Fri, 26 Sep 2025 15:31:40 -0500 Subject: [PATCH 1/3] Changed Oshkosh's event address and location --- src/routes/oshkosh/+page.svelte | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/routes/oshkosh/+page.svelte b/src/routes/oshkosh/+page.svelte index a9cf8100..08eb26c8 100644 --- a/src/routes/oshkosh/+page.svelte +++ b/src/routes/oshkosh/+page.svelte @@ -8,12 +8,12 @@ // Configuration - Put your information here! const eventName = 'Oshkosh'; // This should be the name of your event WITHOUT "Daydream" at the start - const eventLocation = 'Oshkosh'; - const eventAddress = 'TBD'; // Leave this empty if you don't want an address + const eventLocation = 'The Oshkosh Public Library'; + const eventAddress = '106 Washington Ave, Oshkosh, WI'; // Leave this empty if you don't want an address const signupLink = 'https://forms.hackclub.com/daydream-sign-up?event=recoaH6KudPxjwIy1'; // Get your custom sign up link from this page: https://airtable.com/apppg7RHZv6feM66l/shr4kFqURo8fMIRie // These two are optional-- leave them empty if you don't have anything! - const directionsURL = ''; - const contactLink = 'mailto:oshkosh@daydream.hackclub.com'; + const directionsURL = 'Please enter the front door by the l statue! Someone will be waiting at the door to check you in! (You can park in the parking lot and walk around to the front doors outside the building!)'; + const contactLink = 'mailto:oshkosh@daydream.hackclub.com';ion // Sponsors Configuration - disable this if you don't have any sponsors to display! const sponsorsEnabled = true; // Set to false to hide the entire sponsors section From 85919f958d76e4bc9842c08408d329d62bd132a9 Mon Sep 17 00:00:00 2001 From: Mikeymoo5 Date: Fri, 26 Sep 2025 15:32:54 -0500 Subject: [PATCH 2/3] Fixed spelling error on Oshkosh's site --- src/routes/oshkosh/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/oshkosh/+page.svelte b/src/routes/oshkosh/+page.svelte index 08eb26c8..38350350 100644 --- a/src/routes/oshkosh/+page.svelte +++ b/src/routes/oshkosh/+page.svelte @@ -12,7 +12,7 @@ const eventAddress = '106 Washington Ave, Oshkosh, WI'; // Leave this empty if you don't want an address const signupLink = 'https://forms.hackclub.com/daydream-sign-up?event=recoaH6KudPxjwIy1'; // Get your custom sign up link from this page: https://airtable.com/apppg7RHZv6feM66l/shr4kFqURo8fMIRie // These two are optional-- leave them empty if you don't have anything! - const directionsURL = 'Please enter the front door by the l statue! Someone will be waiting at the door to check you in! (You can park in the parking lot and walk around to the front doors outside the building!)'; + const directionsURL = 'Please enter the front door by the lion statue! Someone will be waiting at the door to check you in! (You can park in the parking lot and walk around to the front doors outside the building!)'; const contactLink = 'mailto:oshkosh@daydream.hackclub.com';ion // Sponsors Configuration - disable this if you don't have any sponsors to display! From 8fbf779d79f657f283775cf1a365a19f15cea124 Mon Sep 17 00:00:00 2001 From: Mikeymoo5 Date: Fri, 26 Sep 2025 16:05:20 -0500 Subject: [PATCH 3/3] Fixed a bug preventing Oshkosh's page to deploy --- src/routes/oshkosh/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/oshkosh/+page.svelte b/src/routes/oshkosh/+page.svelte index 38350350..91f872e5 100644 --- a/src/routes/oshkosh/+page.svelte +++ b/src/routes/oshkosh/+page.svelte @@ -13,7 +13,7 @@ const signupLink = 'https://forms.hackclub.com/daydream-sign-up?event=recoaH6KudPxjwIy1'; // Get your custom sign up link from this page: https://airtable.com/apppg7RHZv6feM66l/shr4kFqURo8fMIRie // These two are optional-- leave them empty if you don't have anything! const directionsURL = 'Please enter the front door by the lion statue! Someone will be waiting at the door to check you in! (You can park in the parking lot and walk around to the front doors outside the building!)'; - const contactLink = 'mailto:oshkosh@daydream.hackclub.com';ion + const contactLink = 'mailto:oshkosh@daydream.hackclub.com'; // Sponsors Configuration - disable this if you don't have any sponsors to display! const sponsorsEnabled = true; // Set to false to hide the entire sponsors section