Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added README
  • Loading branch information
bpd01001 committed Apr 3, 2015
1 parent 2a8589f commit b516cf6
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions 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
```

0 comments on commit b516cf6

Please sign in to comment.