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

Skip to content

Commit e96c127

Browse files
Noer PaanakkerNoer Paanakker
Noer Paanakker
authored and
Noer Paanakker
committed
fixed internal links to Lecture.md
1 parent d3b2790 commit e96c127

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

Week3/MAKEME.md

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

3-
>[Here](https://github.com/HackYourFuture/JavaScript/blob/master/Week1/README.md) you find the readings you have to complete before your first JavaScript lecture
3+
> [Here](https://github.com/HackYourFuture/JavaScript/blob/master/Week1/README.md) you find the readings you have to complete before your first JavaScript lecture
44
55
### Learning goals for this week:
6+
67
```
78
• CLI
89
• Learn output redirection, piping on the terminal.
@@ -14,31 +15,31 @@
1415
```
1516

1617
### In class:
17-
- Task: find some info about a certain topic in groups of 2, present to each other
18-
- Choose one of the following subjects, look up how it works and implement it in a web page
19-
- CSS transitions
20-
- CSS animations with keyframes
21-
- SVG
22-
- Drop down menu in CSS
23-
- flex-box
18+
19+
- Task: find some info about a certain topic in groups of 2, present to each other
20+
- Choose one of the following subjects, look up how it works and implement it in a web page
21+
- CSS transitions
22+
- CSS animations with keyframes
23+
- SVG
24+
- Drop down menu in CSS
25+
- flex-box
2426

2527
## Step 1: Give feedback
2628

2729
_Deadline Monday_
2830

2931
- In Trello you are added to one of the cards of your fellow students.
3032
- Give feedback on the drone assignment and the command line homework 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.
31-
- Revisit you own drone assignment and command line homework and improve it with the feedback and suggestions given by one of your classmates.
32-
33+
- Revisit you own drone assignment and command line homework and improve it with the feedback and suggestions given by one of your classmates.
3334

3435
## Step 2: Command Line
3536

3637
_Deadline Wednesday_
3738

3839
```
3940
Write ONE shell script to do following:
40-
1. create a directory. Enter a directory. Create an empty file named blank.
41-
2. Then write the content "Hello" five times to the file greetings.txt.
41+
1. create a directory. Enter a directory. Create an empty file named blank.
42+
2. Then write the content "Hello" five times to the file greetings.txt.
4243
Then copy the file greetings.txt and paste its contents into 1.txt, 2.txt, 3.txt, 4.txt and 5.txt.
4344
3. Then write the text "cat" to pets.txt
4445
Then append the text "dog" to pets.txt
@@ -50,31 +51,29 @@ Write ONE shell script to do following:
5051
and store the unique strings in lovelyCommands.txt
5152
```
5253

53-
For and overview of the commands we learned in class please take a look at the overview of the [second lecture](https://github.com/HackYourFuture/CommandLine/blob/master/Lecture-2.md). If you need a refresher you can of course also go over the commands of the [first lecture](https://github.com/HackYourFuture/CommandLine/blob/master/Lecture-1.md)
54-
54+
For and overview of the commands we learned in class please take a look at the overview of the [second lecture](https://github.com/HackYourFuture/CommandLine/blob/master/Week2/Lecture.md/). If you need a refresher you can of course also go over the commands of the [first lecture](https://github.com/HackYourFuture/CommandLine/blob/master/Week1/Lecture.md/)
5555

5656
## Step 3: Assignment
5757

5858
_Deadline Saturday_
5959

60-
> Use the command line to create a directory "week3" inside your "hyf-html-css" directory. There should already be a "week1" and "week2" inside that contains your homework of the last weeks.
61-
62-
- Remake an existing responsive website: choose one of the following
63-
- https://www.rijksoverheid.nl
64-
- http://www.awwwards.com
65-
- https://www.bostonglobe.com
66-
- https://www.thinkwithgoogle.com
67-
- http://muumilaakso.tampere.fi/en/
68-
- http://incredibletypes.com
69-
- http://thenextweb.com
70-
- It should have an external CSS file
71-
- BEFORE you hand it in, read the [Style guide](http://www.w3schools.com/html/html5_syntax.asp) again and check your files
60+
> Use the command line to create a directory "week3" inside your "hyf-html-css" directory. There should already be a "week1" and "week2" inside that contains your homework of the last weeks.
7261
62+
- Remake an existing responsive website: choose one of the following
63+
- https://www.rijksoverheid.nl
64+
- http://www.awwwards.com
65+
- https://www.bostonglobe.com
66+
- https://www.thinkwithgoogle.com
67+
- http://muumilaakso.tampere.fi/en/
68+
- http://incredibletypes.com
69+
- http://thenextweb.com
70+
- It should have an external CSS file
71+
- BEFORE you hand it in, read the [Style guide](http://www.w3schools.com/html/html5_syntax.asp) again and check your files
7372

7473
```
7574
How to hand in your homework:
76-
• Upload your homework in your Github repository.
77-
• Make sure to create a new folder "week3" first.
75+
• Upload your homework in your Github repository.
76+
• Make sure to create a new folder "week3" first.
7877
• Your hyf-html-css/week3 should now contain an index.html and a main.css file (and the images folder)
7978
• Place the link to your repository in Trello.
8079
```

Week3/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ In week three we will discuss the following topics
88
• Recap
99
• How to find useful resources on the web
1010
```
11-
Read the following links:
11+
12+
Read the following links:
1213

1314
- [CSS tricks ](https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/)
14-
- [CLI](https://github.com/HackYourFuture/CommandLine/blob/master/Lecture-2.md)
15+
- [CLI](https://github.com/HackYourFuture/CommandLine/blob/master/Week2/Lecture.md/)
1516
- Bookmark the sites/resources that you used that where most useful for you the last two weeks.
1617

1718
_Please go through the material and come to class prepared!_

0 commit comments

Comments
 (0)