mirror of
https://github.com/System-End/site.git
synced 2026-04-19 19:45:07 +00:00
Cleanup, Reorder & Clarify Footer
This commit is contained in:
parent
dcc9026a45
commit
4938184644
1 changed files with 15 additions and 15 deletions
|
|
@ -91,8 +91,8 @@ const Footer = ({ dark = false, children, ...props }) => (
|
|||
<NextLink href="/hackathons" passHref>
|
||||
<Link>Hackathons</Link>
|
||||
</NextLink>
|
||||
<NextLink href="/donate" passHref>
|
||||
<Link>Donate</Link>
|
||||
<NextLink href="/philosophy" passHref>
|
||||
<Link>Philosophy</Link>
|
||||
</NextLink>
|
||||
<NextLink href="/team" passHref>
|
||||
<Link>Team</Link>
|
||||
|
|
@ -100,35 +100,35 @@ const Footer = ({ dark = false, children, ...props }) => (
|
|||
<NextLink href="/jobs" passHref>
|
||||
<Link>Jobs</Link>
|
||||
</NextLink>
|
||||
<NextLink href="/philosophy" passHref>
|
||||
<Link>Philosophy</Link>
|
||||
</NextLink>
|
||||
<NextLink href="/opensource" passHref>
|
||||
<Link>Open Source</Link>
|
||||
</NextLink>
|
||||
<NextLink href="/brand" passHref>
|
||||
<Link>Branding</Link>
|
||||
</NextLink>
|
||||
<NextLink href="/press" passHref>
|
||||
<Link>Press Inquiries</Link>
|
||||
</NextLink>
|
||||
<NextLink href="/opensource" passHref>
|
||||
<Link>Open Source</Link>
|
||||
</NextLink>
|
||||
<NextLink href="/donate" passHref>
|
||||
<Link>Donate</Link>
|
||||
</NextLink>
|
||||
</Box>
|
||||
<Box>
|
||||
<Heading as="h2" variant="subheadline" mb={3}>
|
||||
Resources
|
||||
</Heading>
|
||||
<Link href="https://hackclub.com/conduct/">Code of Conduct</Link>
|
||||
<Link href="https://events.hackclub.com/">Events</Link>
|
||||
<Link href="https://workshops.hackclub.com/">Workshops</Link>
|
||||
<Link href="https://contribute.hackclub.com/">Contribute</Link>
|
||||
<Link href="https://hackathons.hackclub.com/">
|
||||
Hackathons Directory
|
||||
</Link>
|
||||
<NextLink href="/bank" passHref>
|
||||
<Link>Bank</Link>
|
||||
</NextLink>
|
||||
<Link href="https://hackclub.com/map/">Clubs Map</Link>
|
||||
<Link href="https://hackathons.hackclub.com/">
|
||||
Upcoming Hackathons
|
||||
</Link>
|
||||
<Link href="https://events.hackclub.com/">Community Events</Link>
|
||||
<Link href="https://contribute.hackclub.com/">Contribute</Link>
|
||||
<Link href="https://toolbox.hackclub.com/">Toolbox</Link>
|
||||
<Link href="https://hackclub.com/map">Clubs Map</Link>
|
||||
<Link href="https://hackclub.com/conduct/">Code of Conduct</Link>
|
||||
</Box>
|
||||
<Box sx={{ gridColumn: ['span 2', 'span 1'] }}>
|
||||
<Logo aria-label="Hack Club logo" width={128} height={45} />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue