From abc9e418dfe15f42c64fcfd55a7df055d1a0d7c4 Mon Sep 17 00:00:00 2001 From: Lilu Kaufman Date: Sat, 3 Aug 2024 07:25:15 -0400 Subject: [PATCH] Add outline for 2024 photo gallery --- app/last-year/photos/page.tsx | 45 +++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 app/last-year/photos/page.tsx diff --git a/app/last-year/photos/page.tsx b/app/last-year/photos/page.tsx new file mode 100644 index 0000000..fadf7f2 --- /dev/null +++ b/app/last-year/photos/page.tsx @@ -0,0 +1,45 @@ +import React from "react"; +import "@/app/globals.css"; +import Footer from "../../../components/footer/footer"; + +export default function PhotoGallery() { + return ( +
+ {/* TO DO: Add NavBar */} +
+

A Memorable Time in HackRPI X!

+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+
+ ); +} \ No newline at end of file