From 901cf7ffb53142e6e0e4d4de1d77f19d506aec8b Mon Sep 17 00:00:00 2001 From: ReznoRMichael Date: Wed, 21 Oct 2020 21:16:38 +0200 Subject: [PATCH] Reorganized files and folders --- .gitignore | 1 + style.css => css/style.css | 6 ++--- .../thumbnail1200x628.jpg | Bin index.html | 13 +++++---- .../HKCheckCompletion.js | 0 loadJson.js => js/LoadJson.js | 25 +++++++++--------- 6 files changed, 23 insertions(+), 22 deletions(-) rename style.css => css/style.css (97%) rename thumbnail1200x628.jpg => img/thumbnail1200x628.jpg (100%) rename HKCheckCompletion.js => js/HKCheckCompletion.js (100%) rename loadJson.js => js/LoadJson.js (75%) diff --git a/.gitignore b/.gitignore index ff96694..1aed96b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ fontello/ images/ save/ +files/ config.json \ No newline at end of file diff --git a/style.css b/css/style.css similarity index 97% rename from style.css rename to css/style.css index fce3ed2..cf49163 100644 --- a/style.css +++ b/css/style.css @@ -50,7 +50,7 @@ body { ::-webkit-scrollbar-track, ::-webkit-scrollbar-track-piece { - background: url("img/scrollbar-track.png") repeat-y !important; + background: url("../img/scrollbar-track.png") repeat-y !important; } ::-webkit-resizer { @@ -66,7 +66,7 @@ body { left: 0; width: 100%; height: 100%; - background-image: url("img/hk-background.jpg"); + background-image: url("../img/hk-background.jpg"); background-size: auto 100%; background-position: center top; background-repeat: no-repeat; @@ -172,7 +172,7 @@ p { margin: 1rem 0; height: 1.5rem; width: 100%; - background-image: url("img/fleur-divide.png"); + background-image: url("../img/fleur-divide.png"); background-size: auto 100%; background-position: center top; background-repeat: no-repeat; diff --git a/thumbnail1200x628.jpg b/img/thumbnail1200x628.jpg similarity index 100% rename from thumbnail1200x628.jpg rename to img/thumbnail1200x628.jpg diff --git a/index.html b/index.html index 52beaaa..2f81d68 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ - + Hollow Knight: Analyze Save Completion @@ -16,14 +16,14 @@ - + - + @@ -31,8 +31,7 @@ @@ -93,10 +92,10 @@ - + - +