mirror of
https://github.com/System-End/site.git
synced 2026-04-19 19:45:07 +00:00
Update index.js
This commit is contained in:
parent
550f47310d
commit
64c5458922
1 changed files with 5 additions and 12 deletions
|
|
@ -76,12 +76,6 @@ const Feature = ({ icon, color, name, desc, children, ...props }) => (
|
|||
</Box>
|
||||
)
|
||||
|
||||
const BANNER_CAPTIONS = [
|
||||
"A hackathon on a train, from sea to shining sea.",
|
||||
"Hack your way across America by rail, from coast to coast.",
|
||||
// "Coast-to-coast hackathon on a train? Let's break a world record!",
|
||||
]
|
||||
|
||||
const Page = () => (
|
||||
<>
|
||||
<Meta
|
||||
|
|
@ -119,12 +113,11 @@ const Page = () => (
|
|||
/>
|
||||
|
||||
<Announcement
|
||||
copy="All aboard The Hacker Zephyr!"
|
||||
caption={BANNER_CAPTIONS[Math.floor(Math.random() * BANNER_CAPTIONS.length)]}
|
||||
href="https://zephyr.hackclub.com"
|
||||
iconLeft="explore"
|
||||
iconRight="door-enter"
|
||||
color="orange"
|
||||
copy="Let's hack Slack Huddles!"
|
||||
caption="Join us for our first Shipathon on Slack and earn some pizza!"
|
||||
href="https://hackclub.slack.com/archives/C0266FRGT/p1627227990148900"
|
||||
iconLeft="slack-fill"
|
||||
color="green"
|
||||
/>
|
||||
|
||||
<SlideDown duration={768}>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue