Skip to content

ian-sieg/accessibility-refactor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

accessibility-refactor

Description

This assignment asked us to take existing code and refactor it, improving not only the site's accessibility, but also its efficiency and organization.

Doing this project I learned a lot about the different types of semantic html tags, as well as the importance of clean and concise CSS selectors. The original code was written using only generic div containers, and had a lot of redundant CSS selectors. To refactor the code I applied semantic html labels such as nav and header to assist with screen reader accessibility, while also consolidating multiple CSS classes that did the same thing into one.

All of these edits increased the site's accessibility, efficiency, and search engine optimization.

Links

Screenshot

A screenshot of the refactored website

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors