Code Refactor Starter Code

Description

This project entails refactoring a .html and .css file so that there is less redundancy and that all files follow best practices. Initally the code had a multitude of issues including some of the following: missing id's for link functionality in the marketing-agency.html, unnecessary repeated styling in the style.css file, and a large use of the div element throughout the .html file that was not following html semantic elements best practices. In this refactor I address these issues by adding in missing id's so that all links work correctly on the webpage and I also added proper semantic elements for the .html file. Lastly, I cleaned up the style.css file so that there was no repetition, in this some minor changes were also made to the .html file. Comments were added to all files to provide clarity for future developers.

Webpage Link

https://alex-d-marten.github.io/code-refactor-challenge/Develop/marketing-agency.html

Webpage Screenshot

Horiseon Screenshot