Homework #1

Points: 5

Deadline: 27 September 2020 23:59

Setup

1. Create a new repository on GitHub and invite your teammates

Tasks

index.html

to preview image in full size please click on the image

login.html

to preview image in full size please click on the image

  1. Create 2 html pages: index.html and login.html

    • Try to match HTML content of each page to the provided screenshots, although it's not required to replicate them 100%.

  2. Submitting login form on login.html should redirect to index.html

  3. Use CSS to style the pages (Note: Design and look doesn't have to match provided screenshots), but implementing code using points below is required.

    • Use flexbox to arrange layout

    • Use an ID selector

    • Use at least 2 different class selectors

    • Use a pseudo-element or pseudo-class

    • Use a Descendant Selector (eg: div p)

    • Use a Child Selector (eg: div > p)

    • Use an Adjacent Sibling Selector (eg: div + p)

    • Use a General Sibling Selector (eg: div ~ p)

  4. Push all your changes to your repository

    • At least one commit from every team member

  5. Submit your Name, student ID, and repository link to homework submission page.