Accessibility
This site is built to meet WCAG 2.1 Level AA standards. At work, I co-founded a Code Accessibility and Quality Guild and built a11y scanning into our CI pipelines. Same bar applies here.
What Was Fixed
- Color contrast - Project tags, nav active state, and numbered labels on the Play page were updated to meet the 4.5:1 minimum contrast ratio against their backgrounds.
- Active nav indicator - Replaced white-on-orange filled pill with an orange underline so the active state is conveyed without relying on color alone.
- Image alt text - All images include descriptive alt attributes.
- Semantic structure - Pages use proper heading hierarchy and landmark regions.
- Focus management - Interactive elements are keyboard navigable.
Tools Used
- axe by Deque - automated accessibility scanning
- WAVE by WebAIM - visual feedback on accessibility issues
- Manual keyboard navigation testing
- macOS VoiceOver for screen reader testing
Known Limitations
None currently documented. If you encounter any barrier using this site, please let me know.
Report an Issue
If something on this site is inaccessible to you, I want to fix it. Reach out at nsrivast.ns@gmail.com and I'll respond within a few days.