Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added src/lib/assets/images/map.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/routes/(other)/Video.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import { browser } from "$app/environment";
import { tick } from "svelte";

import trailerThumbnail from "$lib/assets/images/thumbnails/trailer_thumbnail.png";
import trailerThumbnail from "$lib/assets/images/thumbnails/2026_trailer.png";
import trailerVideo from "$lib/assets/video/WAC_2026_Main_Video.mp4";

let showVideoPreview = true;
Expand Down
46 changes: 23 additions & 23 deletions src/routes/(other)/team/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,43 +3,43 @@

// Team Members
import wacWSmall from "$lib/assets/images/team/wac_w_small.jpg";
import princeZhang from "$lib/assets/images/team/prince_zhang.jpg";
import mathisLeveson from "$lib/assets/images/team/mathis_leveson.jpg";
import ryanSun from "$lib/assets/images/team/ryan_sun.jpg";
import lincolnDugasNishisato from "$lib/assets/images/team/lincoln_dugasnishisato.jpg";
import johnKarakoulas from "$lib/assets/images/team/john_karakoulas.jpg";
import aariKhasgiwale from "$lib/assets/images/team/aari_khasgiwale.jpg";
import kimiZhao from "$lib/assets/images/team/kimi_zhao.jpg";
import raykaFarahmand from "$lib/assets/images/team/rayka_farahmand.jpg";
import liyangYin from "$lib/assets/images/team/liyang_yin.jpg";
import karanMaheshwari from "$lib/assets/images/team/karan_maheshwari.jpg";
import alyssaDhanji from "$lib/assets/images/team/alyssa_dhanji.jpg";
import ruhaniMainra from "$lib/assets/images/team/ruhani_mainra.jpg";
import zeenLiu from "$lib/assets/images/team/zeen_liu.jpg";
import johnathanLee from "$lib/assets/images/team/johnathan_lee.jpg";
import jennyLiu from "$lib/assets/images/team/jenny_liu.jpg";
import christopherChung from "$lib/assets/images/team/christopher_chung.jpg";
import hazelTang from "$lib/assets/images/team/hazel_tang.jpg";
import anyaDua from "$lib/assets/images/team/anya_dua.jpg";
import lincolnDugasNishisato from "$lib/assets/images/team/lincoln_dugasnishisato.jpg";
import aariKhasgiwale from "$lib/assets/images/team/aari_khasgiwale.jpg";
import raykaFarahmand from "$lib/assets/images/team/rayka_farahmand.jpg";
import titoluwaMaxwell from "$lib/assets/images/team/titoluwa_maxwell.jpg";
import johnKarakoulas from "$lib/assets/images/team/john_karakoulas.jpg";
import serenaLiu from "$lib/assets/images/team/serena_liu.jpg";
import edmondShen from "$lib/assets/images/team/edmond_shen.jpg";
import peytonLee from "$lib/assets/images/team/peyton_lee.jpg";
import princeZhang from "$lib/assets/images/team/prince_zhang.jpg";
import johnathanLee from "$lib/assets/images/team/johnathan_lee.jpg";
import haoyueChu from "$lib/assets/images/team/haoyue_chu.jpg";
import alexNitsou from "$lib/assets/images/team/alex_nitsou.jpg";
import kimiZhao from "$lib/assets/images/team/kimi_zhao.jpg";
import mathisLeveson from "$lib/assets/images/team/mathis_leveson.jpg";
import ryanSun from "$lib/assets/images/team/ryan_sun.jpg";
import nikhilGupta from "$lib/assets/images/team/nikhil_gupta.jpg";
import rohanGupta from "$lib/assets/images/team/rohan_gupta.jpg";
import liyangYin from "$lib/assets/images/team/liyang_yin.jpg";
import justinChan from "$lib/assets/images/team/justin_chan.jpg";
import ruhaniMainra from "$lib/assets/images/team/ruhani_mainra.jpg";
import alyssaDhanji from "$lib/assets/images/team/alyssa_dhanji.jpg";
import anyaDua from "$lib/assets/images/team/anya_dua.jpg";
import jenelleZhang from "$lib/assets/images/team/jenelle_zhang.jpg";
import titoluwaMaxwell from "$lib/assets/images/team/titoluwa_maxwell.jpg";
import ariaMiletin from "$lib/assets/images/team/aria_miletin.jpg";
import jennyLiu from "$lib/assets/images/team/jenny_liu.jpg";
import haoyueChu from "$lib/assets/images/team/haoyue_chu.jpg";
import peytonLee from "$lib/assets/images/team/peyton_lee.jpg";
import miaBerco from "$lib/assets/images/team/mia_berco.jpg";
import serenaLiu from "$lib/assets/images/team/serena_liu.jpg";
import hazelTang from "$lib/assets/images/team/hazel_tang.jpg";
import anaLuisa from "$lib/assets/images/team/ana_luisa.jpg";
import joannaGao from "$lib/assets/images/team/joanna_gao.jpg";
import rogerZhu from "$lib/assets/images/team/roger_zhu.jpg";
import suzanneMonir from "$lib/assets/images/team/suzanne_monir.jpg";
import alvinJugoon from "$lib/assets/images/team/alvin_jugoon.jpg";
import tracyDalgdish from "$lib/assets/images/team/tracy_dalgdish.jpg";
import jarrodBaker from "$lib/assets/images/team/jarrod_baker.jpg";
import anaLuisa from "$lib/assets/images/team/ana_luisa.jpg";
import joannaGao from "$lib/assets/images/team/joanna_gao.jpg";
import rogerZhu from "$lib/assets/images/team/roger_zhu.jpg";
import alexNitsou from "$lib/assets/images/team/alex_nitsou.jpg";


interface TeamMember {
Expand Down
12 changes: 10 additions & 2 deletions src/routes/(other)/wac-explained/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<script lang="ts">
import LargeAccordion from "$lib/components/LargeAccordion.svelte";
import DOMPurify from "dompurify";
import WACMap from "$lib/assets/images/map.png";

// Static FAQ data
interface FAQRecord {
Expand All @@ -20,7 +21,7 @@
},
{
question: "Where is WAC?",
answer: "WAC is held at Upper Canada College (200 Lonsdale Road) in Toronto, Canada."
answer: "WAC is held at Upper Canada College (200 Lonsdale Road) in Toronto, Canada. The main entrance is at the Clock Tower, and there are parking spaces in the Arena parking lot."
},
{
question: "Who makes WAC happen?",
Expand All @@ -36,7 +37,7 @@
},
{
question: "How is WAC eco-friendly?",
answer: "We’re working to reduce single-use waste at WAC. Please bring a reusable water bottlerefill stations will be available throughout the venue. You’ll also see eco-focused messaging and signage with tips on keeping the conference low-waste."
answer: "We’re working to reduce single-use waste at WAC. Please bring a reusable water bottle; refill stations will be available throughout the venue. You’ll also see eco-focused messaging and signage with tips on keeping the conference low-waste."
},
{
question: "What happens if I can’t come to WAC anymore?",
Expand Down Expand Up @@ -163,6 +164,13 @@
<div class="text-zinc-300 markdown">
{@html sanitizeHtml(record.answer)}
</div>
{#if record.question === "Where is WAC?"}
<img
src={WACMap}
alt="WAC Map"
class="mt-4 w-full rounded-lg"
/>
{/if}
</LargeAccordion>
{/if}
{/each}
Expand Down
Loading