Skip to content

Commit 4461308

Browse files
committed
adds Woz quote to OnBoard page
1 parent 9b9b590 commit 4461308

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

pages/onboard/index.js

+36
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,42 @@ const ShipPage = () => {
540540
</Text>
541541
</Flex>
542542
</Grid>
543+
544+
<Flex
545+
as="div"
546+
sx={{
547+
flexDirection: 'row',
548+
gap: 3,
549+
alignItems: 'end',
550+
margin: '0 auto'
551+
}}
552+
>
553+
<Image
554+
src="https://cloud-iddh16j0r-hack-club-bot.vercel.app/0stevew.png"
555+
alt="A picture of Steve Wozniak who is a co-founder of Apple."
556+
sx={{
557+
width: 50,
558+
height: 50
559+
}}
560+
/>
561+
<Flex
562+
as="div"
563+
sx={{ flexDirection: 'column', gap: 1, width: '90%' }}
564+
>
565+
<Text as="p" sx={{ fontSize: 20 }}>
566+
<Balancer>
567+
"I’m so glad young people can create PCBs online. May your
568+
creativity change the world! Mine did.”
569+
</Balancer>
570+
</Text>
571+
<Heading
572+
as="h3"
573+
sx={{ fontSize: 20, fontWeight: 500, fontStyle: 'italic' }}
574+
>
575+
<Balancer>-Steve Wozniak</Balancer>
576+
</Heading>
577+
</Flex>
578+
</Flex>
543579
</Flex>
544580
</Box>
545581

0 commit comments

Comments
 (0)