Improving Accessibility and Broken Links #7
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi,
I ran the website through a few online accessibility checker(EXPERTE, accessibilitychecker, accessibe ) to test how accessible the site is for disabled users.
All sites came back with the following pitfalls :
Background and foreground not having a sufficient contrast::: _ I did not alter this element during my contribution as I didn't want to change the colour palette of the site, without discussing. But this something could be considered for the future._
Some images elements do not have alt attributes ::: Implemented alt text within contribution
Link "" does not have a discernible name ::: Implemented aria-label to give the link a short description which will be accessible to users with a screen reader
Disabling the zoom function can make it difficult for visually impaired users to view the site. ::: Implemented this fix, the change the max scale to 5
Also I fixed the broken links within the project.
Please see the accessibility rating before fixing the issues :::
![Screenshot 2024-06-09 at 15 41 28](https://private-user-images.githubusercontent.com/132226088/337981965-58327190-ef70-46e5-ae0c-81f4367ab74a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4NTA5MzEsIm5iZiI6MTczODg1MDYzMSwicGF0aCI6Ii8xMzIyMjYwODgvMzM3OTgxOTY1LTU4MzI3MTkwLWVmNzAtNDZlNS1hZTBjLTgxZjQzNjdhYjc0YS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA2JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwNlQxNDAzNTFaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1kZTIxZjllMDI0YmUxYjgyZjE3YWU0ZjMxODE2ZmRlOGZhMjk2MzI1ZjRmOWQzMWI3NjhkODhjMWVhYzYxMWMxJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.K8P9aeRxNkBITb-Lf80PsHcHSPg9dnmioHVlWBkH2dg)
![Accessibility Check](https://private-user-images.githubusercontent.com/132226088/337981977-9ff833e1-313b-4d73-8bed-c0fc00d68fb1.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4NTA5MzEsIm5iZiI6MTczODg1MDYzMSwicGF0aCI6Ii8xMzIyMjYwODgvMzM3OTgxOTc3LTlmZjgzM2UxLTMxM2ItNGQ3My04YmVkLWMwZmMwMGQ2OGZiMS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA2JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwNlQxNDAzNTFaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1lNzczZDc0N2RlYTRjZDI1Nzk1MjVjNzVmOWM2NzMzMjNkODUyYmVhNDUyZWQwNjM1YjYwOTEyY2FkZTkzOWNiJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.SfUGAdAmb855WLRvynSItkGXI4--XBfQm37_93XjvzQ)