You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Week1/MAKEME.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
## Homework Week 1
2
2
3
-
[Here](https://github.com/HackYourFuture/HTML-CSS/blob/master/Week1/README.md) you find the readings you have to complete before the second lecture.
3
+
>[Here](https://github.com/HackYourFuture/HTML-CSS/blob/master/Week1/README.md) you find the readings you have to complete before the second lecture.
4
4
5
5
### Learning goals for this week:
6
6
* The division of labor between HTML and CSS
@@ -17,7 +17,7 @@
17
17
* External files: relative and absolute paths
18
18
* Getting to know your text editor
19
19
20
-
###Step 1: Read and watch
20
+
## Step 1: Read and watch
21
21
#### Good learning practices
22
22
Before you start check out this [video](http://www.learningscientists.org/videos/) and/or this [article](https://www.cultofpedagogy.com/learning-strategies/) about good learning practices.
23
23
@@ -30,13 +30,13 @@ Read about [HTML5](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5
* 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.
35
35
* revisit you own application assignment and improve it with the feedback and suggestions given by one of your classmates.
36
36
37
37
> Don't forget, you can always revisit Khan Academy: [Into to HTML/CSS: Making web pages](https://nl.khanacademy.org/computing/computer-programming/html-css) if you are stuck and need a reminder
38
38
39
-
###Step 3: Assignment
39
+
## Step 3: Assignment
40
40
* Make your own web resume:
41
41
* One page
42
42
* Two files: HTML and CSS
@@ -57,7 +57,7 @@ Read about [HTML5](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5
57
57
* BEFORE you hand it in, read the [Style guide](http://www.w3schools.com/html/html5_syntax.asp) and check your files (you can also use the [HTML validator](https://validator.w3.org)).
58
58
59
59
### How to hand in Homework:
60
-
>steps:
60
+
_Steps_:
61
61
- In your newly created Github account search for the invitation from the HackYourFuture organization to you join your classes team.
62
62
- Create a new repository (name it something like hyf-html-css) make sure you select the option: initialize with README.
63
63
- Inside your new repository create a folder called "week1". If you have trouble finding out how to create a folder in Github check this [Stack Overflow question](https://stackoverflow.com/questions/18773598/creating-folders-inside-github-com-repo-without-using-git)
@@ -69,11 +69,11 @@ Read about [HTML5](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5
69
69
- Now you can view your homework online at: https://_hereyouplaceyourgithubusername_/hyf-html-css/week1
70
70
- Please upload a link to your homework in Trello.
71
71
72
-
####Here is an example of how your homework repository should look:
72
+
### Here is an example of how your homework repository should look:
73
73
-https://github.com/mkruijt/HTML-CSS
74
74
- In the README file there are links to the homework hosted by Github!
75
75
76
-
## Fun to check out:
76
+
###Fun to check out:
77
77
[Shapes of CSS](https://css-tricks.com/examples/ShapesOfCSS/)
78
78
79
-
## Last but not least, when you are done with the homework check the learning goals at the top of this document. Go through each of them and check if you understand what is written there. Try formulating them into questions and answer your own questions (for example: Wat does it mean when you say that there is a division of labor between HTML and CSS? Why is there a division of labor between HTML and CSS?). If you need help with this, first ask Google, than ask in Slack.
79
+
####Last but not least, when you are done with the homework check the learning goals at the top of this document. Go through each of them and check if you understand what is written there. Try formulating them into questions and answer your own questions (for example: Wat does it mean when you say that there is a division of labor between HTML and CSS? Why is there a division of labor between HTML and CSS?). If you need help with this, first ask Google, than ask in Slack.
0 commit comments