Under WCAG Success Criterion 2.4.1, it is recommended to provide a way for the user to skip the parts that are repeated in every page (e.g. navigation) and jump to the primary content of the web page.
Given the navigation for the https://2024.djangocon.us/ is decent big, I think adding a skip link at the very beginning will help improve the accessibility of the website. It will allow screenreader users and keyboard users to jump directly to the primary content instead of tabbing through the entire main navigation. The skip link can be made only visible when focused to avoid any design concerns.
Under WCAG Success Criterion 2.4.1, it is recommended to provide a way for the user to skip the parts that are repeated in every page (e.g. navigation) and jump to the primary content of the web page.
Given the navigation for the https://2024.djangocon.us/ is decent big, I think adding a skip link at the very beginning will help improve the accessibility of the website. It will allow screenreader users and keyboard users to jump directly to the primary content instead of tabbing through the entire main navigation. The skip link can be made only visible when focused to avoid any design concerns.
Refs: https://webaim.org/techniques/skipnav/