russkinori / horiseon-semantic-refactoring

Refactored webpage using semantic HTML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

refactoring-horiseon

Description

This repo covers the refactoring of Horiseon's webpage using semantic html. The aim was to create a well-structured webpage which is optimized for search engines and has the functionality to support assistive technologies. HTML and CSS was used to complete this project.

Since, this was all new to me, I found it quite interesting to learn the importance of semantics and how it contributes to the site architecture. Particulary, how it separates presentation from content, making the site more readable to both humans and computers. Also, interesting is its contribution to improving accessibility, SEO, and maintenance.

Usage

To use this webpage, click on the following link: https://russkinori.github.io/refactoring-horiseon/.

A browser window will open and load the webpage. You can then navigate through the page by clicking on the Search Engine Optimization, Online Reputation Management and Social Media Marketing links within the header, at the top right of the page. Otherwise, feel free to scroll through the webpage using either your mouse or the arrow keys on your keyboard. A visual representation of the page can be seen in the screenshot below.

Please note that the webpage is only optimized for desktop clients so will change appearance based on the window size

The Horiseon webpage includes a navigation bar, a header image, and cards with text and images, as well as a footer.

Credits

Material used to facilitate the learning experience is listed below:


License

Licensed under the MIT

About

Refactored webpage using semantic HTML

License:MIT License


Languages

Language:HTML 61.7%Language:CSS 38.3%