mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
Add cider to the top
This commit is contained in:
parent
bd4a3f8cb4
commit
50f9702880
1 changed files with 16 additions and 0 deletions
|
|
@ -416,6 +416,22 @@ function Page({
|
|||
}}
|
||||
>
|
||||
<Box sx={{ display: 'flex', flexDirection: 'column', width: '95%' }}>
|
||||
<Box sx={{ display: 'flex', m: '2', justifyContent: 'center', alignItems: 'center', textAlign: 'center' }}>
|
||||
<a href='https://cider.hackclub.com' target="_blank">
|
||||
<Button
|
||||
sx={{
|
||||
color: '#001D85',
|
||||
background: 'white',
|
||||
border: '3px solid',
|
||||
borderColor: '#001D85',
|
||||
boxShadow: '0 4px 8px rgba(0, 0, 0, 0.2)',
|
||||
width: '100%', borderRadius: '10px', mr: '2'
|
||||
}}
|
||||
>Cider
|
||||
</Button>
|
||||
</a>
|
||||
<Text as='p' sx={{ width: '100%', textAlign: 'right' }}>Build an iOS app, get $100 to publish it on the App Store!</Text>
|
||||
</Box>
|
||||
<Box sx={{ display: 'flex', m: '2'}}>
|
||||
<a href='https://sprig.hackclub.com/' target="_blank">
|
||||
<Button
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue