From 4bbfbd5c95b56661de47ac16e67701069cb5acfc Mon Sep 17 00:00:00 2001 From: Antoine Phan Date: Sat, 18 Oct 2025 14:29:52 -0400 Subject: [PATCH] Force darkmode for the time being --- src/app.html | 3 ++- src/components/homepage/AffiliatedClubs.svelte | 18 ++++++++++++++---- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/src/app.html b/src/app.html index ecd5efc..26d57ce 100644 --- a/src/app.html +++ b/src/app.html @@ -1,9 +1,10 @@ - + + %sveltekit.head% diff --git a/src/components/homepage/AffiliatedClubs.svelte b/src/components/homepage/AffiliatedClubs.svelte index bc1c373..31c585a 100644 --- a/src/components/homepage/AffiliatedClubs.svelte +++ b/src/components/homepage/AffiliatedClubs.svelte @@ -27,7 +27,12 @@ 'One of the largest IEEE student branches in Eastern Canada. Dedicated to professional development through networking, workshops, competitions, and industry connections.', website: 'https://ieee.mcgilleus.ca/', icon: Zap, - features: ['Technical Talks', 'Arduino Workshops', 'IEEEXtreme Competition', 'Networking Events'] + features: [ + 'Technical Talks', + 'Arduino Workshops', + 'IEEEXtreme Competition', + 'Networking Events' + ] }, { name: 'CodeJam', @@ -35,7 +40,12 @@ "McGill Engineering's largest and longest-running hackathon. A 36-hour programming competition where students create innovative solutions to real-world problems.", website: 'https://codejam.mcgilleus.ca/', icon: CodeXml, - features: ['Annual Hackathon', 'Industry Mentors', 'Networking Opportunities', "Big Prize Pool"] + features: [ + 'Annual Hackathon', + 'Industry Mentors', + 'Networking Opportunities', + 'Big Prize Pool' + ] } ]; @@ -60,7 +70,7 @@ {#each clubs as club, i (club.name)} {@const Icon = club.icon}
@@ -88,7 +98,7 @@ -

+

{club.description}