Skip to content

Commit

Permalink
feat: vote count
Browse files Browse the repository at this point in the history
  • Loading branch information
proffapt committed Apr 14, 2024
1 parent b09df2f commit 9a25709
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 18 deletions.
Binary file added public/data/media/files/Votes_2024.pdf
Binary file not shown.
33 changes: 15 additions & 18 deletions src/pages/Elections/Elections.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,21 @@ export default function Elections() {
<Box className={Styles.electionBody}>
<Typography variant="h5">Notices:</Typography>
<Box className={Styles.notices}>
<Typography className={Styles.notice}>
<div className={Styles.noticeDescription}>
View Votes of Candidates
</div>
<Button>
<a
href="/data/media/files/Votes_2024.pdf"
lat="notice"
target="_blank"
rel="noopener"
>
View Votes <LaunchIcon />
</a>
</Button>
</Typography>
<Typography className={Styles.notice}>
<div className={Styles.noticeDescription}>
Elections 2024-2025 Results
Expand All @@ -63,24 +78,6 @@ export default function Elections() {
</a>
</Button>
</Typography>
{/* <Typography className={Styles.notice}>
<div className={Styles.noticeDescription}>
View Votes of Candidates
</div>
<Button>
<a
href="/data/media/files/Votes_2023.pdf"
lat="notice"
target="_blank"
rel="noopener"
>
View Votes <LaunchIcon />
</a>
</Button>
</Typography> */}
<Button>
<Link to="/elections/candidates">Candidates And Proposals</Link>
</Button>
<Typography className={Styles.notice}>
<div className={Styles.noticeDescription}>
SOAPBOX SCHEDULE 2024-25
Expand Down

0 comments on commit 9a25709

Please sign in to comment.