forked from jimcinbrisbane/viteCN
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/agm #39
Open
Patadam
wants to merge
3
commits into
master
Choose a base branch
from
feat/agm
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Feat/agm #39
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,32 @@ | ||
import React from 'react'; | ||
import ReactDOM from 'react-dom'; | ||
import './index.css'; | ||
import App from './App'; | ||
import { BrowserRouter } from 'react-router-dom'; | ||
import React from "react"; | ||
import ReactDOM from "react-dom"; | ||
import "./index.css"; | ||
import App from "./App"; | ||
import { BrowserRouter } from "react-router-dom"; | ||
|
||
import Footer from './Footer'; | ||
import { Routes, Route } from 'react-router-dom'; | ||
import Navbar from './component/Navbar'; | ||
import AnimatedCursor from './component/cursor'; | ||
import Footer from "./Footer"; | ||
import { Routes, Route } from "react-router-dom"; | ||
import Navbar from "./component/Navbar"; | ||
import AnimatedCursor from "./component/cursor"; | ||
|
||
ReactDOM.render( | ||
<BrowserRouter> | ||
<div id="root"> | ||
<Navbar /> | ||
<div | ||
style={{ | ||
paddingTop: '100px', | ||
}} | ||
> | ||
<main> | ||
<App /> | ||
</main> | ||
import { createRoot } from "react-dom/client"; | ||
const container = document.getElementById("root"); | ||
const root = createRoot(container); | ||
root.render( | ||
<React.StrictMode> | ||
<BrowserRouter> | ||
<div id="root"> | ||
<Navbar /> | ||
<div | ||
style={{ | ||
paddingTop: "100px", | ||
}}> | ||
<main> | ||
<App /> | ||
</main> | ||
</div> | ||
<Footer /> | ||
</div> | ||
<Footer /> | ||
</div> | ||
</BrowserRouter>, | ||
|
||
document.getElementById('root'), | ||
</BrowserRouter> | ||
</React.StrictMode> | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,106 @@ | ||
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"; | ||
|
||
function Agm() { | ||
const [isDialogOpen, setIsDialogOpen] = React.useState(false); | ||
return ( | ||
<div className="content-wrapper"> | ||
<div className="edges" style={{ color: "#111", fontFamily: "Montserrat" }}> | ||
<div style={{ maxWidth: "80ch" }}> | ||
<h1 style={{ padding: 0, margin: "0 0 0.7rem 0" }}>Annual General Meeting (AGM) 2024</h1> | ||
<p style={{ padding: 0, margin: 0, fontSize: "1.4rem" }}> | ||
Have your say on our 2025 executive team and nominate yourself or others to be in the 2025 Code Network Executive team. | ||
</p> | ||
<p> | ||
The 2024 Annual General Meeting will be held on <strong>Monday, September 9th at 5pm</strong> in <strong>GP D-108</strong>. | ||
</p> | ||
<p> | ||
I know... it sounds boring, but the AGM is arguably the most important event of the year for Code Network. This is where our | ||
club reflects on the year that has been and we look forward to the new year ahead. | ||
</p> | ||
<p>You are invited to join us at our 2024 Annual General Meeting. This is your opportunity to:</p> | ||
<ul style={{ listStyle: "none", padding: "0 0 12px" }}> | ||
<li>📣 Hear about our club's achievements from this year</li> | ||
<li>❔ Ask questions about our club and our achievements</li> | ||
<li>📝 And most importantly, to join the 2025 Executive Team and shape the future of our club!</li> | ||
</ul> | ||
<p>This page may be updated with additional information in the lead up to our AGM. To learn more see:</p> | ||
<Stack direction="row" spacing={1}> | ||
<a href="https://docs.google.com/document/d/1uvIfpRDy4MzC7WLnbMkc7jIDxIUyDdz1n6mRW3hglUI/edit#heading=h.lmgx5rxt46zj"> | ||
<Button variant="contained" sx={{ background: "var(--primary)!important" }}> | ||
About the Roles | ||
</Button> | ||
</a> | ||
<a href="https://docs.google.com/forms/d/e/1FAIpQLSeVTq382wX-cfjMIZGEFmNBTkRD9a210IW1gAUzw-d3Ck_EDA/viewform"> | ||
<Button variant="contained" sx={{ background: "var(--primary)!important" }}> | ||
Apply to Join The Team | ||
</Button> | ||
</a> | ||
<a href="https://docs.google.com/document/d/1YdBWYmZJXsmeLzP2AO0t1cuK1NEf1uhoSXdQU6qHalE/edit#heading=h.lmgx5rxt46zj"> | ||
<Button variant="contained" sx={{ background: "var(--primary)!important", ":hover": { background: "" } }}> | ||
Meeting Agenda | ||
</Button> | ||
</a> | ||
<a> | ||
<Button | ||
variant="contained" | ||
sx={{ background: "var(--primary)!important", ":hover": { background: "" } }} | ||
onClick={() => setIsDialogOpen(true)}> | ||
<LinkOutlined sx={{ pr: 1 }} /> Zoom Meeting Info | ||
</Button> | ||
</a> | ||
</Stack> | ||
<Dialog open={isDialogOpen} fullWidth={true} sx={{ zIndex: 10 }} onClose={() => setIsDialogOpen(false)}> | ||
<IconButton sx={{ position: "absolute", right: 8, top: 8 }} onClick={() => setIsDialogOpen(false)}> | ||
<Close /> | ||
</IconButton> | ||
<Box p={4}> | ||
<h2 style={{ padding: 0, margin: "0 0 0.5rem 0" }}>AGM Zoom Meeting</h2> | ||
<p style={{ padding: 0, margin: "0 0 1rem 0" }}>QUT Login Only</p> | ||
<Stack direction="column"> | ||
<Box bgcolor="#ececec" px={1} borderRadius={1}> | ||
<Stack direction="column"> | ||
<Stack direction="row" alignItems="center"> | ||
<strong>Meeting Link:</strong> | ||
<a href="https://qut.zoom.us/j/84965499570?pwd=obz8wIob8vdTB3YjQx5EVIpwQWkYvn.1" target="_blank"> | ||
<IconButton size="12px"> | ||
<OpenInNew sx={{ height: "20px" }} /> | ||
</IconButton> | ||
</a> | ||
</Stack> | ||
<p style={{ padding: 0, margin: 0 }}> | ||
{" "} | ||
<a | ||
href="https://qut.zoom.us/j/84965499570?pwd=obz8wIob8vdTB3YjQx5EVIpwQWkYvn.1" | ||
target="_blank" | ||
style={{ textWrap: "wrap", wordBreak: "break-all" }}> | ||
https://qut.zoom.us/j/84965499570?pwd=obz8wIob8vdTB3YjQx5EVIpwQWkYvn.1 | ||
</a>{" "} | ||
</p> | ||
</Stack> | ||
<Box display="flex" alignItems="center" gap={1} mt={1}> | ||
<strong>Meeting ID:</strong> 849 6549 9570 | ||
<IconButton onClick={() => navigator.clipboard.writeText("84965499570")}> | ||
<CopyAll sx={{ height: "20px" }} /> | ||
</IconButton> | ||
</Box> | ||
<Box display="flex" alignItems="center" gap={1}> | ||
<strong>Passcode:</strong> 320767 | ||
<IconButton onClick={() => navigator.clipboard.writeText("320767")}> | ||
<CopyAll sx={{ height: "20px" }} /> | ||
</IconButton> | ||
</Box> | ||
</Box> | ||
</Stack> | ||
</Box> | ||
</Dialog> | ||
</div> | ||
</div> | ||
</div> | ||
); | ||
} | ||
|
||
export default Agm; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
import { Box, Typography } from "@mui/material"; | ||
|
||
export default function Showcase() { | ||
return ( | ||
<div className="content-wrapper"> | ||
<div className="edges" style={{ color: "#111", fontFamily: "Montserrat" }}> | ||
<Box> | ||
<h1>2024 Winter Hackathon</h1> | ||
<p>This event has now ended!</p> | ||
<p>Check back here later to see a showcase of projects created at our 2024 Winter Hackathon</p> | ||
</Box> | ||
</div> | ||
</div> | ||
); | ||
} |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems a bit repetitive. How about "Have your say on our club's direction and..."