mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
adds Woz quote to OnBoard page
This commit is contained in:
parent
9b9b590fab
commit
4461308c35
1 changed files with 36 additions and 0 deletions
|
|
@ -540,6 +540,42 @@ const ShipPage = () => {
|
|||
</Text>
|
||||
</Flex>
|
||||
</Grid>
|
||||
|
||||
<Flex
|
||||
as="div"
|
||||
sx={{
|
||||
flexDirection: 'row',
|
||||
gap: 3,
|
||||
alignItems: 'end',
|
||||
margin: '0 auto'
|
||||
}}
|
||||
>
|
||||
<Image
|
||||
src="https://cloud-iddh16j0r-hack-club-bot.vercel.app/0stevew.png"
|
||||
alt="A picture of Steve Wozniak who is a co-founder of Apple."
|
||||
sx={{
|
||||
width: 50,
|
||||
height: 50
|
||||
}}
|
||||
/>
|
||||
<Flex
|
||||
as="div"
|
||||
sx={{ flexDirection: 'column', gap: 1, width: '90%' }}
|
||||
>
|
||||
<Text as="p" sx={{ fontSize: 20 }}>
|
||||
<Balancer>
|
||||
"I’m so glad young people can create PCBs online. May your
|
||||
creativity change the world! Mine did.”
|
||||
</Balancer>
|
||||
</Text>
|
||||
<Heading
|
||||
as="h3"
|
||||
sx={{ fontSize: 20, fontWeight: 500, fontStyle: 'italic' }}
|
||||
>
|
||||
<Balancer>-Steve Wozniak</Balancer>
|
||||
</Heading>
|
||||
</Flex>
|
||||
</Flex>
|
||||
</Flex>
|
||||
</Box>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue