diff --git a/src/Agm.jsx b/src/Agm.jsx index 789e326..7d1eddb 100644 --- a/src/Agm.jsx +++ b/src/Agm.jsx @@ -3,38 +3,23 @@ import Rules from './Rules' import { Routes, Route } from "react-router-dom" import AnimatedCursor from "./component/cursor" import teamData from "./component/TeamData.json" -import './team.css'; +import './agm.css'; function Agm() { return (
-

Code Network will be holding the 2023 AGM on Thursday, 5th October 2023.

+

Code Network's 2023 AGM

We will be electing our 2024 Executive Team and voting on other business, including constitution amendments.

+

When and Where: 5-8pm Thursday 5/10/2023 at QUT GP-D106

Key Links

- - - - - - - - - - - - - - - - - - - - - -
DocumentLink
Agendahttps://codenetwork.co/agmagenda
Executive Team Positionshttps://codenetwork.co/agmpositions
Executive Team EOI Formhttps://codenetwork.co/agmeoi
Proposed Constitution Amendmentshttps://codenetwork.co/agmconstitution
+
diff --git a/src/agm.css b/src/agm.css new file mode 100644 index 0000000..b2d2b40 --- /dev/null +++ b/src/agm.css @@ -0,0 +1,10 @@ +#agmLinks>a { + padding: 8px; + background-color: rgb(1, 214, 9); + color: white; + border-radius: 16px +} + +#agmLinks>a:hover { + background-color: rgb(150, 214, 150) +} \ No newline at end of file diff --git a/src/assets/agm.png b/src/assets/agm.png new file mode 100644 index 0000000..a863333 Binary files /dev/null and b/src/assets/agm.png differ