From fafa016ea4fa611c0c4d7e5f2215854c2bb45bf9 Mon Sep 17 00:00:00 2001 From: Kognise Date: Wed, 19 Jan 2022 18:47:22 -0600 Subject: [PATCH] New Lead Hacker job description (#305) --- components/jobs/bank-tech-lead/jd.mdx | 37 ---- next.config.js | 1 + pages/jobs/bank-tech-lead.js | 49 ----- pages/jobs/index.js | 24 +-- pages/jobs/lead-hacker.js | 271 ++++++++++++++++++++++++++ public/charlotte-vt.jpg | Bin 0 -> 371946 bytes public/hack-penn.jpg | Bin 0 -> 1231173 bytes 7 files changed, 284 insertions(+), 98 deletions(-) delete mode 100644 components/jobs/bank-tech-lead/jd.mdx delete mode 100644 pages/jobs/bank-tech-lead.js create mode 100644 pages/jobs/lead-hacker.js create mode 100644 public/charlotte-vt.jpg create mode 100644 public/hack-penn.jpg diff --git a/components/jobs/bank-tech-lead/jd.mdx b/components/jobs/bank-tech-lead/jd.mdx deleted file mode 100644 index 185cefc6..00000000 --- a/components/jobs/bank-tech-lead/jd.mdx +++ /dev/null @@ -1,37 +0,0 @@ -[Hack Club](https://hackclub.com) is on a mission to create a new generation of technical leaders by building the most inclusive, technical, and shipping-oriented community of teenage programmers in the world. - -We are building 4 key programs - [clubs](https://hackclub.com), [Slack](https://hackclub.com/slack/), [hackathons](https://hackathons.hackclub.com), and [Bank](https://hackclub.com/bank/) - and are working toward transforming Hack Club into a modern equivalent of the Girl and Boy Scouts from the 20th century. - -Hack Club is hiring a Tech Lead for [Hack Club Bank](https://hackclub.com/bank/), our in-house financial software used by 1,500 Hack Clubbers to financially power their Hack Clubs, hackathons, and student-organized nonprofits. When teenagers use Hack Club Bank, we act as their backing financial and legal entity, allowing them to leverage our 501(c)(3) nonprofit status to receive tax deductible donations and use our beautiful in-house software to manage and spend their funds. 50% of high schools hackathons in the world now run on Hack Club Bank. - -In this role, you will work in an environment where we value teamwork, communication, and creativity. You love coding, are passionate about growing people, have deep empathy for users and team members, and love shipping work publicly. - -**Roles and responsibilities:** - -- Work with Executive Director to define product roadmap and business strategy -- Build and lead team of Hack Clubbers to execute on engineering roadmap and create a strong shipping culture around Bank -- Lead and manage relationships with technical partners that integrate Bank into their products -- Every day think about how Hack Club Bank can be better for Hack Clubbers, and work with Executive Director to design the product roadmap around that -- Manage an operations lead, who will report to you and is responsible for onboarding calls, day-to-day financial management tasks, and customer success - -**Required skills:** - -- Senior-level expertise in Ruby on Rails -- Prior experience managing small teams of engineers -- Product-oriented mindset - -**Nice to have:** - -- Strong familiarity with open source -- You have either built popular open source projects, or held leadership-level roles in major open source projects -- Experience writing software that touches money, building resilient systems, and implementing security best practices -- You care about user experience -- You love working with teenagers - -**Title:** Tech Lead, Hack Club Bank - -**Location:** We have an in-person office in Burlington, Vermont where our 8 person team works collaboratively. While we have a strong preference for in-person and can assist with relocation, we're flexible and eager to accommodate for the right candidate. - -**Compensation:** Competitive salary, commensurate with experience. We offer healthcare and 4 weeks paid vacation. - -**Invitation to apply:** Email with "the spice must flow" in the subject line, 3 bullet points demonstrating why you would be great for the role, and your resume / GitHub / GitLab / sourcehut. diff --git a/next.config.js b/next.config.js index 662016f7..95ea59ab 100755 --- a/next.config.js +++ b/next.config.js @@ -39,6 +39,7 @@ const nextConfig = { permanent: true }, { source: '/slack_invite/', destination: '/slack/', permanent: true }, + { source: '/jobs/bank-tech-lead/', destination: '/jobs/lead-hacker/', permanent: true }, { source: '/workshops/slack/', destination: '/slack/', permanent: true }, { source: '/community/', destination: '/slack/', permanent: true }, { source: '/hack_camp/', destination: '/camp/', permanent: true }, diff --git a/pages/jobs/bank-tech-lead.js b/pages/jobs/bank-tech-lead.js deleted file mode 100644 index 3d3adfe3..00000000 --- a/pages/jobs/bank-tech-lead.js +++ /dev/null @@ -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/bank-tech-lead/jd.mdx' -import ForceTheme from '../../components/force-theme' - -const Page = () => ( - <> - - -