From 34e4d8a9593eff33a5f4a05e275cf1d4725f6ba2 Mon Sep 17 00:00:00 2001 From: QuadAces <107918856+QuadAces@users.noreply.github.com> Date: Thu, 11 Apr 2024 18:54:29 +1000 Subject: [PATCH 1/6] changed the h1 tags --- components/Landing/index.tsx | 2 +- components/ResourcesAndContacts/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Landing/index.tsx b/components/Landing/index.tsx index 111ee8f..b5002be 100644 --- a/components/Landing/index.tsx +++ b/components/Landing/index.tsx @@ -13,7 +13,7 @@ const Landing = () => {

{'

'}

-

Hello World!

+

Hello World!

{''}

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 = () => {

03

-

RESOURCES & CONTACTS

+

RESOURCES & CONTACTS

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 = () => {
- + discord logo

DISCORD

{ target="_blank" className={socialsBoxStyling} > - + facebook logo

FACEBOOK

{ target="_blank" className={socialsBoxStyling} > - + facebook group

FACEBOOK GROUP

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 = () => {

01

-

ABOUT

+

ABOUT

@@ -14,7 +14,7 @@ const About = () => {
CSESoc Icon
-

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 ( +
+
+

02

+

EVENTS

+
+
+

+ 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 = () => {
- CSESoc Logo + CSESoc Logo - Ollie { className="ml-10" /> - Ollie {

© 2021 — CSESoc UNSW

- Sponsors backdrop 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 = () => {