mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
update phil site (#560)
This commit is contained in:
parent
9ce377418a
commit
88088dc6c1
1 changed files with 16 additions and 0 deletions
|
|
@ -935,6 +935,22 @@ const Philanthropy = ({ posts = [] }) => {
|
|||
</Box>
|
||||
</Fade>
|
||||
</Grid>
|
||||
<Flex sx={{justifyContent: 'space-between'}} mt={3}>
|
||||
<Box>
|
||||
<Text as="h2">View Hack Club's 2020 IRS Form 990</Text>
|
||||
<Text as="p">2021 Form will soon be ready and shared.</Text>
|
||||
</Box>
|
||||
<Button
|
||||
as="a"
|
||||
variant="outline"
|
||||
href="https://cloud-d2t8vvprl-hack-club-bot.vercel.app/0form990package.pdf"
|
||||
download="HackClub_990"
|
||||
mb={4}
|
||||
sx={{fontSize: '1em !important', width: 'fit-content', float: 'right', mt: 2}}
|
||||
>
|
||||
Form 990
|
||||
</Button>
|
||||
</Flex>
|
||||
<Line />
|
||||
<Box>
|
||||
<Fade bottom>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue