mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
Update homepage CTA to Summer of Making with deadline
This commit is contained in:
parent
9db0aec535
commit
4e8aa4940b
1 changed files with 19 additions and 4 deletions
|
|
@ -287,14 +287,29 @@ function Page({
|
|||
<Button
|
||||
variant="ctaLg"
|
||||
as="a"
|
||||
href="/slack"
|
||||
href="https://summer.hackclub.com"
|
||||
mt={[3, 0, 0]}
|
||||
mr={3}
|
||||
sx={{ transformOrigin: 'center left' }}
|
||||
sx={{
|
||||
transformOrigin: 'center left',
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
alignItems: 'center',
|
||||
width: 'fit-content'
|
||||
}}
|
||||
>
|
||||
Join Slack
|
||||
Join Summer of Making
|
||||
<Text
|
||||
as="span"
|
||||
sx={{
|
||||
fontSize: 0,
|
||||
opacity: 0.8,
|
||||
mt: 1
|
||||
}}
|
||||
>
|
||||
Ends August 31st
|
||||
</Text>
|
||||
</Button>
|
||||
|
||||
</Heading>
|
||||
</Box>
|
||||
<Box
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue