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

Skip to content

Commit 1c8eabd

Browse files
authored
Merge branch 'master' into patch-1
2 parents 898a8f7 + 87ec120 commit 1c8eabd

File tree

5 files changed

+15
-11
lines changed

5 files changed

+15
-11
lines changed

Week0/README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,16 +61,15 @@
6161

6262
>If the answer to this is 'no', don't panic, you can always ask help in Slack, but before you do, please first try and see if you can find some information about the above tools yourself (hint: ask Google first).
6363
64-
### Do you have a text editor installed?
64+
### Do you have Visual studio installed?
6565

66-
Any of the ones listed below is fine.
6766
- [Visual studio](https://code.visualstudio.com/)
68-
- [Brackets](http://brackets.io)
69-
- [Atom](https://atom.io/)
70-
- [Spacemacs](http://spacemacs.org/)
71-
- [Sublime (not free)](https://www.sublimetext.com/)
7267

73-
If you have no experience or preference when it comes to working with text editor just install Visual studio, you can always switch to another editor later on in the program.
68+
After you installed vscode, also install the following plugins
69+
- [Live HTML Previewer](https://marketplace.visualstudio.com/items?itemName=hdg.live-html-previewer)
70+
71+
72+
>Visual studio is the default text editor we use in the course. We expect you to use this editor through the entire course.
7473
7574
### Curriculum
7675
Don't forget to take a look at the [HackYourFuture curriculum](https://github.com/HackYourFuture/curriculum). Go through it and make sure you have an idea of what you will learn at HackYourFuture :muscle:

Week1/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ If you have *Windows machines*, please follow the following link and install Git
1818

1919
If you have Linux installed on your laptop or you have a MACbook, then you don’t need to do anything. See you this Sunday.
2020

21+
### Read about CLI
22+
23+
Go to the [CLI](https://github.com/HackYourFuture/CommandLine/blob/master/Lecture-1.md) repoistory to prepare for you first commandline class!
2124

2225
### Here are resources that we like you to read as a preparation for the coming lecture:
2326
- Start reading about media queries here: [Introduction to Media Queries](https://varvy.com/mobile/media-queries.html).
@@ -37,4 +40,4 @@ Please read the following sections:
3740
- The DevTools window
3841
- Inspecting the DOM and styles
3942

40-
_Please go through the material and come to class prepared!_
43+
_Please go through the material and come to class prepared!_

Week2/MAKEME.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ _Deadline Saturday_
7070
> Use the command line to create a directory "week2" inside your hyf-html-css directory. There should already be a week1 inside that contains your homework of last week.
7171
7272
- Grids exercise
73-
- Download the HTML and images in the folder Homework 2
73+
- Download the HTML and images in the folder Homework 2 ([or click this link to download](https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/HackYourFuture/HTML-CSS/tree/master/Week2/Homework2))
7474
- You are going to write the CSS for this page
7575
- You are not allowed to change the HTML
7676
- The page contains two grids: the first one should work using floats, the second using flex box. Be careful not to mix the two!

Week2/README.md

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

1213
- [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)
1315
- Bookmark the sites/resources that you used that where most useful for you the last two weeks.
1416

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

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/Week0/README.md) you find the readings you have to complete before your first JavaScript lecture
3+
>[Here](https://github.com/HackYourFuture/JavaScript/blob/master/Week0/README.md) you find the readings you have to complete before your first JavaScript lecture
44
55
### Learning goals for this week:
66
```
@@ -61,4 +61,4 @@ How to hand in your homework:
6161

6262
_Deadline Sunday morning_
6363

64-
Go through the reading material in the JavaScript [README.md](https://github.com/HackYourFuture/JavaScript/Week0/README.md) to prepare for your next class
64+
Go through the reading material in the JavaScript [README.md](https://github.com/HackYourFuture/JavaScript/blob/master/Week0/README.md) to prepare for your next class

0 commit comments

Comments
 (0)