feat: add volunteers page with sign-up form - #21
Merged
Merged
Conversation
Volunteering had no page on the site: the only mention of volunteers was in the Code of Conduct response guide, which covers how they behave during the event rather than how to become one. Add /about/volunteers/ under the About menu, next to Contact and Credits, since it is about the people who run the conference rather than about attending it. The page lists the six areas from the sign-up form so that readers can see where they might fit before opening it, and links to the Google Form. Also link to it from the Contact page, so people who arrive looking for a way to reach the organisers find the way to help too.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds
/about/volunteers/, a page explaining how to volunteer for DjangoCon Europe 2027, linking to the sign-up Google Form.Why
Volunteering had no page on the site. The only mention of volunteers was in the Code of Conduct response guide, which covers how they behave during the event rather than how to become one.
Where it lives
Under the About menu, between Contact and Credits — it is about the people who run the conference rather than about attending it, which is what the Information menu covers. The home page is untouched.
Changes
djangocon/content/about/volunteers/0_volunteers.md— intro and the six areas people can help with, matching the options in the form (Communications; Support and hospitality; Financial aid and diversity advocate; Sponsors; Program; Code of Conduct), so readers can see where they might fit before opening it.djangocon/content/about/volunteers/1_volunteer_with_us.md— link to the form, Code of Conduct expectation, contact email.djangocon/content/navigation.json—Volunteersentry in the About submenu.djangocon/content/about/contact/0_contact.md— a line pointing to the new page, so people who arrive looking for a way to reach the organisers find the way to help too.Content-only change: markdown and navigation JSON, no code.
Verified
/about/volunteers/,/about/contact/,/and/sitemap.xmlall return 200; the form link and all six areas render; the nav entry appears and the new URL is in the sitemap.pre-commit run --from-ref main --to-ref HEADpasses clean.🤖 Generated with Claude Code