This project was to refactor code and make it more usable for accessibilty reasons. The project initially didn't contain very many html semantic tags. The goal was to get those tags changed to what someone or a software would normally expect.
- What was your motivation? Completing the project per the requirements given.
- Why did you build this project? I built this project to demonstrate my understanding of HTML semantics and to show understanding of how certain accessibilty functions could be inhibited if proper tags aren't used.
- What problem does it solve? Having correct or standard HTML semantic tags makes it easier for other people to look at code and decipher what is happening with it. As mentioned prior, having more standard semantic HTML tags makes it more accessible for screen readers and for other accessibilty software.
- What did you learn? I learned about tons of different HTML tags.
On this webpage: https://github.com/sevrinbe/seo-code-refactor, click on the green code button. This will give multiple options to download the project. You can download the zip file and all the project contents will be there. You can also copy the SSH or HTTPS link to your clipboard and use terminal to clone the project to your computer.
Provided here is a screenshot of the website. It visually appears the same but the code is more semantic and more friendly to whoever may need to look at the code in the future.
MIT License
Copyright (c) [2022] [Sevrin Eldred]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.