mirror of
https://github.com/System-End/daydream-phoenix.git
synced 2026-04-19 16:28:17 +00:00
Merge pull request #39 from praymantis2023/main
This commit is contained in:
commit
06fcd4620b
2 changed files with 10 additions and 16 deletions
|
|
@ -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")
|
|||
<img src="window-3.png" alt="window" class="w-full h-full object-contain max-md:scale-130 max-xl:scale-110 max-lg:scale-115">
|
||||
<div class="absolute top-20 left-12 right-12 bottom-16 flex flex-col items-center justify-center text-center px-24 opacity-70 max-[900px]:mx-[15vw] max-sm:mx-0 max-sm:px-5 max-lg:px-14 max-xl:px-18">
|
||||
<h3 class="text-xl font-serif font-bold mb-4 max-lg:mb-0 max-md:text-base">Who can participate in Daydream?</h3>
|
||||
<p class="text-sm">All high-school & upper-middle-school aged students are welcome to come!</p>
|
||||
<p class="text-sm">All high-school & upper-primary-school aged students are welcome to come!</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
@ -1478,7 +1472,7 @@ Mumbai`.split("\n")
|
|||
<img src="window-2.png" alt="window" class="w-full h-full object-contain max-md:scale-130 max-xl:scale-110 max-lg:scale-115">
|
||||
<div class="absolute top-20 left-12 right-12 bottom-16 flex flex-col items-center justify-center text-center px-24 opacity-70 max-[900px]:mx-[15vw] max-sm:mx-0 max-sm:px-5 max-lg:px-14 max-xl:px-18">
|
||||
<h3 class="text-xl font-serif font-bold mb-4 max-lg:mb-0 max-md:text-base">All this, for free?</h3>
|
||||
<p class="text-sm">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.</p>
|
||||
<p class="text-sm">Yep! Food, swag and good vibes are all included.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
BIN
static/sydney/xyz.png
Normal file
BIN
static/sydney/xyz.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.3 KiB |
Loading…
Add table
Reference in a new issue