Merge pull request #1459 from christinaasquith/main

update philanthropy page
This commit is contained in:
Max Wofford 2025-01-24 20:36:32 +00:00 committed by GitHub
commit 16f1ff70cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1034,8 +1034,10 @@ const Philanthropy = ({ posts = [] }) => {
</Fade> </Fade>
<Fade delay={70}> <Fade delay={70}>
<Text as="p" sx={{ lineHeight: '1.8em' }}> <Text as="p" sx={{ lineHeight: '1.8em' }}>
Tom Preston-Werner (8x) Tom Preston-Werner (8x)
Musk Foundation (5x) </Text>
<Text as="p" sx={{ lineHeight: '1.8em' }}>
Musk Foundation (5x)
</Text> </Text>
</Fade> </Fade>
<br></br> <br></br>
@ -1087,16 +1089,18 @@ const Philanthropy = ({ posts = [] }) => {
Joe Liemandt Joe Liemandt
</Text> </Text>
</Fade> </Fade>
</Box>
<Box>
<Fade delay={260}> <Fade delay={260}>
<Text as="h3" sx={{ marginBottom: '8px' }}> <Fade delay={410}>
<Fade delay={410}> <Text as="p" sx={{ lineHeight: '1.8em' }}>
<Text as="p" sx={{ lineHeight: '1.8em' }}> Argosy Foundation (4x)
Argosy Foundation (4x) </Text>
</Text> </Fade>
</Fade> </Fade>
</Box> </Box>
<Box>
<Fade>
<Text as="h3" sx={{ lineHeight: '1.8em' }}>
$200k - $500k $200k - $500k
</Text> </Text>
</Fade> </Fade>
@ -1130,14 +1134,15 @@ const Philanthropy = ({ posts = [] }) => {
Ron Conway (5x) Ron Conway (5x)
</Text> </Text>
</Fade> </Fade>
<Box>
<Fade delay={470}> <Fade delay={470}>
<Text as="h3" sx={{ marginBottom: '8px' }}> <Fade delay={360}>
<Fade delay={360}> <Text as="p" sx={{ lineHeight: '1.8em' }}>
<Text as="p" sx={{ lineHeight: '1.8em' }}> GitHub Education (5x)
GitHub Education (5x) </Text>
</Text> </Fade>
</Fade> </Fade>
</Box>
<Box> <Box>
<Fade delay={470}> <Fade delay={470}>
<Text as="h3" sx={{ marginBottom: '8px' }}> <Text as="h3" sx={{ marginBottom: '8px' }}>
@ -1164,7 +1169,7 @@ const Philanthropy = ({ posts = [] }) => {
<Fade delay={800}> <Fade delay={800}>
<br /> <br />
<Text sx={{ color: 'muted', fontSize: '90%' }}> <Text sx={{ color: 'muted', fontSize: '90%' }}>
* The numbers in bracket indicates repeated gifts * The numbers in bracket indicates # of gifts since 2018
</Text> </Text>
</Fade> </Fade>
</Box> </Box>