Skip to content

Commit 90647fb

Browse files
committed
update class11
1 parent 4c4c7ab commit 90647fb

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ So since this is your first module, what can you expect the next three weeks?
1717
| 2. | Responsive design, media queries, developer tools | [Week 2 Reading](https://github.com/HackYourFuture/HTML-CSS/tree/master/Week2/README.md) | [Homework week 2](https://github.com/HackYourFuture/HTML-CSS/tree/master/Week2/MAKEME.md) |
1818
| 3. | Recap, useful resources on the web| [JavaScript Intro](https://github.com/HackYourFuture/JavaScript/tree/laurens_thomas/Week0) | [Homework week 3](https://github.com/HackYourFuture/HTML-CSS/tree/master/Week3/MAKEME.md) |
1919

20-
Please get yourself familiar with this repository by navigating your way through the different README files. Kind note: make sure to read assignment requirements properly for handing them in, in the end this saves both you and your teacher a lot of time. If you have any questions or something is not entirely clear ¯\_(ツ)_/¯, please ask/comment on Slack!
20+
Please get yourself familiar with this repository by navigating your way through the different README files. Kind note: make sure to read assignment requirements properly for handing them in, in the end this saves both you and your teacher a lot of time. If you have any questions or something is not entirely clear ¯\\\_(ツ)_/¯, please ask/comment on Slack!
2121

2222
## Learning goals for this module:
2323
* Basic understanding of HTML and CSS

Week1/MAKEME.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,11 @@ Before you start check out this [video](http://www.learningscientists.org/videos
2727
Read about [HTML5](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5)
2828

2929
### CSS:
30+
* [CSS reference](http://cssreference.io/)
3031
* [MDN - Introduction to CSS layout](https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/Introduction)
3132
* [CSS-tricks - CSS Properties](https://css-tricks.com/almanac/properties/)
33+
* [MDN - CSS box model]https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Box_Model/Introduction_to_the_CSS_box_model
34+
3235

3336
## Step 2.
3437
* In Trello, you are assigned to one of the cards of your fellow students (in the Class11 Week0 HTML/CSS list). Give feedback on the application assignment of your fellow student. Please be critical but most of all give constructive feedback. If there are resources that you used and might be useful, share them.
@@ -50,6 +53,7 @@ Read about [HTML5](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5
5053
* Include the following:
5154
* Different types of headings (h1, h2)
5255
* 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.
56+
* Another list (ul). In this list you include the most important platforms/resources where you can find all hyf related information.
5357
* img
5458
* p
5559
* Some CSS properties: margin, padding

Week1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Readings for the second lecture
22

3-
Next week we will talk about responsive web design and using media queries. Start reading about this subject here [Introduction to Media Queries](https://varvy.com/mobile/media-queries.html). And take a look at this [website](http://mediaqueri.es) here you can find examples of responsive design.
3+
Next week we will talk about responsive web design and using media queries. Start reading about this subject here [Introduction to Media Queries](https://varvy.com/mobile/media-queries.html). And read about [flexbox](https://tympanus.net/codrops/css_reference/flexbox/And) take a look at this [website](http://mediaqueri.es) here you can find examples of responsive design.

Week2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Readings for the third lecture:
22

3-
TBA
3+
* [CSS tricks ]https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/)

0 commit comments

Comments
 (0)