From 8fb7f588e964082b76ebdbf123ae924d4f9dd154 Mon Sep 17 00:00:00 2001
From: Abby Fischler <46800781+abbyfischler@users.noreply.github.com>
Date: Wed, 6 Jul 2022 16:05:02 -0400
Subject: [PATCH] Added executive-producer role! (#470)
* First Draft
The markdown needs to be reformatted...
* Fixed page linking
Still have to work on formatting of page....
* Update Markdown formatting
* Added Executive Producer to jobs page!
---
components/jobs/executive-producer/jd.mdx | 56 +++++++++++++++++++++++
pages/jobs/executive-producer.js | 49 ++++++++++++++++++++
pages/jobs/index.js | 16 ++++---
pages/team.js | 2 +-
4 files changed, 115 insertions(+), 8 deletions(-)
create mode 100644 components/jobs/executive-producer/jd.mdx
create mode 100644 pages/jobs/executive-producer.js
diff --git a/components/jobs/executive-producer/jd.mdx b/components/jobs/executive-producer/jd.mdx
new file mode 100644
index 00000000..56772684
--- /dev/null
+++ b/components/jobs/executive-producer/jd.mdx
@@ -0,0 +1,56 @@
+**Executive Producer, Hack Club Communications**
+
+[Hack Club](https://hackclub.com/) is a 501 ©(3) nonprofit organization, founded by a 16 year old high school drop out, and run by engineers, many of them teenagers. Our mission is to be a home for technical teenagers to build and code with their friends, and -- when successful-- foster a new generation of highly-technical young people who have skills to solve our greatest problems.
+
+Much like the Boy and Girl Scouts a century ago, Hack Club is a cultural institution for young people, however it's built post-internet by teenagers, and is already backed by some of the 21st century's most prominent builders, including Elon Musk, and many more.
+
+Hack Club is actively **looking now to hire its first executive producer/ senior editor** to tell its story across various platforms, including social media, newsletters, op-docs, blog/oped posts and direct emails, and curated partnerships with major tech companies.
+
+One unique -- and fun-- aspect of working for Hack Club is that you interact directly with teenagers every day. (Half our team is under 18). Also, Hack Club is engineer led, and so the work is always new and focused around cool new projects teenagers code.
+
+Your goal is to tell Hack Club's story so that every technical teenager in the world hears about Hack Club, and in a way that makes Hack Club better for those already in it.
+
+In this role, you'd manage a squad of highly-technical teenagers and a group of contractors (video/design). You'd report to the COO, who is a former journalist, and who has been leading our comms along with other duties. She has produced a TIME Magazine cover, a NYT op-doc, landed the top slot of Hacker News, created viral tweets/YouTube videos and personally written hundreds of articles for all the major mainstream media outlets.
+
+**Responsibilities for you and your team include:**
+- Generating blog posts geared towards Hack Clubbers, pulling from our engineers' projects, the founder, and teen hackers; and then repurposing those posts across various platforms.
+- Pitching partnerships with technical YouTubers, and managing them
+- Producing videos about teen hacks, kinda like this (DOGE)
+- Producing op-docs like this but better (ZEPHYR)
+- Going through all our AMAs (link) and creating a single 6 min compilation of them
+- Creating a 2-min launch video for Clubs at Hack Club
+- Successfully facilitating teenagers to lead on projects
+- Curating and managing 30-60-90 day content calendar
+- Oversee the production of informative and interesting weekly newsletters for Hack Clubbers and donors
+
+- Working closely with the operations officer to optimize the content calendar across all platforms to coincide with new marketing and product launches
+
+You'd have a budget, plus 2-3 teenagers working for them, both full and part time; remote and in person.
+
+Hack Club is already the largest network of technical teenagers in the world, with thousands from the US and in 28 countries. Built by teenagers, for teenagers, Hack Club has many teenagers with incredible stories to tell, as well as an opinionated attitude about education/economy/childhood/the internet in the 21st century. We've already been featured in Wall Street Journal, CBS News, other newspapers, plus we have a decent Twitter/YouTube/GitHub following without any dedicated effort. Hack Club is engineer-led, and our audience is technical.
+
+**Requirements:**
+
+Hack Club's work is highly technical - our content must go deep in capturing technical ideas
+- You know what GitHub is.
+- You've created content that's gone viral
+- You know a little about design software
+- You haven't done the above, but you've worked in media and can prove you're a super fast learner whose jumped into new areas before
+- Demonstrated ability to repurpose long form content (blogs/opeds/conversation transcriptions) into into micro-content (short video or static posts, stories, memes)
+- You're comfortable communicating online (we're on Slack)
+- You can run a small team, and you can manage a project
+- You're over 18, or you're really an amazing +16. No age limit.
+
+**More About Hack Club:**
+
+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.
+
+Already, Hack Club is the **largest network of teen coders in the country.** 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 Girl and Boy Scouts.
+
+**How to Apply:** Email: thea@hackclub.com with Executive Producer in the subject line.
+
+Job Type: Full time
+
+Salary: Competitive
+
+Health Insurance: Generous Health Insurance package
\ No newline at end of file
diff --git a/pages/jobs/executive-producer.js b/pages/jobs/executive-producer.js
new file mode 100644
index 00000000..04d3458b
--- /dev/null
+++ b/pages/jobs/executive-producer.js
@@ -0,0 +1,49 @@
+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/executive-producer/jd.mdx'
+import ForceTheme from '../../components/force-theme'
+
+const Page = () => (
+ <>
+
+
+
+ theme.util.gx('green', 'blue')
+ }}
+ >
+
+
+ Executive Producer
+
+
+ New job open as of July 6th, 2022.
+
+
+
+
+
+
+ >
+)
+
+export default Page
diff --git a/pages/jobs/index.js b/pages/jobs/index.js
index 6e9a5aa3..52d9b31d 100644
--- a/pages/jobs/index.js
+++ b/pages/jobs/index.js
@@ -156,6 +156,7 @@ const Page = () => (
+ {/*
(
{/* @kognise note: Keeping this in as an example to future implementors for when we do have new jobs: */}
- {/* (
columns={['1fr', '1fr 1fr']}
>
- */}
+
diff --git a/pages/team.js b/pages/team.js
index d6599429..3fab1544 100644
--- a/pages/team.js
+++ b/pages/team.js
@@ -190,7 +190,7 @@ When not seen busy juggling between different tasks he takes up, he enjoys tinke
/>