diff --git a/README.md b/README.md index ca9e12cfa..5e3f75cff 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 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! 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! @@ -61,7 +56,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 @@ -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.```