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

Skip to content

Commit ef05e31

Browse files
committed
changes homework instructions
1 parent f00eb65 commit ef05e31

File tree

5 files changed

+30
-17
lines changed

5 files changed

+30
-17
lines changed

Week1/MAKEME.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
>[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:
6+
```
67
* The division of labor between HTML and CSS
78
* Introduction to HTML:
89
* Parents, children, attributes
@@ -16,6 +17,7 @@
1617
* Naming things
1718
* External files: relative and absolute paths
1819
* Getting to know your text editor
20+
```
1921

2022
## Step 1: Read and watch
2123
#### Good learning practices
@@ -58,16 +60,16 @@ Read about [HTML5](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5
5860

5961
### How to hand in Homework:
6062
_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-
- ![Now go to the settings of your repository:](./assets/github_pages1.png)
68-
- ![And go to _Github Pages_ select "master" instead of "none"](./assets/github_pages2.png)
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:![settings overview](./assets/github_pages1.png)
70+
8. And go to _Github Pages_ select "master" instead of "none"![pages overview](./assets/github_pages2.png)
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.
7173

7274
### Here is an example of how your homework repository should look:
7375
- https://github.com/mkruijt/HTML-CSS

Week1/assets/github_pages1.png

56.4 KB
Loading

Week1/assets/github_pages2.png

119 KB
Loading

Week2/MAKEME.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[Here](https://github.com/HackYourFuture/HTML-CSS/blob/master/Week2/README.md) you find the readings you have to complete before the second lecture.# Week 2
44

55
### Learning goals for this week:
6+
```
67
* Student presentations
78
* Last week recap and questions
89
* Responsive web development
@@ -12,6 +13,7 @@
1213
* Floating and clearing
1314
* Flexbox
1415
* How to work with the inspector
16+
```
1517

1618
## Step 1: Give feedback:
1719
* In Trello you are added to one of the cards of your fellow students.
@@ -48,10 +50,13 @@
4850
* According to the grid specification, some products are bigger than others. Maybe these are "highlighted" products, so the rest of the styling could also be different.
4951
* BEFORE you hand it in, read [the Style guide](http://www.w3schools.com/html/html5_syntax.asp) again and check your files
5052

51-
>Upload your homework in your Github repository. Make sure to create a new folder "week2" first.
52-
Your hyf-html-css/week2 should now contain an index.html and a main.css file (and the images folder)
53-
Place the link to your files in Trello.
54-
53+
```
54+
How to hand in your homework:
55+
* Upload your homework in your Github repository.
56+
* Make sure to create a new folder "week2" first.
57+
* Your hyf-html-css/week2 should now contain an index.html and a main.css file (and the images folder)
58+
* Place the link to your repository in Trello.
59+
```
5560

5661
## Extra extra (bonus assignment :star: ):
5762

Week3/MAKEME.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
Here](https://github.com/HackYourFuture/JavaScript/tree/master/Week0) you find the readings you have to complete before your first JavaScript lecture
44

55
### Learning goals for this week:
6+
```
67
* Student presentations
78
* Last week recap and questions
89
* How to find information on the web
910
* How to rebuild an existing responsive page (getting started with this week's homework exercise)
11+
```
1012

1113
### In class:
1214
* Task: find some info about a certain topic in groups of 2, present to each other
@@ -32,6 +34,10 @@ Here](https://github.com/HackYourFuture/JavaScript/tree/master/Week0) you find t
3234
* It should have an external CSS file
3335
* BEFORE you hand it in, read the [Style guide](http://www.w3schools.com/html/html5_syntax.asp) again and check your files
3436

35-
>Upload your homework in your Github repository. Make sure to create a new folder "week3" first.
36-
Your hyf-html-css/week3 should now contain an index.html and a main.css file (and the images folder)
37-
Place the link to your files in Trello.
37+
38+
```
39+
How to hand in your homework:
40+
* Upload your homework in your Github repository. Make sure to create a new folder "week3" first.
41+
* Your hyf-html-css/week3 should now contain an index.html and a main.css file (and the images folder)
42+
* Place the link to your repository in Trello.
43+
```

0 commit comments

Comments
 (0)