From de667abba29157a29b828795dc9acdf2e8d89ba2 Mon Sep 17 00:00:00 2001 From: Rijan Dahal Date: Thu, 5 Mar 2026 14:55:46 +0545 Subject: [PATCH 01/17] Add: Legacy Page route and nav item --- frontend/src/app/components/Navbar/Navbar.tsx | 4 ++-- frontend/src/app/legacy/page.tsx | 21 +++++++++++++++++++ 2 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 frontend/src/app/legacy/page.tsx diff --git a/frontend/src/app/components/Navbar/Navbar.tsx b/frontend/src/app/components/Navbar/Navbar.tsx index 360a341..3670845 100644 --- a/frontend/src/app/components/Navbar/Navbar.tsx +++ b/frontend/src/app/components/Navbar/Navbar.tsx @@ -227,9 +227,9 @@ const Navbar = () => { Organizers - {/* + Legacy - */} + {/* Winners */} diff --git a/frontend/src/app/legacy/page.tsx b/frontend/src/app/legacy/page.tsx new file mode 100644 index 0000000..bc0c237 --- /dev/null +++ b/frontend/src/app/legacy/page.tsx @@ -0,0 +1,21 @@ +import React from "react"; +import Navbar from "../components/Navbar/Navbar"; +import Footer from "../components/Footer/Footer"; +import { cabinetBold, cabinetExtraBold, cabinetMedium } from "@/app/utils/fonts"; +export default function LegacyPage(){ + return( + <> + +
+ +
+
+ +
+
+ Honoring the legacy of DeerHack by honoring its Essence, Evolving its vision and passing it with a purpose every year. +
+