You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Week3/MAKEME.md
+27-28Lines changed: 27 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,9 @@
1
1
## Homework Week 3
2
2
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
4
4
5
5
### Learning goals for this week:
6
+
6
7
```
7
8
• CLI
8
9
• Learn output redirection, piping on the terminal.
@@ -14,31 +15,31 @@
14
15
```
15
16
16
17
### 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
24
26
25
27
## Step 1: Give feedback
26
28
27
29
_Deadline Monday_
28
30
29
31
- In Trello you are added to one of the cards of your fellow students.
30
32
- 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.
33
34
34
35
## Step 2: Command Line
35
36
36
37
_Deadline Wednesday_
37
38
38
39
```
39
40
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.
42
43
Then copy the file greetings.txt and paste its contents into 1.txt, 2.txt, 3.txt, 4.txt and 5.txt.
43
44
3. Then write the text "cat" to pets.txt
44
45
Then append the text "dog" to pets.txt
@@ -50,31 +51,29 @@ Write ONE shell script to do following:
50
51
and store the unique strings in lovelyCommands.txt
51
52
```
52
53
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/)
55
55
56
56
## Step 3: Assignment
57
57
58
58
_Deadline Saturday_
59
59
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.
72
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
73
72
74
73
```
75
74
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.
78
77
• Your hyf-html-css/week3 should now contain an index.html and a main.css file (and the images folder)
0 commit comments