mirror of
https://github.com/System-End/site.git
synced 2026-04-20 00:25:19 +00:00
Add waitlist copy
This commit is contained in:
parent
9a1150c008
commit
aa7c2a241d
3 changed files with 23 additions and 5 deletions
|
|
@ -36,6 +36,23 @@ export default function Apply() {
|
|||
<Meta as={Head} title="Apply for HCB" />
|
||||
<ForceTheme theme="light" />
|
||||
|
||||
<Box
|
||||
sx={{
|
||||
width: "100%",
|
||||
height: "fit-content",
|
||||
backgroundColor: "red",
|
||||
display: "flex",
|
||||
alignItems: "center",
|
||||
justifyContent: "center",
|
||||
borderRadius: "0 0 1rem 1rem",
|
||||
}}
|
||||
>
|
||||
<Text sx={{ color: "white", fontSize: [1, 2], textAlign: "center", margin: 1, textWrap: "balance" }}>
|
||||
We're excited to take on more organizations, however, our applications are currently backlogged.
|
||||
By joining our waitlist, we will contact you in the future. HCB is currently prioritizing Hack Clubbers-ran initiatives and FIRST teams.
|
||||
</Text>
|
||||
</Box>
|
||||
|
||||
<Grid
|
||||
columns={[null, null, 2]}
|
||||
sx={{
|
||||
|
|
|
|||
|
|
@ -51,8 +51,8 @@ export default function ApplicationSuccess() {
|
|||
</Text>
|
||||
<Text as="p" variant="lead">
|
||||
<Balancer>
|
||||
We’ll review your application and get back to you within two
|
||||
business days.
|
||||
As of April 12 2024, are waitlisting all new HCB applications, due to operational capacity.
|
||||
We'll review your application and get back to you when we can!
|
||||
</Balancer>
|
||||
</Text>
|
||||
</header>
|
||||
|
|
|
|||
|
|
@ -241,10 +241,11 @@ export default function Page() {
|
|||
sx={{
|
||||
bg: 'blue',
|
||||
backgroundImage: theme => theme.util.gx('cyan', 'blue'),
|
||||
fontSize: [16, 16, 32],
|
||||
lineHeight: 0.9
|
||||
}}
|
||||
>
|
||||
Apply now
|
||||
Sign up for the waitlist
|
||||
</Button>
|
||||
</Link>
|
||||
<Button
|
||||
|
|
@ -603,7 +604,7 @@ export default function Page() {
|
|||
bg: 'white',
|
||||
mixBlendMode: 'screen',
|
||||
color: 'black !important',
|
||||
fontSize: [58, 96],
|
||||
fontSize: [58 * 0.5, 96 * 0.5],
|
||||
width: ['100%', 'auto'],
|
||||
py: 4,
|
||||
px: [4, null, 6],
|
||||
|
|
@ -611,7 +612,7 @@ export default function Page() {
|
|||
textTransform: 'none'
|
||||
}}
|
||||
>
|
||||
Apply now
|
||||
Sign up for the waitlist
|
||||
</Button>
|
||||
</Link>
|
||||
<Text as="p" variant="lead" sx={{ color: 'white', mb: [0, 0] }}>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue