Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1015 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 1015 Bytes

accessibility-website

Accessibility Website Collaboration (user-customizable UI elements)

Summary:

The main programming feat of this project was demonstrating how to create user interface elements in the form of buttons that provide font and button size customization features to website visitors. The feature is achieved using CSS variables and minimal JavaScript to change the display size of interface elements. A secondary function helps show and hide a drawer that hides the buttons while leaving them accessible to screen readers. A tertiary feature is the skip to main content link that is the first element in the tab order and is hidden till tabbed to, which helps users avoid navigational elements if they want to first look at the page content.

Information Architecture:

  1. Home (index.html) a. links to all the below
  2. About a. same as 1.a.
  3. Interview a. only links to 1. and 2.
  4. Infographic a. same as 3.a.
  5. Web Design a. same as 3.a.
  6. Social Media Marketing a. same as 3.a.