January 2024 Annual General Meeting
The 2024 Annual General Meeting will be held on Monday, September 9th at 5pm in GP D-108.
diff --git a/src/routes/Showcase.jsx b/src/routes/Showcase.jsx
new file mode 100644
index 0000000..f0ddc39
--- /dev/null
+++ b/src/routes/Showcase.jsx
@@ -0,0 +1,15 @@
+import { Box, Typography } from "@mui/material";
+
+export default function Showcase() {
+ return (
+
+
+
+ 2024 Winter Hackathon
+ This event has now ended!
+ Check back here later to see a showcase of projects created at our 2024 Winter Hackathon
+
+
+
+ );
+}
From 3d2bdcb5a374593ed6f94c332430163385147926 Mon Sep 17 00:00:00 2001
From: Patrick <42367024+Patadam@users.noreply.github.com>
Date: Thu, 29 Aug 2024 10:54:23 +1000
Subject: [PATCH 3/3] updates
---
src/routes/Agm.jsx | 68 ++++++++++++++++++++++++++++++++++++++++++----
1 file changed, 62 insertions(+), 6 deletions(-)
diff --git a/src/routes/Agm.jsx b/src/routes/Agm.jsx
index 6f34a7a..aed4026 100644
--- a/src/routes/Agm.jsx
+++ b/src/routes/Agm.jsx
@@ -1,15 +1,19 @@
-import { Book, FileOpen } from "@mui/icons-material";
+import { Close, CopyAll, LinkOutlined, OpenInNew } from "@mui/icons-material";
+import { Box, Button, Dialog, IconButton, Stack } from "@mui/material";
+import React from "react";
import "../App.css";
import "../assets/agm.css";
-import React from "react";
-import { Button, Link, Stack } from "@mui/material";
function Agm() {
+ const [isDialogOpen, setIsDialogOpen] = React.useState(false);
return (
-
-
January 2024 Annual General Meeting
+