From e8199c76959f3da229dbf2c04e03eff35cf19dae Mon Sep 17 00:00:00 2001 From: rishit-singh Date: Mon, 25 Dec 2023 02:53:11 -0800 Subject: [PATCH] Restructured the about page --- frontend/src/app/about/AboutPage.tsx | 10 +++++----- frontend/src/app/page.tsx | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/src/app/about/AboutPage.tsx b/frontend/src/app/about/AboutPage.tsx index aa28f8f..3de0347 100644 --- a/frontend/src/app/about/AboutPage.tsx +++ b/frontend/src/app/about/AboutPage.tsx @@ -10,16 +10,16 @@ interface AboutPageState export function AboutPage({} : AboutPageProps) { - return (
-
-
+ return (
+
+
ABOUT US
The Langara Computer Science Club is officially back! We are a student-run club dedicated to providing a space for students interested in computer science at Langara to learn, network, help each other out, and have fun! This year, we plan to host workshops, programming competitions, and meetups.
-
+
OUR EXECS
@@ -28,7 +28,7 @@ export function AboutPage({} : AboutPageProps)
-
+
diff --git a/frontend/src/app/page.tsx b/frontend/src/app/page.tsx index 52dd926..ff45fa0 100644 --- a/frontend/src/app/page.tsx +++ b/frontend/src/app/page.tsx @@ -14,7 +14,7 @@ const inter = Inter({ subsets: ['latin'] }) export default function Home() { return ( -
+