kelliekumasaka / code-refactor

Refactoring of an SEO website, cleaning up the CSS and creating more classes for drier code.

Home Page:https://kelliekumasaka.github.io/code-refactor/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

code-refactor

For this assignment, I refactored the code of a SEO website to make the CSS more concise and clean up the HTML. I also added the accessibility tags where appropriate and comments on both the CSS and HTML files.

Deployment

Part of the assigment was to also deploy the website via GitHub which can be found here.

Content of Website

As you can see in the following pictures, nothing from the appearance should have been changed from the assignment parameters.

This screenshot shows the head banner background picture with a little of the header at the top.

This screenshot shows main body with the side bar included.

However, some classes in HTML and CSS were changed to make the code cleaner.

Summary

I have reorganized some of the code in different classes and made it more accessible with tags like section, main, etc. instead of div.

About

Refactoring of an SEO website, cleaning up the CSS and creating more classes for drier code.

https://kelliekumasaka.github.io/code-refactor/


Languages

Language:HTML 61.1%Language:CSS 38.9%