Browse Source

Updated the instructions for the HTML files which were confusing because the students don't need to use them.

pull/603/head
Marie Malarme 4 years ago committed by Clément
parent
commit
571f6b9585
  1. 2
      subjects/build-brick-and-break/README.md
  2. 2
      subjects/fifty-shades-of-cold/README.md
  3. 2
      subjects/get-them-all/README.md
  4. 2
      subjects/gossip-grid/README.md
  5. 2
      subjects/harder-bigger-bolder-stronger/README.md
  6. 2
      subjects/keycodes-symphony/README.md
  7. 2
      subjects/mouse-trap/README.md
  8. 2
      subjects/pick-and-click/README.md
  9. 2
      subjects/pimp-my-style/README.md
  10. 2
      subjects/where-do-we-go/README.md

2
subjects/build-brick-and-break/README.md

@ -32,7 +32,7 @@ Today, your mission is to build a 3-column brick tower, maintain it and finally
### Provided files
- Use the HTML file [index.html](/public/subjects/build-brick-and-break/index.html), which includes:
- Check the HTML file [index.html](/public/subjects/build-brick-and-break/index.html), which includes:
- the JS script running some code, and which will also allow to run yours
- some CSS pre-styled classes: feel free to use those as they are, or modify them

2
subjects/fifty-shades-of-cold/README.md

@ -32,7 +32,7 @@ Check the `colors` array provided in the data file below.
### Provided files
- Use the HTML file [index.html](/public/subjects/fifty-shades-of-cold/index.html), which includes:
- Check the HTML file [index.html](/public/subjects/fifty-shades-of-cold/index.html), which includes:
- the JS script running some code, and which will also allow to run yours
- some CSS pre-styled classes: feel free to use those as they are, or modify them

2
subjects/get-them-all/README.md

@ -28,7 +28,7 @@ On top of the webpage, each of the four buttons fires a function which has to re
### Provided files
- Use the HTML file [index.html](/public/subjects/get-them-all/index.html), which includes:
- Check the HTML file [index.html](/public/subjects/get-them-all/index.html), which includes:
- the JS script running some code, and which will also allow to run yours
- some data used to generate content

2
subjects/gossip-grid/README.md

@ -17,7 +17,7 @@ The first `gossip` card must be a form with a `textarea` and a submit button tha
### Provided files
- Use the HTML file [index.html](/public/subjects/gossip-grid/index.html), which includes:
- Check the HTML file [index.html](/public/subjects/gossip-grid/index.html), which includes:
- the JS script which will allow to run your code
- some CSS pre-styled classes: feel free to use those as they are, or modify them

2
subjects/harder-bigger-bolder-stronger/README.md

@ -13,7 +13,7 @@ Write the function `generateLetters` which creates 120 `div`, each containing a
### Provided files
- Use the HTML file [index.html](/public/subjects/harder-bigger-bolder-stronger/index.html), which includes:
- Check the HTML file [index.html](/public/subjects/harder-bigger-bolder-stronger/index.html), which includes:
- the JS script running some code, and which will also allow to run yours
- some CSS pre-styled classes: feel free to use those as they are, or modify them

2
subjects/keycodes-symphony/README.md

@ -17,7 +17,7 @@ Write the function `compose`:
### Provided files
- Use the HTML file [index.html](/public/subjects/keycodes-symphony/index.html), which includes:
- Check the HTML file [index.html](/public/subjects/keycodes-symphony/index.html), which includes:
- the JS script which will allow to run your code
- some CSS pre-styled classes: feel free to use those as they are, or modify them

2
subjects/mouse-trap/README.md

@ -19,7 +19,7 @@ Develop a trap to capture the elements when the mouse is getting too close to th
### Provided files
- Use the HTML file [index.html](/public/subjects/mouse-trap/index.html), which includes:
- Check the HTML file [index.html](/public/subjects/mouse-trap/index.html), which includes:
- the JS script which will allow to run your code
- some CSS pre-styled classes: feel free to use those as they are, or modify them

2
subjects/pick-and-click/README.md

@ -23,7 +23,7 @@ Write the function `pick` which creates a `hsl` color picker varying the `hue` a
### Provided files
- Use the HTML file [index.html](/public/subjects/pick-and-click/index.html), which includes:
- Check the HTML file [index.html](/public/subjects/pick-and-click/index.html), which includes:
- the JS script which will allow to run your code
- some CSS pre-styled classes: feel free to use those as they are, or modify them

2
subjects/pimp-my-style/README.md

@ -41,7 +41,7 @@ Click 6 --> <button class="button"></div>
### Provided files
- Use the HTML file [index.html](/public/subjects/pimp-my-style/index.html), which includes:
- Check the HTML file [index.html](/public/subjects/pimp-my-style/index.html), which includes:
- the JS script running some code, and which will also allow to run yours
- some CSS pre-styled classes: feel free to use those as they are, or modify them

2
subjects/where-do-we-go/README.md

@ -20,7 +20,7 @@ Write the function `explore` which creates a page displaying the list of `places
### Provided files
- Use the HTML file [index.html](/public/subjects/where-do-we-go/index.html), which includes:
- Check the HTML file [index.html](/public/subjects/where-do-we-go/index.html), which includes:
- the JS script which will allow to run your code
- some CSS pre-styled classes: feel free to use those as they are, or modify them

Loading…
Cancel
Save