Skip to content

Commit 156bc1d

Browse files
committed
update
1 parent c9b9409 commit 156bc1d

2 files changed

Lines changed: 28 additions & 28 deletions

File tree

Week2/README.md

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,18 @@
2020
* Udacity: <a href="https://www.udacity.com/course/responsive-web-design-fundamentals--ud893" target="_blank">Responsive web design fundamentals</a>
2121

2222
### Assignment:
23-
* Remake an existing responsive website: choose one of the following
24-
* https://www.rijksoverheid.nl
25-
* http://www.awwwards.com
26-
* https://www.bostonglobe.com
27-
* https://www.thinkwithgoogle.com
28-
* http://muumilaakso.tampere.fi/en/
29-
* http://incredibletypes.com
30-
* http://thenextweb.com
31-
* It should have an external CSS file
32-
* BEFORE you hand it in, read the <a href="http://www.w3schools.com/html/html5_syntax.asp" target="_blank">Style guide</a> again and check your files
23+
* Grids exercise
24+
* Download the html and images in the folder Homework3
25+
* You are going to write the css for this page
26+
* You are not allowed to change the html
27+
* The page contains two grids: the first one should work using floats, the second using flexbox. Be careful not to mix the two!
28+
* We want the grid to look as follows:
29+
* On mobile phones: a two column grid, with the exception that the first item spans the full width
30+
* 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 afther the first two items we have three columns)
31+
* On desktops: a four column grid, with the exception that the first item spans two columns.
32+
* There should be some space between the grid items
33+
* Make the page look beautiful by adding some more css! Some tips:
34+
* How about some nice colors, fonts, hover styles?
35+
* 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.
36+
* BEFORE you hand it in, read the <a href="http://www.w3schools.com/html/html5_syntax.asp" target="_blank">Style guide</a> again and check your files
37+

Week3/README.md

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,25 +17,20 @@
1717
## Homework
1818

1919
### Assignment:
20-
* Grids exercise
21-
* Download the html and images in the folder Homework3
22-
* You are going to write the css for this page
23-
* You are not allowed to change the html
24-
* The page contains two grids: the first one should work using floats, the second using flexbox. Be careful not to mix the two!
25-
* We want the grid to look as follows:
26-
* On mobile phones: a two column grid, with the exception that the first item spans the full width
27-
* 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 afther the first two items we have three columns)
28-
* On desktops: a four column grid, with the exception that the first item spans two columns.
29-
* There should be some space between the grid items
30-
* Make the page look beautiful by adding some more css! Some tips:
31-
* How about some nice colors, fonts, hover styles?
32-
* 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.
33-
34-
* Make a page including:
20+
* Remake an existing responsive website: choose one of the following
21+
* https://www.rijksoverheid.nl
22+
* http://www.awwwards.com
23+
* https://www.bostonglobe.com
24+
* https://www.thinkwithgoogle.com
25+
* http://muumilaakso.tampere.fi/en/
26+
* http://incredibletypes.com
27+
* http://thenextweb.com
28+
* It should have an external CSS file
29+
* BEFORE you hand it in, read the <a href="http://www.w3schools.com/html/html5_syntax.asp" target="_blank">Style guide</a> again and check your files
30+
31+
* Make a page including:
3532
* An animation using CSS keyframes
3633
* An SVG
37-
* BEFORE you hand it in, read the <a href="http://www.w3schools.com/html/html5_syntax.asp" target="_blank">Style guide</a> again and check your files
38-
39-
34+
4035
### Exercises:
4136
* <a href="https://www.sololearn.com/Course/JavaScript/">Intro Javascript </a>

0 commit comments

Comments
 (0)