From 14be0da60a45a203703994df00bea604b480485f Mon Sep 17 00:00:00 2001 From: Marie Malarme Date: Thu, 4 Mar 2021 19:31:13 +0000 Subject: [PATCH] harder-bigger-bolder-stronger: changed files naming --- subjects/harder-bigger-bolder-stronger/README.md | 6 +++--- .../{index.html => harder-bigger-bolder-stronger.html} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename subjects/harder-bigger-bolder-stronger/{index.html => harder-bigger-bolder-stronger.html} (100%) diff --git a/subjects/harder-bigger-bolder-stronger/README.md b/subjects/harder-bigger-bolder-stronger/README.md index cfb685b4..1ef42dcc 100644 --- a/subjects/harder-bigger-bolder-stronger/README.md +++ b/subjects/harder-bigger-bolder-stronger/README.md @@ -11,11 +11,11 @@ Write the function `generateLetters` which creates 120 `div`, each containing a - each letter `font-size` has to grow from `11` to `130` pixels - `font-weight` has to be `300` for the first third of the letters, `400` for the second third, and `600` for the last third -### Provided files +### Files -You have at your disposal the following file that you can download to test locally: +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 [index.html](/public/subjects/harder-bigger-bolder-stronger/index.html) to open in the browser, which includes: +- 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 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/harder-bigger-bolder-stronger/index.html b/subjects/harder-bigger-bolder-stronger/harder-bigger-bolder-stronger.html similarity index 100% rename from subjects/harder-bigger-bolder-stronger/index.html rename to subjects/harder-bigger-bolder-stronger/harder-bigger-bolder-stronger.html