In this homework I improve the starter HTML/CSS code without changing its behavior.
- 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