mirror of
https://github.com/System-End/site.git
synced 2026-04-19 23:22:49 +00:00
Deleted EE + EA roles! (#356)
Deleted Education Engineer + Executive Assistant role as these roles are now filled!!
This commit is contained in:
parent
b29f299014
commit
386576a69c
3 changed files with 1 additions and 456 deletions
|
|
@ -1,49 +0,0 @@
|
|||
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/education-engineer/jd.mdx'
|
||||
import ForceTheme from '../../components/force-theme'
|
||||
|
||||
const Page = () => (
|
||||
<>
|
||||
<Meta
|
||||
as={Head}
|
||||
title="Education Engineer"
|
||||
description="Hack Club is a hiring for an engineer/educator to create and lead on technical projects for Hack Clubbers, with a strong focus on girls at Hack Club."
|
||||
image="https://workshop-cards.hackclub.com/Education%20Engineer%20@%20Hack%20Club.png?fontSize=180px&brand=HQ"
|
||||
/>
|
||||
<ForceTheme theme="light" />
|
||||
<Nav />
|
||||
<Box
|
||||
as="section"
|
||||
sx={{
|
||||
pt: [5, 6],
|
||||
pb: [4, 5],
|
||||
backgroundImage: theme => theme.util.gx('red', 'orange')
|
||||
}}
|
||||
>
|
||||
<Container sx={{ textAlign: 'center', color: 'white' }}>
|
||||
<Heading as="h1" variant="title">
|
||||
Education Engineer @ Hack Club
|
||||
</Heading>
|
||||
<Text variant="headline">
|
||||
New job open as of November 20th, 2021.
|
||||
</Text>
|
||||
</Container>
|
||||
</Box>
|
||||
<Container
|
||||
as={BaseStyles}
|
||||
variant="copy"
|
||||
sx={{
|
||||
pt: [3, 4],
|
||||
pb: [4, 5],
|
||||
fontSize: [2, 3]
|
||||
}}
|
||||
>
|
||||
<JobDescription />
|
||||
</Container>
|
||||
</>
|
||||
)
|
||||
|
||||
export default Page
|
||||
|
|
@ -1,390 +0,0 @@
|
|||
import { Link, Box, Container, Heading, Text, Grid, Flex, Card } from 'theme-ui'
|
||||
import Head from 'next/head'
|
||||
import Nav from '../../components/nav'
|
||||
import Meta from '@hackclub/meta'
|
||||
import ForceTheme from '../../components/force-theme'
|
||||
import Photo from '../../components/photo'
|
||||
|
||||
const Page = () => (
|
||||
<>
|
||||
<Meta
|
||||
as={Head}
|
||||
title="Events Designer"
|
||||
description="Hack Club is looking for an events designer / producer with coding skills to create events for Hack Clubbers."
|
||||
image="https://workshop-cards.hackclub.com/Events Designer@ Hack Club.png?fontSize=185px&brand=HQ"
|
||||
/>
|
||||
<ForceTheme theme="light" />
|
||||
<Nav />
|
||||
|
||||
<Box
|
||||
as="section"
|
||||
sx={{
|
||||
pt: [5, 6],
|
||||
pb: [4, 5],
|
||||
backgroundImage: theme => theme.util.gx('#516395', '#614385')
|
||||
}}
|
||||
>
|
||||
<Container sx={{ textAlign: 'center', color: 'white' }}>
|
||||
<Heading as="h1" variant="title" mb={30}>
|
||||
Events Designer @ Hack Club
|
||||
</Heading>
|
||||
<Text variant="headline" sx={{ fontWeight: 400 }}>
|
||||
New job open as of October 21st, 2021.
|
||||
</Text>
|
||||
</Container>
|
||||
</Box>
|
||||
|
||||
<Container
|
||||
as="section"
|
||||
sx={{
|
||||
py: [4, 5],
|
||||
fontSize: [2, 3]
|
||||
}}
|
||||
>
|
||||
<Heading
|
||||
variant="headline"
|
||||
sx={{ fontWeight: 700, fontSize: [4, 5], mb: 4 }}
|
||||
>
|
||||
Hack Club is hiring an Events Designer!
|
||||
</Heading>
|
||||
|
||||
<Text as="p" sx={{ fontWeight: 700 }}>
|
||||
We do crazy things...
|
||||
</Text>
|
||||
|
||||
<Grid
|
||||
my={3}
|
||||
gap={3}
|
||||
columns={[null, null, 3]}
|
||||
sx={{
|
||||
'> div': {
|
||||
p: 3,
|
||||
fontSize: 2
|
||||
}
|
||||
}}
|
||||
>
|
||||
<Card variant="sunken">
|
||||
42 Hack Clubbers{' '}
|
||||
<Link
|
||||
href="https://www.youtube.com/watch?v=2BID8_pGuqA"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
rode a train
|
||||
</Link>{' '}
|
||||
across America to SpaceX.
|
||||
</Card>
|
||||
<Card variant="sunken">
|
||||
We hosted{' '}
|
||||
<Link
|
||||
href="https://hackclub.com/amas/"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
AMAs
|
||||
</Link>{' '}
|
||||
with people like{' '}
|
||||
<Link
|
||||
href="https://www.youtube.com/watch?v=riru9OzScwk"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
Elon Musk
|
||||
</Link>{' '}
|
||||
and{' '}
|
||||
<Link
|
||||
href="https://www.youtube.com/watch?v=gw3vyFZ4oeU"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
Grant Sanderson
|
||||
</Link>
|
||||
.
|
||||
</Card>
|
||||
<Card variant="sunken">
|
||||
We gave 300 teenagers $50,000 for{' '}
|
||||
<Link
|
||||
href="https://summer.hackclub.com/"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
their hardware projects
|
||||
</Link>
|
||||
.
|
||||
</Card>
|
||||
</Grid>
|
||||
|
||||
<Text as="p">
|
||||
We're looking for someone <strong>fun, creative, and technical</strong>{' '}
|
||||
to excite and grow the community.
|
||||
</Text>
|
||||
|
||||
<Grid my={5} gap={5} columns={[null, null, 2]}>
|
||||
<Box>
|
||||
<strong>Couple things about you:</strong>
|
||||
|
||||
<Flex
|
||||
sx={{
|
||||
flexDirection: 'column',
|
||||
my: 3,
|
||||
gap: 3,
|
||||
pr: [0, 0, 5],
|
||||
'> div': {
|
||||
p: 3,
|
||||
fontSize: 2
|
||||
}
|
||||
}}
|
||||
>
|
||||
<Card
|
||||
sx={{
|
||||
background:
|
||||
'radial-gradient(ellipse farthest-corner at top left, #ff8c37, #ec3750)',
|
||||
color: 'white'
|
||||
}}
|
||||
>
|
||||
You're passionate about building technical projects and find
|
||||
tinkering fun
|
||||
</Card>
|
||||
|
||||
<Card
|
||||
sx={{
|
||||
background: 'linear-gradient(-32deg, #6f31b7 14%, #c6479e 82%)',
|
||||
color: 'white'
|
||||
}}
|
||||
>
|
||||
You've worked with teenagers and are excited to work 1:1 with them
|
||||
every day
|
||||
</Card>
|
||||
|
||||
<Card
|
||||
sx={{
|
||||
background: 'linear-gradient(120deg, #0e5ea0 0%, #338eda 100%)',
|
||||
color: 'white'
|
||||
}}
|
||||
>
|
||||
You have event planning or media production experience and want to
|
||||
apply it
|
||||
</Card>
|
||||
</Flex>
|
||||
|
||||
<Box sx={{ fontSize: 2, p: { my: 3 } }}>
|
||||
<Text as="p">
|
||||
We have a strong preference for someone in-person in Vermont, but
|
||||
we will consider applications from people who want to work
|
||||
remotely, provided they are willing to travel to our offices.
|
||||
</Text>
|
||||
|
||||
<Text as="p">
|
||||
Relocation assistance available. We have COVID protocols and take
|
||||
them seriously.
|
||||
</Text>
|
||||
</Box>
|
||||
</Box>
|
||||
|
||||
<Box>
|
||||
<strong>Projects you'll lead on:</strong>
|
||||
|
||||
<Flex
|
||||
sx={{
|
||||
flexDirection: 'column',
|
||||
gap: 3,
|
||||
my: 3,
|
||||
pr: [0, 0, 5],
|
||||
'> div': {
|
||||
p: 3,
|
||||
fontSize: 2
|
||||
}
|
||||
}}
|
||||
>
|
||||
<Card variant="sunken">
|
||||
Produce and project manage the big, crazy things we do every few
|
||||
months
|
||||
</Card>
|
||||
<Card variant="sunken">
|
||||
Support Hack Clubbers in creating and executing{' '}
|
||||
<Link
|
||||
href="https://scrapbook.hackclub.com/"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
their awesome ideas
|
||||
</Link>
|
||||
</Card>
|
||||
<Card variant="sunken">
|
||||
Revive{' '}
|
||||
<Link
|
||||
href="https://hackclub.com/night/"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
Hack Night
|
||||
</Link>
|
||||
, our weekly casual technical hangout with the community
|
||||
</Card>
|
||||
<Card variant="sunken">
|
||||
Lead on organizing AMAs and conversations with famous tech leaders
|
||||
</Card>
|
||||
<Card variant="sunken">
|
||||
Game design events at Hack Club to better help students form
|
||||
meaningful relationships
|
||||
</Card>
|
||||
</Flex>
|
||||
</Box>
|
||||
</Grid>
|
||||
|
||||
<Heading
|
||||
variant="headline"
|
||||
sx={{ fontWeight: 700, fontSize: [4, 5], mb: 4 }}
|
||||
>
|
||||
Hack Club is where 16,000+ teenage programmers talk, build, and have fun
|
||||
together.
|
||||
</Heading>
|
||||
|
||||
<Grid my={4} gap={3} columns={[null, 2, 3]}>
|
||||
<Photo
|
||||
src="/home/flagship_4.jpg"
|
||||
alt={
|
||||
<>
|
||||
Hack Clubbers at{' '}
|
||||
<Link
|
||||
href="https://photos.app.goo.gl/F5JDxq5FzfhofTMD9"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
Flagship
|
||||
</Link>
|
||||
</>
|
||||
}
|
||||
width={500}
|
||||
height={326.5}
|
||||
showAlt
|
||||
/>
|
||||
<Photo
|
||||
src="/home/golden-train.png"
|
||||
alt={
|
||||
<>
|
||||
The{' '}
|
||||
<Link
|
||||
href="https://zephyr.hackclub.com/"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
world's longest hackathon
|
||||
</Link>{' '}
|
||||
on land
|
||||
</>
|
||||
}
|
||||
width={500}
|
||||
height={326.5}
|
||||
sx={{ display: ['none', 'none', 'block'] }}
|
||||
showAlt
|
||||
/>
|
||||
<Photo
|
||||
src="/home/workshops.jpg"
|
||||
alt="One of the workshops run by community members"
|
||||
width={500}
|
||||
height={326.5}
|
||||
sx={{ display: ['none', 'block', 'block'] }}
|
||||
showAlt
|
||||
/>
|
||||
</Grid>
|
||||
|
||||
<Box sx={{ p: { my: [3, 4] } }}>
|
||||
<Text as="p">
|
||||
This is not a normal job. For the last 18 months, a{' '}
|
||||
<Link
|
||||
href="https://hackclub.com/team/"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
small team
|
||||
</Link>{' '}
|
||||
has produced a series of online events, and we're excited to hire an
|
||||
incredible, technical person to carry forward and build on these
|
||||
ideas. You'd be our 9th or so full-time staff member.
|
||||
</Text>
|
||||
|
||||
<Text as="p">
|
||||
In the{' '}
|
||||
<Link
|
||||
href="https://hackclub.com/slack/"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
Hack Club Slack
|
||||
</Link>
|
||||
, you'll work with our community to create the best and most inclusive
|
||||
place on the internet for technical teenagers. To work at Hack Club,
|
||||
you need to have a background in programming, but{' '}
|
||||
<strong>you should be inspired by making things fun.</strong>
|
||||
</Text>
|
||||
|
||||
<Text as="p">
|
||||
We are actively looking for candidates who have worked successfully
|
||||
with girl hackers before. We invite and encourage all interested
|
||||
candidates to apply even if they don't feel they meet all of the
|
||||
criteria.
|
||||
</Text>
|
||||
|
||||
<Text as="p">
|
||||
This role pays between $60K - $100K, depending on your
|
||||
experience— and we know that's probably less than you'd make
|
||||
elsewhere. We offer healthcare and 4 weeks paid vacation.
|
||||
</Text>
|
||||
</Box>
|
||||
|
||||
<Flex
|
||||
sx={{
|
||||
flexDirection: ['column', 'column', 'row'],
|
||||
gap: 4,
|
||||
fontSize: 2,
|
||||
my: 5
|
||||
}}
|
||||
>
|
||||
<Box sx={{ flex: 1, maxWidth: [null, null, 400] }}>
|
||||
<Photo
|
||||
src="/hq.jpg"
|
||||
alt="Our headquarters in beautiful Shelburne, Vermont"
|
||||
width={500}
|
||||
height={326.5}
|
||||
showAlt
|
||||
/>
|
||||
</Box>
|
||||
|
||||
<Box sx={{ flex: 1, p: { mb: 3 } }}>
|
||||
<Box as="p">
|
||||
The mission of Hack Club is to be a place where teenagers can become
|
||||
more technical, feel welcome in getting started, and feel inspired
|
||||
to build with code in ways that are always honest, transparent,
|
||||
high-integrity, kind, and friendly. We want teenagers to
|
||||
self-organize and assert themselves as persons.
|
||||
</Box>
|
||||
|
||||
<Box as="p">
|
||||
Already, Hack Club is the{' '}
|
||||
<strong>largest network of teen coders in the country</strong>. We
|
||||
hope for a world where Hack Club becomes a nationwide cultural
|
||||
institution, creating a new generation of young people with the
|
||||
skills, network, and value system to become problem-solvers and
|
||||
builders for the 21st century— a new Boy and Girl Scouts.
|
||||
</Box>
|
||||
</Box>
|
||||
</Flex>
|
||||
|
||||
<Box as="p" mt={5}>
|
||||
<strong>How to apply:</strong> Email{' '}
|
||||
<Link
|
||||
href="mailto:jobs@hackclub.com"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
jobs@hackclub.com
|
||||
</Link>{' '}
|
||||
with "golden" in the subject line, 3 bullet points demonstrating why you
|
||||
would be exceptional for the role, and your resume.
|
||||
</Box>
|
||||
</Container>
|
||||
</>
|
||||
)
|
||||
|
||||
export default Page
|
||||
|
|
@ -150,23 +150,7 @@ const Page = () => (
|
|||
positionLink="/jobs/lead-hacker/"
|
||||
color={theme.util.cx('red')}
|
||||
color1={theme.util.cx('purple')}
|
||||
/>
|
||||
<JobListing
|
||||
positionName="Executive Assistant"
|
||||
positionDesc="Someone to play a role in supporting the leadership in administrative management of day-to-day operations."
|
||||
positionLink="/jobs/executive-assistant/"
|
||||
color={theme.util.cx('blue')}
|
||||
color1={theme.util.cx('green')}
|
||||
/>
|
||||
|
||||
<JobListing
|
||||
positionName="Education Engineer"
|
||||
positionDesc="We are looking for an engineer & educator to create and lead on technical projects for Hack Clubbers, with a strong focus on young women and non-binary individuals at Hack Club."
|
||||
positionLink="/jobs/education-engineer/"
|
||||
color={theme.util.cx('red')}
|
||||
color1={theme.util.cx('orange')}
|
||||
/>
|
||||
|
||||
/>
|
||||
</Grid>
|
||||
</Container>
|
||||
</Box>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue