diff --git a/components/footer.js b/components/footer.js index 2cf891e7..01a188f5 100644 --- a/components/footer.js +++ b/components/footer.js @@ -58,8 +58,8 @@ const Footer = ({ dark = false, children, ...props }) => ( as="footer" {...props} > - {children} + {children} ( + + + A project by Hack Club. + + + Hack Club is a registered 501(c)3 nonprofit organization that supports a + network of 20k+ technical high schoolers. We believe you learn best by + building so we're removing barriers to hardware access so any teenager can + explore. In the past few years, we've{' '} + + partnered with GitHub to give away $50k of hardware + + ,{' '} + + hosted the world's longest hackathon on land + + , and{' '} + + brought 183 teenagers to SF for a hackathon + + . + + + Illustrations by Ripley. + + +) + +const WinterFooter = () => { + return ( +
+ +
+ ) +} + +export default WinterFooter diff --git a/components/winter/landing.js b/components/winter/landing.js index 443b8f12..253ea4de 100644 --- a/components/winter/landing.js +++ b/components/winter/landing.js @@ -111,7 +111,7 @@ export default function Landing({ rsvpCount }) { }} > - {rsvpCount} more RSVPs till the start of a hacker's + RSVP to join {rsvpCount} hackers for a diff --git a/components/winter/timeline.js b/components/winter/timeline.js index f37cd801..1a6275e1 100644 --- a/components/winter/timeline.js +++ b/components/winter/timeline.js @@ -113,8 +113,8 @@ export default function RealTimeline() { {/* filter out rsvps that are "invalid" */} - + @@ -125,19 +125,8 @@ export function Winter() { {/* Timeline */} - - Illustrations by Ripley - {/* */} -