From 8e2dd4f0a4f85438619b06710bf6ac72585085e8 Mon Sep 17 00:00:00 2001 From: lee Date: Mon, 6 Sep 2021 10:11:28 +0100 Subject: [PATCH] dom links corrections --- subjects/build-brick-and-break/README.md | 2 +- subjects/fifty-shades-of-cold/README.md | 4 ++-- subjects/get-them-all/README.md | 4 ++-- subjects/gossip-grid/README.md | 4 ++-- subjects/harder-bigger-bolder-stronger/README.md | 2 +- subjects/keycodes-symphony/README.md | 2 +- subjects/mouse-trap/README.md | 2 +- subjects/pick-and-click/README.md | 2 +- subjects/pimp-my-style/README.md | 4 ++-- subjects/where-do-we-go/README.md | 4 ++-- 10 files changed, 15 insertions(+), 15 deletions(-) diff --git a/subjects/build-brick-and-break/README.md b/subjects/build-brick-and-break/README.md index 205b2bb0..d90b8484 100644 --- a/subjects/build-brick-and-break/README.md +++ b/subjects/build-brick-and-break/README.md @@ -34,7 +34,7 @@ Today, your mission is to build a 3-column brick tower, maintain it and finally You only need to create & submit the JS file `build-brick-and-break.js` ; we're providing you the following file to download (click right and save link) & test locally: -- the HTML file [build-brick-and-break.html](/public/subjects/build-brick-and-break/build-brick-and-break.html) to open in the browser, which includes: +- the HTML file [build-brick-and-break.html](./build-brick-and-break.html) to open in the browser, 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 diff --git a/subjects/fifty-shades-of-cold/README.md b/subjects/fifty-shades-of-cold/README.md index 24991e7b..9ad8d2e8 100644 --- a/subjects/fifty-shades-of-cold/README.md +++ b/subjects/fifty-shades-of-cold/README.md @@ -34,12 +34,12 @@ Check the `colors` array provided in the data file below. You only need to create & submit the JS file `fifty-shades-of-cold.js` ; we're providing you the following files to download (click right and save link) & test locally: -- the HTML file [fifty-shades-of-cold.html](/public/subjects/fifty-shades-of-cold/fifty-shades-of-cold.html) to open in the browser, which includes: +- the HTML file [fifty-shades-of-cold.html](./fifty-shades-of-cold.html) to open in the browser, 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 -- the data file [fifty-shades-of-cold.data.js](/public/subjects/fifty-shades-of-cold/fifty-shades-of-cold.data.js) from which you can import `colors` +- the data file [fifty-shades-of-cold.data.js](./fifty-shades-of-cold.data.js) from which you can import `colors` ### Expected result diff --git a/subjects/get-them-all/README.md b/subjects/get-them-all/README.md index 48b41ecd..fc212ccb 100644 --- a/subjects/get-them-all/README.md +++ b/subjects/get-them-all/README.md @@ -44,10 +44,10 @@ On top of the webpage, each of the four buttons fires a function: You only need to create & submit the JS file `get-them-all.js` ; we're providing you the following files to download (click right and save link) & test locally: -- the HTML file [get-them-all.html](/public/subjects/get-them-all/get-them-all.html) to open in the browser, which includes: +- the HTML file [get-them-all.html](./get-them-all.html) to open in the browser, 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 - the import of the data -- the data file [get-them-all.data.js](/public/subjects/get-them-all/get-them-all.data.js) used to generate content in the HTML +- the data file [get-them-all.data.js](./get-them-all.data.js) used to generate content in the HTML diff --git a/subjects/gossip-grid/README.md b/subjects/gossip-grid/README.md index 7d7c4530..f7acd449 100644 --- a/subjects/gossip-grid/README.md +++ b/subjects/gossip-grid/README.md @@ -26,12 +26,12 @@ Create 3 `type="range"` inputs with the class `range`, all wrapped in a `div` wi You only need to create & submit the JS file `gossip-grid.js` ; we're providing you the following files to download (click right and save link) & test locally: -- the HTML file [gossip-grid.html](/public/subjects/gossip-grid/gossip-grid.html) to open in the browser, which includes: +- the HTML file [gossip-grid.html](./gossip-grid.html) to open in the browser, 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 -- the data file [gossip-grid.data.js](/public/subjects/gossip-grid/gossip-grid.data.js) from which you can import `gossips` +- the data file [gossip-grid.data.js](./gossip-grid.data.js) from which you can import `gossips` ### Expected result diff --git a/subjects/harder-bigger-bolder-stronger/README.md b/subjects/harder-bigger-bolder-stronger/README.md index 1ef42dcc..fae93805 100644 --- a/subjects/harder-bigger-bolder-stronger/README.md +++ b/subjects/harder-bigger-bolder-stronger/README.md @@ -15,7 +15,7 @@ Write the function `generateLetters` which creates 120 `div`, each containing a You only need to create & submit the JS file `harder-bigger-bolder-stronger.js` ; we're providing you the following file to download (click right and save link) & test locally: -- the HTML file [harder-bigger-bolder-stronger.html](/public/subjects/harder-bigger-bolder-stronger/harder-bigger-bolder-stronger.html) to open in the browser, which includes: +- the HTML file [harder-bigger-bolder-stronger.html](./harder-bigger-bolder-stronger.html) to open in the browser, 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 diff --git a/subjects/keycodes-symphony/README.md b/subjects/keycodes-symphony/README.md index 046479c9..52ba6ec5 100644 --- a/subjects/keycodes-symphony/README.md +++ b/subjects/keycodes-symphony/README.md @@ -19,7 +19,7 @@ Write the function `compose`: You only need to create & submit the JS file `keycodes-symphony.js` ; we're providing you the following file to download (click right and save link) & test locally: -- the HTML file [keycodes-symphony.html](/public/subjects/keycodes-symphony/keycodes-symphony.html) to open in the browser, which includes: +- the HTML file [keycodes-symphony.html](./keycodes-symphony.html) to open in the browser, 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 diff --git a/subjects/mouse-trap/README.md b/subjects/mouse-trap/README.md index f9284be6..46b801e3 100644 --- a/subjects/mouse-trap/README.md +++ b/subjects/mouse-trap/README.md @@ -25,7 +25,7 @@ Develop a trap to capture the elements when the mouse is getting too close to th You only need to create & submit the JS file `mouse-trap.js` ; we're providing you the following file to download (click right and save link) & test locally: -- the HTML file [mouse-trap.html](/public/subjects/mouse-trap/mouse-trap.html) to open in the browser, which includes: +- the HTML file [mouse-trap.html](./mouse-trap.html) to open in the browser, 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 diff --git a/subjects/pick-and-click/README.md b/subjects/pick-and-click/README.md index 76ca408d..6105452c 100644 --- a/subjects/pick-and-click/README.md +++ b/subjects/pick-and-click/README.md @@ -33,7 +33,7 @@ Write the function `pick` which turns the screen into a `hsl` color picker, vary You only need to create & submit the JS file `pick-and-click.js` ; we're providing you the following file to download (click right and save link) & test locally: -- the HTML file [pick-and-click.html](/public/subjects/pick-and-click/pick-and-click.html) to open in the browser, which includes: +- the HTML file [pick-and-click.html](./pick-and-click.html) to open in the browser, 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 diff --git a/subjects/pimp-my-style/README.md b/subjects/pimp-my-style/README.md index c7c24ec8..df69ce15 100644 --- a/subjects/pimp-my-style/README.md +++ b/subjects/pimp-my-style/README.md @@ -43,12 +43,12 @@ Click 6 -->