Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Wireframe

Wireframe

Using the provided wireframe and resources, write a new webpage explaining:

  1. What is the purpose of a README file?
  2. What is the purpose of a wireframe?
  3. What is a branch in Git?

There are some provided HTML and CSS files you can use to get started. You can use these files as a starting point or create your own files from scratch. You must modify the HTML and CSS files to meet the acceptance criteria and you must check this criteria yourself before you submit your work.

Learning Objectives

  • Use semantic HTML tags to structure the webpage
  • Create three articles, each including a title, summary, and a link
  • Check a webpage against a wireframe layout
  • Test web code using Lighthouse
  • Use version control by committing often and pushing regularly to GitHub

Acceptance Criteria

  • Semantic HTML tags are used to structure the webpage.
  • The page scores 100 for Accessibility in the Lighthouse audit.
  • The page header includes a title and description.
  • The articles section has three unique articles, each including a title, summary, and a link.
  • The page footer is fixed to the bottom of the viewport.
  • The webpage is styled using a linked .css file.
  • The webpage is properly committed and pushed to a branch on GitHub.

Resources