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/Week2/MAKEME.md b/Week2/MAKEME.md index 878aabe..85915a6 100644 --- a/Week2/MAKEME.md +++ b/Week2/MAKEME.md @@ -57,7 +57,7 @@ In this project you're going to rebuild `the homepage` of an existing responsive You don't have to build everything, but include the following requirements: -- Create a new repository on your GitHub for your website, you can name it _WEBSITENAME-clone_ +- Create a completely new repository on your GitHub for your website, you can name it _WEBSITENAME-copy_ - Create an `index.html` to make your HTML - Design-wise it should be similar so the fonts, icons, text, etc. should look the same as the original - Only rebuild the homepage (which should include a navigation bar, footer, the landing section and at least 2 other sections. A section is one part of the website that contains information and that needs to adjust based on the screen size. A list of company logo's or a single button is not considered a section!) @@ -81,6 +81,7 @@ If you like learning in a fun way there are quite a few games on the internet th After you've finished your todo list it's time to show us what you got! The homework you have to submit this week is the following: 1. GIT exercise (the URL of the remote `favorite-cmd-commands` repository) -2. A link to your *deployed* cloned website +2. A link to your repository of your copied website +3. A link to your *deployed* copied website Go through the [guide](../hand-in-homework-guide.md) to learn how to submit your homework. 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