mirror of
https://github.com/System-End/site.git
synced 2026-04-19 20:55:09 +00:00
Revert "Merge pull request #1167 from hackclub/malted/hcb-waitlist"
This reverts commitb579f99660, reversing changes made to96fe81b58b.
This commit is contained in:
parent
e10376c080
commit
72a3994904
3 changed files with 6 additions and 36 deletions
|
|
@ -118,33 +118,6 @@ export default function Apply() {
|
|||
})
|
||||
}
|
||||
>
|
||||
<Box
|
||||
sx={{
|
||||
borderLeft: '3px solid',
|
||||
borderLeftColor: 'blue',
|
||||
paddingLeft: 2,
|
||||
color: 'blue',
|
||||
fontSize: [1, 2],
|
||||
textWrap: 'pretty',
|
||||
lineHeight: 1.375
|
||||
}}
|
||||
>
|
||||
<Text as="p" sx={{ fontSize: [2, 3], fontWeight: 'bold' }}>
|
||||
Join our waitlist
|
||||
</Text>
|
||||
<Text as="p" sx={{ mt: 1, textWrap: 'balance' }}>
|
||||
HCB has been experiencing some exciting growth and subsequent
|
||||
capacity constaints. We are prioritizing organizations ran by Hack
|
||||
Clubbers, teens, FIRST teams, as well as groups with an annual
|
||||
budget greater than $50k. Please expect to hear back by May 1st,
|
||||
2024.
|
||||
</Text>
|
||||
<Text as="p" sx={{ mt: 1, textWrap: 'balance' }}>
|
||||
We are currently do not work with new organizations outside of
|
||||
STEM, Education, and Climate.
|
||||
</Text>
|
||||
</Box>
|
||||
|
||||
<Heading as="h2" variant="headline" sx={{ mb: -2 }}>
|
||||
Your organization
|
||||
</Heading>
|
||||
|
|
|
|||
|
|
@ -51,10 +51,8 @@ export default function ApplicationSuccess() {
|
|||
</Text>
|
||||
<Text as="p" variant="lead">
|
||||
<Balancer>
|
||||
We are prioritizing organizations ran by Hack Clubbers, teens, FIRST
|
||||
teams, as well as groups with an annual budget greater than $50k. If
|
||||
you fall outside of these categories, you will hear back from us by
|
||||
May 1st, 2024.
|
||||
We’ll review your application and get back to you within two
|
||||
business days.
|
||||
</Balancer>
|
||||
</Text>
|
||||
</header>
|
||||
|
|
|
|||
|
|
@ -241,11 +241,10 @@ export default function Page() {
|
|||
sx={{
|
||||
bg: 'blue',
|
||||
backgroundImage: theme => theme.util.gx('cyan', 'blue'),
|
||||
fontSize: [16, 16, 32],
|
||||
lineHeight: 0.9
|
||||
}}
|
||||
>
|
||||
Join the waitlist
|
||||
Apply now
|
||||
</Button>
|
||||
</Link>
|
||||
<Button
|
||||
|
|
@ -604,15 +603,15 @@ export default function Page() {
|
|||
bg: 'white',
|
||||
mixBlendMode: 'screen',
|
||||
color: 'black !important',
|
||||
fontSize: [36, 64],
|
||||
fontSize: [58, 96],
|
||||
width: ['100%', 'auto'],
|
||||
py: 4,
|
||||
px: [4, null, 5],
|
||||
px: [4, null, 6],
|
||||
lineHeight: 0.9,
|
||||
textTransform: 'none'
|
||||
}}
|
||||
>
|
||||
Join the waitlist
|
||||
Apply now
|
||||
</Button>
|
||||
</Link>
|
||||
<Text as="p" variant="lead" sx={{ color: 'white', mb: [0, 0] }}>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue