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}