diff --git a/README.md b/README.md index baee45c..ab79e57 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ So since this is your first module, what can you expect the next three weeks? | Week | Topic | Read | Homework | | ---- | ------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------- | ----------------------------------- | | 1. | DOM, HTML/CSS syntax | [Week 1 Reading](/Week1/README.md) | [Homework week 1](/Week1/MAKEME.md) | -| 2. | [CLI](https://github.com/HackYourFuture/CommandLine/blob/master/Week1/Lecture.md), Responsive design, media queries, developer tools | [Week 2 Reading](/Week2/README.md) | [Homework week 2](/Week2/MAKEME.md) | -| 3. | [CLI](https://github.com/HackYourFuture/CommandLine/blob/master/Week2/Lecture.md/), Recap, useful resources on the web | [JavaScript Intro](https://github.com/HackYourFuture/JavaScript/blob/master/Week1/README.md) | [Homework week 3](/Week3/MAKEME.md) | +| 2. | [CLI](https://github.com/FooCoding/CommandLine/blob/master/Week1/Lecture.md), Responsive design, media queries, developer tools | [Week 2 Reading](/Week2/README.md) | [Homework week 2](/Week2/MAKEME.md) | +| 3. | [CLI](https://github.com/FooCoding/CommandLine/blob/master/Week2/Lecture.md/), Recap, useful resources on the web | [JavaScript Intro](https://github.com/FooCoding/JavaScript1/blob/master/Week1/README.md) | [Homework week 3](/Week3/MAKEME.md) | Please get yourself familiar with this repository by navigating your way through the different README files. Kind note: make sure to read assignment requirements properly for handing them in, in the end this saves both you and your teacher a lot of time. If you have any questions or something is not entirely clear ¯\\\_(ツ)\_/¯, please ask/comment on Slack! @@ -46,3 +46,6 @@ Please get yourself familiar with this repository by navigating your way through • Learn output redirection, piping on the terminal. • Write basic shell scripts to ease the programming life. ``` + +--- +Credit goes to [HackYourFuture](https://github.com/HackYourFuture) which this is based upon. diff --git a/Week1/README.md b/Week1/README.md index 09ce965..55b9ccf 100644 --- a/Week1/README.md +++ b/Week1/README.md @@ -92,4 +92,4 @@ After you installed vscode, also install the following plugins >Visual studio is the default text editor we use in the course. We expect you to use this editor through the entire course. ### Curriculum -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: +Don't forget to take a look at the [FooCoding curriculum](https://github.com/FooCoding/curriculum). Go through it and make sure you have an idea of what you will learn at FooCoding :muscle: diff --git a/Week2/MAKEME.md b/Week2/MAKEME.md index 6334404..9e8c8b0 100644 --- a/Week2/MAKEME.md +++ b/Week2/MAKEME.md @@ -24,7 +24,7 @@ _Deadline Tuesday_ -> We covered a bit of command line usage in the first class and got a program running which is great. If you need a refresher for the command line please have a look here: https://github.com/HackYourFuture/CommandLine/blob/master/Week1/Lecture.md +> We covered a bit of command line usage in the first class and got a program running which is great. If you need a refresher for the command line please have a look here: https://github.com/FooCoding/CommandLine/blob/master/Week1/Lecture.md ``` 1. Research how to create a hidden file and how to display it using ls command. @@ -79,7 +79,7 @@ _Deadline Saturday_ > 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. - Grids exercise - - 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)) + - 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/FooCoding/HTML-CSS/tree/master/Week2/Homework2)) - You are going to write the CSS for this page - You are not allowed to change the HTML - The page contains two grids: the first one should work using floats, the second using flex box. Be careful not to mix the two! diff --git a/Week2/README.md b/Week2/README.md index c55d4e2..b68729e 100644 --- a/Week2/README.md +++ b/Week2/README.md @@ -23,7 +23,7 @@ If you have Linux installed on your laptop or you have a MACbook, then you don ### Read about CLI -Go to the [CLI](https://github.com/HackYourFuture/CommandLine/) repoistory to prepare for you first commandline class! +Go to the [CLI](https://github.com/FooCoding/CommandLine/) repository to prepare for you first commandline class! ### Here are resources that we like you to read as a preparation for the coming lecture: - Start reading about media queries here: [Introduction to Media Queries](https://varvy.com/mobile/media-queries.html). diff --git a/Week3/MAKEME.md b/Week3/MAKEME.md index 78ad113..71de957 100644 --- a/Week3/MAKEME.md +++ b/Week3/MAKEME.md @@ -1,6 +1,6 @@ ## Homework Week 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 +> [Here](https://github.com/FooCoding/JavaScript/blob/master/Week1/README.md) you find the readings you have to complete before your first JavaScript lecture ### Learning goals for this week: @@ -43,7 +43,7 @@ Write ONE shell script to do following: and store the unique strings in lovelyCommands.txt ``` -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/) +For and overview of the commands we learned in class please take a look at the overview of the [second lecture](https://github.com/FooCoding/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/FooCoding/CommandLine/blob/master/Week1/Lecture.md/) ## Step 3: Assignment @@ -74,4 +74,4 @@ How to hand in your homework: _Deadline Sunday morning_ -Go through the reading material in the JavaScript [README.md](https://github.com/HackYourFuture/JavaScript/blob/master/Week1/README.md) to prepare for your next class +Go through the reading material in the JavaScript [README.md](https://github.com/FooCoding/JavaScript/blob/master/Week1/README.md) to prepare for your next class diff --git a/Week3/README.md b/Week3/README.md index fb8c74b..9586fcb 100644 --- a/Week3/README.md +++ b/Week3/README.md @@ -12,7 +12,7 @@ In week three we will discuss the following topics Read the following links: - [CSS tricks ](https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/) -- [CLI](https://github.com/HackYourFuture/CommandLine/blob/master/Week2/Lecture.md/) +- [CLI](https://github.com/FooCoding/CommandLine/blob/master/Week2/Lecture.md/) - Bookmark the sites/resources that you used that where most useful for you the last two weeks. _Please go through the material and come to class prepared!_