|
3 | 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 | 7 | * The division of labor between HTML and CSS
|
7 | 8 | * Introduction to HTML:
|
8 | 9 | * Parents, children, attributes
|
|
16 | 17 | * Naming things
|
17 | 18 | * External files: relative and absolute paths
|
18 | 19 | * Getting to know your text editor
|
| 20 | +``` |
19 | 21 |
|
20 | 22 | ## Step 1: Read and watch
|
21 | 23 | #### Good learning practices
|
@@ -58,16 +60,16 @@ Read about [HTML5](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5
|
58 | 60 |
|
59 | 61 | ### How to hand in Homework:
|
60 | 62 | _Steps_:
|
61 |
| -- In your newly created Github account search for the invitation from the HackYourFuture organization to you join your classes team. |
62 |
| -- Create a new repository (name it something like hyf-html-css) make sure you select the option: initialize with README. |
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) |
64 |
| -- Upload the files you created on your computer (step 3 of the homework) inside this folder, write a description for this “commit” (for example: "homework week1"). |
65 |
| -- Your hyf-html-css/week1 should now contain an index.html and a main.css file (and maybe a folder containing your images) |
66 |
| -- Open the files in your folder to check if all of this worked. |
67 |
| --  |
68 |
| --  |
69 |
| -- Now you can view your homework online at: https://_hereyouplaceyourgithubusername_/hyf-html-css/week1 |
70 |
| -- Please upload a link to your homework in Trello. |
| 63 | +1. In your newly created Github account search for the invitation from the HackYourFuture organization to you join your classes team. |
| 64 | +2. Create a new repository (name it something like hyf-html-css) make sure you select the option: initialize with README. |
| 65 | +3. 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) |
| 66 | +4. Upload the files you created on your computer (step 3 of the homework) inside this folder, write a description for this “commit” (for example: "homework week1"). |
| 67 | +5. Your hyf-html-css/week1 should now contain an index.html and a main.css file (and maybe a folder containing your images) |
| 68 | +6. Open the files in your folder to check if all of this worked. |
| 69 | +7. Now go to the settings of your repository: |
| 70 | +8. And go to _Github Pages_ select "master" instead of "none" |
| 71 | +9. Now you can view your homework online at: https://_hereyouplaceyourgithubusername_/hyf-html-css/week1 |
| 72 | +10. Please upload a link to your homework in Trello. |
71 | 73 |
|
72 | 74 | ### Here is an example of how your homework repository should look:
|
73 | 75 | - https://github.com/mkruijt/HTML-CSS
|
|
0 commit comments