Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Dec 3, 2019. It is now read-only.

Commit 7d37970

Browse files
committed
Homework update
1 parent b97b66d commit 7d37970

File tree

1 file changed

+19
-11
lines changed

1 file changed

+19
-11
lines changed

README.md

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -99,18 +99,26 @@ Also we will go into the DOM and file structure. There will be time spent on why
9999
* File structure, external links
100100
* How to find information on the web
101101
* Task: find some info about a certain topic in groups of 2, present to each other
102-
* Sizes in CSS: relative and absolute sizes
102+
* Choose one of the following subjects, look up how it works and implement it in a webpage
103+
* CSS transitions
104+
* CSS animations with keyframes
105+
* SVG
106+
* Dropdown menu in CSS
107+
* flex-box
103108

104109
## Homework
105110

106-
### Exercises:
107-
108111
### Assignment:
109-
* Choose one of the following subjects, look up how it works and implement it in a webpage
110-
* CSS transitions
111-
* CSS animations with keyframes
112-
* SVG
113-
* Dropdown menu in CSS?
114-
* Using external fonts or icon packs?
115-
* Bootstrap
116-
* [more options?]
112+
* Make a website that contains:
113+
* A responsive grid made with flex-box
114+
* A responsive grid made with CSS3 columns
115+
* A responsive grid made with float left
116+
* An animation using CSS keyframes
117+
* Optional: use a SVG
118+
* BEFORE you hand it in, read the Style guide again and check your files
119+
120+
121+
### Exercises:
122+
* <a href="https://www.sololearn.com/Course/JavaScript/">Intro Javascript </a>
123+
* First 16 Basic JavaScript assignments on <a href="https://www.freecodecamp.com/challenges/comment-your-javascript-code"> FreeCodeCamp </a>
124+

0 commit comments

Comments
 (0)