Merge pull request #1469 from celesteroselli/main

Added links to 2022 and 2023 annual reports to donate/philanthropy page
This commit is contained in:
aqua 2025-03-05 17:07:06 +00:00 committed by GitHub
commit 0a297134b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"