Merge pull request #27 from dave9123/main

This commit is contained in:
Gus Ruben 2025-08-12 18:44:16 -04:00 committed by GitHub
commit c2c460a78b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 11 deletions

View file

@ -12,18 +12,12 @@
const eventAddress = ""; // Leave this empty if you don't want an address
// These two are optional
const directionsURL = ""
const contactLink = "" // "mailto:jakarta@daydream.hackclub.com"
const contactLink = "dave@dave9123.me" // "mailto:jakarta@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: "/jakarta/twbn-logo-turquoise-transparent.png", name: "Twibbonize", url: "https://twibbonize.com" }
];
// Schedule Configuration - You don't need to use this exact schedule, this is just an example!
@ -1068,7 +1062,7 @@ Mumbai`.split("\n")
{#if contactLink}
<!-- Call to action for sponsors -->
<div class="mt-8 text-center">
<p class="text-lg text-[#335969]">Want to sponsor Daydream {eventName}? <a href={contactLink} class="underline hover:text-[#477783] transition-colors">Get in touch</a></p>
<p class="text-lg text-[#335969]">Want to sponsor Daydream {eventName}? <a href={`mailto:${contactLink}`} class="underline hover:text-[#477783] transition-colors">Get in touch</a></p>
</div>
{/if}
</div>
@ -1142,7 +1136,7 @@ Mumbai`.split("\n")
<div class="relative w-72 h-40 max-md:w-80 animate-hover ![--hover:-0.15rem] ![animation-delay:1.7s] z-20" data-point="1">
<img src="paper1.png" alt="" class="w-full h-full object-contain">
<div class="absolute inset-0 justify-center text-center p-6 text-xl font-serif max-md:text-lg text-[#8B4513] inline-block content-center">
<span class="font-sans text-[#E472AB] font-bold text-[1.3rem] mr-1">#1:</span> <a href="https://example.com" class="underline">Sign up</a> for Daydream {eventName}
<span class="font-sans text-[#E472AB] font-bold text-[1.3rem] mr-1">#1:</span> <a href="https://daydreamjakarta.fillout.com/rsvp" class="underline">Sign up</a> for Daydream {eventName}
</div>
</div>
</div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB