Merge pull request #875 from tregsthedev/main-2

Add Epoch, Jams, Outernet & new copy for button on open-source page
This commit is contained in:
Sam Poder 2023-08-23 13:06:20 -07:00 committed by GitHub
commit 6efbd4d89d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,7 +71,11 @@ const Page = ({ repos, transparentAccounts }) => (
}}
>
<Container variant="copy">
<Heading as="h1" variant="title" sx={{ color: 'primary', mt: [2, 4] }}>
<Heading
as="h1"
variant="title"
sx={{ color: 'primary', mt: [2.5, 4] }}
>
Open Source at Hack Club
</Heading>
<Heading as="h2" variant="subtitle" sx={{ mt: 3, color: 'text' }}>
@ -84,7 +88,7 @@ const Page = ({ repos, transparentAccounts }) => (
mt={3}
href="https://contribute.hackclub.com"
>
Our Guide to Contributing
Contribute to Our Projects
</Button>
</Container>
</Box>
@ -123,6 +127,11 @@ const Page = ({ repos, transparentAccounts }) => (
Includes planning documents, partnership emails, meeting notes etc.
</Text>
<Grid columns={2} gap={3} mt={2} mb={[4]}>
<BankProject
name="Outernet"
url={`https://github.com/hackclub/outernet`}
/>
<BankProject name="Epoch" url={`https://github.com/hackclub/epoch`} />
<BankProject
name="Assemble"
url={`https://github.com/hackclub/assemble`}
@ -142,7 +151,11 @@ const Page = ({ repos, transparentAccounts }) => (
>
Content
</Heading>
<Grid columns={2} gap={3} mt={2} mb={[4]}>
<Grid columns={3} gap={3} mt={2} mb={[4]}>
<BankProject
name="Jams"
url={`https://github.com/hackclub/jams`}
/>
<BankProject
name="Workshops"
url={`https://github.com/hackclub/hackclub/tree/main/workshops`}