From f51308f586187718e6aca1c969f755bc9a804fa8 Mon Sep 17 00:00:00 2001 From: Quentin ANIERE Date: Thu, 7 Apr 2022 18:14:55 +0200 Subject: [PATCH] Reorgazine folders --- background.jpg => images/background.jpg | Bin images/{ => denis}/denis.png | Bin images/{ => denis}/denis_chapeau.png | Bin images/{ => denis}/denis_chemise.png | Bin images/{ => denis}/saint_denis.png | Bin .../mobile-background.jpg | Bin mobile-title.gif => images/mobile-title.gif | Bin title.gif => images/title.gif | Bin index.html | 12 ++++++------ style.css | 4 ++-- 10 files changed, 8 insertions(+), 8 deletions(-) rename background.jpg => images/background.jpg (100%) rename images/{ => denis}/denis.png (100%) rename images/{ => denis}/denis_chapeau.png (100%) rename images/{ => denis}/denis_chemise.png (100%) rename images/{ => denis}/saint_denis.png (100%) rename mobile-background.jpg => images/mobile-background.jpg (100%) rename mobile-title.gif => images/mobile-title.gif (100%) rename title.gif => images/title.gif (100%) diff --git a/background.jpg b/images/background.jpg similarity index 100% rename from background.jpg rename to images/background.jpg diff --git a/images/denis.png b/images/denis/denis.png similarity index 100% rename from images/denis.png rename to images/denis/denis.png diff --git a/images/denis_chapeau.png b/images/denis/denis_chapeau.png similarity index 100% rename from images/denis_chapeau.png rename to images/denis/denis_chapeau.png diff --git a/images/denis_chemise.png b/images/denis/denis_chemise.png similarity index 100% rename from images/denis_chemise.png rename to images/denis/denis_chemise.png diff --git a/images/saint_denis.png b/images/denis/saint_denis.png similarity index 100% rename from images/saint_denis.png rename to images/denis/saint_denis.png diff --git a/mobile-background.jpg b/images/mobile-background.jpg similarity index 100% rename from mobile-background.jpg rename to images/mobile-background.jpg diff --git a/mobile-title.gif b/images/mobile-title.gif similarity index 100% rename from mobile-title.gif rename to images/mobile-title.gif diff --git a/title.gif b/images/title.gif similarity index 100% rename from title.gif rename to images/title.gif diff --git a/index.html b/index.html index babaf51..a59d2c4 100644 --- a/index.html +++ b/index.html @@ -10,31 +10,31 @@
- +
- +
- +
- +
- +
- +
diff --git a/style.css b/style.css index 823fd6d..34ad8b4 100644 --- a/style.css +++ b/style.css @@ -5,7 +5,7 @@ body { background-size: cover; background-repeat: no-repeat; - background-image: url("./background.jpg"); + background-image: url("./images/background.jpg"); } #title { @@ -37,7 +37,7 @@ body { @media screen and (max-width: 1024px) { body { - background-image: url("./mobile-background.jpg"); + background-image: url("./images/mobile-background.jpg"); } #title {