iatenine / code-refactor-assignment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

code-refactor-assignment

Description

I modified this codebase with the intent to increase its SEO ranking, accessibility and maintainability without impacting the designer's original vision

To improve SEO and accessibilty I modified several

tags to use more semantic labels including , , , , and multiple
's while ensuring every tag had an "alt" attribute

Maintainability changes were mostly confined to the css file, signficantly reducing total line count by combining classes with identical selectors and values into a single declaration block

Broken navbar link has also been fixed

About


Languages

Language:HTML 55.4%Language:CSS 44.6%