mirror of
https://github.com/System-End/site.git
synced 2026-04-19 16:28:21 +00:00
Changed Club operations to customer success lead (#432)
* Changed Club operations to customer success lead Changed Club operations to customer success lead. Re did job description based off new one from Charlene. * Changed link to hack af * Fix link in cust. success lead jd * Update markdown for cust. success lead Co-authored-by: Max Wofford <max@maxwofford.com>
This commit is contained in:
parent
d152d4eb42
commit
a99674d139
3 changed files with 19 additions and 20 deletions
|
|
@ -1,6 +1,4 @@
|
|||
## Hack Club is hiring a Club Operations Lead.
|
||||
|
||||
**Find purpose and passion by supporting technical teens with your customer service and management skills. **As the liaison between teens leading their own after-school Hack Clubs and Hack Club's amazing resources, you'll play a vital role in Hack Club's nonprofit mission to support high school coders in starting coding clubs, hackathons, and building awesome projects.
|
||||
**Find purpose and passion by supporting technical teens with your customer service and management skills.** As the liaison between teens leading their own after-school Hack Clubs and Hack Club's amazing resources, you'll play a vital role in Hack Club's nonprofit mission to support high school coders in starting coding clubs, hackathons, and building awesome projects.
|
||||
|
||||
- **Build relationships, follow up, and provide outstanding customer service**
|
||||
- Fun, fast-growing nonprofit tech startup
|
||||
|
|
@ -8,21 +6,21 @@
|
|||
|
||||
### PAY AND BENEFITS
|
||||
|
||||
- $50,000 - $55,000 per year
|
||||
- 4 weeks paid time off plus 11 holidays plus health insurance
|
||||
- Hardware stipend of $2,000 (for example, to buy a MacBook Air, big monitor, external keyboard and mouse)
|
||||
- Pay depending on experience
|
||||
|
||||
### HOURS AND LOCATION
|
||||
|
||||
- Fulltime, flexible hours must include 5 - 9pm two days a week (for Hack Clubbers on the West Coast)
|
||||
- 80% in-office / 20% WFH---office in Shelburne
|
||||
- 80% in-office / 20% WFH---office in Shelburne, Vermont
|
||||
|
||||
### RESPONSIBILITIES
|
||||
|
||||
- **Serve as the top point of contact** for Hack Clubbers, receiving messages through Slack, email, and iMessage
|
||||
- **Process applications** from teen coders and **run onboarding calls** with new Hack Club leaders over Zoom
|
||||
- **Handle back-office tasks accurately and promptly**
|
||||
- **Build out and supervise a team of part-time Hack Clubbers** to handle the growing volume of contacts and inquiries
|
||||
- **Build out and supervise a team of part-time, paid Hack Clubbers** to handle the growing volume of contacts and inquiries
|
||||
- **Treat teens 13 - 18 years old with total respect and professionalism**
|
||||
|
||||
### WHO ARE YOU?
|
||||
|
|
@ -37,22 +35,23 @@
|
|||
|
||||
### REQUIRED
|
||||
|
||||
- Software savvy: 3+ years of experience with Google Docs or Microsoft Office applications, comfortable in spreadsheets, databases, project management software tools
|
||||
- Superior organizational skills
|
||||
- Software savvy: Experienced in Google Docs or Microsoft Office applications, comfortable in spreadsheets, databases, project management software tools
|
||||
- Superior organizational skills
|
||||
- Terrific written and verbal communication skills
|
||||
|
||||
### APPLY HERE: https://hack.af/club-ops-lead-apply
|
||||
**FULL JOB DESCRIPTION HERE:** [hack.af/cust-success-lead](https://hack.af/cust-success-lead)
|
||||
|
||||
**TO LEARN MORE,** feel free to contact our search partner, Charlene Wallace, charlene@charlenewallace.com, for a confidential exploratory conversation.
|
||||
|
||||
**TO LEARN MORE,** feel free to contact our search partner, Charlene Wallace, at charlene@charlenewallace.com, for a confidential exploratory conversation.
|
||||
---
|
||||
|
||||
## ABOUT HACK CLUB
|
||||
|
||||
Hack Club is a fun, nonprofit tech startup, run by a small team of young, highly-creative engineers, building programs every day for thousands of teenagers from around the world. We support high school coders in starting coding clubs, hackathons, and building awesome projects.
|
||||
[Hack Club](http://hackclub.com) is a fun, nonprofit tech startup, run by a small team of young, highly-creative engineers, building programs every day for thousands of teenagers from around the world. We support high school coders in starting coding clubs, hackathons, and building awesome projects.
|
||||
|
||||
Founded in 2014, Hack Club's mission is to support, inspire and motivate teenagers from all backgrounds to become highly technical and use their computer skills to solve problems. Our goal: to become as ubiquitous, as universal, and as culturally foundational for young people today as the Girl and Boy Scouts were 70 years ago.
|
||||
|
||||
Watch our 7 minute documentary on [The Hacker Zephyr](https://youtube.com/watch?v=2BID8_pGuqA), a 10-day cross-country coding trip by train, to meet a few of the teens in our community. Growing fast, we currently work with 10,000 to 20,000 teens in 36 states and 22 countries.
|
||||
Watch our 7 minute documentary on [The Hacker Zephyr](http://youtube.com/watch?v=2BID8_pGuqA), a 10-day cross-country coding trip by train, to meet a few of the teens in our community. Growing fast, we currently work with 10,000 to 20,000 teens in 36 states and 22 countries.
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -2,16 +2,16 @@ import { BaseStyles, Box, Container, Heading, Text } from 'theme-ui'
|
|||
import Head from 'next/head'
|
||||
import Nav from '../../components/nav'
|
||||
import Meta from '@hackclub/meta'
|
||||
import JobDescription from '../../components/jobs/club-operations-lead/jd.mdx'
|
||||
import JobDescription from '../../components/jobs/customer-success-lead/jd.mdx'
|
||||
import ForceTheme from '../../components/force-theme'
|
||||
|
||||
const Page = () => (
|
||||
<>
|
||||
<Meta
|
||||
as={Head}
|
||||
title="Club Operations Lead"
|
||||
description="Hack Club is a hiring a Club Operations Lead to join our team in Shelburne, Vermont."
|
||||
image="https://workshop-cards.hackclub.com/Clubs%20Operations%20Lead%20%40%20Hack%20Club.png?fontSize=200px&brand=HQ"
|
||||
title="Customer Success Lead"
|
||||
description="Hack Club is a hiring a Customer Success Lead to join our team in Shelburne, Vermont."
|
||||
image="https://workshop-cards.hackclub.com/Customer%20Success%20Lead%20%40%20Hack%20Club.png?fontSize=175px&brand=HQ"
|
||||
/>
|
||||
<ForceTheme theme="light" />
|
||||
<Nav />
|
||||
|
|
@ -25,10 +25,10 @@ const Page = () => (
|
|||
>
|
||||
<Container sx={{ textAlign: 'center', color: 'white' }}>
|
||||
<Heading as="h1" variant="title" mb={30}>
|
||||
Club Operations Lead @ Hack Club
|
||||
Customer Success Lead @ Hack Club
|
||||
</Heading>
|
||||
<Text variant="headline" sx={{ fontWeight: 400 }}>
|
||||
New job open as of April 12th, 2022.
|
||||
New job open as of April 24th, 2022.
|
||||
</Text>
|
||||
</Container>
|
||||
</Box>
|
||||
|
|
@ -180,9 +180,9 @@ const Page = () => (
|
|||
color1={theme.util.cx('green')}
|
||||
/>
|
||||
<JobListing
|
||||
positionName="Club Operations Lead"
|
||||
positionName="Customer Success Lead"
|
||||
positionDesc="In this role, you will serve as a liaison between teens leading their own after-school Hack Clubs and Hack Club’s amazing resources, you’ll play a vital role in Hack Club’s nonprofit mission to support high school coders in starting coding clubs, hackathons, and building awesome projects."
|
||||
positionLink="/jobs/club-operations-lead/"
|
||||
positionLink="/jobs/customer-success-lead/"
|
||||
color={theme.util.cx('yellow')}
|
||||
color1={theme.util.cx('red')}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue