A marketing agency wanted a codebase that follows accessibility standards so that website is optimized for search engines
This repository contains HTML and CSS code to develop an accessible webpage for Horiseon Social Services, Inc.©2023. Horiseon provides business establishing services for organizations seeking expertise with Search Engine Optimization, Online reputation management, & social media marketing.
To make the code accessible the following refactoring has been conducted to the code:
- All non-semantic HTML elements have been removed (example div replaced with nav).
- All images include an ALT detailed description of the image.
- All elements follow a logical structure independent of styling and positioning.
- All headings follow a sequential order.
- The SECTIONS defining elements of Horiseon concepts seperately in three sections have been consolidated.
The following is a list of reference guides following to complete this assignment
- https://www.w3schools.com/html/html5_semantic_elements.asp
- https://www.w3schools.com/tags/default.asp
Included in images as 'page top' and 'page bottom'.