mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
Better highlight contribute page (#553)
* open source * footer * fix formatting issues * contribute btn * Update pages/opensource.js * Update pages/opensource.js Co-authored-by: Sam Poder <sam.r.poder@gmail.com>
This commit is contained in:
parent
c0a831755c
commit
82f18e21f7
1 changed files with 4 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { Box, Card, Container, Flex, Grid, Heading, Text, Link } from 'theme-ui'
|
||||
import { Box, Button, Card, Container, Flex, Grid, Heading, Text, Link } from 'theme-ui'
|
||||
import Meta from '@hackclub/meta'
|
||||
import Icon from '@hackclub/icons'
|
||||
import Head from 'next/head'
|
||||
|
|
@ -67,6 +67,9 @@ const Page = ({ repos }) => (
|
|||
<Heading as="h2" variant="subtitle" sx={{ mt: 3, color: 'text' }}>
|
||||
Explore our finances, code, planning documents and more.
|
||||
</Heading>
|
||||
<Button variant="outline" as="a" target="_blank" mt={3} href="https://contribute.hackclub.com">
|
||||
Our Guide to Contributing
|
||||
</Button>
|
||||
</Container>
|
||||
</Box>
|
||||
<Container
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue