From d6821a3c5dc6628c1670766223f4b028e568b7bc Mon Sep 17 00:00:00 2001
From: Tjebbee <33282467+Tjebbee@users.noreply.github.com>
Date: Tue, 3 Nov 2020 14:40:28 +0100
Subject: [PATCH 1/6] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 85f07610e..b7dc421d8 100644
--- a/README.md
+++ b/README.md
@@ -111,7 +111,7 @@ Learn from Uday in the following playlist of videos he has made for you! (Click
-### Presentation module
+## Presentation module
Besides learing a lot of technical concepts you'll be focussing on the softskills as well. Please have a look at [this](https://github.com/HackYourFuture/presentation-module) RePo for all the details and deadlines.
## Planning
From 7dea5ca9af13fa91ef2b41c205c1c33ff9d934bf Mon Sep 17 00:00:00 2001
From: Tjebbee <33282467+Tjebbee@users.noreply.github.com>
Date: Tue, 3 Nov 2020 14:41:31 +0100
Subject: [PATCH 2/6] Update README.md
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index b7dc421d8..df16d30d3 100644
--- a/README.md
+++ b/README.md
@@ -60,6 +60,9 @@ foo@bar:~$ git branch week3-YOURNAME
Here's a video in order that shows you how it's done: [How to Submit Your Homework](https://www.youtube.com/watch?v=CpYARPYGQU8)
+### Presentation module
+Besides learing a lot of technical concepts you'll be focussing on the softskills as well. Please have a look at [this](https://github.com/HackYourFuture/presentation-module) RePo for all the details and deadlines.
+
## Learning goals
In order to successfully complete this module you will need to master the following:
@@ -111,9 +114,6 @@ Learn from Uday in the following playlist of videos he has made for you! (Click
-## Presentation module
-Besides learing a lot of technical concepts you'll be focussing on the softskills as well. Please have a look at [this](https://github.com/HackYourFuture/presentation-module) RePo for all the details and deadlines.
-
## Planning
| Week | Topic | Reading Materials | Homework | Lesson Plan |Presentation module |
From 07fa3a872b68a4753be25e09a891ebc5228cca50 Mon Sep 17 00:00:00 2001
From: Tjebbee <33282467+Tjebbee@users.noreply.github.com>
Date: Tue, 3 Nov 2020 14:42:15 +0100
Subject: [PATCH 3/6] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index df16d30d3..ca9e12cfa 100644
--- a/README.md
+++ b/README.md
@@ -60,7 +60,7 @@ foo@bar:~$ git branch week3-YOURNAME
Here's a video in order that shows you how it's done: [How to Submit Your Homework](https://www.youtube.com/watch?v=CpYARPYGQU8)
-### Presentation module
+### 3. Presentation module
Besides learing a lot of technical concepts you'll be focussing on the softskills as well. Please have a look at [this](https://github.com/HackYourFuture/presentation-module) RePo for all the details and deadlines.
## Learning goals
From 8f17b9c6dbf94ae4fbf18a35337cf19fea5b3a57 Mon Sep 17 00:00:00 2001
From: Wouter Kleijn <37488847+wouterkleijn@users.noreply.github.com>
Date: Thu, 5 Nov 2020 16:10:31 +0100
Subject: [PATCH 4/6] update text
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index ca9e12cfa..137353ac2 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@ foo@bar:~$ git branch week3-YOURNAME
Here's a video in order that shows you how it's done: [How to Submit Your Homework](https://www.youtube.com/watch?v=CpYARPYGQU8)
### 3. Presentation module
-Besides learing a lot of technical concepts you'll be focussing on the softskills as well. Please have a look at [this](https://github.com/HackYourFuture/presentation-module) RePo for all the details and deadlines.
+Besides learing a lot of technical concepts you'll be focussing on the softskills as well. Please have a look at [this](https://github.com/HackYourFuture/presentation-module) RePo for more details.
## Learning goals
From 349afccd3549f83f9d6bd3c36eb677a141b2e794 Mon Sep 17 00:00:00 2001
From: robvk
Date: Tue, 26 Jan 2021 13:09:17 +0100
Subject: [PATCH 5/6] Update README.md
Deprecation notice
---
README.md | 17 ++++++-----------
1 file changed, 6 insertions(+), 11 deletions(-)
diff --git a/README.md b/README.md
index 137353ac2..aa2d992fe 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,7 @@
-> If you are following the HackYourFuture curriculum we recommend you to start with module 1: [HTML/CSS/GIT](https://github.com/HackYourFuture/HTML-CSS). To get a complete overview of the HackYourFuture curriculum first, click [here](https://github.com/HackYourFuture/curriculum).
-
-> Please help us improve and share your feedback! If you find better tutorials
-> or links, please share them by [opening a pull request](https://github.com/HackYourFuture/JavaScript1/pulls).
-
-# Module #2 - JavaScript 1: Programming Basics (Frontend)
-
-
+# DEPRECATED - JavaScript 1
+This module has been replace with the Browsers module, find it [here](https://github.com/HackYourFuture/Browsers)
+```
In this module you'll make a start into wonderful world of programming. We will be using the programming language `JavaScript` to do so. You'll learn about the basic building blocks of programming: `loops`, `functions`, `control flow` and more. Consider these as the ABC's of programming, without them it's impossible to write working software!
You'll be learning two main things:
@@ -49,11 +44,11 @@ Here are the steps to get started:
2. `clone` your forked repository to your computer.
3. Make `GIT` branches for each week. Start at the `master` branch and execute the following (note that they're 3 different commands):
-```console
+`console
foo@bar:~$ git branch week1-YOURNAME
foo@bar:~$ git branch week2-YOURNAME
foo@bar:~$ git branch week3-YOURNAME
-```
+`
4. `checkout` to `week1-YOURNAME`
5. Get started with making your homework!
@@ -130,4 +125,4 @@ If you feel ready for the next challenge, click [here](https://www.github.com/Ha
_The HackYourFuture curriculum is subject to CC BY copyright. This means you can freely use our materials, but just make sure to give us credit for it :)_
-
This work is licensed under a Creative Commons Attribution 4.0 International License.
+
This work is licensed under a Creative Commons Attribution 4.0 International License.```
From f93ff6634403c9bc37276060f167564b8001bdf6 Mon Sep 17 00:00:00 2001
From: robvk
Date: Tue, 26 Jan 2021 13:10:45 +0100
Subject: [PATCH 6/6] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index aa2d992fe..5e3f75cff 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# DEPRECATED - JavaScript 1
-This module has been replace with the Browsers module, find it [here](https://github.com/HackYourFuture/Browsers)
+This module has been replace with the JavaScript module, find it [here](https://github.com/HackYourFuture/JavaScript)
```
In this module you'll make a start into wonderful world of programming. We will be using the programming language `JavaScript` to do so. You'll learn about the basic building blocks of programming: `loops`, `functions`, `control flow` and more. Consider these as the ABC's of programming, without them it's impossible to write working software!