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

Skip to content

Commit de17eb1

Browse files
committed
fixed some beauty mistakes
1 parent 1618b56 commit de17eb1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Week1/MAKEME.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Homework Week 1
22

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.
44
55
### Learning goals for this week:
66
* The division of labor between HTML and CSS
@@ -17,7 +17,7 @@
1717
* External files: relative and absolute paths
1818
* Getting to know your text editor
1919

20-
### Step 1: Read and watch
20+
## Step 1: Read and watch
2121
#### Good learning practices
2222
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.
2323

@@ -30,13 +30,13 @@ Read about [HTML5](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5
3030
* [CSS-tricks - CSS Properties](https://css-tricks.com/almanac/properties/)
3131
* [MDN - CSS box model](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Box_Model/Introduction_to_the_CSS_box_model)
3232

33-
### Step 2: Give feedback
33+
## Step 2: Give feedback
3434
* 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.
3535
* revisit you own application assignment and improve it with the feedback and suggestions given by one of your classmates.
3636

3737
> 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
3838
39-
### Step 3: Assignment
39+
## Step 3: Assignment
4040
* Make your own web resume:
4141
* One page
4242
* Two files: HTML and CSS
@@ -57,7 +57,7 @@ Read about [HTML5](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5
5757
* 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)).
5858

5959
### How to hand in Homework:
60-
>steps:
60+
_Steps_:
6161
- In your newly created Github account search for the invitation from the HackYourFuture organization to you join your classes team.
6262
- Create a new repository (name it something like hyf-html-css) make sure you select the option: initialize with README.
6363
- 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
6969
- Now you can view your homework online at: https://_hereyouplaceyourgithubusername_/hyf-html-css/week1
7070
- Please upload a link to your homework in Trello.
7171

72-
#### Here is an example of how your homework repository should look:
72+
### Here is an example of how your homework repository should look:
7373
- https://github.com/mkruijt/HTML-CSS
7474
- In the README file there are links to the homework hosted by Github!
7575

76-
## Fun to check out:
76+
### Fun to check out:
7777
[Shapes of CSS](https://css-tricks.com/examples/ShapesOfCSS/)
7878

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

Comments
 (0)