This project involves refactoring the Horiseon digital marketing agency website code to meet to accessibility standards. Refactoring is the process of rewriting and restructuring code to improve the design and readability of the code base. Refactoring code to meet with accessibility guidelines should also increase search engine optimization.
Importance of Web Accessibility: Web accessibility is an increasingly important consideration for businesses. It ensures that people with disabilities can access a website using assistive technologies such as video captions, screen readers, and braille keyboards. Making a website accessible is also good for business for many reasons, one of them being that accessible sites are better positioned in search engines like Google. It also helps companies avoid litigation that can occur when people with disabilities cannot access their website.
- Semantic HTML elements can be found throughout the source code
- HTML elements follow a logical structure independent of styling and positioning
- Image and icon elements contain accessible
alt
attributes - Heading attributes fall in sequential order
- Title elements contain a concise, descriptive title
Link: https://kingjessie.github.io/Horiseon_Code_Refactor/
To clone and run this repository you'll need Git and VS Code installed on your computer. Please follow the below instructions from your command line:
Clone this repository:
git clone https://github.com/KingJessie/Horiseon_Code_Refactor
Go into the repository:
cd Horiseon_Code_Refactor
To open folder in VS Code:
code .
Once you have cloned the repository onto your machine, choose "Extensions" from the toolbar on the far left. Alternately, you may use the keyboard shortcut "Ctrl + Shift + X" (Windows) to launch Extensions, then install the 'Open in Browser' or 'Open with Live Server' extension. Finally, navigate to the index.html file, and then right-click the file to open it in your default browser.
For further support, visit: https://www.alphr.com/vs-code-open-in-browser
MIT License
Copyright (c) 2022 KingJessie
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.