Commit graph

274 commits

Author SHA1 Message Date
Abby Fischler
dba602bd5b Added Philanthropy Communications Lead job description (#402)
* Added Philanthropy Communications Lead job description

Philanthropy Communications Lead Job description added. Also added the job to the main jobs page and removed the Vice President, Donor Engagement. @christinaasquith

* Capitalized the C L

* Changed colors to blue + green

As per @sampoder's suggestion I changed the colors to make them more vibrant to match the previous post. Please wait to merge until @christinaasquith gives the final go ahead!
2022-04-04 07:46:04 -07:00
Ella
638efbf0c1 Improve form contrast & remove unused imports (#408) 2022-04-04 16:51:13 +08:00
exu
0cf53eb422 Add alt text to HCB nonprofit logo 2022-04-02 14:50:21 -07:00
Ella
3118ccf7a5 Update Bank stats (#386)
* Better fallback on Bank stats

* Events count is dynamic

* Round down

* Round down to the nearest hundred

* Use getStaticProps

* Fix

maybe

* Move getStaticProps into page
2022-03-26 12:05:01 +08:00
jessicard
06b993aac0 Add link to contribute in footer (#392) 2022-03-25 19:59:42 -04:00
exu
5af3686bae Update MAHacks stats 2022-03-23 22:01:29 -07:00
Ella
503b53389f Update example Bank org to Innovation Circuit (#391)
* Update example Bank org to Innovation Circuit

* MAHacks is transparent 🔍
2022-03-24 11:57:41 +08:00
Jessica Card
8bf7132347 Add opensource to footer 2022-03-18 16:10:02 -04:00
Ella
6cdc3dfc93 Remove unnecessary comma 2022-03-14 18:36:24 -07:00
Belle
ac3ead10d4 Tom and Theresa Preston-Werner Gift Announcement (#384)
Co-authored-by: Ella <git@ella.cx>
2022-03-14 18:31:13 -07:00
Sam Poder
b49145125d Ask Why do you want to join the Hack Club Slack?
Based on @leomcelroy's feedback this evening
2022-03-03 23:39:50 +08:00
Ella
f678b895c5 Formatting fixes on Donor Engagement job posting (#365)
* Make JD more consistent

* Revert a couple fixes & build error

* 404 begone

* Redirect vp-donor-engagement job page
2022-02-18 07:52:39 +08:00
Abby Fischler
64d372fef6 Deleted old Philanthropy Position added New one (#364)
* Deleted old Philanthropy Position added New one

Created vp-DonorEngagement role. Don't push yet @christinaasquith needs to look over!

* Added listing to jobs page

* Spelling fix

* Fixed routing

Changed _ to -

* Changed background Image
2022-02-17 07:42:12 -08:00
Sam Poder
d2f8ae557c Implement A Waitlist (#353)
* Update join.js

* Update join-form.js
2022-02-14 10:26:48 +08:00
Sam Poder
b1ad2fe4e2 Make Stats Update Live + Deprecate Old v2 Helpers 2022-02-10 23:47:01 +08:00
Sam Poder
8439e7e2df Use Lower Case For Bank Components (#361)
* Rename Timeline.js to timeline.js

* Rename Testimonials.js to testimonials.js

* Rename Stats.js to stats.js

* Rename Start.js to start.js

* Rename Signup.js to signup.js

* Rename Run.js to run.js

* Rename Nonprofits.js to nonprofits.js

* Rename Landing.js to landing.js

* Rename Form.js to form.js

* Rename Features.js to features.js

* Rename Everything.js to everything.js

* Update apply.js

* Update start.js
2022-02-10 23:33:28 +08:00
Sam Poder
a862fcdf2c Use Consistent File Naming System for Bank Components 2022-02-10 23:25:09 +08:00
eilla1
529f6b698b Make JDs consistent with other closed applications 2022-02-08 17:05:29 -08:00
Ella
1f4f5972b1 Change icon & fix form validation (#354) 2022-02-07 11:52:29 -08:00
Max Wofford
7244fbf72f Revert "Temporary Slack lockdown for Vitalik AMA"
This reverts commit 6b86c59f81.
2022-02-07 09:58:50 -05:00
Caleb Denio
59253cc41d Submit Bank signup form with JS (#343) 2022-02-06 18:18:41 -08:00
Caleb Denio
cf2dea1b50 Make Bank apply form great again (#342) 2022-02-05 13:25:57 -08:00
Max Wofford
6b86c59f81 Temporary Slack lockdown for Vitalik AMA 2022-02-03 21:05:28 -05:00
eilla1
73855cea43 Remove 'US-based' 2022-02-02 13:11:54 -08:00
Caleb Denio
97df5c6262 Use next/link for footer links (#335) 2022-02-02 12:49:40 -08:00
Ella
60af430cb8 Increase redirect time, prettier (#333) 2022-02-02 10:02:24 -08:00
Sam Poder
5e5ff16d01 Remove Console Logs from Particles Component 2022-02-02 00:19:05 +08:00
Belle
0bc0274b2c Vitalik AMA Standby Site (#323)
* add tevan's info

* fix conflict

* Add Vitalik AMA Standby Page :)

* small changes ( AMA )

* responsive changes + fix counter

* add buttons for livestream

* Rename vitalik-ama.js to vitalik.js

Co-authored-by: Sam Poder <39828164+sampoder@users.noreply.github.com>
2022-02-02 00:11:12 +08:00
Sam Poder
991a7b24ba Pass Required Props on Elon Page 2022-02-01 19:16:08 +08:00
Sam Poder
215eadf7dd Use Components for Announcements
Allows for consistent design (for example padding) and stats (for example Slack members)
2022-02-01 19:14:32 +08:00
Sam Poder
d0b1983f2b Resolve Comments on /relon 2022-02-01 18:31:38 +08:00
Ella
d349067881 Add Bank application form (#322)
* Basic layout for application

* Absolute url

* UI fixes

* Make form work in staging

* Fix text color

* Fix form with feedback

* Link apply page

* Wahoo

* Fix the error

* Form validation and success page

* Link email

* Format/clean up code

* Force theme on success page

* Fix fetch url?

* Fix apply form

* Add tinyform back and prefill from query params

* Remove console.logs

* Match field name with Airtable

* Use `res.writeHead` instead of `res.redirect`

* Oops change field name back

* Opionated Changes

* Add desc for step4

* Update Signup.js

* Final Updates Before Merging

Co-authored-by: Sam Poder <39828164+sampoder@users.noreply.github.com>
2022-02-01 17:28:14 +08:00
Caleb Denio
d52d1f2b13 Refactor Header to use hooks (#326) 2022-01-31 15:51:40 +08:00
Ella
026f7b1a33 Remove Slack from Bank features (#318)
* Remove Slack from Bank features

* Add Transfer Money to features
2022-01-26 23:28:52 +08:00
Sam Poder
85fc06d147 Attempt to fix linting errors + use next/script (#317)
* Attempt to fix linting errors + use next/script

* Update analytics.js

* Update analytics.js
2022-01-25 08:36:44 +08:00
leomcelroy
d3ced18643 added plausible (#316) 2022-01-24 15:22:50 -05:00
Zach Latta
5c63a9952f Capitalize Excel, mention Google Sheets 2022-01-24 14:31:37 -05:00
Zach Latta
81452ec375 Update Executive Assistant JD with Charlene's new JD 2022-01-24 14:30:12 -05:00
Ella
39c7567b53 Weekdays is one word
https://www.merriam-webster.com/dictionary/weekday
2022-01-23 23:04:44 -08:00
Ella
3e75c9a429 Fix Stripe Invoicing link 2022-01-23 23:02:32 -08:00
Sam Poder
d491310f6e Link all partners in features section (#315)
* Link all partners in features section

I noticed we linked some but not all, this makes it more consistent

* Update Features.js
2022-01-24 14:56:43 +08:00
Ella
9351ca33b7 400 🎉 2022-01-21 18:57:23 -08:00
Caleb Denio
0cc11979ac Fix li'l grammatical error (#313) 2022-01-21 18:07:37 -08:00
Ella
8d105320fc Create Partner view for Bank page (#310)
* ☹️

* Make filtered view for Bank partners

* help_desk instead of help_center

* Remove donation page from parnter features

* Update Percentage Competent

 To Work Better with 2 Digits

* Bring Updated Percentage To PartnerEverything

* Update PartnerEverything.js

* Update Everything to Work for Partners

* Update Everything.js

* Use combined Everything

* Adapt Features to Work for Partners

* Switch to use Features

* Delete PartnerEverything.js

* Delete PartnerFeatures.js

* Rename isGivebutter -> isPartner

Co-authored-by: Sam Poder <39828164+sampoder@users.noreply.github.com>
2022-01-21 10:48:53 -08:00
Caleb Denio
8792972db3 Remove unnecessary key (#307) 2022-01-19 18:12:34 -08:00
Kognise
fafa016ea4 New Lead Hacker job description (#305) 2022-01-19 19:47:22 -05:00
Ella
0530561411 Bank page fixes (#304)
* Make keys unique

* Change hackaz.io to wayback machine link
2022-01-18 23:18:23 -08:00
Ella
bccc042ece Add Donation Page 2022-01-18 13:38:27 -08:00
YodaLightsabr
8cf43ffc4f Remove replit hacker from bank page 2022-01-18 13:38:27 -08:00
Caleb Denio
28d22ebcd8 Fix StaticMention component name (#297) 2022-01-14 14:19:02 +11:00