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 1/3] 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 2/3] 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) - -![JavaScript1](./assets/javascript1.png) +# 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 :)_ -Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License. +Creative Commons 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 3/3] 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!