From 9f8e8c34455dc879ad9ada2613670975d1c7c5df Mon Sep 17 00:00:00 2001 From: Patrick <42367024+Patadam@users.noreply.github.com> Date: Wed, 10 Jan 2024 10:41:20 +1000 Subject: [PATCH 1/6] Add new route for special general meeting --- src/App.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.jsx b/src/App.jsx index 8074a32..1401824 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -26,6 +26,7 @@ function App() } /> } /> } /> + } /> From 276bdfe75b3678ec95f3852b6b4db44249fcc428 Mon Sep 17 00:00:00 2001 From: Patrick <42367024+Patadam@users.noreply.github.com> Date: Wed, 10 Jan 2024 10:42:27 +1000 Subject: [PATCH 2/6] removed whitespace --- src/App.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/App.jsx b/src/App.jsx index 1401824..e44c08a 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -29,7 +29,6 @@ function App() } /> - ) } From b6a1f8803671ac39f70068042c79b5a4ee03c387 Mon Sep 17 00:00:00 2001 From: Patrick <42367024+Patadam@users.noreply.github.com> Date: Wed, 10 Jan 2024 10:42:46 +1000 Subject: [PATCH 3/6] create new page for special general meeting --- src/Sgm.jsx | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/Sgm.jsx diff --git a/src/Sgm.jsx b/src/Sgm.jsx new file mode 100644 index 0000000..746634b --- /dev/null +++ b/src/Sgm.jsx @@ -0,0 +1,25 @@ +export default function SGM() { + return ( +
+
+

January 2024 Special General Meeting

+

Dear Code Network members,

+

+ Due to a significant change in the executive team for 2024 we are required under section 15.2 of the Constitution to call a + General Meeting (GM) to elect a replacement to this role. +

+

+ We are currenting communicating with the Guild to confirm details around this GM. We would appreciate your attendance and support + in this matter and will be able to answer questions during the meeting. +

+

+ We are seeking any members interested in taking on the responsibilities and roles of Treasurer to attend and make + their interest known to the President. +

+
+

The date, time and location for this event are being organised, please check back Monday for additional information

+
+
+
+ ); +} From e319228814db9bbbd8674b814a9faf39727a40f7 Mon Sep 17 00:00:00 2001 From: Patrick <42367024+Patadam@users.noreply.github.com> Date: Wed, 10 Jan 2024 10:44:01 +1000 Subject: [PATCH 4/6] Add navbar link for general meeting --- src/component/Navbar.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/component/Navbar.jsx b/src/component/Navbar.jsx index 164e66c..9fc0d77 100644 --- a/src/component/Navbar.jsx +++ b/src/component/Navbar.jsx @@ -27,6 +27,7 @@ function Navbar() Rules + General Meeting