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
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!doctype html>
<html lang="en">
<head>
<title>Mountain Madness 2024</title>
<title>Mountain Madness 2026</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="https://fonts.googleapis.com/css?family=Bungee" rel="stylesheet" />
Expand All @@ -26,7 +26,7 @@
<header>
<h3>The CSSS presents...</h3>
<h1>Mountain Madness</h1>
<h3>Feb 28<sup>th</sup> - March 1<sup>st</sup>, 2025</h3>
<h3>Feb 28<sup>th</sup> - March 1<sup>st</sup>, 2026</h3>
<h4>at the <b>Simon Fraser University</b> Burnaby Mountain Campus</h4>
<h2>
<span class="btn">Coming Soon</span>
Expand Down Expand Up @@ -172,7 +172,7 @@ <h2>
<!-- <h2>Preliminary Schedule</h2> -->
<!-- <h3 id="join-discord"> -->
<!-- <a href="https://discord.gg/dUH5gPaS" target="_blank" -->
<!-- >Join the Mountain Madness 2024 Discord Server</a -->
<!-- >Join the Mountain Madness 2026 Discord Server</a -->
<!-- > -->
<!-- for the latest updates. -->
<!-- </h3> -->
Expand Down Expand Up @@ -259,7 +259,7 @@ <h2>
<!-- By -->
<!-- <i>Dennis Kritchko, Julian Loewenherz, Louise Ho, Lacey Swamy, Artin Shahpoori</i><br /> -->
<!-- <a -->
<!-- href="https://github.com/hhequet/Mountain-Madness-2024----Take-The-Scenic-Route" -->
<!-- href="https://github.com/hhequet/Mountain-Madness-2026----Take-The-Scenic-Route" -->
<!-- style="color: #8080a0" -->
<!-- > -->
<!-- See Project -->
Expand Down
8 changes: 5 additions & 3 deletions src/app/pages/event-archives/events-archive.data.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
// Years should be inserted from newest -> oldest
// Add to these once the event is over
export const FROSH_YEARS = [
2024, 2023, 2022, 2021, 2020, 2019, 2018, 2017, 2016, 2015, 2014, 2013, 2012
2025, 2024, 2023, 2022, 2021, 2020, 2019, 2018, 2017, 2016, 2015, 2014, 2013, 2012
] as const;

export const FALL_HACKS_YEARS = [2024, 2020] as const;
export const FALL_HACKS_YEARS = [2025, 2024, 2020] as const;

export const TECH_FAIR_YEARS = [2024, 2023, 2022] as const;
export const TECH_FAIR_YEARS = [2025, 2024, 2023, 2022] as const;

export const MOUNTAIN_MADNESS_YEARS = [2024, 2023, 2022, 2021, 2020, 2019] as const;