Homework assignment for week 1
Project fulfills the following criteria:
GIVEN a webpage meets accessibility standards
WHEN I view the source code
THEN I find semantic HTML elements
WHEN I view the structure of the HTML elements
THEN I find that the elements follow a logical structure independent of styling and positioning
WHEN I view the icon and image elements
THEN I find accessible alt attributes
WHEN I view the heading attributes
THEN they fall in sequential order
WHEN I view the title element
THEN I find a concise, descriptive title
##Goal Fulfillment Project criteria filled through the following actions: Added alts to both images and links in order to meet accessibility standards
Added semantic HTML elements and restructured code sections in order to refactor existing code
Revamped headings into sequential order
Relabeled title element
https://variegatedhuman.github.io/Challenge-1/
Adam Michell using Triology Bootcamp's starter code
MIT License
Complete