Skip to content

Latest commit

 

History

History
94 lines (71 loc) · 4.42 KB

MAKEME.md

File metadata and controls

94 lines (71 loc) · 4.42 KB

Homework Week 2

Here you find the readings you have to complete before the third lecture.

Learning goals for this week:

 • CLI
    • To know the terminal/bash/command line for UNIX based systems.
    • Navigate the file system without using a UI explorer.
    • Copy, rename and move files with terminal commands. 
 • Student presentations
 • Last week recap and questions
 • Responsive web development
    • Relative measurements (%, (r)em, vw)
    • Media queries
    • Positioning (absolute, relative, fixed)
    • Floating and clearing
    • Flexbox
 • How to work with the inspector

Step 1: Give feedback:

Deadline Monday

  • In Trello you are added to one of the cards of your fellow students.
  • Give feedback CV assignment of one of your fellow student. Please be critical but most of all give constructive feedback. If there are resources that you used and might be useful, share them.
  • Revisit you own CV assignment and improve it with the feedback and suggestions given by one of your classmates.

Step 2: Command Line

Deadline Tuesday

We covered a bit of command line usage in the first class and got a program running which is great. If you need a refresher for the command line please have a look here: https://github.com/HackYourFuture/CommandLine

Make the command line homework that is listed here: https://github.com/HackYourFuture/CommandLine/blob/master/HomeWork1.md

Step 2: Read/do/watch

Exercises:

Super fun flexbox and grid practice

Step 3: Assignment:

Deadline Saturday

Use the command line to create a directory "week2" inside your hyf-html-css directory. There should already be a week1 inside that contains your homework of last week.

  • Grids exercise
    • Download the HTML and images in the folder Homework 2 (or click this link to download)
    • You are going to write the CSS for this page
    • You are not allowed to change the HTML
    • The page contains two grids: the first one should work using floats, the second using flex box. Be careful not to mix the two!
    • We want the grid to look as follows (check the wireframe below):
      • On mobile phones: a two column grid, with the exception that the first item spans the full width
      • On tablets: a three column grid, with the exception that the first two items span the full width together (so first we have two columns, then after the first two items we have three columns)
      • On desktops: a four column grid, with the exception that the first item spans two columns.
    • There should be some space between the grid items
    • Make the page look beautiful by adding some more CSS! Some tips:
      • How about some nice colors, fonts, hover styles?
      • According to the grid specification, some products are bigger than others. Maybe these are "highlighted" products, so the rest of the styling could also be different.
    • BEFORE you hand it in, read the Style guide again and check your files

Wireframe

How to hand in your homework:
• Upload your homework in your Github repository. 
• Make sure to create a new folder "week2" first. 
• Your hyf-html-css/week2 should now contain an index.html and a main.css file (and the images folder)
• Place the link to your repository in Trello.

Extra extra (bonus assignment ⭐ ):

  • Add one of the following to your page:
    • An animation using CSS keyframes
    • SVG

Step 4: Prepare for next class

Deadline Sunday morning

Go trough the reading material in the README.md to prepare for your next class