gbowne1 / gbowne1site_react

React version of gbowne1 site
GNU General Public License v3.0
4 stars 12 forks source link

Fix a11y issues #41

Closed adeleke5140 closed 1 year ago

adeleke5140 commented 1 year ago

This PR will fix major accessibility issues on the website.

I ran the Google lighthouse automated testing tool which detected errors. I fixed all of the errors detected by Google's tool. All of the pages now have a 100 score on web accessibility. While there are still other modes of a11y testing, I believe it is a great start.

Here are a couple of screenshots showing these changes:

Homepage

Before:

home-page-before

After:

home-page-after

Blog

Before:

blog-page-before

After:

blog-page-after

About

Before:

about-page-before

After:

about-page-after

Gallery

Before:

gallery-before

After:

gallery-after