mirror of
https://github.com/System-End/site.git
synced 2026-04-19 16:28:21 +00:00
Opensource page fixes (#290)
* Fix navbar text on opensource page * Remove unused imports + format
This commit is contained in:
parent
c398f6d829
commit
5d45e3d53b
1 changed files with 7 additions and 20 deletions
|
|
@ -1,17 +1,4 @@
|
|||
import {
|
||||
Box,
|
||||
Button,
|
||||
Card,
|
||||
Container,
|
||||
Flex,
|
||||
Grid,
|
||||
Heading,
|
||||
Image,
|
||||
Input,
|
||||
Link as A,
|
||||
Text
|
||||
} from 'theme-ui'
|
||||
import theme from '@hackclub/theme'
|
||||
import { Box, Card, Container, Flex, Grid, Heading, Text } from 'theme-ui'
|
||||
import Meta from '@hackclub/meta'
|
||||
import Icon from '@hackclub/icons'
|
||||
import Head from 'next/head'
|
||||
|
|
@ -60,7 +47,7 @@ const Page = ({ repos }) => (
|
|||
description="Explore our finances, code, planning documents and more."
|
||||
image="https://workshop-cards.hackclub.com/Open%20Source.png?theme=dark&fontSize=350px&brand=HQ"
|
||||
/>
|
||||
<Nav />
|
||||
<Nav color="text" />
|
||||
<Box
|
||||
as="header"
|
||||
sx={{
|
||||
|
|
@ -154,15 +141,15 @@ const Page = ({ repos }) => (
|
|||
Content
|
||||
</Heading>
|
||||
<Grid columns={2} gap={3} mt={2} mb={[4]}>
|
||||
<BankProject name="Workshops" url={`https://github.com/hackclub/hackclub/tree/main/workshops`} />
|
||||
<BankProject
|
||||
name="Workshops"
|
||||
url={`https://github.com/hackclub/hackclub/tree/main/workshops`}
|
||||
/>
|
||||
<BankProject
|
||||
name="VIP Newsletters"
|
||||
url={`https://github.com/hackclub/vip-newsletters`}
|
||||
/>
|
||||
<BankProject
|
||||
name="Meetings"
|
||||
url={`https://meetings.hackclub.com`}
|
||||
/>
|
||||
<BankProject name="Meetings" url={`https://meetings.hackclub.com`} />
|
||||
</Grid>
|
||||
<Heading
|
||||
variant="headline"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue