Skip to content

AmirhosseinAminian/My-Coursework-Planner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Wireframe

Wireframe

Using the provided wireframe, create a new webpage explaining:

  1. What is Git?
  2. Why do developers need Git?
  3. What is a branch in Git?

The page should NOT use any framework like Bootstrap.

Learning Objectives

  • Apply a consistent color scheme to links and text on the webpage
  • Use semantic HTML tags to structure the webpage
  • Create a page header with a title and description
  • Create an articles section with three articles, each including a title, summary, and a link
  • Create a page footer and fix it to the bottom of the viewport
  • Use the :first-child pseudo-class to style the first article so that it stands out from the others
  • Use version control by committing often and pushing regularly to GitHub
  • Don't use any frameworks; write your own layout using HTML and CSS

Use the wireframe sketch provided to lay out the page. Please note that this is just a sketch - you can choose the colors, fonts, and images that you want to use on the page.

Acceptance Criteria

  • The webpage has a consistent color scheme for links and text.
  • Semantic HTML tags are used to structure the webpage.
  • The page header includes a title and description.
  • The articles section has three articles, each including a title, summary, and a link.
  • The page footer is fixed to the bottom of the viewport.
  • The first article is styled using the :first-child pseudo-class.
  • The webpage is styled using a linked .css file.
  • The webpage is properly committed and pushed to a branch on GitHub.
  • The webpage does not use any frameworks such as Bootstrap.

Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published