diff --git a/subjects/build-brick-and-break/README.md b/subjects/build-brick-and-break/README.md index 8fe63bf7..8712a43d 100644 --- a/subjects/build-brick-and-break/README.md +++ b/subjects/build-brick-and-break/README.md @@ -26,7 +26,7 @@ You only need to create & submit the JS file `build-brick-and-break.js`, We're p - the HTML file [build-brick-and-break.html](./build-brick-and-break.html) can be opened in the browser, which includes: - the JS script running some code, and which will enable you to run your code. -- feel free to use the CSS file [build-brick-and-break.css](./build-brick-and-break.css) as it is or you can also modify it. +- feel free to use the CSS file [build-brick-and-break.data.css](./build-brick-and-break.data.css) as it is or you can also modify it. ### Expected result diff --git a/subjects/build-brick-and-break/build-brick-and-break.css b/subjects/build-brick-and-break/build-brick-and-break.data.css similarity index 100% rename from subjects/build-brick-and-break/build-brick-and-break.css rename to subjects/build-brick-and-break/build-brick-and-break.data.css diff --git a/subjects/build-brick-and-break/build-brick-and-break.html b/subjects/build-brick-and-break/build-brick-and-break.html index 2f45ca52..79b45361 100644 --- a/subjects/build-brick-and-break/build-brick-and-break.html +++ b/subjects/build-brick-and-break/build-brick-and-break.html @@ -5,7 +5,7 @@ Build brick and break - + diff --git a/subjects/fifty-shades-of-cold/README.md b/subjects/fifty-shades-of-cold/README.md index 5bdc4e11..c54cffd2 100644 --- a/subjects/fifty-shades-of-cold/README.md +++ b/subjects/fifty-shades-of-cold/README.md @@ -32,7 +32,7 @@ You only need to create & submit the JS file `fifty-shades-of-cold.js`, we're pr - the data file [fifty-shades-of-cold.data.js](./fifty-shades-of-cold.data.js) from which you can import `colors`. -- feel free to use the CSS file [fifty-shades-of-cold.css](./fifty-shades-of-cold.css) as it is or you can also modify it. +- feel free to use the CSS file [fifty-shades-of-cold.data.css](./fifty-shades-of-cold.data.css) as it is or you can also modify it. ### Expected result diff --git a/subjects/fifty-shades-of-cold/fifty-shades-of-cold.css b/subjects/fifty-shades-of-cold/fifty-shades-of-cold.data.css similarity index 100% rename from subjects/fifty-shades-of-cold/fifty-shades-of-cold.css rename to subjects/fifty-shades-of-cold/fifty-shades-of-cold.data.css diff --git a/subjects/fifty-shades-of-cold/fifty-shades-of-cold.html b/subjects/fifty-shades-of-cold/fifty-shades-of-cold.html index 39cb9839..63e09e51 100644 --- a/subjects/fifty-shades-of-cold/fifty-shades-of-cold.html +++ b/subjects/fifty-shades-of-cold/fifty-shades-of-cold.html @@ -5,7 +5,7 @@ Fifty shades of cold - + diff --git a/subjects/get-them-all/README.md b/subjects/get-them-all/README.md index ccabd335..083411c9 100644 --- a/subjects/get-them-all/README.md +++ b/subjects/get-them-all/README.md @@ -52,4 +52,4 @@ You only need to create & submit the JS file `get-them-all.js` ; we're providing - the data file [get-them-all.data.js](./get-them-all.data.js) used to generate content in the HTML -- feel free to use the CSS file [get-them-all.css](./get-them-all.css) as it is or you can also modify it. +- feel free to use the CSS file [get-them-all.data.css](./get-them-all.data.css) as it is or you can also modify it. diff --git a/subjects/get-them-all/get-them-all.css b/subjects/get-them-all/get-them-all.data.css similarity index 100% rename from subjects/get-them-all/get-them-all.css rename to subjects/get-them-all/get-them-all.data.css diff --git a/subjects/get-them-all/get-them-all.html b/subjects/get-them-all/get-them-all.html index ff0bba6f..8ea39859 100644 --- a/subjects/get-them-all/get-them-all.html +++ b/subjects/get-them-all/get-them-all.html @@ -5,7 +5,7 @@ Get them all - + diff --git a/subjects/gossip-grid/README.md b/subjects/gossip-grid/README.md index e883b14b..648981cf 100644 --- a/subjects/gossip-grid/README.md +++ b/subjects/gossip-grid/README.md @@ -25,7 +25,7 @@ You only need to create & submit the JS file `gossip-grid.js`; we're providing y - the data file [gossip-grid.data.js](./gossip-grid.data.js) from which you can import `gossips`. -- feel free to use the CSS file [gossip-grid.css](./gossip-grid.css) as it is or you can also modify it. +- feel free to use the CSS file [gossip-grid.data.css](./gossip-grid.data.css) as it is or you can also modify it. ### Expected result diff --git a/subjects/gossip-grid/gossip-grid.css b/subjects/gossip-grid/gossip-grid.data.css similarity index 100% rename from subjects/gossip-grid/gossip-grid.css rename to subjects/gossip-grid/gossip-grid.data.css diff --git a/subjects/gossip-grid/gossip-grid.html b/subjects/gossip-grid/gossip-grid.html index b4101355..cac4daa9 100644 --- a/subjects/gossip-grid/gossip-grid.html +++ b/subjects/gossip-grid/gossip-grid.html @@ -5,7 +5,7 @@ Gossip grid - + diff --git a/subjects/harder-bigger-bolder-stronger/README.md b/subjects/harder-bigger-bolder-stronger/README.md index 5d05ffb1..5e8ea477 100644 --- a/subjects/harder-bigger-bolder-stronger/README.md +++ b/subjects/harder-bigger-bolder-stronger/README.md @@ -18,7 +18,7 @@ You only need to create & submit the JS file `harder-bigger-bolder-stronger.js`. - the JS script running some code, and which will enable you to run yours. -- feel free to use the CSS file [harder-bigger-bolder-stronger.css](./harder-bigger-bolder-stronger.css) as it is or you can also modify it. +- feel free to use the CSS file [harder-bigger-bolder-stronger.data.css](./harder-bigger-bolder-stronger.data.css) as it is or you can also modify it. ### Notions diff --git a/subjects/harder-bigger-bolder-stronger/harder-bigger-bolder-stronger.css b/subjects/harder-bigger-bolder-stronger/harder-bigger-bolder-stronger.data.css similarity index 100% rename from subjects/harder-bigger-bolder-stronger/harder-bigger-bolder-stronger.css rename to subjects/harder-bigger-bolder-stronger/harder-bigger-bolder-stronger.data.css diff --git a/subjects/harder-bigger-bolder-stronger/harder-bigger-bolder-stronger.html b/subjects/harder-bigger-bolder-stronger/harder-bigger-bolder-stronger.html index 17166c38..5782187e 100644 --- a/subjects/harder-bigger-bolder-stronger/harder-bigger-bolder-stronger.html +++ b/subjects/harder-bigger-bolder-stronger/harder-bigger-bolder-stronger.html @@ -5,7 +5,7 @@ Harder, bigger, bolder, stronger - + diff --git a/subjects/keycodes-symphony/README.md b/subjects/keycodes-symphony/README.md index f4c9ce7b..84278c06 100644 --- a/subjects/keycodes-symphony/README.md +++ b/subjects/keycodes-symphony/README.md @@ -18,7 +18,7 @@ You only need to create & submit the JS file `keycodes-symphony.js`; we're provi - the JS script which will allow to run your code. -- feel free to use the CSS file [keycodes-symphony.css](./keycodes-symphony.css) as it is or you can also modify it. +- feel free to use the CSS file [keycodes-symphony.data.css](./keycodes-symphony.data.css) as it is or you can also modify it. ### Expected result diff --git a/subjects/keycodes-symphony/keycodes-symphony.css b/subjects/keycodes-symphony/keycodes-symphony.data.css similarity index 100% rename from subjects/keycodes-symphony/keycodes-symphony.css rename to subjects/keycodes-symphony/keycodes-symphony.data.css diff --git a/subjects/keycodes-symphony/keycodes-symphony.html b/subjects/keycodes-symphony/keycodes-symphony.html index ed4c46a3..79c73523 100644 --- a/subjects/keycodes-symphony/keycodes-symphony.html +++ b/subjects/keycodes-symphony/keycodes-symphony.html @@ -5,7 +5,7 @@ Keycodes symphony - + diff --git a/subjects/mouse-trap/README.md b/subjects/mouse-trap/README.md index b4ca19a2..714c9c69 100644 --- a/subjects/mouse-trap/README.md +++ b/subjects/mouse-trap/README.md @@ -23,7 +23,7 @@ You only need to create & submit the JS file `mouse-trap.js`; we're providing yo - the JS script which will enable you to run your code. -- feel free to use the CSS file [mouse-trap.css](./mouse-trap.css) as it is or you can also modify it. +- feel free to use the CSS file [mouse-trap.data.css](./mouse-trap.data.css) as it is or you can also modify it. ### Expected result diff --git a/subjects/mouse-trap/mouse-trap.css b/subjects/mouse-trap/mouse-trap.data.css similarity index 100% rename from subjects/mouse-trap/mouse-trap.css rename to subjects/mouse-trap/mouse-trap.data.css diff --git a/subjects/mouse-trap/mouse-trap.html b/subjects/mouse-trap/mouse-trap.html index 238e6065..9ab9a0ad 100644 --- a/subjects/mouse-trap/mouse-trap.html +++ b/subjects/mouse-trap/mouse-trap.html @@ -5,7 +5,7 @@ Mouse trap - + diff --git a/subjects/pick-and-click/README.md b/subjects/pick-and-click/README.md index 8170a4fd..4b377457 100644 --- a/subjects/pick-and-click/README.md +++ b/subjects/pick-and-click/README.md @@ -33,7 +33,7 @@ You only need to create & submit the JS file `pick-and-click.js`; we're providin - the JS script which will enable you to run your code. -- feel free to use the CSS file [pick-and-click.css](./pick-and-click.css) as it is or you can also modify it. +- feel free to use the CSS file [pick-and-click.data.css](./pick-and-click.data.css) as it is or you can also modify it. ### Expected result diff --git a/subjects/pick-and-click/pick-and-click.css b/subjects/pick-and-click/pick-and-click.data.css similarity index 100% rename from subjects/pick-and-click/pick-and-click.css rename to subjects/pick-and-click/pick-and-click.data.css diff --git a/subjects/pick-and-click/pick-and-click.html b/subjects/pick-and-click/pick-and-click.html index cc600142..b3e9501c 100644 --- a/subjects/pick-and-click/pick-and-click.html +++ b/subjects/pick-and-click/pick-and-click.html @@ -5,7 +5,7 @@ Pick & click - + diff --git a/subjects/pimp-my-style/README.md b/subjects/pimp-my-style/README.md index 623f771e..6111de79 100644 --- a/subjects/pimp-my-style/README.md +++ b/subjects/pimp-my-style/README.md @@ -48,7 +48,7 @@ You only need to create & submit the JS file `pimp-my-style.js`. Ee're providing - the JS script running some code, and which will enable you to run yours. - the data file [pimp-my-style.data.js](./pimp-my-style.data.js) from which you can import `styles`. -- feel free to use the CSS file [pimp-my-style.css](./pimp-my-style.css) as it is or you can also modify it. +- feel free to use the CSS file [pimp-my-style.data.css](./pimp-my-style.data.css) as it is or you can also modify it. ### Expected result diff --git a/subjects/pimp-my-style/pimp-my-style.css b/subjects/pimp-my-style/pimp-my-style.data.css similarity index 100% rename from subjects/pimp-my-style/pimp-my-style.css rename to subjects/pimp-my-style/pimp-my-style.data.css diff --git a/subjects/pimp-my-style/pimp-my-style.html b/subjects/pimp-my-style/pimp-my-style.html index 84be79de..cc48ad1f 100644 --- a/subjects/pimp-my-style/pimp-my-style.html +++ b/subjects/pimp-my-style/pimp-my-style.html @@ -5,7 +5,7 @@ Pimp my style - + diff --git a/subjects/where-do-we-go/README.md b/subjects/where-do-we-go/README.md index a82e0776..5173edcb 100644 --- a/subjects/where-do-we-go/README.md +++ b/subjects/where-do-we-go/README.md @@ -31,7 +31,7 @@ You only need to create & submit the JS file `where-do-we-go.js`; we're providin - the data file [where-do-we-go.data.js](./where-do-we-go.data.js) from which you can import `places` -- feel free to use the CSS file [where-do-we-go.css](./where-do-we-go.css) as it is or you can also modify it. +- feel free to use the CSS file [where-do-we-go.data.css](./where-do-we-go.data.css) as it is or you can also modify it. - you can get the images to be used in this [compressed folder](https://assets.01-edu.org/where-do-we-go_images.zip) or you can get them in the where-do-we-go_images folder from the public URL. Example: `https://public.01-edu.org/subjects/where-do-we-go/where-do-we-go_images/arlit.jpg ### Expected result diff --git a/subjects/where-do-we-go/where-do-we-go.css b/subjects/where-do-we-go/where-do-we-go.data.css similarity index 100% rename from subjects/where-do-we-go/where-do-we-go.css rename to subjects/where-do-we-go/where-do-we-go.data.css diff --git a/subjects/where-do-we-go/where-do-we-go.html b/subjects/where-do-we-go/where-do-we-go.html index 57434daf..c9b64e66 100644 --- a/subjects/where-do-we-go/where-do-we-go.html +++ b/subjects/where-do-we-go/where-do-we-go.html @@ -5,7 +5,7 @@ Where do we go? - +