Accessibility Statement
Last Updated: April 10, 2026
Our Commitment
the100dollarnetwork.com is committed to providing a website that is accessible to the widest possible audience, regardless of ability or technology. We aim to conform to the Web Content Accessibility Guidelines (WCAG) 2.1 at the AA level, which defines requirements for designers and developers to improve accessibility for people with disabilities.
What We've Implemented
We have taken the following steps to ensure accessibility across this site:
Structure and Navigation
- Semantic HTML5 elements (
<header>,<nav>,<main>,<section>,<footer>) to provide meaningful document structure - Logical heading hierarchy (h1 through h6) that follows document outline order without skipping levels
- Skip-to-content link that allows keyboard users to bypass repeated navigation
- ARIA landmarks and labels on major page sections to support screen reader navigation
- Consistent navigation structure across all pages
Visual Design
- Color contrast ratios that meet or exceed WCAG 2.1 AA requirements (minimum 4.5:1 for normal text, 3:1 for large text)
- Information is never conveyed by color alone — icons, text labels, or patterns are used alongside color
- Responsive design that adapts to all screen sizes and supports zoom up to 200% without loss of content or functionality
- Readable font sizes with relative units (rem/em) that respect user browser settings
Images and Media
- Descriptive
alttext on all meaningful images - Decorative images are marked with empty
alt=""attributes so screen readers skip them - Images include explicit
widthandheightattributes to prevent layout shift
Keyboard and Interaction
- All interactive elements (links, buttons, form fields) are accessible via keyboard navigation
- Visible focus indicators on all focusable elements
- Logical tab order that follows the visual reading order of the page
- No keyboard traps — users can navigate into and out of all interactive components
Forms
- All form fields have associated
<label>elements - Required fields are clearly indicated both visually and programmatically
- Error messages are descriptive and associated with the relevant form field
Content
- Plain language used wherever possible
- Link text that describes the destination (no "click here" or "read more" without context)
- External links open in new tabs with
rel="noopener"and are indicated with visual cues - Tables include proper header cells with
scopeattributes
Known Limitations
While we strive for full compliance, we are aware of the following areas where improvements are ongoing:
- Some third-party embedded content (such as Amazon product widgets) may not fully meet WCAG standards, as we do not control their markup
- PDF documents linked from this site may not be fully accessible; we are working to provide accessible alternatives where possible
Testing
We test accessibility using a combination of:
- Automated tools including axe-core, Lighthouse, and WAVE
- Manual keyboard navigation testing
- Screen reader testing with NVDA and VoiceOver
- Browser zoom testing at 200% and 400%
Report an Issue
If you encounter any accessibility barriers on this site, we want to know about it. Please contact us through our contact page and include:
- The URL of the page where you experienced the issue
- A description of the problem
- The assistive technology you were using (if applicable)
- Your browser and operating system
We take accessibility feedback seriously and will work to address reported issues promptly.
Standards Reference
This statement references the Web Content Accessibility Guidelines (WCAG) 2.1, published by the World Wide Web Consortium (W3C). WCAG 2.1 AA is the standard referenced by most accessibility legislation worldwide, including the Americans with Disabilities Act (ADA) and the European Accessibility Act (EAA).