mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
Copy pass on Bank's marketing page (#458)
* Copy pass on Bank's marketing page * project => organization on application form Co-authored-by: Ella <git@ella.cx>
This commit is contained in:
parent
ffc7b6759f
commit
2186284d52
7 changed files with 22 additions and 23 deletions
|
|
@ -119,8 +119,8 @@ export default function Everything({ fee, partner = false }) {
|
|||
hoverline
|
||||
>
|
||||
fiscal sponsor
|
||||
</Link>{' '}
|
||||
for your project. Industry standard varies between 7-14%
|
||||
</Link>.
|
||||
Fiscal sponsorship fees typically vary between 7-14%
|
||||
of revenue. Hack Club is a 501(c)(3) nonprofit.
|
||||
</Text>
|
||||
</Container>
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ export default function Features({ partner = false }) {
|
|||
<br />
|
||||
<br />
|
||||
<Text sx={{ color: 'muted', maxWidth: '48', fontSize: 28 }}>
|
||||
Invoice sponsors, issue debit cards to your team, and view history.
|
||||
Invoice sponsors, issue debit cards to your team, and view transaction history.
|
||||
<br />
|
||||
Ongoing support so you can focus on organizing, not the paperwork.
|
||||
</Text>
|
||||
|
|
@ -172,20 +172,20 @@ export default function Features({ partner = false }) {
|
|||
/>
|
||||
)}
|
||||
<Module
|
||||
icon="sticker"
|
||||
name="Sticker Mule"
|
||||
icon="private-outline"
|
||||
name="1Password"
|
||||
body={
|
||||
<>
|
||||
Get up to $400 in{' '}
|
||||
$100 in free{' '}
|
||||
<Link
|
||||
href="https://www.stickermule.com"
|
||||
href="https://1password.com/"
|
||||
color="smoke"
|
||||
hoverline
|
||||
target="_blank"
|
||||
>
|
||||
Sticker Mule
|
||||
1Password
|
||||
</Link>{' '}
|
||||
credit for custom swag.
|
||||
credit to keep your team's passwords secure.
|
||||
</>
|
||||
}
|
||||
/>
|
||||
|
|
|
|||
|
|
@ -59,8 +59,8 @@ export default function BankApplyForm() {
|
|||
Apply for Hack Club Bank
|
||||
</Text>
|
||||
<Text sx={{ fontSize: 18, mb: 2 }}>
|
||||
Hack Club Bank is open to all Hack Clubs, hackathons, and student-led
|
||||
nonprofits. There are three steps to getting on Hack Club Bank:
|
||||
Hack Club Bank is open to all Hack Clubs, hackathons, and charitable
|
||||
organizations. There are three steps to getting on Hack Club Bank:
|
||||
<ol>
|
||||
<li>Fill out this form</li>
|
||||
<li>
|
||||
|
|
@ -82,20 +82,20 @@ export default function BankApplyForm() {
|
|||
</Flex>
|
||||
<Base method="POST" action="/api/bank-apply">
|
||||
<Text variant="headline" sx={{ color: 'primary' }}>
|
||||
Your Project
|
||||
Your Organization
|
||||
</Text>
|
||||
<Divider sx={{ borderColor: 'slate', mt: -2 }} />
|
||||
<Field
|
||||
label="Project name"
|
||||
label="Organization name"
|
||||
name="eventName"
|
||||
placeholder="Windy City Hacks"
|
||||
helperText="What's the name of your event or project?"
|
||||
helperText="What's the name of your organization?"
|
||||
value={values.eventName}
|
||||
onChange={handleChange}
|
||||
required
|
||||
/>
|
||||
<Field
|
||||
label="Project website"
|
||||
label="Organization website"
|
||||
name="eventWebsite"
|
||||
placeholder="https://hackclub.com"
|
||||
type="url"
|
||||
|
|
@ -104,7 +104,7 @@ export default function BankApplyForm() {
|
|||
onChange={handleChange}
|
||||
/>
|
||||
<Field
|
||||
label="Project Location"
|
||||
label="Organization location"
|
||||
name="eventLocation"
|
||||
placeholder="San Francisco, CA"
|
||||
type="text"
|
||||
|
|
@ -142,7 +142,7 @@ export default function BankApplyForm() {
|
|||
htmlFor="eventDescription"
|
||||
sx={{ color: 'smoke', fontSize: 18, my: 2 }}
|
||||
>
|
||||
Tell us about your project!
|
||||
Tell us about your organization!
|
||||
<Textarea
|
||||
name="eventDescription"
|
||||
sx={{ bg: 'dark', my: 1 }}
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ export default function Landing({ showButton, eventsCount }) {
|
|||
}
|
||||
}}
|
||||
>
|
||||
<Underline>Make your ideas real</Underline> with
|
||||
<Underline>Become a 501(c)(3) nonprofit</Underline> with
|
||||
Hack Club Bank.
|
||||
</Heading>
|
||||
<Container variant="copy">
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ export default function Signup() {
|
|||
return (
|
||||
<Base method="get" action="/bank/apply" onSubmit={handleSubmit}>
|
||||
<Field
|
||||
label="Project name"
|
||||
label="Organization name"
|
||||
name="eventName"
|
||||
placeholder="Windy City Hacks"
|
||||
value={values.eventName}
|
||||
|
|
|
|||
|
|
@ -40,8 +40,7 @@ export default function Start() {
|
|||
</Heading>
|
||||
<Container variant="narrow" sx={{ color: 'muted' }}>
|
||||
<Text variant="lead">
|
||||
Open to all registered Hack Clubs, hackathons, and your next
|
||||
amazing project.
|
||||
Open to all registered Hack Clubs, hackathons, and charitable organizations.
|
||||
</Text>
|
||||
</Container>
|
||||
</Container>
|
||||
|
|
@ -58,7 +57,7 @@ export default function Start() {
|
|||
}}
|
||||
>
|
||||
<Text variant="heading" sx={{ fontSize: 24, lineHeight: 2 }}>
|
||||
Your project
|
||||
Your organization
|
||||
</Text>
|
||||
<Signup />
|
||||
</Card>
|
||||
|
|
|
|||
|
|
@ -122,7 +122,7 @@ export default function RealTimeline() {
|
|||
<Timeline px={3}>
|
||||
<Step
|
||||
icon="send"
|
||||
name="Submit an application telling us about your project"
|
||||
name="Submit an application for your organization"
|
||||
duration="Step 1"
|
||||
href="/bank/apply"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue