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

Skip to content

Commit 9636a3b

Browse files
committed
added homework handin instructions
1 parent 001e3e9 commit 9636a3b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Week1/MAKEME.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ Read about [HTML5](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5
4040

4141
_Deadline Monday_
4242

43+
- Please create a repository on Github, call it `hyf-html-css`.
44+
- Inside this repository create a folder `week0`.
45+
- Use the code of the application assignment you have made, copy and paste the html in a `index.html` file and the css in a `style.css` file and upload it to github in the `week0` folder.
46+
- For better instructions on how to do this please check the [how to hand in homework](#how-to-hand-in-homework) down below.
4347
- In Trello, you are assigned to one of the cards of your fellow students (in the _your class number_ 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.
4448
- revisit you own application assignment and improve it with the feedback and suggestions given by one of your classmates.
4549

@@ -73,6 +77,8 @@ _Steps_:
7377
1. In your newly created Github account search for the invitation from the HackYourFuture organization to you join your classes team.
7478
2. Create a new repository (name it something like hyf-html-css) make sure you select the option: initialize with README.
7579
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)
80+
>Tip you can also create a "week1" folder on your local computer that contains you files and upload the entire folder to Github.
81+
7682
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").
7783
5. Your hyf-html-css/week1 should now contain an index.html and a main.css file (and maybe a folder containing your images)
7884
6. Open the files in your folder to check if all of this worked.

Week3/MAKEME.md

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

3-
>[Here](https://github.com/HackYourFuture/JavaScript/tree/master/Week0) you find the readings you have to complete before your first JavaScript lecture
3+
>[Here](/JavaScript/Week0/README.md) you find the readings you have to complete before your first JavaScript lecture
44
55
### Learning goals for this week:
66
```
@@ -57,7 +57,7 @@ How to hand in your homework:
5757
• Place the link to your repository in Trello.
5858
```
5959

60-
## Step 4: Prepare for next class
60+
## Step 3: Prepare for next class
6161

6262
_Deadline Sunday morning_
6363

0 commit comments

Comments
 (0)