From b516cf6c8d0ce79c0fae1064ce1ab1ddbb140cd0 Mon Sep 17 00:00:00 2001 From: Brian Daley Date: Thu, 2 Apr 2015 22:34:49 -0400 Subject: [PATCH] Added README --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a0ec55c --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +dmd-accessibility +================= + +Web accessibility assignment for DMD + +## Assignement Instructions + +* [Download](https://github.uconn.edu/bpd01001/dmd-accessibility/archive/master.zip) a copy of this repo. +* Upload the index.html file to a a folder on your web server. +* Use [HTML_CodeSniffer](http://squizlabs.github.io/HTML_CodeSniffer/) to detect accessibility issues. +* Fix all Errors and Warnings found at WCAG 2.0 Level A. + +### Extra Credit + +* Create a hidden 'Skip to Content' link that appears on focus +* CSS only. No JavaScript. + + +## Development Instructions + +``` bash +# git clone git@github.uconn.edu:bpd01001/dmd-accessibility.git +# cd dmd-accessibility +# npm install +# grunt +```