mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
Add banner saying end of OnBoard
This commit is contained in:
parent
f40ff8a82f
commit
24683c580e
1 changed files with 22 additions and 0 deletions
|
|
@ -163,8 +163,30 @@ const ShipPage = () => {
|
|||
<link rel="preload" href={wandImgRendered} as="image" />
|
||||
</Head>
|
||||
|
||||
<Box sx={{ bg: '#000000', height: '64px' }} />
|
||||
<Nav />
|
||||
|
||||
<Box
|
||||
sx={{
|
||||
bg: '#ff6b35',
|
||||
color: 'white',
|
||||
p: 3,
|
||||
textAlign: 'center',
|
||||
fontSize: 3,
|
||||
fontWeight: 'bold'
|
||||
}}
|
||||
>
|
||||
OnBoard has ended! We gave away $100 PCB grants to 1,000 high schoolers!{' '}
|
||||
<Link
|
||||
href="https://forms.hackclub.com/t/xtYYcGvNTCus"
|
||||
target="_blank"
|
||||
sx={{ color: 'white', textDecoration: 'underline' }}
|
||||
>
|
||||
Sign up here
|
||||
</Link>{' '}
|
||||
to hear about future electronics grants!
|
||||
</Box>
|
||||
|
||||
<Box
|
||||
as="header"
|
||||
sx={{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue