From ad62e454a48e8ba824c3414d55aac9d4b0ba824c Mon Sep 17 00:00:00 2001 From: Rijan Dahal Date: Thu, 5 Mar 2026 14:55:46 +0545 Subject: [PATCH 01/31] 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 db5be8f..8efdd1c 100644 --- a/frontend/src/app/components/Navbar/Navbar.tsx +++ b/frontend/src/app/components/Navbar/Navbar.tsx @@ -231,9 +231,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. +
+