This project is about refactoring the Horiseon webpage.
The goal is to create accessibility in the code for both HTML and CCS files. This will be done using:
- Semantic structure
- Creating a sense of loogical structure independent of styling/positioning
- Creating accessible ALT attributes for all images
- Heading attributes in sequential order
- Descriptive title element
- And, proper comment structure in the stylesheet
Along the way, the existing functional code shall be double checked to ensure it all works (making sure links work, styling is actually appearing correctly etc.)