From ee9a0179ceb259b6a8c2531e80d1b584d727ef29 Mon Sep 17 00:00:00 2001 From: QuadAces <107918856+QuadAces@users.noreply.github.com> Date: Thu, 27 Jun 2024 02:42:19 +1000 Subject: [PATCH 01/26] removed stats card --- frontend/src/components/Landing/index.tsx | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/frontend/src/components/Landing/index.tsx b/frontend/src/components/Landing/index.tsx index b663e97..47720b0 100644 --- a/frontend/src/components/Landing/index.tsx +++ b/frontend/src/components/Landing/index.tsx @@ -25,22 +25,6 @@ const Landing = () => {
{''}
-STATS
-323,000
-Members
-300
-Team Members
-52
-Events held
-csesoc/README.md
-Lorem Ipsum
++ We're UNSW's Computer Science and Engineering (CSE) Society. We meet the social, personal, and professional needs of CSE students, and promote computing by: +
+02
-
From 3467cb33310fca0c5e0265994b4872e93139f260 Mon Sep 17 00:00:00 2001
From: QuadAces <107918856+QuadAces@users.noreply.github.com>
Date: Thu, 27 Jun 2024 02:57:30 +1000
Subject: [PATCH 04/26] removed resources and contacts completely to remove
redunancy (it is exactly the same component at ./resources
---
frontend/src/pages/index.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/frontend/src/pages/index.tsx b/frontend/src/pages/index.tsx
index 61f190d..f105e7f 100644
--- a/frontend/src/pages/index.tsx
+++ b/frontend/src/pages/index.tsx
@@ -3,6 +3,7 @@ import Sponsors from '@/components/Sponsors/index';
import About from '@/components/About';
import Event from '@/components/Event';
import ResourcesAndContacts from '@/components/ResourcesAndContacts';
+import ResourcesPage from './resources';
export default function Home() {
return (
@@ -10,7 +11,6 @@ export default function Home() {
04
+03
01
02
03
04
C:\INTERNAL STRUCTURE\{path}
- We're UNSW's Computer Science and Engineering (CSE) Society. We meet the social, personal, and professional needs of CSE students, and promote computing by: + We're UNSW's Computer Science and Engineering (CSE) Society. We meet the social, personal, and professional needs of CSE students, and promote computing as a whole!
-We run a wide-variety of events for fun, learning new skills and careers. For full listings, check out the CSESoc Discord or our Facebook page!
+ + + +01
02
03
03
03
05
We run a wide-variety of events for fun, learning new skills and careers. For full listings, check out the CSESoc Discord or our Facebook page!
- From b4b60de32ee9140190d6d06c82810f5199ce4a0c Mon Sep 17 00:00:00 2001 From: QuadAces <107918856+QuadAces@users.noreply.github.com> Date: Thu, 4 Jul 2024 01:17:37 +1000 Subject: [PATCH 18/26] added AboutHomepage and removed pinned. Replaced About with AboutHomepage in index.tsx --- .../src/components/About/AboutHomepage.tsx | 59 +++++++++++++++++++ frontend/src/components/Resources/index.tsx | 31 +++++++--- frontend/src/pages/index.tsx | 4 +- 3 files changed, 85 insertions(+), 9 deletions(-) create mode 100644 frontend/src/components/About/AboutHomepage.tsx diff --git a/frontend/src/components/About/AboutHomepage.tsx b/frontend/src/components/About/AboutHomepage.tsx new file mode 100644 index 0000000..1d0a55c --- /dev/null +++ b/frontend/src/components/About/AboutHomepage.tsx @@ -0,0 +1,59 @@ +import Link from "next/link"; +import Image from "next/image"; +export default function AboutHomePage() { + return ( +unsw-computer-science-engineering-society
++ CSESoc is the principal representative body for UNSW computing students. +
++ csesoc/README.md +
+
+ CSESoc is one of the biggest and most active societies at UNSW, catering to over 3500 CSE
+ students spanning across degrees in Computer Science, Software Engineering,
+ Bioinformatics and Computer Engineering.
+
+ We are here to fulfil the social, personal and
+ professional needs of CSE students, and promote computing through a variety of forms.
+
unsw-computer-science-engineering-society
+- CSESoc is the principal representative body for UNSW computing students. -
-While we may have found some tomfoolery,
+
+ We haven't found your page :'(
Sorry! We can't find the page you're looking for! - -
While we may have found some tomfoolery,
-
- We haven't found your page :'(
+ While we may have found some tomfoolery, we haven't found your page :'( +
+- While we may have found some tomfoolery, we haven't found your page :'( -
++ While we may have found some tomfoolery, we haven't found your page :'( +
+
- Sorry! We can't find the page you're looking for!
+ Oops! This page must have been garbage collected.
While we may have found some tomfoolery, we haven't found your page :'(
From e5073a05d749660f3e38fe48d8f45685039eeacd Mon Sep 17 00:00:00 2001 From: QuadAces <107918856+QuadAces@users.noreply.github.com> Date: Thu, 25 Jul 2024 12:28:46 +0800 Subject: [PATCH 26/26] changed error message and implemented tailwind transitions --- frontend/src/pages/404.tsx | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/frontend/src/pages/404.tsx b/frontend/src/pages/404.tsx index 956a052..09b3c77 100644 --- a/frontend/src/pages/404.tsx +++ b/frontend/src/pages/404.tsx @@ -1,6 +1,6 @@ import Footer from '@/components/Footer'; import Navbar from '@/components/Navbar'; -import { motion } from 'framer-motion'; + export default function Custom404() { return (
- Oops! This page must have been garbage collected.
+ Sorry! We can't find the page you're looking for!
- While we may have found some tomfoolery, we haven't found your page :'( -
-Oops! This page must have been garbage collected.
+