mirror of
https://github.com/System-End/site.git
synced 2026-04-19 18:35:12 +00:00
Add Sprig Announcement (#530)
* Add Sprig Announcement * Footer the Sprig! * Update pages/index.js * Shorten Announcement copy * Update index.js
This commit is contained in:
parent
0f16f19169
commit
5ec27f6e2b
2 changed files with 7 additions and 6 deletions
|
|
@ -121,6 +121,7 @@ const Footer = ({ dark = false, children, ...props }) => (
|
|||
<NextLink href="/bank" passHref>
|
||||
<Link>Bank</Link>
|
||||
</NextLink>
|
||||
<Link href="https://sprig.hackclub.com/">Sprig</Link>
|
||||
<Link href="https://hackathons.hackclub.com/">
|
||||
Upcoming Hackathons
|
||||
</Link>
|
||||
|
|
|
|||
|
|
@ -126,10 +126,10 @@ const Page = () => (
|
|||
priority
|
||||
/>
|
||||
<Announcement
|
||||
copy="Run an in-person hackathon this semester"
|
||||
caption="$500 grants and more, with support from Hack Club and FIRST."
|
||||
href="/hackathons/grant"
|
||||
iconLeft="event-code"
|
||||
copy="The game console where every player is a creator."
|
||||
caption="Introducing Sprig: the fantasy game console by Hack Club."
|
||||
href="https://sprig.hackclub.com"
|
||||
iconLeft="bolt"
|
||||
color="primary"
|
||||
/>
|
||||
|
||||
|
|
@ -532,8 +532,8 @@ const Page = () => (
|
|||
name="A basket of free tools"
|
||||
desc={
|
||||
<>
|
||||
Free subscriptions to Figma Pro, Postman, and more for running a
|
||||
great club.
|
||||
We're always building new tools for leaders, such as <a href="https://sprig.hackclub.com">Sprig</a>!
|
||||
We've also got free subscriptions to Figma Pro, Postman, and more for running a great club.
|
||||
</>
|
||||
}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue