mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
Add SDP to homepage
This commit is contained in:
parent
1b2d6de476
commit
2b7fb23b56
3 changed files with 779 additions and 821 deletions
|
|
@ -13,14 +13,14 @@
|
|||
"@hackclub/icons": "^0.0.4",
|
||||
"@hackclub/meta": "1.0.0",
|
||||
"@hackclub/theme": "^0.3.0",
|
||||
"@mdx-js/loader": "^1.6.16",
|
||||
"@next/mdx": "^9.5.2",
|
||||
"@mdx-js/loader": "^1.6.18",
|
||||
"@next/mdx": "^9.5.3",
|
||||
"airtable-plus": "^1.0.4",
|
||||
"fathom-client": "^3.0.0",
|
||||
"globby": "^11.0.1",
|
||||
"isomorphic-unfetch": "^3.0.0",
|
||||
"lodash": "^4.17.20",
|
||||
"next": "^9.5.2",
|
||||
"next": "^9.5.3",
|
||||
"react": "^16.13.1",
|
||||
"react-dom": "^16.13.1",
|
||||
"react-reveal": "^1.2.2",
|
||||
|
|
|
|||
|
|
@ -451,7 +451,8 @@ const Page = () => (
|
|||
<a>Slack community</a>
|
||||
</Link>{' '}
|
||||
of 10k+ teen hackers, you’ll join a private space for
|
||||
Hack Club leaders to ask questions & chat.
|
||||
Hack Club leaders to ask questions & chat, share projects,
|
||||
& attend weekly live events.
|
||||
</>
|
||||
}
|
||||
/>
|
||||
|
|
@ -459,7 +460,16 @@ const Page = () => (
|
|||
icon="purse"
|
||||
color="orange"
|
||||
name="A basket of free tools"
|
||||
desc="Subscriptions to Notion Pro, Figma Pro, repl.it and more for running a great club, provided free."
|
||||
desc={
|
||||
<>
|
||||
Free subscriptions to Notion Pro, Figma Pro, repl.it and more
|
||||
for running a great club. And instant access for every member to{' '}
|
||||
<a href="https://education.github.com/pack">
|
||||
GitHub Student Developer Pack
|
||||
</a>
|
||||
.
|
||||
</>
|
||||
}
|
||||
/>
|
||||
<Feature
|
||||
icon="bank-account"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue