Skip to content

Commit 0a29713

Browse files
authored
Merge pull request #1469 from celesteroselli/main
Added links to 2022 and 2023 annual reports to donate/philanthropy page
2 parents 02a692e + 54ec152 commit 0a29713

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

pages/philanthropy/index.js

+45
Original file line numberDiff line numberDiff line change
@@ -685,6 +685,51 @@ const Philanthropy = ({ posts = [] }) => {
685685
firm and has audited financials through the current fiscal year.
686686
</span>
687687
</Fade>
688+
<Line />
689+
<Fade delay={100}>
690+
<Flex sx={{ justifyContent: 'space-between' }} mt={[3, 4]}>
691+
<Box>
692+
<Text as="h2">View Hack Club's Annual Reports</Text>
693+
<Text as="p">2024 Report will be shared when ready.</Text>
694+
</Box>
695+
<Box>
696+
<Button
697+
as="a"
698+
variant="outline"
699+
href="https://cloud-qfyq0eotn-hack-club-bot.vercel.app/02023_annual_report.pdf"
700+
target="_blank"
701+
mb={4}
702+
sx={{
703+
fontSize: '1em !important',
704+
width: 'fit-content',
705+
float: 'right',
706+
mt: 2
707+
}}
708+
>
709+
2023
710+
</Button>
711+
<Button
712+
as="a"
713+
variant="outline"
714+
href="https://cloud-8zfcx3ub5-hack-club-bot.vercel.app/0hack_club_annual_report_2022.pdf"
715+
target="_blank"
716+
mb={4}
717+
sx={{
718+
fontSize: '1em !important',
719+
width: 'fit-content',
720+
float: 'right',
721+
mt: 2,
722+
mr: 2
723+
}}
724+
>
725+
2022
726+
</Button>
727+
</Box>
728+
</Flex>
729+
<span>
730+
Explore Hack Club's annual reports from 2022 onward, showcasing each year's impact and key milestones.
731+
</span>
732+
</Fade>
688733
{/* <Fade delay={300}>
689734
<Text
690735
as="a"

0 commit comments

Comments
 (0)