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

Skip to content

Commit f69fc8e

Browse files
committed
Update README file with Week 2 material
1 parent f74f148 commit f69fc8e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

teacher-prep/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,16 @@ In here, you will find any planning that teachers who have delivered this course
1212

1313
[Week 1](Week%201/Slides.pdf)
1414

15+
[Week 2](Week%202/Slides.pdf)
16+
1517
## Live Coding Exercises
1618

1719
* [Simple HTML file](Week%201/examples/simple.html) - Shows the structure of a simple **index.html** file.
1820
* [Non-semantic elements demo](Week%201/examples/elements.html) - Demonstrates the use of non-semantic elements in a web page.
1921
* [Attributes demo](Week%201/examples/attributes.html) - Demonstrates various HTML elements that accept certain attributes.
2022
* [CSS demo](Week%201/examples/index.html) - Demonstrates various CSS styling techniques.
23+
* [Non responsive HTML file](Week%202/examples/index.html) - Demonstrates simple HTML file that does not contain viewport meta tag.
24+
* [Responsive HTML file](Week%202/examples/index-viewport.html) - Demonstrates simple HTML file that contains viewport meta tag.
25+
* [Relative lengths](Week%202/examples/relative-lengths.html) - Demonstrates usage of relative measurement units.
26+
* [Media queries](Week%202/examples/media-queries.html) - Various examples for media queries.
27+
* [Breakpoints](Week%202/examples/breakpoints.html) - Demonstrates how breakpoints are used in HTML.

0 commit comments

Comments
 (0)