diff --git a/README.md b/README.md index 1bb8893..ef7059d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -> If you are following the HackYourFuture curriculum we recommend you to first take a look at the complete curriculum, which you can find [here](https://github.com/HackYourFuture/curriculum). +# DEPRECATED - HTML-CSS +This module has been reorganised: +- The HTML and CSS is now in the explore module, find it [here](https://github.com/HackYourFuture/explore) +- The CLI and Git is now the CLI-Git module which you can find [here](https://github.com/HackYourFuture/CLI-Git) -> 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/HTML-CSS/pulls). - -# Module #1 - HTML, CSS and GIT (Frontend) ![Module 1](assets/module1.png) diff --git a/Week3/README.md b/Week3/README.md index ec6e2ce..325f94f 100644 --- a/Week3/README.md +++ b/Week3/README.md @@ -80,6 +80,10 @@ While both are important to know about, it's useful to study the second way a li - [About forks](https://help.github.com/en/articles/about-forks) - [GitHub Homework flow](https://www.youtube.com/watch?v=CpYARPYGQU8) +Also the following diagram will help you in understanding the principles of flow movements between the local and remote repositories. + +![diagram](assets/diagram.jpeg) + ## 2. CSS Frameworks In order to explain CSS frameworks, we first must understand what a framework is. Let's illustrate this using an analogy. diff --git a/Week3/assets/diagram.jpeg b/Week3/assets/diagram.jpeg new file mode 100644 index 0000000..95252e3 Binary files /dev/null and b/Week3/assets/diagram.jpeg differ