Skip to content

Commit

Permalink
Add attendance form link
Browse files Browse the repository at this point in the history
  • Loading branch information
McCorsa committed Jan 22, 2024
1 parent 54e6d2b commit 7a748dd
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/Sgm.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Link } from "@mui/icons-material";
import { Book, Link } from "@mui/icons-material";
import { FileOpen } from "@mui/icons-material";

import Accordion from "@mui/material/Accordion";
Expand Down Expand Up @@ -31,6 +31,14 @@ export default function SGM() {
</p>
<p>Thank you for your ongoing support.</p>
<div style={{ display: "flex", flexDirection: "row", flexWrap: "wrap", gap: "1rem" }}>
<div style={{ background: "#eee", padding: "0.2rem 1.4rem", borderRadius: "8px", marginTop: "1rem", width: "fit-content" }}>
<p>
<a style={{ display: "flex", alignItems: "center", gap: "0.6rem" }} className="link" href="https://forms.gle/guqyaRLKieMeaPgg7">
<Book />
Meeting Attendance Form
</a>
</p>
</div>
<div style={{ background: "#eee", padding: "0.2rem 1.4rem", borderRadius: "8px", marginTop: "1rem", width: "fit-content" }}>
<p>
<a style={{ display: "flex", alignItems: "center", gap: "0.6rem" }} className="link" href="https://qut.zoom.us/j/85306265388?pwd=aXIrQmdFS1dmTUR3cFVqUDJ3SHpGdz09">
Expand Down

0 comments on commit 7a748dd

Please sign in to comment.