Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 1.94 KB

README.md

File metadata and controls

30 lines (27 loc) · 1.94 KB

Accessibility

In this assignment you will read about accessibility on the web and use your knowledge to edit a simple web page to improve the accessibility.

  1. Read the following articles and download/install any tools used in demonstration.
  1. Fork this repo. To fork:
  2. Click the little "Fork" button at the top right of this repo.
  3. Now you have a forked version, to which you can make changes and not change this version.
  4. Clone your forked version locally to make edits.
  5. In your forked version of the repo, edit the index.html and style.css to make the web page accessible based on the readings. I'm looking for the following updates/additions:
  • color contrast
  • ARIA roles
  • data tables
  • alt text
  1. Edit the <title> in index.html with your name.
  2. Save your work and commit your changes.
  3. Publish/sync your repo.
  4. When finished, created a "gh-pages" branch.
  5. Publish/sync your repo.
  6. Grab the url: http://<your username>.github.io/accessibility`
  7. Submit the url to this form.

The assignment is due before 5:45pm on 10/14. Don't make any commits to your repo after the deadline as I won't accept them.