mirror of
https://github.com/System-End/site.git
synced 2026-04-19 20:55:09 +00:00
Merge pull request #872 from Soar1826/main
This commit is contained in:
commit
4547beeb8b
1 changed files with 2 additions and 29 deletions
|
|
@ -128,25 +128,6 @@ const HackathonGrant = () => {
|
|||
target="_blank"
|
||||
></Box>
|
||||
</NextLink>
|
||||
<Box mr={3} sx={{ fontWeight: 'normal' }}>
|
||||
+
|
||||
</Box>
|
||||
<NextLink href="https://www.firstinspires.org" passHref>
|
||||
<Box
|
||||
as="a"
|
||||
sx={{
|
||||
width: 72,
|
||||
height: 72,
|
||||
backgroundImage: "url('/hackathons/grant/first.png')",
|
||||
backgroundColor: '#231F20',
|
||||
backgroundSize: '60px, cover',
|
||||
backgroundPosition: 'center center',
|
||||
backgroundRepeat: 'no-repeat',
|
||||
borderRadius: 8
|
||||
}}
|
||||
target="_blank"
|
||||
></Box>
|
||||
</NextLink>
|
||||
</Flex>
|
||||
A <MSparkles>$500</MSparkles> grant for your{' '}
|
||||
<a sx={{ whiteSpace: 'nowrap' }}>in-person</a> hackathon.
|
||||
|
|
@ -158,20 +139,12 @@ const HackathonGrant = () => {
|
|||
my: 4
|
||||
}}
|
||||
>
|
||||
Hack Club is partnering with{' '}
|
||||
<NextLink href="https://www.firstinspires.org" passHref>
|
||||
<Link target="_blank">
|
||||
<i>FIRST®</i>
|
||||
</Link>
|
||||
</NextLink>{' '}
|
||||
to provide $500 grants (and waiving{' '}
|
||||
Hack Club is providing $500 grants (and waiving{' '}
|
||||
<Link href="/bank" target="_blank">
|
||||
Hack Club Bank
|
||||
</Link>{' '}
|
||||
fees) to <a sx={{ whiteSpace: 'nowrap' }}>in-person</a>{' '}
|
||||
<a sx={{ whiteSpace: 'nowrap' }}>high school</a> hackathons{' '}
|
||||
<s>this semester between August and December 31, 2022</s> until
|
||||
December 31st, 2023.
|
||||
<a sx={{ whiteSpace: 'nowrap' }}>high school</a> hackathons until December 31st, 2023.
|
||||
</Box>
|
||||
<Button variant="ctaLg" as="a" href="#apply" sx={{ mt: 2 }}>
|
||||
{open ? 'Apply Now' : 'Coming Soon'}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue