mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
Merge pull request #1469 from celesteroselli/main
Added links to 2022 and 2023 annual reports to donate/philanthropy page
This commit is contained in:
commit
0a297134b0
1 changed files with 45 additions and 0 deletions
|
|
@ -685,6 +685,51 @@ const Philanthropy = ({ posts = [] }) => {
|
|||
firm and has audited financials through the current fiscal year.
|
||||
</span>
|
||||
</Fade>
|
||||
<Line />
|
||||
<Fade delay={100}>
|
||||
<Flex sx={{ justifyContent: 'space-between' }} mt={[3, 4]}>
|
||||
<Box>
|
||||
<Text as="h2">View Hack Club's Annual Reports</Text>
|
||||
<Text as="p">2024 Report will be shared when ready.</Text>
|
||||
</Box>
|
||||
<Box>
|
||||
<Button
|
||||
as="a"
|
||||
variant="outline"
|
||||
href="https://cloud-qfyq0eotn-hack-club-bot.vercel.app/02023_annual_report.pdf"
|
||||
target="_blank"
|
||||
mb={4}
|
||||
sx={{
|
||||
fontSize: '1em !important',
|
||||
width: 'fit-content',
|
||||
float: 'right',
|
||||
mt: 2
|
||||
}}
|
||||
>
|
||||
2023
|
||||
</Button>
|
||||
<Button
|
||||
as="a"
|
||||
variant="outline"
|
||||
href="https://cloud-8zfcx3ub5-hack-club-bot.vercel.app/0hack_club_annual_report_2022.pdf"
|
||||
target="_blank"
|
||||
mb={4}
|
||||
sx={{
|
||||
fontSize: '1em !important',
|
||||
width: 'fit-content',
|
||||
float: 'right',
|
||||
mt: 2,
|
||||
mr: 2
|
||||
}}
|
||||
>
|
||||
2022
|
||||
</Button>
|
||||
</Box>
|
||||
</Flex>
|
||||
<span>
|
||||
Explore Hack Club's annual reports from 2022 onward, showcasing each year's impact and key milestones.
|
||||
</span>
|
||||
</Fade>
|
||||
{/* <Fade delay={300}>
|
||||
<Text
|
||||
as="a"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue