This project is a code refactor for the Horiseon webpage. The purpose of refactoring this code was to make the previous code more effecient, comprehensible and acessible. The original displayed styling of the page has not been altered, only the underlying coding.
- HTML elements were replaced with sematic HTML elements
- A decriptive title was added
- Alt attributes were added to images
- Expalanatory comments were added to HTML document
- CSS was reorganized to follow a logical structure
- classes and elements were sperated, then alphabetically ordered
Upload index.html and assets folder to the deployed webserver. The assets folder contains CSS file as well as images.
The linked deployed website was deployed using GitHub pages.
Once deployed the application can be viewd on a desktop web browser. The website is not optimized for smaller screens.
- https://coding-boot-camp.github.io/full-stack/github/professional-readme-guide
- https://gist.github.com/DomPizzie/7a5ff55ffa9081f2de27c315f5018afc#license
- https://github.com/tchapi/markdown-cheatsheet/blob/master/README.md
- https://developer.mozilla.org/en-US/docs/Web/HTML/Element
- https://www.w3schools.com/tags/tag_section.asp
- https://www.w3schools.com/html/html5_semantic_elements.asp