Skip to content

Latest commit

 

History

History
73 lines (48 loc) · 2.58 KB

File metadata and controls

73 lines (48 loc) · 2.58 KB

Homework HTML/CSS Week 1

Todo list

  1. Command Line Interface
  2. CSS Challenges
  3. Code along
  4. PROJECT: Digital Resume

1. Command Line Interface challenge

Using the CLI, create a plain text file (.txt) that contains the commands necessary to answer the following questions:

  1. How do I create a hidden file or folder? How do I display it in the CLI?
  2. How do I create multiple nested directories, like /c/Users/myusername/these/folders/are/just/for/fun?
  3. How do I append a message to a file, without a newline character, so the output would be:
first message
second message

2. CSS Challenges

In order to improve you need to practice a lot! In the following challenges you'll work with CSS, starting from the absolute basics to building a page:

3. Code along

A big part of learning web development is through learning by example. In the following video you'll learn how to build a simple website, using basic HTML & CSS:

4. PROJECT: Digital Resume

Every week ends with a project you have to build on your own. Instead of getting clear-cut instructions, you'll get a list of criteria that your project needs to measure up to.

In the following assignment you'll make your own Digital Resume. Here are the requirements that need to be fulfilled:

  • It needs to be one webpage
  • Your project folder should contain two files: HTML and CSS
  • Include the following pieces of information:
    • Your personal information
    • A picture of you
    • A few lines about who you are
    • Education
    • Work experience

When writing the HTML include the following:

  • Different types of headings, like <h1> and <h2>
  • An unordered list (<ul>). Use this to list out your educational background
  • Another unordered list (<ul>).
  • an <img> tag (for your picture)
  • some <p> tags

When writing the CSS include the following:

  • Some CSS properties, like: margin, padding, color, etc.
  • Use flexbox and/or grid
  • You are NOT allowed to use CSS frameworks (like Bootstrap, MaterializeCSS, etc.)

SUBMIT YOUR HOMEWORK!

After you've finished your todo list it's time to show us what you got! The homework that needs to be submitted is the following:

  1. The CLI challenge
  2. The Digital Resume

Upload both in a repository to GitHub and then upload the link on Trello. Go through the guide to learn how to do this.

Deadline Saturday 23.59 CET