From 24f9bb72fd9296402d3633c46b472c213e9893d1 Mon Sep 17 00:00:00 2001 From: J-AI4 Date: Tue, 5 Aug 2025 12:23:13 -0400 Subject: [PATCH] Update +page.svelte --- src/routes/kuala-lumpur/+page.svelte | 944 +++++++++++++++++++++------ 1 file changed, 753 insertions(+), 191 deletions(-) diff --git a/src/routes/kuala-lumpur/+page.svelte b/src/routes/kuala-lumpur/+page.svelte index d9e8ddf..62c29df 100644 --- a/src/routes/kuala-lumpur/+page.svelte +++ b/src/routes/kuala-lumpur/+page.svelte @@ -1,11 +1,83 @@ +
@@ -574,30 +809,7 @@ Mumbai`.split("\n")
- -
- - - - - - - - - - - - - - - {@html Array(2).fill(tickerText).join(" • ")} • - - - - - -
+
@@ -633,50 +845,18 @@ Mumbai`.split("\n")

- Organized by teenagers in {EVENT_LOCATION} + Organized by Teenagers in {@html eventLocation.replaceAll(" ", " ")}

-
-
- - - -
- - Get free stickers - - - -
+ -
+
{#each particles as particle (particle.id)} + +
@@ -696,33 +878,30 @@ Mumbai`.split("\n")
- - - + + + - - -
@@ -731,73 +910,255 @@ Mumbai`.split("\n")
-
+

- Dear Hacker, + Dear Hackers, Musicians, and Artist,

-

- Hackathons are magical. You've probably felt it before: staying up all night - with your friends, building something that actually works, finally meeting - everyone whose code you've admired. That rush when your code compiles at 3:00 am - and suddenly your wild idea becomes real. -

- -

- Hack Club wants you to organize a hackathon. -

- -

- We want more hackers than ever from all over the world to have this life - changing experience, and we want your help in making that happen. -

- -

- Sign up to organize a Daydream event in your city! All of our hackathons are - teen-led. You do not need to have any previous experience, and Hack Club - will provide you with funding and coaching. -

- -

- Our goal is to get 4,000 Hack Clubbers to make projects they're proud of - through Daydream, and we're giving out over $120k in funding to organizers - like you! -

- -

- Check out our video! -

+

Welcome to Hack Club's newest adventure. This fall we invite you to join us for Daydream, the world's biggest Game Jam happening simultaneously in 100 cities.

+ +

Hack Club wants you to make a game this fall.

+ +

Don't consider yourself a game dev? No problem - we have tons of online and in-person workshops for you to make your first game!

+ +

This fall, we invite you to learn something new, make something you're really proud of, meet new friends, and go on an incredible adventure together.

+ +

With love,

+ +

Augie and Renran from Hack Club HQ

-
- -
+
+ +
+ +
+ + +
+
+ +
+ + + + +
+

+ Schedule +

+ +
+
+ + +
+ +
+ + +
+ +
+

+ {scheduleData.saturday.title} +

+ +
+ {#each scheduleData.saturday.items as item, index} +
+ {item.event} + {item.time} +
+ {#if index < scheduleData.saturday.items.length - 1} +
+ {/if} + {/each} +
+
+ + +
+

+ {scheduleData.sunday.title} +

+ +
+ {#each scheduleData.sunday.items as item, index} +
+ {item.event} + {item.time} +
+ {#if index < scheduleData.sunday.items.length - 1} +
+ {/if} + {/each} +
+
+
+
+ + +
+
+ + +
+
+
+
+
+
+
+
+ +{#if sponsorsEnabled} + +
+
+ +
+ +
+

+ Sponsors +

+ +
+
+ + +
+ +
+ + +
+ {#if sponsors.length > 0} + + {#if sponsors.length > 4} +
+ {#each sponsors.slice(0, 4) as sponsor} + + {sponsor.name} + + {/each} +
+ + + {#if sponsors.length > 4} +
+
+ {#each sponsors.slice(4) as sponsor, index} + + {sponsor.name} + + {/each} +
+
+ {/if} + {:else} + +
+
+ {#each sponsors as sponsor} + + {sponsor.name} + + {/each} +
+
+ {/if} + {/if} + + {#if contactLink} + +
+

Want to sponsor Daydream {eventName}? Get in touch

+
+ {/if} +
+
+ + +
+
+ + +
+
+ + +
+
+
+
+
+
+
+
+{/if} + + +
+ +
+ +
-
- Here's How You Organize a + +
+ Here's How You Win a Game Jam
-
-
+
- - - + + + - Paper airplane + Paper airplane
@@ -806,7 +1167,7 @@ Mumbai`.split("\n")
- #1: Sign up for Daydream {EVENT_NAME} + #1: Sign up for Daydream {eventName}
@@ -820,7 +1181,7 @@ Mumbai`.split("\n")
- #2: Find a team of other teenagers at the event + #2: Attend a workshop and learn about game development
@@ -833,7 +1194,7 @@ Mumbai`.split("\n")
- #3: Start building your game - no experience needed + #3: Find a team of other teenagers at the event
@@ -846,7 +1207,7 @@ Mumbai`.split("\n")
- #4: Attend workshops or talk to one of our mentors for help + #4: Start building your game - no experience needed
@@ -857,7 +1218,7 @@ Mumbai`.split("\n")
- #5: Share what you made with the world + #5: Share what you made with the world!
@@ -868,27 +1229,249 @@ Mumbai`.split("\n")
-
-
-
-
-

- {EVENT_LOCATION} -

+
+
+
+ Find a Daydream Near You + + +
+
- -
- Local Event -
-

All daydream events are organized by high school students like yourself!
Sign up to organize now!

+ +

+ {#if directionsURL} + Daydream {eventName} is taking place at {eventAddress}! + {:else} + Daydream {eventName} is taking place at {eventAddress}! + {/if} +

-
+
+ + +
+
+
+ +
+ + + Hack Club logo + + +
+ + + Macintosh keyboard + + +
+ + + +
+ +
+

+ What will you Dream? +

+ +

+ You can make any game you want as long as it can be deployed on itch.io! All games made must be deployed and available online for other participants to play and experience. We will only accept itch.io submission links. +
+
+ Here are some cool projects from past hackathons to get you inspired: +

+ + + +

+ We'll have workshops and activities before Daydream to help you learn game development using Godot! +

+ + +
+
+

Stuck?

+ +
+ +
+
+ {#if ideaText} +

+ {ideaText}{#if isTyping}|{/if} +

+ {:else if showDice} +
+ {#each diceNumbers as diceNumber} + Dice showing {diceNumber} + {/each} +
+ {/if} +
+
+
+
+
+
+
+
FAQ @@ -971,28 +1554,7 @@ Mumbai`.split("\n")
-
-
-
-
- - -
-

Made with ♡ by teenagers, for teenagers at Hack Club

-
- Hack Club - - Slack - - Clubs - - Hackathons -
-
- -
-
-
+