feat: add Accessibility statement
This commit is contained in:
parent
8a00411ae6
commit
1d01ddd872
2 changed files with 40 additions and 0 deletions
|
|
@ -29,6 +29,10 @@ export default {
|
||||||
{
|
{
|
||||||
text: 'Privacy',
|
text: 'Privacy',
|
||||||
url: '/privacy/'
|
url: '/privacy/'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
text: 'Accessibility',
|
||||||
|
url: '/accessibility/'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
|
|
||||||
36
src/pages/accessibility.md
Normal file
36
src/pages/accessibility.md
Normal file
|
|
@ -0,0 +1,36 @@
|
||||||
|
---
|
||||||
|
title: 'Accessibility Statement'
|
||||||
|
description: 'Our commitment to digital accessibility and how to report accessibility issues.'
|
||||||
|
date: 2025-01-09
|
||||||
|
layout: page.njk
|
||||||
|
permalink: /accessibility/
|
||||||
|
---
|
||||||
|
|
||||||
|
Accessibility design is about ensuring equal access for people with disabilities. It is about removing barriers to access.
|
||||||
|
|
||||||
|
I am very committed to this principle and I continually try to improve the user experience for everyone.
|
||||||
|
|
||||||
|
## Conformance Status
|
||||||
|
|
||||||
|
The [Web Content Accessibility Guidelines (WCAG)](https://www.w3.org/WAI/standards-guidelines/wcag/) define requirements for designers and developers to improve accessibility for people with disabilities. It defines three levels of conformance: Level A, Level AA, and Level AAA.
|
||||||
|
|
||||||
|
_Eleventy Excellent_ aims to be conformant with [ WCAG 2.1 Level AA.](https://www.w3.org/WAI/standards-guidelines/wcag/)
|
||||||
|
|
||||||
|
Compliance depends on how users implement and customize the starter for their specific content and use cases.
|
||||||
|
|
||||||
|
## Testing
|
||||||
|
|
||||||
|
[pa11y-ci](https://github.com/pa11y/pa11y-ci) is used to run automated accessibility tests, [see the Docs](/docs/tests/).
|
||||||
|
|
||||||
|
## Feedback
|
||||||
|
|
||||||
|
I very much welcome your feedback and suggestions on the accessibility of this starter project. Please let me know if you encounter any accessibility barriers:
|
||||||
|
|
||||||
|
- **GitHub Issues**: [Report accessibility issues](https://github.com/madrilene/eleventy-excellent/issues)
|
||||||
|
- **Email**: {{ meta.creator.email }}
|
||||||
|
|
||||||
|
**Response Time**: I aim to respond to feedback within one week.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
*Last updated: October 23, 2025*
|
||||||
Loading…
Reference in a new issue