Skip to content

Add [email protected]'s acceptance email #24

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions js/emails/accept.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,39 @@ Let’s set up a call for us to meet over Zoom. We’ll get to know each other,

Hack Club is an [open source](https://github.com/hackclub/hackclub) and [financially transparent](https://bank.hackclub.com/hq/) 501(c)(3) nonprofit.

Our EIN is 81-2908499. By the students, for the students.
[Clubs](https://hackclub.com/) • [Slack](https://hackclub.com/slack/) • [HCB](https://hackclub.com/hcb/) • [Hackathons](https://hackathons.hackclub.com/)
`)
} else if(from == "[email protected]") {
return(`
Hey ${names}!

It was amazing reading your application and discovering more about your club, and I'm really happy to say that you're in! Welcome to the club (also known as the Hack Club)!

I'm Afonso from Hack Club HQ (currently in Portugal) in Vermont and also a club leader, and I'll be your point of contact here at HQ! Come to me for anything, from planning hackathons (I was the lead organizer for [Scrapyard Lisbon](https://scrapyard.hackclub.com/)) to building out your club.

<img src="https://files.catbox.moe/8rzv7x.jpg" width=350px>

^ that's me at Cloudflare Lisbon, during Scrapyard Lisbon! (don't tell anyone, i'm singing in that picture)

For inspiration for your club meets, I recommend you check out this video of Sahiti's Hack Club in Georgia, USA. - (featuring the Blot!)
<a href="https://www.youtube.com/watch?v=xXIxwV7bQTw"> <img src="https://cloud-pwc47mjn8-hack-club-bot.vercel.app/0screenshot_2024-03-21_at_10.37.40_am.png" alt="Sahiti's Hack Club" width="250px" /></a>

Let's book a call for us to meet over Zoom! We'll get to know each other, I'll talk to you about all the resources Hack Club has to offer (not only for your Club!) and we'll talk about the next steps for your club. Here's a quick [link](https://afonsobeato.fillout.com/onboarding) so we can book a call!

Leaders, welcome to the ship! So looking foward to meeting you and helping yall!

Afonso
(p.s. I just put a package with stickers in the mail to you! DM me on Slack when you get it!)

**Afonso Beato**
Club Onboarding and Community Relations @ Hack Club
Hack Club Slack: [@afonso](https://hackclub.slack.com/team/U07ULNFPQ4T) (join us [here!](https://hackclub.com/slack/))
Email: [[email protected]]([email protected])

<img src="https://hackclub.com/stickers/orphmoji_yippee.png" alt="Orpheus Yipeee!" width="100px" />

Hack Club is an [open source](https://github.com/hackclub/hackclub) and [financially transparent](https://bank.hackclub.com/hq/) 501(c)(3) nonprofit.
Our EIN is 81-2908499. By the students, for the students.
[Clubs](https://hackclub.com/) • [Slack](https://hackclub.com/slack/) • [HCB](https://hackclub.com/hcb/) • [Hackathons](https://hackathons.hackclub.com/)
`)
Expand Down