Added Twibbonize sponsor

This commit is contained in:
Dave 2025-08-10 06:25:58 +07:00
parent e64ad15ac2
commit df1ad43277
2 changed files with 2 additions and 8 deletions

View file

@ -15,15 +15,9 @@
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://example1.com" }
];
// Schedule Configuration - You don't need to use this exact schedule, this is just an example!

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB