diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 9038404..acd71bc 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -271,7 +271,7 @@ Mumbai`.split("\n") result.push(city); // Insert user's city after every 12 cities if ((index + 1) % 12 === 0 && data.userCity) { - result.push(`${data.userCity}?`); + result.push(`${data.userCity}?`); } }); tickerText = result.join(" • "); diff --git a/src/routes/atlanta/+page.svelte b/src/routes/atlanta/+page.svelte index 65108ce..eeac070 100644 --- a/src/routes/atlanta/+page.svelte +++ b/src/routes/atlanta/+page.svelte @@ -7,7 +7,7 @@ */ // Configuration - Put your information here! - const eventName = "Atlanta Hackathon/Game Jam"; + const eventName = "Atlanta"; const eventLocation = "Atlanta"; const eventAddress = ""; // Leave this empty if you don't want an address // These two are optional @@ -15,6 +15,7 @@ const contactLink = "loganpeterson@hackclub.app" // Sponsors Configuration + const signupLink = "https://forms.hackclub.com/daydream-rsvp"; // Get your custom sign up link from this page: https://airtable.com/apppg7RHZv6feM66l/shr4kFqURo8fMIRie const sponsorsEnabled = false; // false for now... const sponsors = [ { image: "/example/logo1.png", name: "Sponsor 1", url: "https://example1.com" }, @@ -1141,7 +1142,7 @@ Mumbai`.split("\n")
- #1: Sign up for Daydream {eventName} + #1: Sign up for Daydream {eventName}
diff --git a/src/routes/barranquilla/+page.svelte b/src/routes/barranquilla/+page.svelte index d51b5de..1b66fb6 100644 --- a/src/routes/barranquilla/+page.svelte +++ b/src/routes/barranquilla/+page.svelte @@ -7,7 +7,7 @@ */ // Configuration - Put your information here! - const eventName = "Daydream Barranquilla"; + const eventName = "Barranquilla"; const eventLocation = "Barranquilla"; const eventAddress = ""; // Leave this empty if you don't want an address // These two are optional @@ -15,6 +15,7 @@ const contactLink = "mailto:barranquilla@daydream.hackclub.com" // Sponsors Configuration + const signupLink = "https://forms.hackclub.com/daydream-rsvp"; // Get your custom sign up link from this page: https://airtable.com/apppg7RHZv6feM66l/shr4kFqURo8fMIRie const sponsorsEnabled = true; // Set to false to hide the entire sponsors section const sponsors = [ { image: "https://storage.jukeboxprint.com/s/images/jukebox-meta-im.png", name: "Jukebox Print", url: "https://jukeboxprint.com/custom-stickers" }, @@ -1119,7 +1120,7 @@ Mumbai`.split("\n")
- #1: Regístrate en Daydream {eventName} + #1: Regístrate en Daydream {eventName}
diff --git a/src/routes/boston/+page.svelte b/src/routes/boston/+page.svelte index a677ccd..37bb4ad 100644 --- a/src/routes/boston/+page.svelte +++ b/src/routes/boston/+page.svelte @@ -15,6 +15,7 @@ const contactLink = "mailto:boston@daydream.hackclub.com" // Sponsors Configuration + const signupLink = "https://forms.hackclub.com/daydream-rsvp"; // Get your custom sign up link from this page: https://airtable.com/apppg7RHZv6feM66l/shr4kFqURo8fMIRie const sponsorsEnabled = false; // Set to false to hide the entire sponsors section const sponsors = [ { image: "/example/logo1.png", name: "Sponsor 1", url: "https://example1.com" }, @@ -1142,7 +1143,7 @@ Mumbai`.split("\n")
- #1: Sign up for Daydream {eventName} + #1: Sign up for Daydream {eventName}
diff --git a/src/routes/busan/+page.svelte b/src/routes/busan/+page.svelte index 5018e62..ccf83fd 100644 --- a/src/routes/busan/+page.svelte +++ b/src/routes/busan/+page.svelte @@ -15,6 +15,7 @@ const contactLink = "" // Sponsors Configuration + const signupLink = "https://forms.hackclub.com/daydream-rsvp?event=recPn6SQUwoZSHnFw"; // Get your custom sign up link from this page: https://airtable.com/apppg7RHZv6feM66l/shr4kFqURo8fMIRie const sponsorsEnabled = false; // Set to false to hide the entire sponsors section const sponsors = [ { image: "/example/logo1.png", name: "Sponsor 1", url: "https://example1.com" }, @@ -1142,7 +1143,7 @@ Mumbai`.split("\n")
- #1: Sign up for Daydream {eventName} + #1: Sign up for Daydream {eventName}
diff --git a/src/routes/dc/+page.svelte b/src/routes/dc/+page.svelte index 1c1aaab..06404ee 100644 --- a/src/routes/dc/+page.svelte +++ b/src/routes/dc/+page.svelte @@ -15,6 +15,7 @@ const contactLink = "mailto:katec@hackclub.com" //stand-in until official emails are rele // Sponsors Configuration + const signupLink = "https://forms.hackclub.com/daydream-rsvp"; // Get your custom sign up link from this page: https://airtable.com/apppg7RHZv6feM66l/shr4kFqURo8fMIRie const sponsorsEnabled = true; // Set to false to hide the entire sponsors section let sponsors: Array<{tier: string, sponsors: Array<{name: string, logo: string, link: string}>}> = []; let sponsorsLoading = true; @@ -1168,7 +1169,7 @@ Mumbai`.split("\n")
- #1: Sign up for Daydream {eventName} + #1: Sign up for Daydream {eventName}
diff --git a/src/routes/example/+page.svelte b/src/routes/example/+page.svelte index f622caa..30a1eaa 100644 --- a/src/routes/example/+page.svelte +++ b/src/routes/example/+page.svelte @@ -10,11 +10,12 @@ const eventName = "Example"; const eventLocation = "Example City"; const eventAddress = "1600 Pennsylvania Avenue, Washington, DC 20500"; // Leave this empty if you don't want an address - // These two are optional + const signupLink = "https://forms.hackclub.com/daydream-rsvp"; // 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 = "https://www.google.com/maps/search/1600+pennsylvania+avenue+washington+dc/" const contactLink = "mailto:example@daydream.hackclub.com" - // Sponsors Configuration + // 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 const sponsors = [ { image: "/example/logo1.png", name: "Sponsor 1", url: "https://example1.com" }, @@ -1142,7 +1143,7 @@ Mumbai`.split("\n")
- #1: Sign up for Daydream {eventName} + #1: Sign up for Daydream {eventName}
diff --git a/src/routes/jakarta/+page.svelte b/src/routes/jakarta/+page.svelte index ff73981..9c1cb58 100644 --- a/src/routes/jakarta/+page.svelte +++ b/src/routes/jakarta/+page.svelte @@ -15,6 +15,7 @@ const contactLink = "dave@dave9123.me" // "mailto:jakarta@daydream.hackclub.com" // Sponsors Configuration + const signupLink = "https://forms.hackclub.com/daydream-rsvp"; // Get your custom sign up link from this page: https://airtable.com/apppg7RHZv6feM66l/shr4kFqURo8fMIRie const sponsorsEnabled = true; // Set to false to hide the entire sponsors section const sponsors = [ { image: "/jakarta/twbn-logo-turquoise-transparent.png", name: "Twibbonize", url: "https://twibbonize.com" } diff --git a/src/routes/kuala-lumpur/+page.svelte b/src/routes/kuala-lumpur/+page.svelte index 3c49252..fb6cc4e 100644 --- a/src/routes/kuala-lumpur/+page.svelte +++ b/src/routes/kuala-lumpur/+page.svelte @@ -14,6 +14,7 @@ // These two are optional const contactLink = "Coming Soon!" const directionsURL = ""; + const signupLink = "https://forms.hackclub.com/daydream-rsvp"; // Get your custom sign up link from this page: https://airtable.com/apppg7RHZv6feM66l/shr4kFqURo8fMIRie // Sponsors Configuration const sponsorsEnabled = false; // Set to false to hide the entire sponsors section @@ -1151,7 +1152,7 @@ Mumbai`.split("\n")
- #1: Sign up for Daydream {eventName} + #1: Sign up for Daydream {eventName}
diff --git a/src/routes/manila/+page.svelte b/src/routes/manila/+page.svelte index 8d13210..25883a7 100644 --- a/src/routes/manila/+page.svelte +++ b/src/routes/manila/+page.svelte @@ -7,6 +7,7 @@ const contactLink = "" // // Sponsors Configuration + const signupLink = "https://forms.hackclub.com/daydream-rsvp"; // Get your custom sign up link from this page: https://airtable.com/apppg7RHZv6feM66l/shr4kFqURo8fMIRie const sponsorsEnabled = false; // Set to false to hide the entire sponsors section const sponsors = [ { image: "/example/logo1.png", name: "Sponsor 1", url: "https://example1.com" }, @@ -1134,7 +1135,7 @@ Mumbai`.split("\n")
- #1: Sign up for Daydream {eventName} + #1: Sign up for Daydream {eventName}
diff --git a/src/routes/miami/+page.svelte b/src/routes/miami/+page.svelte index f948fe0..ec924fb 100644 --- a/src/routes/miami/+page.svelte +++ b/src/routes/miami/+page.svelte @@ -15,6 +15,7 @@ const contactLink = "mailto:miami@daydream.hackclub.com" // Sponsors Configuration + const signupLink = "https://forms.hackclub.com/daydream-rsvp"; // Get your custom sign up link from this page: https://airtable.com/apppg7RHZv6feM66l/shr4kFqURo8fMIRie const sponsorsEnabled = false; // Set to false to hide the entire sponsors section const sponsors = [ { image: "/example/logo1.png", name: "Sponsor 1", url: "https://example1.com" }, @@ -1145,7 +1146,7 @@ Mumbai`.split("\n")
- #1: Sign up for Daydream {eventName} + #1: Sign up for Daydream {eventName}
diff --git a/src/routes/novi/+page.svelte b/src/routes/novi/+page.svelte index 8b279e9..5d2bc8c 100644 --- a/src/routes/novi/+page.svelte +++ b/src/routes/novi/+page.svelte @@ -15,6 +15,7 @@ const contactLink = "mailto:example@daydream.hackclub.com" // Sponsors Configuration + const signupLink = "https://forms.hackclub.com/daydream-rsvp"; // Get your custom sign up link from this page: https://airtable.com/apppg7RHZv6feM66l/shr4kFqURo8fMIRie const sponsorsEnabled = true; // Set to false to hide the entire sponsors section const sponsors = [ { image: "/example/logo1.png", name: "Sponsor 1", url: "https://example1.com" }, @@ -1155,7 +1156,7 @@ Mumbai`.split("\n")
- #1: Sign up for Daydream {eventName} + #1: Sign up for Daydream {eventName}
diff --git a/src/routes/ottawa/+page.svelte b/src/routes/ottawa/+page.svelte index 18f2e52..6dea342 100644 --- a/src/routes/ottawa/+page.svelte +++ b/src/routes/ottawa/+page.svelte @@ -15,6 +15,7 @@ const contactLink = "mailto:ottawa@daydream.hackclub.com" // Sponsors Configuration + const signupLink = "https://forms.hackclub.com/daydream-rsvp"; // Get your custom sign up link from this page: https://airtable.com/apppg7RHZv6feM66l/shr4kFqURo8fMIRie const sponsorsEnabled = false; // Set to false to hide the entire sponsors section const sponsors = [ { image: "/example/logo1.png", name: "Sponsor 1", url: "https://example1.com" }, @@ -1142,7 +1143,7 @@ Mumbai`.split("\n")
- #1: Sign up for Daydream {eventName} + #1: Sign up for Daydream {eventName}
diff --git a/src/routes/penang/+page.svelte b/src/routes/penang/+page.svelte index bfa11d1..85df952 100644 --- a/src/routes/penang/+page.svelte +++ b/src/routes/penang/+page.svelte @@ -5,6 +5,7 @@ const directionsURL = "https://www.google.com/maps/place/PSC@Heritage+(Penang+Science+Cluster)/@5.4153623,100.3397381,17z/data=!3m1!4b1!4m6!3m5!1s0x304ac38e9e1ad7e9:0xdb5c3a2cdee5013c!8m2!3d5.415357!4d100.342313!16s%2Fg%2F11clvx6mkl?entry=ttu&g_ep=EgoyMDI1MDgwNi4wIKXMDSoASAFQAw%3D%3D" const contactLink = "mailto:info@daydreampenang.com" + const signupLink = "https://forms.hackclub.com/daydream-rsvp"; // Get your custom sign up link from this page: https://airtable.com/apppg7RHZv6feM66l/shr4kFqURo8fMIRie const sponsorsEnabled = true; const sponsors = [ { image: "https://storage.jukeboxprint.com/s/images/jukebox-logo.svg", name: "Jukebox", url: "https://www.jukeboxprint.com/custom-stickers" } @@ -1137,7 +1138,7 @@ Mumbai`.split("\n")
- #1: Sign up for Daydream {eventName} + #1: Sign up for Daydream {eventName}
diff --git a/src/routes/rgv/+page.svelte b/src/routes/rgv/+page.svelte index 00e5faf..8bc7ef7 100644 --- a/src/routes/rgv/+page.svelte +++ b/src/routes/rgv/+page.svelte @@ -15,6 +15,7 @@ const contactLink = "" // Sponsors Configuration + const signupLink = "https://forms.hackclub.com/daydream-rsvp"; // Get your custom sign up link from this page: https://airtable.com/apppg7RHZv6feM66l/shr4kFqURo8fMIRie const sponsorsEnabled = false; // Set to false to hide the entire sponsors section const sponsors = [ { image: "/example/logo1.png", name: "Sponsor 1", url: "https://example1.com" }, @@ -1142,7 +1143,7 @@ Mumbai`.split("\n")
- #1: Sign up for Daydream {eventName} + #1: Sign up for Daydream {eventName}
diff --git a/src/routes/st-aug/+page.svelte b/src/routes/st-aug/+page.svelte index 8c9a7b1..75f51b6 100644 --- a/src/routes/st-aug/+page.svelte +++ b/src/routes/st-aug/+page.svelte @@ -15,6 +15,7 @@ const contactLink = "mailto:joshuatw423@gmail.com" // will replace with daydream emails once we get them // Sponsors Configuration + const signupLink = "https://forms.hackclub.com/daydream-rsvp"; // Get your custom sign up link from this page: https://airtable.com/apppg7RHZv6feM66l/shr4kFqURo8fMIRie const sponsorsEnabled = true; // Set to false to hide the entire sponsors section const sponsors = [ { image: "/st-aug/code-ninjas.png", name: "Code Ninjas World Golf", url: "https://www.codeninjas.com/fl-world-golf-village" }, @@ -1137,7 +1138,7 @@ Mumbai`.split("\n")
- #1: Sign up for Daydream {eventName} + #1: Sign up for Daydream {eventName}
diff --git a/src/routes/suceava/+page.svelte b/src/routes/suceava/+page.svelte index 8fcc64d..6138e08 100644 --- a/src/routes/suceava/+page.svelte +++ b/src/routes/suceava/+page.svelte @@ -15,6 +15,7 @@ const contactLink = "mailto:hello@suceavahacks.org" // Sponsors Configuration + const signupLink = "https://forms.hackclub.com/daydream-rsvp"; // Get your custom sign up link from this page: https://airtable.com/apppg7RHZv6feM66l/shr4kFqURo8fMIRie const sponsorsEnabled = false; // Set to false to hide the entire sponsors section const sponsors = [ { image: "/example/logo1.png", name: "Sponsor 1", url: "https://example1.com" }, @@ -1142,7 +1143,7 @@ Mumbai`.split("\n")
- #1: Înscrie-te la Daydream {eventName} + #1: Înscrie-te la Daydream {eventName}
diff --git a/src/routes/sydney/+page.svelte b/src/routes/sydney/+page.svelte index 13d246b..e9f4e3a 100644 --- a/src/routes/sydney/+page.svelte +++ b/src/routes/sydney/+page.svelte @@ -15,6 +15,7 @@ const contactLink = "mailto:sydney@daydream.hackclub.com" // Sponsors Configuration + const signupLink = "https://forms.hackclub.com/daydream-rsvp"; // Get your custom sign up link from this page: https://airtable.com/apppg7RHZv6feM66l/shr4kFqURo8fMIRie const sponsorsEnabled = true; // Set to false to hide the entire sponsors section const sponsors = [ { image: "/sydney/xyz.png", name: ".xyz", url: "https://gen.xyz" }, @@ -1136,7 +1137,7 @@ Mumbai`.split("\n")
- #1: Sign up for Daydream {eventName} + #1: Sign up for Daydream {eventName}