Description: The contact page (templates/contact.html) is missing aria-label="Main navigation" on the <nav> element. Other pages like the home page and project detail page have this accessibility attribute.
Fix: Add aria-label="Main navigation" to the navbar in contact.html.
GSSoC 2026 contribution by @zen-ash-dev
Description: The contact page (
templates/contact.html) is missingaria-label="Main navigation"on the<nav>element. Other pages like the home page and project detail page have this accessibility attribute.Fix: Add
aria-label="Main navigation"to the navbar in contact.html.GSSoC 2026 contribution by @zen-ash-dev