mirror of
https://github.com/System-End/site.git
synced 2026-04-19 18:35:12 +00:00
Merge pull request #1459 from christinaasquith/main
update philanthropy page
This commit is contained in:
commit
16f1ff70cd
1 changed files with 21 additions and 16 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue