diff --git a/src/routes/sydney/+page.svelte b/src/routes/sydney/+page.svelte index 1509a5e..13d246b 100644 --- a/src/routes/sydney/+page.svelte +++ b/src/routes/sydney/+page.svelte @@ -7,23 +7,17 @@ */ // Configuration - Put your information here! - const eventName = "Daydream"; + const eventName = "Sydney"; const eventLocation = "Sydney"; - const eventAddress = "1 Martin Place, Sydney NSW 2000"; + const eventAddress = "Sydney NSW 2000"; // These two are optional const directionsURL = "" - const contactLink = "" + const contactLink = "mailto:sydney@daydream.hackclub.com" // Sponsors Configuration - const sponsorsEnabled = false; // Set to false to hide the entire sponsors section + 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" }, - { image: "/example/logo2.png", name: "Sponsor 2", url: "https://example2.com" }, - { image: "/example/logo3.png", name: "Sponsor 3", url: "https://example3.com" }, - { image: "/example/logo4.png", name: "Sponsor 4", url: "https://example4.com" }, - { image: "/example/logo5.png", name: "Sponsor 5", url: "https://example5.com" }, - { image: "/example/logo6.png", name: "Sponsor 6", url: "https://example6.com" }, - { image: "/example/logo7.png", name: "Sponsor 7", url: "https://example7.com" } + { image: "/sydney/xyz.png", name: ".xyz", url: "https://gen.xyz" }, ]; // Schedule Configuration - You don't need to use this exact schedule, this is just an example! @@ -70,10 +64,11 @@ $: currentUrl = `https://daydream.hackclub.com${$page.url.pathname}`; $: pageTitle = `Daydream ${eventName} - ${eventLocation} Game Jam`; $: pageDescription = `Join Daydream ${eventName} in ${eventLocation}! A teen-led game jam where you'll build amazing games with other high schoolers. Food, workshops, and prizes included!`; - $: pageKeywords = `game jam, hackathon, teen coding, Hack Club, game development, ${eventLocation}, ${eventName}`; + $: pageKeywords = `game jam, hackathon, teen coding, Hack Club, game development, ${eventLocation}, ${eventName}, competition, events, school holidays`; // Cities where the game jam is happening - const cities = `Columbus + const cities = `Sydney +Columbus Lisbon Boston Giza @@ -97,7 +92,6 @@ San Francisco Minneapolis Seattle Signapore -Sydney Mumbai`.split("\n") function createSmoothPath(points: Array<{ x: number; y: number }>) { @@ -1460,7 +1454,7 @@ Mumbai`.split("\n") window

Who can participate in Daydream?

-

All high-school & upper-middle-school aged students are welcome to come!

+

All high-school & upper-primary-school aged students are welcome to come!

@@ -1478,7 +1472,7 @@ Mumbai`.split("\n") window

All this, for free?

-

Yep! Food, swag and good vibes are all included. Plus, if you're joining us from afar, we'll cover the cost of gas or a bus / train ticket.

+

Yep! Food, swag and good vibes are all included.

diff --git a/static/sydney/xyz.png b/static/sydney/xyz.png new file mode 100644 index 0000000..24a67e9 Binary files /dev/null and b/static/sydney/xyz.png differ