diff --git a/components/announcements/elon.mdx b/components/announcements/elon.mdx index 701c848e..a26f280d 100644 --- a/components/announcements/elon.mdx +++ b/components/announcements/elon.mdx @@ -11,7 +11,7 @@ It was a huge honor last month to have Elon [spend an hour in an ask-me-anything When hackers see problems in the world, we don’t blame someone else: we try to take them on to solve. Elon is very selective about the nonprofits he supports and I’m proud Hack Club is one of them. -So…how will Hack Club invest $500,000? We want to use this to help 1,000 more students start and join Hack Clubs in their towns ([see the worldwide map](https://hackclub.com/map/)). For those already in Hack Club, we look to you to help us make a higher-quality experience. We plan to continue much of what we’re already doing (and [what I wrote about in January](https://zachinto2020.wordpress.com/2019/12/31/as-midnight-approaches/)): spending as little money as possible at all times, growing slowly, adding diverse staff to make Hack Club better (video game designers, software engineers, media producers, and more). We are pushing hard to try and make the [Hack Club Slack](https://hackclub.com/) the best place to be a teenager on the internet and expanding [HCB](https://hackclub.com/hcb/). +So…how will Hack Club invest $500,000? We want to use this to help 1,000 more students start and join Hack Clubs in their towns ([see the worldwide map](https://hackclub.com/map/)). For those already in Hack Club, we look to you to help us make a higher-quality experience. We plan to continue much of what we’re already doing (and [what I wrote about in January](https://zachinto2020.wordpress.com/2019/12/31/as-midnight-approaches/)): spending as little money as possible at all times, growing slowly, adding diverse staff to make Hack Club better (video game designers, software engineers, media producers, and more). We are pushing hard to try and make the [Hack Club Slack](https://hackclub.com/) the best place to be a teenager on the internet and expanding [HCB](https://hackclub.com/fiscal-sponsorship/). We’ll be fully transparent in how we spend this money. One thing we’ve been working toward after winning the [Frank Grant](https://grant.frank.ly/) is open sourcing our finances. Hack Club HQ has been running on HCB since February, and starting today, [**you can see our finances publicly**](https://hcb.hackclub.com/hq). Through HCB, you can track how we spend every dollar of Elon’s gift. Soon, we’ll also launch [Frank’s](https://frank.ly/) transparency tools on [hackclub.com](https://hackclub.com/). diff --git a/components/announcements/preston-werner-2022.mdx b/components/announcements/preston-werner-2022.mdx index 6b2de136..f7a2f415 100644 --- a/components/announcements/preston-werner-2022.mdx +++ b/components/announcements/preston-werner-2022.mdx @@ -4,7 +4,7 @@ In 2014, Hack Club was founded, and Tom joined as Hack Club’s first board memb Tom and Theresa also helped fund [The Hacker Zephyr](https://hack.af/zephyrdoc), an epic, cross-country train hackathon taken by 42 teen hackers in the summer of 2021. Tom even hacked alongside Hack Clubbers onboard. -With this gift, we will continue to build the engineering team at Hack Club, including a Tech Lead for [HCB](https://hackclub.com/hcb), and new engineers to support clubs, the Hack Club online community, and events. +With this gift, we will continue to build the engineering team at Hack Club, including a Tech Lead for [HCB](https://hackclub.com/fiscal-sponsorship), and new engineers to support clubs, the Hack Club online community, and events. One of our goals in 2022 is to improve Hack Club and to support more teenagers in joining the community. Thank you Tom and Theresa for helping make this possible. diff --git a/components/announcements/relon.mdx b/components/announcements/relon.mdx index 139756ad..277a80c3 100644 --- a/components/announcements/relon.mdx +++ b/components/announcements/relon.mdx @@ -10,7 +10,7 @@ Today, we're excited to announce Elon is donating $1 million to Hack Club. This gift will help launch a number of ideas we've been discussing, including helping more in-person hackathons get off the ground, providing more direct 1:1 technical support on the [Hack Club Slack](https://hackclub.com/slack/), and starting up cool new projects like [The Hacker Zephyr](https://github.com/hackclub/the-hacker-zephyr). We also want to use his gift to help 1,000 more teenagers start and join Hack Clubs in their towns. -We will be spending every dollar as wisely as possible, growing thoughtfully, and adding diverse staff to make Hack Club better. We are pushing hard to try and make the Hack Club Slack the best place to be a teenager on the internet and expanding [HCB](https://hackclub.com/hcb/). +We will be spending every dollar as wisely as possible, growing thoughtfully, and adding diverse staff to make Hack Club better. We are pushing hard to try and make the Hack Club Slack the best place to be a teenager on the internet and expanding [HCB](https://hackclub.com/fiscal-sponsorship/). Elon is very selective about the nonprofits he supports and we're proud Hack Club is one of them. diff --git a/components/elon.mdx b/components/elon.mdx index b87d78ae..76067704 100644 --- a/components/elon.mdx +++ b/components/elon.mdx @@ -27,7 +27,7 @@ a lot of what we’ve already been doing (and [what I wrote about at the beginni of the year](https://zachinto2020.wordpress.com/2019/12/31/as-midnight-approaches/)): we’ll spend as little money as possible at all times, and we’ll hire a small number of diverse staff from video game engineers to media producers to make -Hack Club better. We are pushing hard now to expand users of [HCB](https://hackclub.com/hcb/), +Hack Club better. We are pushing hard now to expand users of [HCB](https://hackclub.com/fiscal-sponsorship/), and continuing to try and make the Hack Club Slack the best place to be a teenager on the intenet. We’ll have a proper announcement in a few weeks, but one thing we’re doing after diff --git a/components/hcb/apply/address-input.js b/components/fiscal-sponsorship/apply/address-input.js similarity index 98% rename from components/hcb/apply/address-input.js rename to components/fiscal-sponsorship/apply/address-input.js index af2b9df0..bf0cbc81 100644 --- a/components/hcb/apply/address-input.js +++ b/components/fiscal-sponsorship/apply/address-input.js @@ -2,7 +2,7 @@ import { useEffect, useRef, useState, useCallback } from 'react' import { Box, Flex, Input, Text } from 'theme-ui' import FlexCol from '../../flex-col' import AutofillColourFix from './autofill-colour-fix' -import { geocode, search } from '../../../lib/hcb/apply/address-validation' +import { geocode, search } from '../../../lib/fiscal-sponsorship/apply/address-validation' import Icon from '../../icon' const approvedCountries = [ diff --git a/components/hcb/apply/alert-modal.js b/components/fiscal-sponsorship/apply/alert-modal.js similarity index 100% rename from components/hcb/apply/alert-modal.js rename to components/fiscal-sponsorship/apply/alert-modal.js diff --git a/components/hcb/apply/autofill-colour-fix.js b/components/fiscal-sponsorship/apply/autofill-colour-fix.js similarity index 100% rename from components/hcb/apply/autofill-colour-fix.js rename to components/fiscal-sponsorship/apply/autofill-colour-fix.js diff --git a/components/hcb/apply/checkbox.js b/components/fiscal-sponsorship/apply/checkbox.js similarity index 100% rename from components/hcb/apply/checkbox.js rename to components/fiscal-sponsorship/apply/checkbox.js diff --git a/components/hcb/apply/field.js b/components/fiscal-sponsorship/apply/field.js similarity index 92% rename from components/hcb/apply/field.js rename to components/fiscal-sponsorship/apply/field.js index 8a06d083..4dab2c1f 100644 --- a/components/hcb/apply/field.js +++ b/components/fiscal-sponsorship/apply/field.js @@ -18,7 +18,8 @@ export default function Field({ /* Fill in the field input element with the value from sessionStorage. Note: the custom checkbox component does this in its own useEffect hook. */ useEffect(() => { - const value = router.query[name] || sessionStorage.getItem('bank-signup-' + name) + const value = + router.query[name] || sessionStorage.getItem('bank-signup-' + name) if (value) { const input = document.getElementById(name) if (input) input.value = value @@ -38,7 +39,6 @@ export default function Field({