diff --git a/README.md b/README.md index 71e611c..ad4a17c 100644 --- a/README.md +++ b/README.md @@ -20,13 +20,13 @@ Repeate for each styles you want to enables. ## What each styles do? * `PREP banner.css`: Change the Preproduction banner and login's footer - ![example of PREP banner]('public/PREP banner animated.mov') + ![example of PREP banner](public/PREP_banner_animated.mov) * `PLLR banner.css`: Change your Pillar banner and login's footer - ![example of PLLR banner]('public/PLLR banner animated.mov') + ![example of PLLR banner](public/PLLR_banner_animated.mov) * `PERF banner.css`: Change the Load Testing banner and login's footer - ![example of PERF banner]('public/PERF banner animated.mov') + ![example of PERF banner](public/PERF_banner_animated.mov) * `PROD banner.css`: Change the Production banner and login's footer - ![example of Prod banner]('public/PROD banner animated.mov') + ![example of Prod banner](public/PROD_banner_animated.mov) * `Whiter banner.css`: Look & feel, mainly changing text to pure white and the hover and active elements. A _must have_. Works with the others files. * `Sigils.css`: Change the top-right user icon to a Shop or Factory depending on if you are logged as ar Retailer or a Supplier. * ![example of orange shop icon](public/user-orange-shop.png) ![example of violet factory icon](public/user-violet-factory.png) diff --git a/public/PERF banner.jpg b/public/PERF_banner.jpg similarity index 100% rename from public/PERF banner.jpg rename to public/PERF_banner.jpg diff --git a/public/PERF banner animated.mov b/public/PERF_banner_animated.mov similarity index 100% rename from public/PERF banner animated.mov rename to public/PERF_banner_animated.mov diff --git a/public/PLLR banner.jpg b/public/PLLR_banner.jpg similarity index 100% rename from public/PLLR banner.jpg rename to public/PLLR_banner.jpg diff --git a/public/PLLR banner animated.mov b/public/PLLR_banner_animated.mov similarity index 100% rename from public/PLLR banner animated.mov rename to public/PLLR_banner_animated.mov diff --git a/public/PREP banner.jpg b/public/PREP_banner.jpg similarity index 100% rename from public/PREP banner.jpg rename to public/PREP_banner.jpg diff --git a/public/PREP banner animated.mov b/public/PREP_banner_animated.mov similarity index 100% rename from public/PREP banner animated.mov rename to public/PREP_banner_animated.mov diff --git a/public/PROD banner.jpg b/public/PROD_banner.jpg similarity index 100% rename from public/PROD banner.jpg rename to public/PROD_banner.jpg diff --git a/public/PROD banner animated.mov b/public/PROD_banner_animated.mov similarity index 100% rename from public/PROD banner animated.mov rename to public/PROD_banner_animated.mov