mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
add attribution
This commit is contained in:
parent
0e00be2cfd
commit
b6f2b8d47a
2 changed files with 3 additions and 1 deletions
|
|
@ -95,6 +95,7 @@ export default function Landing({ rsvpCount }) {
|
|||
color: 'white',
|
||||
textShadow: '0 0 16px rgba(0, 0, 0, 0.2)'
|
||||
}}
|
||||
id="rsvp"
|
||||
>
|
||||
Winter Hardware <br />
|
||||
Wonderland
|
||||
|
|
@ -114,7 +115,7 @@ export default function Landing({ rsvpCount }) {
|
|||
winter alongside hundreds of other hackers.
|
||||
</Text>
|
||||
</Container> */}
|
||||
<Rsvp id="rsvp" />
|
||||
<Rsvp />
|
||||
</Box>
|
||||
{/* <ScrollHint sx={{mt: 3}} /> */}
|
||||
</Box>
|
||||
|
|
|
|||
|
|
@ -105,6 +105,7 @@ export function Winter() {
|
|||
{/* Timeline */}
|
||||
|
||||
<Recap />
|
||||
<Container sx={{ margin: 'auto', fontStyle: 'italic', color: 'snow', mb: 3, textAlign: 'left'}}>Illustrations by Ripley</Container>
|
||||
{/* <Signup /> */}
|
||||
<Footer />
|
||||
</Box>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue