Skip to content

IoannaTalasli/html-css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

html-css

------ homework week 1 ------

Make a web resume:

One page

Two files: HTML and CSS

Include the following:

Your personal info (name, place of birth, etc.)

A picture

A few lines about who you are

Education

Work experience

Include the following:

Different types of headings h1 h2

A list ul. In this list include the learning strategies you used making your resume. Also include some of the resources/references, this can be documentation/video etc, that where helpful.

Another list ul. In this list you include the most important platforms/resources where you can find all Social Hackers Academy related information. img p Some CSS properties: margin, padding

Make sure that you page looks nice, and that your text is readable & accessible (ARIA)

----- homework week 2 -------

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

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.

----- homework week 3 -------

Command Line

Write commands to do following: 1. Create a folder. Enter a folder. Create an empty file named blank. 2. Then write the content "Hello" five times to the file greetings.txt. Then copy the file greetings.txt and paste its contents into 1.txt, 2.txt, 3.txt, 4.txt and 5.txt. 3. Then write the text "cat" to pets.txt Then append the text "dog" to pets.txt Then append the text "hamster" to pets.txt 4. Then write the text "cat" to commands.txt Then append the text "ls" to commands.txt Then append the text "pwd" to commands.txt 5. Then find unique words from these two files pets.txt and commands.txt and store the unique words in lovelyCommands.txt

Releases

No releases published

Packages

No packages published