mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
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:
commit
6efbd4d89d
1 changed files with 16 additions and 3 deletions
|
|
@ -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`}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue