Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geemanjs/geemans-a11y-guide
Accessibility guide for novice/newcomers
https://github.com/geemanjs/geemans-a11y-guide
a11y accessibility examples guide web
Last synced: 8 days ago
JSON representation
Accessibility guide for novice/newcomers
- Host: GitHub
- URL: https://github.com/geemanjs/geemans-a11y-guide
- Owner: geemanjs
- Created: 2017-04-28T22:20:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-23T08:26:14.000Z (over 7 years ago)
- Last Synced: 2024-08-20T13:02:22.079Z (3 months ago)
- Topics: a11y, accessibility, examples, guide, web
- Language: JavaScript
- Homepage: https://geemanjs.github.io/geemans-a11y-guide/#/
- Size: 4.27 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Geemans A11y Guide [![Build Status](https://travis-ci.org/Geeman201/geemans-a11y-guide.svg?branch=master)](https://travis-ci.org/Geeman201/geemans-a11y-guide)
Approximately 20% of the UK population have a disability. That's 1 in every 5 people that might be unable to use your website or application. The web is often 'just another place' where this minority are forgotten so the aim of this guide is to enable Software Engineers to produce better code to offer a better experience for those who require assistive technologies.### Is this for me?
If you write frontend code I'd recommend you continue reading. It contains a raft of resources, information and coded examples of best practices and great semantics. It's unique due to the addition of audio samples of assistive tools interpretting the coded examples.Throughout a basic level of competency in HTML, CSS & Javascript is assumed.
## How should I use this?
You can use this as:* A reference guide
* A training tool
* In conjunction with a a11y tools
* A bookmark
* A talking point with colleaguesThe main beneficiaries will be users who have spent long enough trying to browse your site.
## Setup
The following npm/yarn commands are available:
`yarn start` - Starts a live reloading development server
`yarn build` - Builds the guide into a flat HTML/JS/CSS structure