Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 767 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 767 Bytes

Unit 01 Homework: Code Refactor

In this homework I improve the starter HTML/CSS code without changing its behavior.

Highlights

  • Accessibility is improved by adding alt attributes to all images
  • Semantic tags of header, nav, main aside, footer, and figure to improved SEO
  • The HTM layout was altered to provide better logical structure
  • Footer heading was changed to h4 tag to make page headings sequetial
  • Title content is more descriptive
  • CSS selectors and properties are reorganized and consolidated
  • CSS selectors target sementic tags instead of classes in several cases

Screenshot

screenshot

Repository

https://github.com/dpmurphy11/code-refactor

Website

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