Skip to content

Commit d8de2dd

Browse files
authored
Create Week-3.md
1 parent c5ea914 commit d8de2dd

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

Week3/Week-3.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
## Lecture 3
2+
* Presentations of students website remakes
3+
* Repeat topics of last two weeks:
4+
* Understand why/ how to use which language
5+
* Media-queries
6+
* DOM
7+
* File structure, external links
8+
* How to find information on the web
9+
* Task: find some info about a certain topic in groups of 2, present to each other
10+
* Choose one of the following subjects, look up how it works and implement it in a webpage
11+
* CSS transitions
12+
* CSS animations with keyframes
13+
* SVG
14+
* Dropdown menu in CSS
15+
* flex-box
16+
17+
## Homework
18+
19+
### Assignment:
20+
* Make a website that contains:
21+
* A responsive grid made with flex-box
22+
* A responsive grid made with CSS3 columns
23+
* A responsive grid made with float left
24+
* An animation using CSS keyframes
25+
* Optional: use a SVG
26+
* 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
27+
28+
29+
### Exercises:
30+
* <a href="https://www.sololearn.com/Course/JavaScript/">Intro Javascript </a>

0 commit comments

Comments
 (0)