mirror of
https://github.com/System-End/site.git
synced 2026-04-19 16:28:21 +00:00
Split team and acknowledged data into separate files (#1825)
split team and ack to separate files
This commit is contained in:
parent
0d45c1a715
commit
6882eae2bc
5 changed files with 758 additions and 958 deletions
|
|
@ -6,7 +6,7 @@ import Footer from '../components/footer'
|
|||
import Bio from '../components/bio'
|
||||
import BoardBox from '../components/boardbio'
|
||||
import ForceTheme from '../components/force-theme'
|
||||
import { fetchTeam } from './api/team'
|
||||
import { fetchAcknowledged } from './api/team'
|
||||
|
||||
|
||||
export default function Acknowleged({ team }) {
|
||||
|
|
@ -102,8 +102,8 @@ export default function Acknowleged({ team }) {
|
|||
|
||||
export const getServerSideProps = async () => {
|
||||
try {
|
||||
const team = await fetchTeam()
|
||||
return { props: { team } }
|
||||
const acknowledged = await fetchAcknowledged()
|
||||
return { props: { team: { acknowledged } } }
|
||||
} catch (e) {
|
||||
return { props: { team: {} } }
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
import teamMembers from '../../public/team.json'
|
||||
import acknowledgedMembers from '../../public/acknowledged.json'
|
||||
import type { NextApiRequest, NextApiResponse } from 'next'
|
||||
|
||||
interface TeamMember {
|
||||
export interface TeamMember {
|
||||
name: string
|
||||
department: string
|
||||
role: string | string[]
|
||||
acknowledged: boolean
|
||||
acknowledged?: boolean
|
||||
bio: string
|
||||
bioHackFoundation: string
|
||||
slackId: string
|
||||
overrideAvatar: string
|
||||
email: string
|
||||
|
|
@ -19,18 +19,11 @@ interface TeamMember {
|
|||
}
|
||||
|
||||
export async function fetchTeam() {
|
||||
const current: TeamMember[] = []
|
||||
const acknowledged: TeamMember[] = []
|
||||
return teamMembers as TeamMember[]
|
||||
}
|
||||
|
||||
for (const member of teamMembers as TeamMember[]) {
|
||||
if (member.acknowledged) {
|
||||
acknowledged.push(member)
|
||||
} else {
|
||||
current.push(member)
|
||||
}
|
||||
}
|
||||
|
||||
return { current, acknowledged }
|
||||
export async function fetchAcknowledged() {
|
||||
return acknowledgedMembers as TeamMember[]
|
||||
}
|
||||
|
||||
export default async function handler(
|
||||
|
|
|
|||
|
|
@ -439,8 +439,8 @@ export default function Team({ team }) {
|
|||
|
||||
export const getServerSideProps = async () => {
|
||||
try {
|
||||
const team = await fetchTeam()
|
||||
return { props: { team } }
|
||||
const current = await fetchTeam()
|
||||
return { props: { team: { current } } }
|
||||
} catch (e) {
|
||||
return { props: { team: {} } }
|
||||
}
|
||||
|
|
|
|||
746
public/acknowledged.json
Normal file
746
public/acknowledged.json
Normal file
|
|
@ -0,0 +1,746 @@
|
|||
[
|
||||
{
|
||||
"name": "Arianna Martinelli",
|
||||
"department": "HCB",
|
||||
"role": "Operations Mentor",
|
||||
"acknowledged": true,
|
||||
"bio": "Arianna (a current freshman at Carnegie-Mellon University and a former Hack Club leader from Kentucky) loved onboarding all our cool organizations and making HCB more accessible. When she’s not learning about how humans and computers can work together, she’s making memes and decorating the world with Hack Club stickers.",
|
||||
"slackId": "U012U7V5W22",
|
||||
"email": "arianna",
|
||||
"website": "",
|
||||
"avatar": "https://cloud-r09ga84qd-hack-club-bot.vercel.app/8image.png"
|
||||
},
|
||||
{
|
||||
"name": "Aryan Kapoor",
|
||||
"department": "HCB",
|
||||
"role": "Operations Contributor",
|
||||
"acknowledged": true,
|
||||
"bio": "Aryan is currently a Computer Science freshman from India who likes to tinker with electronics. He holds a special place in his heart for dogs and even has two chihuahuas. He specializes in integrating business systems with websites and apps, and loves to help around in the community.",
|
||||
"slackId": "U078A390FTQ",
|
||||
"email": "aryan",
|
||||
"website": "",
|
||||
"avatar": "https://cachet.dunkirk.sh/users/U078A390FTQ/r"
|
||||
},
|
||||
{
|
||||
"name": "Caleb Denio",
|
||||
"department": "HCB",
|
||||
"role": "HCB Engineer",
|
||||
"acknowledged": true,
|
||||
"bio": "",
|
||||
"slackId": "U013B6CPV62",
|
||||
"email": "",
|
||||
"website": "",
|
||||
"avatar": "https://cachet.dunkirk.sh/users/U013B6CPV62/r"
|
||||
},
|
||||
{
|
||||
"name": "Daisy Reyes",
|
||||
"department": "HCB",
|
||||
"role": "HCB Operations Lead",
|
||||
"acknowledged": true,
|
||||
"bio": "Daisy has a passion for growing and maintaining positive relationships with all of the members of Hack Club and that’s her favorite part about being on the HCB team. Daisy especially loves onboarding and helping FIRST teams navigate HCB so that they can excel in their own goals. She grew up in Vermont on a dairy farm and graduated from The University of Vermont with her bachelors in Animal Science. She loves animals of all types, crocheting, board games, and traveling.",
|
||||
"slackId": "U046V3EK56W",
|
||||
"email": "daisy",
|
||||
"website": "",
|
||||
"avatar": "https://cachet.dunkirk.sh/users/U046V3EK56W/r"
|
||||
},
|
||||
{
|
||||
"name": "David Cornu",
|
||||
"department": "HCB",
|
||||
"role": "Engineering",
|
||||
"acknowledged": true,
|
||||
"bio": "",
|
||||
"slackId": "U092BUBS28G",
|
||||
"email": "davidc",
|
||||
"website": "",
|
||||
"avatar": "https://cachet.dunkirk.sh/users/U092BUBS28G/r"
|
||||
},
|
||||
{
|
||||
"name": "Hunter Goodenough",
|
||||
"department": "HCB",
|
||||
"role": "Operations Associate",
|
||||
"acknowledged": true,
|
||||
"bio": "Hunter is a jack of all trades with a particular passion for creating and supporting communities. He is an ardent hobbyist and is always trying out new things. He is a newer hire at HCB (Having previously worked in both the Restaurant and Medical Technology industries) and is excited to join the community and is looking forward to participating in various Hack Club projects and events.",
|
||||
"slackId": "U05RDPEKGA3",
|
||||
"email": "hunter",
|
||||
"website": "",
|
||||
"avatar": "https://cachet.dunkirk.sh/users/U05RDPEKGA3/r"
|
||||
},
|
||||
{
|
||||
"name": "Kunal Botla",
|
||||
"department": "HCB",
|
||||
"role": "HCB Operations",
|
||||
"acknowledged": true,
|
||||
"bio": "Kunal loves to make for making! He started Project Boom to help provide computers, helped build and run HCB, and organized MAHacks for a post-pandemic world. He takes photos to tell stories of an ever-changing world.",
|
||||
"slackId": "U013DC0KYC8",
|
||||
"email": "",
|
||||
"website": "",
|
||||
"avatar": "https://cloud-qxgtr6fn3-hack-club-bot.vercel.app/0kunal_botla_460x460.jpg"
|
||||
},
|
||||
{
|
||||
"name": "Linus Lee",
|
||||
"department": "HCB",
|
||||
"role": "HCB Engineer",
|
||||
"acknowledged": true,
|
||||
"bio": "Linus spends most of his free time working on side projects ranging from an audio travel diary to creative coding tools to his own programming language. He brought his experience in product & community from Cal Hacks & Dorm Room Fund to grow HCB.",
|
||||
"slackId": "",
|
||||
"email": "",
|
||||
"website": "",
|
||||
"avatar": "https://cloud-hinoss9c1-hack-club-bot.vercel.app/0image_300x300.jpg"
|
||||
},
|
||||
{
|
||||
"name": "Liv Cook",
|
||||
"department": "HCB",
|
||||
"role": "HCB Junior Project Manager",
|
||||
"acknowledged": true,
|
||||
"bio": "During her tenure at HCB, Liv cared deeply about ensuring that every user had the best fiscal sponsorship experience possible and that new features and UX improvements were on track to launch. She also loved supporting teams on HCB that are passionate about making a difference in their communities. In her free time, Liv enjoys traveling, writing, and discovering new music. She graduated from the University of Vermont with a degree in Healthcare Systems and Policy.",
|
||||
"slackId": "U02A67DA1QX",
|
||||
"email": "",
|
||||
"website": "",
|
||||
"avatar": "https://cloud-7k5s55nlw-hack-club-bot.vercel.app/0image_1821x1821.jpg"
|
||||
},
|
||||
{
|
||||
"name": "Michael Destefanis",
|
||||
"department": "HCB",
|
||||
"role": "HCB Operations",
|
||||
"acknowledged": true,
|
||||
"bio": "After graduating high school, Michael moved to California where he began working with Hack Club. He handled the day-to-day operations of HCB from its start starting to its first million dollars in transactions.",
|
||||
"slackId": "",
|
||||
"email": "",
|
||||
"website": "",
|
||||
"avatar": "https://cloud-r6ds3fdrw-hack-club-bot.vercel.app/0michael_128x127.jpg"
|
||||
},
|
||||
{
|
||||
"name": "Scott Motte",
|
||||
"department": "HCB",
|
||||
"role": "HCB Engineer",
|
||||
"acknowledged": true,
|
||||
"bio": "After teaching himself to code in college, Scott went on to lead an exciting software life with multiple startups. Now a father, he joined Hack Club to help build the program he wants available to his children—when they reach high school age.",
|
||||
"slackId": "",
|
||||
"email": "",
|
||||
"website": "",
|
||||
"avatar": "https://cloud-33mta2q2e-hack-club-bot.vercel.app/0image.png"
|
||||
},
|
||||
{
|
||||
"name": "Theo Bleier",
|
||||
"department": "HCB",
|
||||
"role": "Special Projects",
|
||||
"acknowledged": true,
|
||||
"bio": "Theo, a high schooler, joined the Hack Club community in Summer 2018 after reading about HCB online. Since then, he’s run multiple events on HCB & worked on coding it. In 2020, Theo worked on AMAs & distributing laptop grants to students.",
|
||||
"slackId": "",
|
||||
"email": "",
|
||||
"website": "",
|
||||
"avatar": "https://cloud-g73jcrk00-hack-club-bot.vercel.app/0image.png"
|
||||
},
|
||||
{
|
||||
"name": "Lux Loff",
|
||||
"department": "HQ",
|
||||
"role": "Engineering",
|
||||
"acknowledged": true,
|
||||
"bio": "As a high school student, Lux joined the Hack Club Slack after finding the SSH jobs board. In her 20s, she joined the You Ship, We Ship team at Hack Club HQ, where she launched six events of varying shapes and sizes. In her spare time, you'll still find her producing music (as \"sporeball\") or designing her own rhythm game (called Khel), among other \"weird things\".",
|
||||
"slackId": "U01G0Q9K998",
|
||||
"email": "lux",
|
||||
"website": "",
|
||||
"avatar": "https://cachet.dunkirk.sh/users/U01G0Q9K998/r"
|
||||
},
|
||||
{
|
||||
"name": "Abby Fischler",
|
||||
"department": "HQ",
|
||||
"role": "Junior Administrative Engineer",
|
||||
"acknowledged": true,
|
||||
"bio": "Abby is a high school junior from Los Angeles that loves technology! Since joining the Hack Club community in May 2020, she’s enjoyed learning with friends in the Slack and on board the Hacker Zephyr. She joined Hack Club to support Christina’s work in encouraging more girls to get involved. Abby has hosted events for the community and loves sharing her coding journey on the #ship channel.",
|
||||
"slackId": "",
|
||||
"email": "",
|
||||
"website": "",
|
||||
"avatar": "https://cloud-jp1adkwpw-hack-club-bot.vercel.app/0image.png"
|
||||
},
|
||||
{
|
||||
"name": "Anna Grace Benny",
|
||||
"department": "HQ",
|
||||
"role": "APAC Clubs",
|
||||
"acknowledged": true,
|
||||
"bio": "Anna is a visual communication graduate and a social media enthusiast. She loves films and everything related. Managing and meeting new Hack Clubbers as the APAC Clubs Lead, she helped with onboarding new clubs and managed the APAC social media pages.",
|
||||
"slackId": "",
|
||||
"email": "",
|
||||
"website": "",
|
||||
"avatar": "https://cloud-aomcbxj1t-hack-club-bot.vercel.app/0image.png"
|
||||
},
|
||||
{
|
||||
"name": "Arpan",
|
||||
"department": "HQ",
|
||||
"role": "Clubs Operation/Special Activites Director",
|
||||
"acknowledged": true,
|
||||
"bio": "Arpan joined HC through Epoch in 2022. Then worked with Clubs Operations, developing Clubs Directory, OpenAI Gateway and managing clubs in the APAC region. He then helped establish the Special Activities Division as it's first Director which runs virtual events for hackclubbers. He also led the Fraud Detection team for Hack Club Arcade.",
|
||||
"slackId": "U0409FSKU82",
|
||||
"email": "arpan",
|
||||
"website": "https://arpanpandey.dev",
|
||||
"avatar": "https://media.licdn.com/dms/image/v2/D5603AQHgJ1rUos6FFA/profile-displayphoto-shrink_800_800/B56Zd.1nF2H8Ac-/0/1750179673148?e=1759363200&v=beta&t=Ta3W1GF6ZNYl7U-D6YSCAzNUJl4SHwERjslWbDsvEdQ"
|
||||
},
|
||||
{
|
||||
"name": "Athul Blesson",
|
||||
"department": "HQ",
|
||||
"role": "APAC Director",
|
||||
"acknowledged": true,
|
||||
"bio": "Athul started dozens of the largest Hack Clubs in India. After graduating from high school, he joined Hack Club as the Regional Manager of the Asia-Pacific & Africa team where he actively managed hundreds of clubs. Then, as the APAC Director, Athul lead the APAC HQ team dedicated to supporting all of the clubs in the APAC region.",
|
||||
"slackId": "U28HSBVU3",
|
||||
"email": "",
|
||||
"website": "",
|
||||
"avatar": "https://cloud-6mlr4ctui-hack-club-bot.vercel.app/0thumbnail_image.jpg"
|
||||
},
|
||||
{
|
||||
"name": "Belle See",
|
||||
"department": "HQ",
|
||||
"role": "Engineer for Comms",
|
||||
"acknowledged": true,
|
||||
"bio": "Belle enjoys building for her community, whether that be through developing websites or planning programs and events. She is excited to make Hack Club a better place for students around the world and looks forward to learning from the team at Hack Club!",
|
||||
"slackId": "",
|
||||
"email": "",
|
||||
"website": "",
|
||||
"avatar": "https://cloud-9eq6pzox9-hack-club-bot.vercel.app/0image.png"
|
||||
},
|
||||
{
|
||||
"name": "Ben Dixon",
|
||||
"department": "HQ",
|
||||
"role": "Engineering",
|
||||
"acknowledged": true,
|
||||
"bio": "Coming all the way from drizzly England, Ben reconnected with his adoration for teaching people about programming through the computer graphics demoscene during lockdown; firmly believing “HLSL is basically pseudocode”. At Hack Club, Ben designs and implements snazzy new features at HCB, along with raiding their granola bars.",
|
||||
"slackId": "U03DFNYGPCN",
|
||||
"email": "malted",
|
||||
"website": "",
|
||||
"avatar": "https://cachet.dunkirk.sh/users/U03DFNYGPCN/r"
|
||||
},
|
||||
{
|
||||
"name": "Bence Beres",
|
||||
"department": "HQ",
|
||||
"role": "Bookkeeper",
|
||||
"acknowledged": true,
|
||||
"bio": "Bence is a true bureaucrat who doesn’t leave any documents unturned. Having made a sharp U-turn after college to switch from his burgeoning career in the world of political science towards the thrilling and life altering adventures of the world of Accounting, Bence understands that knowing Excel is a greatly underappreciated life skill.",
|
||||
"slackId": "",
|
||||
"email": "",
|
||||
"website": "",
|
||||
"avatar": "https://cloud-bzv1bqqmj-hack-club-bot.vercel.app/0image_d57i8fgueh0z5yejtzjavj2jffausnkcazyko7yvyz8.png"
|
||||
},
|
||||
{
|
||||
"name": "Cedric Hutchings",
|
||||
"department": "HQ",
|
||||
"role": "Constructionist",
|
||||
"acknowledged": true,
|
||||
"bio": "Already more at home on the internet than anywhere in meat space, you can imagine a young Ced's horror when his parents moved him into a holler so deep in the Appalachian Mountains that his beloved internet was only accessible through sluggish satellite. Stubbornly refusing to be separated from his online games, he threw together his own for his brothers, a captive audience. At Hack Club, Ced made materials that shared his enthusiasm for making fun somethings from nothing but technology.",
|
||||
"slackId": "UN971L2UQ",
|
||||
"email": "",
|
||||
"website": "",
|
||||
"avatar": "https://cloud-k9msfzu1k-hack-club-bot.vercel.app/0image_512x512.png"
|
||||
},
|
||||
{
|
||||
"name": "Charlie Nicholson",
|
||||
"department": "HQ",
|
||||
"role": "YSWS & Events",
|
||||
"acknowledged": true,
|
||||
"bio": "Charlie is a Hack Clubber from the Greater Boston area. He joined Hack Club when he was 12 and launched his first YSWS when he was 13, Ham Club. More recently, he worked on a long-term hackathon called Apex, supported by Hack Club. He is now working for Hack Club to create more hardware YSWSs and events.",
|
||||
"slackId": "U054JRXUNG0",
|
||||
"email": "charlien",
|
||||
"website": "https://crnicholson.com",
|
||||
"avatar": "https://hc-cdn.hel1.your-objectstorage.com/s/v3/a676e768a45c68eea74c7c3b602feae2eea22d45_screenshot_2024-11-17_at_5.22.37___pm.png"
|
||||
},
|
||||
{
|
||||
"name": "Cheru Berhanu",
|
||||
"department": "HQ",
|
||||
"role": "Engineering",
|
||||
"acknowledged": true,
|
||||
"bio": "",
|
||||
"slackId": "U02UYFZQ0G0",
|
||||
"email": "cheru",
|
||||
"website": "",
|
||||
"avatar": "https://cloud-e98036o7p-hack-club-bot.vercel.app/0june_23_2024_image.jpg"
|
||||
},
|
||||
{
|
||||
"name": "Dieter Schoening",
|
||||
"department": "HQ",
|
||||
"role": "Media Creation",
|
||||
"acknowledged": true,
|
||||
"bio": "Dieter grew up in South Carolina where he started the adventure of content creation. Now he is helping with our social media and projects to get more teens interested in Hack Club. Fun facts: He likes virtual reality development, boba, hiking, entrepreneurship",
|
||||
"slackId": "U045B4BQ2T0",
|
||||
"email": "deet",
|
||||
"website": "",
|
||||
"avatar": "https://cloud-cf5rl33km-hack-club-bot.vercel.app/0tjnycdvgngp9mwk_thumbnail.jpg"
|
||||
},
|
||||
{
|
||||
"name": "Dina Elhanan",
|
||||
"department": "HQ",
|
||||
"role": "Summer Intern",
|
||||
"acknowledged": true,
|
||||
"bio": "Dina started a club in Canada in 2018. Since then she’s run a local hackathon, organized club events & trips, and spoke at Hack Club’s Flagship 2019 Summit. After graduating high school, Dina joined HQ as a ✨Vibes Influencer✨ summer intern. She now studies Electrical Engineering at McMaster University, class of 2024.",
|
||||
"slackId": "",
|
||||
"email": "",
|
||||
"website": "",
|
||||
"avatar": "https://cloud-2dne45yzx-hack-club-bot.vercel.app/0image.png"
|
||||
},
|
||||
{
|
||||
"name": "Ella Xu",
|
||||
"department": "HQ",
|
||||
"role": "Clubs Engineering",
|
||||
"acknowledged": true,
|
||||
"bio": "Ella joined the Hack Club community after learning about HCB from a project running on it. Since then, she has contributed to HCB itself in addition to other Hack Club open source projects on GitHub.",
|
||||
"slackId": "U01D6FYHLUW",
|
||||
"email": "",
|
||||
"website": "",
|
||||
"avatar": "https://cloud-4yg49snx8-hack-club-bot.vercel.app/0image_512x512.jpg"
|
||||
},
|
||||
{
|
||||
"name": "Faisal Sayed",
|
||||
"department": "HQ",
|
||||
"role": "Engineering",
|
||||
"acknowledged": true,
|
||||
"bio": "Faisal has been associated with Hack Club for 3 years and loves building open-source projects that bring joy. During the first workshop-bounty-program back in 2020, Faisal was heavily involved in creating & reviewing numerous programming workshops. At HQ, He works with Graham on HQ Engineering and infrastructure. Outside of Hack Club, Faisal likes working on his side-projects like Firefiles and tmdr.",
|
||||
"slackId": "U014ND5P1N2",
|
||||
"email": "fayd",
|
||||
"website": "",
|
||||
"avatar": "https://cloud-78pj8q3kr-hack-club-bot.vercel.app/0image_192x192.jpg"
|
||||
},
|
||||
{
|
||||
"name": "Fernanda Lozano",
|
||||
"department": "HQ",
|
||||
"role": "Flagship",
|
||||
"acknowledged": true,
|
||||
"bio": "Fernanda is a student of computational neuroscience, entrepreneur, & organizer of events like the Entrepreneurial Learning Academy for students in Mexico. In summer 2019, she helped organize the Flagship Summit in San Francisco.",
|
||||
"slackId": "",
|
||||
"email": "",
|
||||
"website": "",
|
||||
"avatar": "https://cloud-8lmsmaxve-hack-club-bot.vercel.app/0fernanda_1502x1502.jpg"
|
||||
},
|
||||
{
|
||||
"name": "Graham Darcey",
|
||||
"department": "HQ",
|
||||
"role": "Creative Technologist",
|
||||
"acknowledged": true,
|
||||
"bio": "Originally from Vermont, Graham has worked as a full-stack software engineer in Silicon Valley for over twenty years, most recently at Uber where he worked on their core routing services and map data platform. He recently (2021) moved back east, and currently resides in Shelburne VT. Graham's hobbies include gaming, gamedev, cooking with his wife, and playing joyfully with his five year old daughter.",
|
||||
"slackId": "U04QH1TTMBP",
|
||||
"email": "graham",
|
||||
"website": "",
|
||||
"avatar": "https://hc-cdn.hel1.your-objectstorage.com/s/v3/ba0e4f09a7d26809ffd166edf96bae4e6371b39e_bio.jpg"
|
||||
},
|
||||
{
|
||||
"name": "Harsh Bajpai",
|
||||
"department": "HQ",
|
||||
"role": "APAC Clubs",
|
||||
"acknowledged": true,
|
||||
"bio": "Harsh is a vegetarian musician who enjoys traveling around India. As the APAC Clubs Lead, Harsh welcomed new clubs to the community and built amazing tools for them. When he is not reading ancient mythology, he is programming with purpose and passion.",
|
||||
"slackId": "U010XUNLX40",
|
||||
"email": "",
|
||||
"website": "",
|
||||
"avatar": "https://cloud-k7mwvhqu2-hack-club-bot.vercel.app/06uncbr_image_1784x1787.png"
|
||||
},
|
||||
{
|
||||
"name": "Holly Delisle",
|
||||
"department": "HQ",
|
||||
"role": "Clubs Operations Lead",
|
||||
"acknowledged": true,
|
||||
"bio": "Holly comes to Hack Club with 10 years of operations management in the banking industry, bringing people together and simplifying processes. She's lived in Maine and Vermont in intervals all her life and loves the outdoors in every season. Now, Holly meets and works with amazing, inspiring technical teenagers every day from around the world. She's got two sons, two dogs and two cats, the latter of which are all named after characters in some of her favorite books.",
|
||||
"slackId": "U03M1H014CX",
|
||||
"email": "",
|
||||
"website": "",
|
||||
"avatar": "https://cloud-oefs8iksx-hack-club-bot.vercel.app/0holly_2251x2251.jpg"
|
||||
},
|
||||
{
|
||||
"name": "Hugo Hu",
|
||||
"department": "HQ",
|
||||
"role": "Mail Coordinator & Engineering",
|
||||
"acknowledged": true,
|
||||
"bio": "During his time at Hack Club, Hugo led Mail Team, significantly improving logistics for Hack Clubbers across the world. He also helped organize Assemble, and designed the PCBs for Sprig and Blot.",
|
||||
"slackId": "U017EPB6LE9",
|
||||
"email": "",
|
||||
"website": "https://hugohu.me/",
|
||||
"avatar": "https://cloud-pyqdstfyk-hack-club-bot.vercel.app/0uadlfjujq3nwa_image_512x512.png"
|
||||
},
|
||||
{
|
||||
"name": "Ishan Goel",
|
||||
"department": "HQ",
|
||||
"role": "Communications Intern",
|
||||
"acknowledged": true,
|
||||
"bio": "Ishan was a summer intern from Seattle! During the summer of 2022, he worked on shipping projects with partners to get the word out about Hack Club, and bring more people into the community.",
|
||||
"slackId": "",
|
||||
"email": "",
|
||||
"website": "",
|
||||
"avatar": "https://cloud-7319opjbc-hack-club-bot.vercel.app/0image.png"
|
||||
},
|
||||
{
|
||||
"name": "Jasper Mayone",
|
||||
"department": "HQ",
|
||||
"role": "Community Resources",
|
||||
"acknowledged": true,
|
||||
"bio": "Introduced to Hack Club through the circus, and a native vermonter, Jasper is currently a Junior in high school, on track for graduating a full year early! While in high school, Jasper led a Hack Club at his school. Jasper tries to live by the quote “We’ve all got both light and dark inside us. What matters is the part we choose to act on...that’s who we really are.” from one of his favorite books, Harry Potter. Jasper’s hobbies include reading, being in the great outdoors, photography, computer programming, cooking, and running away to join the circus.",
|
||||
"slackId": "U05NX48GL3T",
|
||||
"email": "",
|
||||
"website": "https://jaspermayone.com/",
|
||||
"avatar": "https://cloud-nvaik9pny-hack-club-bot.vercel.app/0rtpwwytcahj9qaivhljjlyoopv1jslsywzhe5-eijle.png"
|
||||
},
|
||||
{
|
||||
"name": "Jessica Card",
|
||||
"department": "HQ",
|
||||
"role": "Education Engineer",
|
||||
"acknowledged": true,
|
||||
"bio": "Jessica is a self taught programmer originally from Alaska. She worked for over a decade as a software engineer at startups like GitHub and Bugsnag in San Francisco. She then left the web development world to learn how to make video games. At Hack Club, Jessica brought her creative energy to an array of projects! Most notably, when she learnt Assembly along with Hack Clubbers to produce Some Assembly Required.",
|
||||
"slackId": "",
|
||||
"email": "",
|
||||
"website": "",
|
||||
"avatar": "https://cloud-ighwnsfg6-hack-club-bot.vercel.app/0image.png"
|
||||
},
|
||||
{
|
||||
"name": "Kara Massie",
|
||||
"department": "HQ",
|
||||
"role": "Production Lead",
|
||||
"acknowledged": true,
|
||||
"bio": "Before joining Hack Club, Kara was a lead producer at Activision, shipping Crash Bandicoot N. Sane Trilogy and Bungie's Destiny 2 expansions. She’s deeply committed to inclusivity in gaming and tech spaces, and is beyond thrilled to be part of an org with kindness at its core. She has lived in 3 countries and names her pets after vegetables.",
|
||||
"slackId": "U032A2PMSE9",
|
||||
"email": "",
|
||||
"website": "",
|
||||
"avatar": "https://cloud-nsic6ge11-hack-club-bot.vercel.app/0rt3wsrbwdyn3ci_image.png"
|
||||
},
|
||||
{
|
||||
"name": "Karthik Sankar",
|
||||
"department": "HQ",
|
||||
"role": "Club Onboarding and Program Development",
|
||||
"acknowledged": true,
|
||||
"bio": "Karthik is a 18 year old Hack Clubber from Singapore who has been actively involved in club onboarding and YSWSs for the past year. He also worked on Counterspell Globally. He can't wait to help more clubs get started and grow their communities!",
|
||||
"slackId": "U04K5EPMZM1",
|
||||
"email": "karthik",
|
||||
"website": "https://karthik.lol/",
|
||||
"avatar": "https://cachet.dunkirk.sh/users/U04K5EPMZM1/r"
|
||||
},
|
||||
{
|
||||
"name": "Kate Caulfield",
|
||||
"department": "HQ",
|
||||
"role": "Engineering",
|
||||
"acknowledged": true,
|
||||
"bio": "Kate is a Hackclubber from Manassas Virginia who loves cookies and the color yellow. Currently studying Engineering at George Mason University and Osbourn Park High School, she works mainly with logistics and running the YSWS program BakeBuild. In addition she also helps to run and win hackathons in Northern Virginia with events such as Counterspell, Scrapyard, and [REHACTED].",
|
||||
"slackId": "U07PXU0657B",
|
||||
"email": "katec",
|
||||
"website": "",
|
||||
"avatar": "https://hc-cdn.hel1.your-objectstorage.com/s/v3/7bf19e299e3e8253096906cef8d599c7aedeed09_image.png"
|
||||
},
|
||||
{
|
||||
"name": "Lachlan Campbell",
|
||||
"department": "HQ",
|
||||
"role": "Storytelling",
|
||||
"acknowledged": true,
|
||||
"bio": "Lachlan joined as a club leader from State College, PA to make hackclub.com. 3 years later, as Head of Storytelling, they work on Hack Club’s website, design, frontend, open source, & communications. They’re currently on COVID leave from NYU ’23, majoring in Interactive Media Arts.",
|
||||
"slackId": "",
|
||||
"email": "",
|
||||
"website": "",
|
||||
"avatar": "https://cloud-qrbpph70b-hack-club-bot.vercel.app/0image.png"
|
||||
},
|
||||
{
|
||||
"name": "Leo McElroy",
|
||||
"department": "HQ",
|
||||
"role": "Clubs Engineering Lead",
|
||||
"acknowledged": true,
|
||||
"bio": "Leo builds digital systems, physical tools, and communities to help people express themselves and pursue their curiosity. He's created tools for democratizing personal automation (including programming languages for designing stuff), travelled the world visiting makerspaces on a Watson Fellowship, and created and ran a few makerspaces himself.",
|
||||
"slackId": "U022FMN61SB",
|
||||
"email": "leo",
|
||||
"website": "",
|
||||
"avatar": "https://cloud-7omljnjsk-hack-club-bot.vercel.app/0image_192x192.png"
|
||||
},
|
||||
{
|
||||
"name": "Lexi Mattick",
|
||||
"department": "HQ",
|
||||
"role": "Clubs Engineering",
|
||||
"acknowledged": true,
|
||||
"bio": "Always driven by curiosity for how things work, Lexi fell in love with Hack Club in 2019 after joining a Hack Night call and discovering like-minded individuals. She spends her time programming, making music, and studying for her private pilot license; at Hack Club, she spends her time working on whatever fantastic project is happening in the present moment.",
|
||||
"slackId": "UR6P49Q79",
|
||||
"email": "",
|
||||
"website": "",
|
||||
"avatar": "https://cloud-lxq4wuhlt-hack-club-bot.vercel.app/0bean_man_1555x1555.jpg"
|
||||
},
|
||||
{
|
||||
"name": "Lucas Honda",
|
||||
"department": "HQ",
|
||||
"role": "Engineering",
|
||||
"acknowledged": true,
|
||||
"bio": "Lucas is a Hack Clubber from Sao Paulo, Brazil. Since joining the Hack Club, he has been fascinated by Sprig and is currently leading Sprig App Review Team, and working to make it the best it possibly can be. He is also member of Special Activities Division. He loves all aspects of aviation, and scours the internet/skies looking for and investigating flying machines. He spends a good portion of his time with his dog, a happy and playful dog.",
|
||||
"slackId": "U040N4ESCEL",
|
||||
"email": "lucas",
|
||||
"website": "https://devlucas.page",
|
||||
"avatar": "https://hc-cdn.hel1.your-objectstorage.com/s/v3/a0da86cdb050733a_img_7387.jpg"
|
||||
},
|
||||
{
|
||||
"name": "Marianna Ludensky",
|
||||
"department": "HQ",
|
||||
"role": "Creative Lead",
|
||||
"acknowledged": true,
|
||||
"bio": "Originally from Ukraine, Marianna (Mare) Ludensky is a creative producer passionate about storytelling, immersive entertainment, education and building meaningful & fun experiences that bring joy and inspiration to its participants. Prior to Hack Club, Mare worked at MasterClass producing classes across a variety of topics and at VICE Media concepting and producing interactive experiences (e.g. an interactive fireworks show) for VICE audiences. At Hack Club, Mare produces the Days of Service initiative helping to bring computer science education via hackathons to girls across the country. Over the last decade, Mare has been on a life adventure living in NYC, California, and now the beaches of Florida. She is a mom who loves experimenting with new recipes, going on walks with a good podcast, and floating down a lazy river with friends.",
|
||||
"slackId": "U05RQMKMU64",
|
||||
"email": "marianna",
|
||||
"website": "",
|
||||
"avatar": "https://cloud-737va6amm-hack-club-bot.vercel.app/0ml_portrait_2732x4096.jpg"
|
||||
},
|
||||
{
|
||||
"name": "Mark Allen",
|
||||
"department": "HQ",
|
||||
"role": "AMA Producer",
|
||||
"acknowledged": true,
|
||||
"bio": "",
|
||||
"slackId": "U03Q20XM953",
|
||||
"email": "",
|
||||
"website": "",
|
||||
"avatar": "https://cloud-h4a0j7gs5-hack-club-bot.vercel.app/0image.png"
|
||||
},
|
||||
{
|
||||
"name": "Matthew Stanciu",
|
||||
"department": "HQ",
|
||||
"role": "Clubs Lead",
|
||||
"acknowledged": true,
|
||||
"bio": "After leading a successful Hack Club in West Lafayette, Indiana, & organizing multiple hackathons with HCB, Matthew joined the team to lead the clubs program. He wrote curriculum, helped mentor club leaders around the world, & in spring 2020 drove across the U.S. to visit clubs.",
|
||||
"slackId": "",
|
||||
"email": "",
|
||||
"website": "",
|
||||
"avatar": "https://cloud-9dzypnhsx-hack-club-bot.vercel.app/0image.png"
|
||||
},
|
||||
{
|
||||
"name": "Micha Albert",
|
||||
"department": "HQ",
|
||||
"role": "Engineering",
|
||||
"acknowledged": true,
|
||||
"bio": "Born and raised in Northern Virginia, Micha enjoys \"what ifs\", crazy ideas, amateur radio operation, whispering lullabies to crusty gaming laptops, and breaking things just so she can put them back together. She loves PCB design and previously served on the OnBoard review team, along with running the OnBoard Live YSWS. Micha enjoys Svelte, Typescript, FastAPI, and Python, and is always working on a new way to engage high school students in computer science!",
|
||||
"slackId": "U05C64XMMHV",
|
||||
"email": "micha",
|
||||
"website": "https://mra.sh",
|
||||
"avatar": "https://hc-cdn.hel1.your-objectstorage.com/s/v3/ca950cf3586abf03d8c3ee2f58e174a7d8a36889_18.jpg"
|
||||
},
|
||||
{
|
||||
"name": "Nick Do",
|
||||
"department": "HQ",
|
||||
"role": "Engineering",
|
||||
"acknowledged": true,
|
||||
"bio": "Nick is a Viet-American artist who occasionally dabbles in programming and hardware. Currently an intern, it has previously contributed art for Counterspell, High Seas, and Highway/Undercity. It especially loves the games Mirror's Edge and Portal 2.",
|
||||
"slackId": "U06FMCCDS1K",
|
||||
"email": "nick",
|
||||
"website": "https://bunnyguy.foo/",
|
||||
"avatar": "https://hc-cdn.hel1.your-objectstorage.com/s/v3/0a4ca9139bb87c6438e241096a1513fe4d477d44_bunnyguy-colors.png"
|
||||
},
|
||||
{
|
||||
"name": "Nila Palmo Ram",
|
||||
"department": "HQ",
|
||||
"role": "Engineering Assistant",
|
||||
"acknowledged": true,
|
||||
"bio": "Nila absolutely loves coding and is all about making tech awesome while experimenting on how to keep it ethical and humanistic. Over at Hack Club, she's on a mission to empower more girl Hack Clubbers by guiding them in organizing Hackathons, collaborating on special projects, and fostering connections amongst them. Alongside Christina, she's also busy drumming up funds for Hack Club, always on the lookout for new donors. When she's not in front of the screen, you'll find her out by the water, diving into all sorts of aquatic adventures.",
|
||||
"slackId": "U01FAVARYH1",
|
||||
"email": "nila",
|
||||
"website": "",
|
||||
"avatar": "https://cloud-q3qyt9qjl-hack-club-bot.vercel.app/0nila_4176x2784.png"
|
||||
},
|
||||
{
|
||||
"name": "Phoebe",
|
||||
"department": "HQ",
|
||||
"role": "Communications & Partnership",
|
||||
"acknowledged": true,
|
||||
"bio": "Phoebe is a Franco-American netizen with a passion for art, hacking and music. After going to the forward-thinking Paris 8 University - and working as a software engineer - she joined Hack Club to help with communications and partnerships!",
|
||||
"slackId": "U08B2HD1JNA",
|
||||
"email": "phoebe",
|
||||
"website": "",
|
||||
"avatar": "https://cachet.dunkirk.sh/users/U08B2HD1JNA/r"
|
||||
},
|
||||
{
|
||||
"name": "Rishi Kothari",
|
||||
"department": "HQ",
|
||||
"role": "Summer Intern",
|
||||
"acknowledged": true,
|
||||
"bio": "Rishi is a high school senior that's super interested in open-source development, startups, React, and everything in between! He is primarily a JS/TS dev, but has worked with Rust 🔥, C++ 💖, Haskell ⚡️, and Swift 🏎 in the past. He is the president of TFSS' Hack Club and a workshop coordinator at TurnerHacks, among other things.",
|
||||
"slackId": "",
|
||||
"email": "",
|
||||
"website": "",
|
||||
"avatar": "https://cloud-du0sm2210-hack-club-bot.vercel.app/0image.png"
|
||||
},
|
||||
{
|
||||
"name": "Sahiti Dasari",
|
||||
"department": "HQ",
|
||||
"role": "Prev. Clubs Operations",
|
||||
"acknowledged": true,
|
||||
"bio": "Sahiti's Hack Club journey kicked off when she stumbled upon resources to start her own high school coding club, which later led to her running a county-wide hackathon. These days, she's an active member of the Clubs Operations & Engineering team and has previously interned with Hack Club for philanthropy & communications. She strives to create technology tools and resources for clubs, such as the Hack Club Jams initiative and Club Leader onboarding. Beyond programming, Sahiti loves all things finance, business, and literature. Her mission is to make an impact by spreading opportunities.\n\n... .... . .----. ... / .- .-.. ... --- / ..-. .-.. ..- . -. - / .. -. / -- --- .-. ... . / -.-. --- -.. . -.-.--",
|
||||
"slackId": "U03RU99SGKA",
|
||||
"email": "sahiti",
|
||||
"website": "",
|
||||
"avatar": "https://cloud-m9lcvt46z-hack-club-bot.vercel.app/0qlinq_image_2387x2387.png"
|
||||
},
|
||||
{
|
||||
"name": "Shawn Malluwa-Wadu",
|
||||
"department": "HQ",
|
||||
"role": "Community Engineer",
|
||||
"acknowledged": true,
|
||||
"bio": "Shawn Malluwa is a Hack clubber from Maryland who joined in 2022 around the launch of Sprig and was heavily involved in refining hardware designs for various HQ projects! During his tenure, he was also the face and voice of a bunch of our social media videos, and works to share the process of making with the world. In his free time, Shawn loves to create Art across various mediums, particularly comics and animation.",
|
||||
"slackId": "U04BBP8H9FA",
|
||||
"email": "",
|
||||
"website": "",
|
||||
"avatar": "https://cloud-awlbzhncm-hack-club-bot.vercel.app/0image_1024x1024.png"
|
||||
},
|
||||
{
|
||||
"name": "Shubham Panth",
|
||||
"department": "HQ",
|
||||
"role": "Engineering",
|
||||
"acknowledged": true,
|
||||
"bio": "Shubham, a self-taught coder hailing from the serene landscapes of Sweden, has been navigating the complexities of C# and Unity3D since 2017. Initially harnessing the power of HCB to propel his own dreams as a developer, he has since shifted his focus towards empowering others. Now part of the dynamic team at HQ Engineering, Shubham dedicates his talents to contributing to open source projects and crafting tools designed to introduce programming to kids and teens. His goal is to ensure that every young aspiring coder finds their journey through the realms of technology as smooth and invigorating as his own adventures in coding.",
|
||||
"slackId": "U014E8132DB",
|
||||
"email": "shubham",
|
||||
"website": "",
|
||||
"avatar": "https://cachet.dunkirk.sh/users/U014E8132DB/r"
|
||||
},
|
||||
{
|
||||
"name": "Tina Soriano",
|
||||
"department": "HQ",
|
||||
"role": "Exec. Assistant",
|
||||
"acknowledged": true,
|
||||
"bio": "Philippine bred and settled with family in the U.S., Tina shifted her career from marketing and film production to teaching kids in the Clark County School District. At Hack Club, she helped thousands of high school students hack their way to a fabulous future.",
|
||||
"slackId": "",
|
||||
"email": "",
|
||||
"website": "",
|
||||
"avatar": "https://cloud-ahcfkt4p9-hack-club-bot.vercel.app/0image.png"
|
||||
},
|
||||
{
|
||||
"name": "Toby Brown",
|
||||
"department": "HQ",
|
||||
"role": "Storytelling",
|
||||
"acknowledged": true,
|
||||
"bio": "From a young age, Toby had a fascination with anything electronic. As a toddler, he would show far more interest in the 20-year-old air conditioning unit in the corner of the room than in anyone trying to talk to him. This fascination eventually led him to coding; and at the age of 6, Toby built his first website. While most sane people would probably describe this website as \"atrocious\", 6-year-old Toby was completely hooked. Nowadays, Toby does Storytelling at Hack Club, and is a self-proclaimed pizza eating expert.",
|
||||
"slackId": "U02C9DQ7ZL2",
|
||||
"email": "tobybrown",
|
||||
"website": "",
|
||||
"avatar": "https://cloud-n30u1igiy-hack-club-bot.vercel.app/0xrmjc8ava1vfcqz9q_icon_192x192.png"
|
||||
},
|
||||
{
|
||||
"name": "Woody Keppel",
|
||||
"department": "HQ",
|
||||
"role": "Event Alchemist",
|
||||
"acknowledged": true,
|
||||
"bio": "Woody is a film actor, musician, comedian, band leader, event producer, and convener of fun. He founded Vermont’s Festival of Fools, The Feast of Fools, The Hawaiian Vaudeville Festival, and the artist retreat & concert venue known as Mt. Foolery. For Woody, “putting on events has always been one of my great pleasures. I’ve also had the privilege of sharing my time with the elderly as well as mentoring middle & high schools students in Vermont. Being part of the Hack Club community has opened my eyes & heart to so much that is possible. It’s a great adventure we’re all on, and we’re here to light the way for each other. Shine on!”",
|
||||
"slackId": "U02E5FBDS1H",
|
||||
"email": "",
|
||||
"website": "",
|
||||
"avatar": "https://cloud-eq4w6jfry-hack-club-bot.vercel.app/0woody_560x560.png"
|
||||
},
|
||||
{
|
||||
"name": "Zach Fogg",
|
||||
"department": "HQ",
|
||||
"role": "Community Game Designer",
|
||||
"acknowledged": true,
|
||||
"bio": "At college, Zach Fogg started Bitcamp, one of the largest & longest-running annual college hackathons. He then went on to work as a software engineer in SF and mentor many more student hackathons. Zach joined the team at HQ in early 2021, he went on to bring his energy to the community and hack on countless creative projects (such as the Zephyrnet, which he then maintained as it traveled across the US).",
|
||||
"slackId": "",
|
||||
"email": "",
|
||||
"website": "",
|
||||
"avatar": "https://cloud-a38wipt5m-hack-club-bot.vercel.app/0image.png"
|
||||
},
|
||||
{
|
||||
"name": "Zenab",
|
||||
"department": "HQ",
|
||||
"role": "Creative Events Manager",
|
||||
"acknowledged": true,
|
||||
"bio": "Zenab works as a Creative Events Manager for the Days of Service program, helping non-binary youth and young girls write their first lines of code.",
|
||||
"slackId": "U079FFTKM37",
|
||||
"email": "zenab",
|
||||
"website": "",
|
||||
"avatar": "https://cachet.dunkirk.sh/users/U079FFTKM37/r"
|
||||
},
|
||||
{
|
||||
"name": "Zeyu (Peter) Yao",
|
||||
"department": "HQ",
|
||||
"role": "Club Operations",
|
||||
"acknowledged": true,
|
||||
"bio": "Peter is a 17-year-old Hack Clubber from Singapore. He founded the SAIS Hack Club, grew it to 40+ members, and made it one of the most sustained student-led tech clubs at his school. He was then invited by HQ to speak at the inaugural Hack Club Leaders' Summit in San Francisco, where he mentored peers and led a panel on diversity and inclusion. Beyond Hack Club, he organized BuildingBloCS, Singapore's largest AI-themed student conference, and spoke at Geekcamp Singapore, where he advocates for rethinking computer science education to empower students as creators. Today, Peter mentors new leaders, supports global club operations, and coordinates the launch of Hack Clubs across the Asia-Pacific region while facilitating local workshops and hackathons.",
|
||||
"slackId": "U03DDMP76GL",
|
||||
"email": "",
|
||||
"website": "https://cytronicoder.com",
|
||||
"avatar": "https://cachet.dunkirk.sh/users/U03DDMP76GL/r"
|
||||
},
|
||||
{
|
||||
"name": "Aram",
|
||||
"department": "Moderation",
|
||||
"role": "Moderation & Conduct",
|
||||
"acknowledged": true,
|
||||
"bio": "",
|
||||
"slackId": "U0616280E6P",
|
||||
"email": "",
|
||||
"website": "",
|
||||
"avatar": "https://cachet.dunkirk.sh/users/U0616280E6P/r"
|
||||
},
|
||||
{
|
||||
"name": "Elliot",
|
||||
"department": "Moderation",
|
||||
"role": "Moderation & Conduct",
|
||||
"acknowledged": true,
|
||||
"bio": "Elliot is a 15 year old Hack Clubber from Vermont, USA. He is a passionate coder and has made several esoteric languages. Elliot is currently a member of the Hack Club moderation team and helps out in the community a lot.",
|
||||
"slackId": "U041DAECHHA",
|
||||
"email": "",
|
||||
"website": "https://elliot.hackclub.app/",
|
||||
"avatar": "https://cachet.dunkirk.sh/users/U041DAECHHA/r"
|
||||
},
|
||||
{
|
||||
"name": "Kestrel",
|
||||
"department": "Moderation",
|
||||
"role": "Moderation & Conduct",
|
||||
"acknowledged": true,
|
||||
"bio": "Kestrel is an 18 year old Hack Clubber from the US. Throughout their time at Hack Club they've ran a You Ship We Ship program focusing on size limitations, helped countless people and have contributed to the moderation team.",
|
||||
"slackId": "U07346379NY",
|
||||
"email": "",
|
||||
"website": "https://commonkestrel.github.io",
|
||||
"avatar": "https://cachet.dunkirk.sh/users/U07346379NY/r"
|
||||
},
|
||||
{
|
||||
"name": "Miguel",
|
||||
"department": "Moderation",
|
||||
"role": "Moderation & Conduct",
|
||||
"acknowledged": true,
|
||||
"bio": "",
|
||||
"slackId": "U07VC9705D4",
|
||||
"email": "",
|
||||
"website": "",
|
||||
"avatar": "https://cachet.dunkirk.sh/users/U07VC9705D4/r"
|
||||
},
|
||||
{
|
||||
"name": "Saran Wagner",
|
||||
"department": "Moderation",
|
||||
"role": "Moderation & Conduct",
|
||||
"acknowledged": true,
|
||||
"bio": "Saran is a current high schooler who comes from the land of corn (the Midwest) in the United States who loves anything technology and engineering. At Hack Club, she is responsible of handling Slack moderation and being a welcoming figure to all in the community. In her free time, Saran can be found hacking up one of her projects, hanging out with others, and listening to copious and unhealthy amounts of music.",
|
||||
"slackId": "U060YRK2734",
|
||||
"email": "saran",
|
||||
"website": "",
|
||||
"avatar": "https://cachet.dunkirk.sh/users/U060YRK2734/r"
|
||||
},
|
||||
{
|
||||
"name": "Sean Outram",
|
||||
"department": "Moderation",
|
||||
"role": "Moderation & Conduct",
|
||||
"acknowledged": true,
|
||||
"bio": "Sean is a hackclubber hailing from the UK, they started by helping with HCB's operations, however more recently, they've started helping to moderate the Slack. They have also taken part in programs like HCB mentorship and helped with Arcade prize fulfillment and still help with ID verifications.",
|
||||
"slackId": "U04FATFRE6T",
|
||||
"email": "sean",
|
||||
"website": "https://sean.cyou",
|
||||
"avatar": "https://cachet.dunkirk.sh/users/U04FATFRE6T/r"
|
||||
},
|
||||
{
|
||||
"name": "Ruby",
|
||||
"department": "Welcoming",
|
||||
"role": "Welcomer",
|
||||
"acknowledged": true,
|
||||
"bio": "Ruby is a Hack Clubber from Canada who welcomes people into the Slack and helps them settle in. She also worked on organising Scrapyard, a global hackathon and is an ultimate vibes engineer, as she likes to say. In her free time, she loves creating amazing artwork too!",
|
||||
"slackId": "U0779CJQLM8",
|
||||
"email": "",
|
||||
"website": "",
|
||||
"avatar": "https://cachet.dunkirk.sh/users/U0779CJQLM8/r"
|
||||
},
|
||||
{
|
||||
"name": "Annlee Fores",
|
||||
"department": "HQ",
|
||||
"role": "APAC Operations",
|
||||
"acknowledged": true,
|
||||
"bio": "As the COO of Hack Club APAC, Annlee oversaw operations and handled event organisation & logistics at Hack Club APAC. When not busy juggling different tasks he takes up, he enjoys tinkering & building fun projects."
|
||||
},
|
||||
{
|
||||
"name": "Arav Narula",
|
||||
"department": "HQ",
|
||||
"role": "Community Operations & Engineering",
|
||||
"acknowledged": true,
|
||||
"bio": "Arav is a high schooler from Toronto (kinda) who loves everything in the intersection of social science, art, and programming. They're also a really big public transit fan, and you can often find them taking the bus to places. Over the last couple of months, Arav has led and helped run the moderation dept, and built custom tools for moderation. This summer, they interned at Hack Club helping run community logtics, and contuining to lead the moderation dept for Hack Club Arcade, running events in the process. They're a senior right now drowning in homework",
|
||||
"slackId": "",
|
||||
"email": "arav",
|
||||
"website": "https://radioblahaj.com",
|
||||
"avatar": "https://cloud-3c7rt7s1k-hack-club-bot.vercel.app/0image_512x512__1_.png"
|
||||
}
|
||||
]
|
||||
939
public/team.json
939
public/team.json
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue