[X] New feature (a change that adds new functionality)
[ ] Refactoring (a change that improves code quality and/or architecture)
[ ] Other (explain below)
Implementation Details:
Creates a new Join Us page. This page uses the JobsPerDepartment component from the docusaurus preset package. The jobs data is fetched from greenhouse and generated when the website is built. The generated data goes to /static/generated/jobs.json
Testing:
I ran it locally and went to the "Join Us" page.
Checklist:
[X] My code follows the style guidelines of this project
[X] I have performed a self-review of my own code
[ ] I have commented my code, particularly in hard-to-understand areas
[X] My changes generate no new warnings
[ ] Any dependent changes have been merged and published in downstream modules
Description:
Adds Join Us page
Related Issue(s):
(none)
Changes Included:
Implementation Details:
Creates a new Join Us page. This page uses the JobsPerDepartment component from the docusaurus preset package. The jobs data is fetched from greenhouse and generated when the website is built. The generated data goes to /static/generated/jobs.json
Testing:
I ran it locally and went to the "Join Us" page.
Checklist:
Here's what it looks like: