Skip to content

Commit

Permalink
Making the page look a bit nicer
Browse files Browse the repository at this point in the history
  • Loading branch information
McCorsa committed Sep 25, 2023
1 parent e1196b9 commit 57cbfe8
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 24 deletions.
33 changes: 9 additions & 24 deletions src/Agm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<div className="content-wrapper">
<div className="edges" style={{ color: "#111", fontFamily: 'Montserrat' }}>
<div className="global-padding">
<h1>Code Network will be holding the 2023 AGM on Thursday, 5th October 2023.</h1>
<h1>Code Network's 2023 AGM</h1>
<p>We will be electing our 2024 Executive Team and voting on other business, including constitution amendments.</p>
<p><b>When and Where:</b> 5-8pm Thursday 5/10/2023 at QUT GP-D106</p>
<h2>Key Links</h2>
<table>
<tr>
<th>Document</th>
<th>Link</th>
</tr>
<tr>
<td>Agenda</td>
<td><a class="link" href="https://codenetwork.co/agmagenda" target="_blank">https://codenetwork.co/agmagenda</a></td>
</tr>
<tr>
<td>Executive Team Positions</td>
<td><a class="link" href="https://codenetwork.co/agmpositions" target="_blank">https://codenetwork.co/agmpositions</a></td>
</tr>
<tr>
<td>Executive Team EOI Form</td>
<td><a class="link" href="https://codenetwork.co/agmeoi" target="_blank">https://codenetwork.co/agmeoi</a></td>
</tr>
<tr>
<td>Proposed Constitution Amendments</td>
<td><a class="link" href="https://codenetwork.co/agmconstitution" target="_blank">https://codenetwork.co/agmconstitution</a></td>
</tr>
</table>
<div style={{ display: 'flex', flexDirection: 'row', gap: '4px', flexWrap: 'wrap' }} id="agmLinks">
<a href="https://codenetwork.co/agmagenda" target="_blank">Agenda</a>
<a href="https://codenetwork.co/agmpositions" target="_blank">Executive Positions</a>
<a href="https://codenetwork.co/agmeoi" target="_blank">Executive EOI</a>
<a href="https://codenetwork.co/agmconstitution" target="_blank">Constitution Amendments</a>
</div>
</div>
</div >
</div>
Expand Down
10 changes: 10 additions & 0 deletions src/agm.css
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)
}
Binary file added src/assets/agm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 57cbfe8

Please sign in to comment.