diff --git a/components/ResourcesAndContacts/index.tsx b/components/ResourcesAndContacts/index.tsx
index 3acb046..3087d25 100644
--- a/components/ResourcesAndContacts/index.tsx
+++ b/components/ResourcesAndContacts/index.tsx
@@ -15,7 +15,7 @@ const ResourcesAndContacts = () => {
From 87ff724206d958d2c7e19ac85c51018629fc1f28 Mon Sep 17 00:00:00 2001
From: QuadAces <107918856+QuadAces@users.noreply.github.com>
Date: Thu, 11 Apr 2024 18:57:40 +1000
Subject: [PATCH 2/6] changed image alt tags
---
components/ResourcesAndContacts/index.tsx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/components/ResourcesAndContacts/index.tsx b/components/ResourcesAndContacts/index.tsx
index 3087d25..a6e4e2a 100644
--- a/components/ResourcesAndContacts/index.tsx
+++ b/components/ResourcesAndContacts/index.tsx
@@ -122,7 +122,7 @@ const ResourcesAndContacts = () => {
From 1d714537a8892f7b99b9dac2cee089544ed47a1b Mon Sep 17 00:00:00 2001
From: QuadAces <107918856+QuadAces@users.noreply.github.com>
Date: Thu, 11 Apr 2024 19:00:35 +1000
Subject: [PATCH 3/6] changed tailwind
---
components/About/index.tsx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/components/About/index.tsx b/components/About/index.tsx
index a04a53c..04e0353 100644
--- a/components/About/index.tsx
+++ b/components/About/index.tsx
@@ -5,7 +5,7 @@ const About = () => {
@@ -14,7 +14,7 @@ const About = () => {
-
CSESoc
+
CSESoc
unsw-computer-science-soc
@@ -40,7 +40,7 @@ const About = () => {
{/* RIGHT SIDE */}
-
+
csesoc/README.md
From 3fa4d930c8a0c1adc057c5912db708582e69b882 Mon Sep 17 00:00:00 2001
From: QuadAces <107918856+QuadAces@users.noreply.github.com>
Date: Sat, 13 Apr 2024 00:00:44 +1000
Subject: [PATCH 4/6] CW2-3 Add events section (#4)
* added events template
* removed section
* modified events to coordinate with navbar on click
---------
Co-authored-by: Stuart Cutbush
Co-authored-by: Derek Xu
---
components/Event/index.tsx | 24 +++++++++++++++++++-----
1 file changed, 19 insertions(+), 5 deletions(-)
diff --git a/components/Event/index.tsx b/components/Event/index.tsx
index 5be2672..b9911cd 100644
--- a/components/Event/index.tsx
+++ b/components/Event/index.tsx
@@ -1,5 +1,19 @@
-const Event = () => {
- return ;
-};
-
-export default Event;
+const Event = () => {
+ return (
+
+
+
+
+ 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!
+
+
Placeholder
+
+
+ );
+};
+
+export default Event;
From 086d491a0fa961966b936cd923109232d2ef3c1c Mon Sep 17 00:00:00 2001
From: QuadAces <107918856+QuadAces@users.noreply.github.com>
Date: Wed, 17 Apr 2024 19:27:56 +1000
Subject: [PATCH 5/6] changes to make linter approve
---
components/Footer.tsx | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/components/Footer.tsx b/components/Footer.tsx
index 46111f3..d805c53 100644
--- a/components/Footer.tsx
+++ b/components/Footer.tsx
@@ -1,3 +1,4 @@
+import Image from 'next/image';
import Link from 'next/link';
const Footer = () => {
@@ -5,9 +6,9 @@ const Footer = () => {
-

+
-

{
className="ml-10"
/>
-

{
© 2021 — CSESoc UNSW
-
Date: Wed, 17 Apr 2024 19:32:18 +1000
Subject: [PATCH 6/6] formatted code?
---
components/ResourcesAndContacts/index.tsx | 24 ++++++++++++++++++++---
1 file changed, 21 insertions(+), 3 deletions(-)
diff --git a/components/ResourcesAndContacts/index.tsx b/components/ResourcesAndContacts/index.tsx
index a6e4e2a..459abbe 100644
--- a/components/ResourcesAndContacts/index.tsx
+++ b/components/ResourcesAndContacts/index.tsx
@@ -122,7 +122,13 @@ const ResourcesAndContacts = () => {