mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
Url encode job titles
This commit is contained in:
parent
f015bfb82e
commit
ac6f3d6d30
9 changed files with 19 additions and 21 deletions
|
|
@ -11,7 +11,7 @@ const Page = () => (
|
|||
as={Head}
|
||||
title="Bank Operations Associate"
|
||||
description="Hack Club is a hiring a Bank Operations Associate as the 8th full-time member of our team in Burlington, Vermont."
|
||||
image="https://workshop-cards.hackclub.com/Bank Ops Associate @ Hack Club.png?fontSize=175px&brand=HQ"
|
||||
image="https://workshop-cards.hackclub.com/Bank%20Ops%20Associate%20%40%20Hack%20Club.png?fontSize=175px&brand=HQ"
|
||||
/>
|
||||
<ForceTheme theme="light" />
|
||||
<Nav />
|
||||
|
|
@ -46,4 +46,4 @@ const Page = () => (
|
|||
</>
|
||||
)
|
||||
|
||||
export default Page
|
||||
export default Page
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ const Page = () => (
|
|||
as={Head}
|
||||
title="Bank Operations Lead"
|
||||
description="Hack Club is a hiring a Bank Operations Lead as the 7th full-time member of our team in Burlington, Vermont."
|
||||
image="https://workshop-cards.hackclub.com/Bank Ops Lead @ Hack Club.png?fontSize=175px&brand=HQ"
|
||||
image="https://workshop-cards.hackclub.com/Bank%20Ops%20Lead%20%40%20Hack%20Club.png?fontSize=175px&brand=HQ"
|
||||
/>
|
||||
<ForceTheme theme="light" />
|
||||
<Nav />
|
||||
|
|
@ -46,4 +46,4 @@ const Page = () => (
|
|||
</>
|
||||
)
|
||||
|
||||
export default Page
|
||||
export default Page
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ const Page = () => (
|
|||
as={Head}
|
||||
title="Brand Director"
|
||||
description="Hack Club is a hiring a Brand Director as the 7th full-time member of our team in Burlington, Vermont."
|
||||
image="https://workshop-cards.hackclub.com/Brand Director @ Hack Club.png?fontSize=175px&brand=HQ"
|
||||
image="https://workshop-cards.hackclub.com/Brand%20Director%20%40%20Hack%20Club.png?fontSize=175px&brand=HQ"
|
||||
/>
|
||||
<ForceTheme theme="light" />
|
||||
<Nav />
|
||||
|
|
@ -46,4 +46,4 @@ const Page = () => (
|
|||
</>
|
||||
)
|
||||
|
||||
export default Page
|
||||
export default Page
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ const Page = () => (
|
|||
as={Head}
|
||||
title="Clubs Lead"
|
||||
description="Hack Club is a hiring a Clubs Lead as the 8th full-time member of our team in Burlington, Vermont."
|
||||
image="https://workshop-cards.hackclub.com/Clubs Lead @ Hack Club.png?fontSize=200px&brand=HQ"
|
||||
image="https://workshop-cards.hackclub.com/Clubs%20Lead%20%40%20Hack%20Club.png?fontSize=200px&brand=HQ"
|
||||
/>
|
||||
<ForceTheme theme="light" />
|
||||
<Nav />
|
||||
|
|
@ -46,4 +46,4 @@ const Page = () => (
|
|||
</>
|
||||
)
|
||||
|
||||
export default Page
|
||||
export default Page
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ const Page = () => (
|
|||
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"
|
||||
image="https://workshop-cards.hackclub.com/Education%20Engineer%20%40%20Hack%20Club.png?fontSize=180px&brand=HQ"
|
||||
/>
|
||||
<ForceTheme theme="light" />
|
||||
<Nav />
|
||||
|
|
@ -25,11 +25,9 @@ const Page = () => (
|
|||
>
|
||||
<Container sx={{ textAlign: 'center', color: 'white' }}>
|
||||
<Heading as="h1" variant="title">
|
||||
Education Engineer @ Hack Club
|
||||
Education Engineer @ Hack Club
|
||||
</Heading>
|
||||
<Text variant="headline">
|
||||
New job open as of November 20th, 2021.
|
||||
</Text>
|
||||
<Text variant="headline">New job open as of November 20th, 2021.</Text>
|
||||
</Container>
|
||||
</Box>
|
||||
<Container
|
||||
|
|
@ -46,4 +44,4 @@ const Page = () => (
|
|||
</>
|
||||
)
|
||||
|
||||
export default Page
|
||||
export default Page
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ const Page = () => (
|
|||
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"
|
||||
image="https://workshop-cards.hackclub.com/Events%20Designer%20%40%20Hack%20Club.png?fontSize=185px&brand=HQ"
|
||||
/>
|
||||
<ForceTheme theme="light" />
|
||||
<Nav />
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ const Page = () => (
|
|||
as={Head}
|
||||
title="Executive Assistant"
|
||||
description="Hack Club is a hiring an Executive Assistant to join our team in Shelburne, Vermont."
|
||||
image="https://workshop-cards.hackclub.com/Executive Assistant @ Hack Club.png?fontSize=180px&brand=HQ"
|
||||
image="https://workshop-cards.hackclub.com/Executive%20Assistant%20%40%20Hack%20Club.png?fontSize=180px&brand=HQ"
|
||||
/>
|
||||
<ForceTheme theme="light" />
|
||||
<Nav />
|
||||
|
|
@ -46,4 +46,4 @@ const Page = () => (
|
|||
</>
|
||||
)
|
||||
|
||||
export default Page
|
||||
export default Page
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ const Page = () => (
|
|||
as={Head}
|
||||
title="Journalist"
|
||||
description="Hack Club is a hiring a talented reporter/editor as the 9th full-time member of our team in Burlington, Vermont."
|
||||
image="https://workshop-cards.hackclub.com/Journalist @ Hack Club.png?fontSize=175px&brand=HQ"
|
||||
image="https://workshop-cards.hackclub.com/Journalist%20%40%20Hack%20Club?fontSize=175px&brand=HQ"
|
||||
/>
|
||||
<ForceTheme theme="light" />
|
||||
<Nav />
|
||||
|
|
@ -46,4 +46,4 @@ const Page = () => (
|
|||
</>
|
||||
)
|
||||
|
||||
export default Page
|
||||
export default Page
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ const Page = () => (
|
|||
as={Head}
|
||||
title="Philanthropy Position"
|
||||
description="Hack Club is a hiring for a deputy to the COO to focus on philanthropy."
|
||||
image="https://workshop-cards.hackclub.com/Philanthropy Position @ Hack Club.png?fontSize=160px&brand=HQ"
|
||||
image="https://workshop-cards.hackclub.com/Philanthropy%20Position%20%40%20Hack%20Club.png?fontSize=160px&brand=HQ"
|
||||
/>
|
||||
<ForceTheme theme="light" />
|
||||
<Nav />
|
||||
|
|
@ -46,4 +46,4 @@ const Page = () => (
|
|||
</>
|
||||
)
|
||||
|
||||
export default Page
|
||||
export default Page
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue