mirror of
https://github.com/System-End/site.git
synced 2026-04-19 19:45:07 +00:00
Merge pull request #1390 from hackclub/faisalsayed10-patch-1
feat: Add cider to the top
This commit is contained in:
commit
3d720dfc86
1 changed files with 16 additions and 14 deletions
|
|
@ -480,6 +480,22 @@ function Page({
|
|||
</a>
|
||||
<Text as='p' sx={{ width: '100%', textAlign: 'right' }}>Write code. Make art. Get a drawing machine.</Text>
|
||||
</Box>
|
||||
<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>
|
||||
<Text as='h4' sx={{ mt: '2', fontSize: '20px' }}>2. Submit your project to one of Hack Club's Hardware You Ship, We Ship programs.</Text>
|
||||
</Box>
|
||||
|
|
@ -561,20 +577,6 @@ function Page({
|
|||
>Hackaccino
|
||||
</Button>
|
||||
</a>
|
||||
<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'
|
||||
}}
|
||||
>Cider
|
||||
</Button>
|
||||
</a>
|
||||
</Grid>
|
||||
</Container>
|
||||
</Container>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue