Accessibility & Credits
The short version. This site was built with semantic HTML, keyboard-accessible navigation, and content that stays usable with JavaScript turned off, and has had a manual QA pass confirming those basics. It has not had a formal, professional accessibility audit or testing with real assistive-technology software — that's a deeper level of testing than our standard build service includes.
1. Our approach
This site was built with accessibility in mind from the start, and manually checked as part of our normal production QA:
- Semantic HTML5 landmarks (header, nav, main, footer) and a single, correctly ordered heading structure — checked directly against the live site.
- All navigation links remain visible and usable with JavaScript disabled — verified by disabling the site's JS state and confirming the nav stays in normal document flow rather than staying pinned over content.
- The mobile menu toggle uses
aria-expandedandaria-controls, opens and closes correctly, closes on Escape, and returns focus to the toggle button — each verified directly, keyboard-only. - Animations respect
prefers-reduced-motionand never delay access to content; a failsafe reveals any unshown content automatically. - Every image on the site carries either descriptive alt text or an empty alt attribute for decorative images — checked programmatically across the live page, none missing.
- Color choices aim for strong contrast against the site's dark palette.
- The contact form's client-side validation, error states, and no-JS fallback message were all exercised directly.
2. Known limitations
What this QA pass was and wasn't: manual, targeted checks of the items above (semantics, keyboard behavior, alt text, no-JS resilience, form behavior) — the level of testing our standard website service includes. It was not a formal WCAG conformance audit, did not use automated accessibility-scanning tooling, and did not involve testing with real screen-reader or other assistive-technology software. If a client's project specifically calls for that deeper level of testing, it would be scoped and performed separately.
3. Feedback
If you encounter an accessibility barrier on this site, let us know at booking@soundshedboys.com, or by phone at (940) 242-1832.
4. Image credits
Band photography and artwork are supplied by the client. Three stock photographs fill visual gaps and are used under Creative Commons Attribution 2.0, credited below as required by their license.
| Image | Credit |
|---|---|
| Follow-section crowd background | "concert crowd blur" by Creativity103, used under CC BY 2.0, via Flickr. |
| Booking-section stage lights background | "Stage lights 3" by DanBrady, used under CC BY 2.0, via Flickr. |
| (Reserved) empty stage / microphone shot | "The empty stage" by Photo Cindy, used under CC BY 2.0, via Flickr. |
Full sourcing detail for every image, including all client-supplied artwork, is recorded in
IMAGE_SOURCES.md.
About this document. This accessibility statement describes the current state of this site and the manual QA actually performed on it. It is not a certification of compliance with WCAG or any other accessibility standard, and should not be read as one.