Reorgazine folders

This commit is contained in:
Quentin ANIERE 2022-04-07 18:14:55 +02:00
parent c9c683f7f4
commit f51308f586
10 changed files with 8 additions and 8 deletions

View File

Before

Width:  |  Height:  |  Size: 83 KiB

After

Width:  |  Height:  |  Size: 83 KiB

View File

Before

Width:  |  Height:  |  Size: 103 KiB

After

Width:  |  Height:  |  Size: 103 KiB

View File

Before

Width:  |  Height:  |  Size: 236 KiB

After

Width:  |  Height:  |  Size: 236 KiB

View File

Before

Width:  |  Height:  |  Size: 247 KiB

After

Width:  |  Height:  |  Size: 247 KiB

View File

Before

Width:  |  Height:  |  Size: 95 KiB

After

Width:  |  Height:  |  Size: 95 KiB

View File

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 52 KiB

View File

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 48 KiB

View File

Before

Width:  |  Height:  |  Size: 122 KiB

After

Width:  |  Height:  |  Size: 122 KiB

View File

@ -10,31 +10,31 @@
</head>
<body>
<div id="title">
<img src="title.gif">
<img src="./images/title.gif">
</div>
<div id="mobile-title">
<img src="mobile-title.gif">
<img src="./images/mobile-title.gif">
</div>
<div class="swiper">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="photo-container">
<img src="./images/denis_chemise.png">
<img src="./images/denis/denis_chemise.png">
</div>
</div>
<div class="swiper-slide">
<div class="photo-container">
<img src="./images/denis_chapeau.png">
<img src="./images/denis/denis_chapeau.png">
</div>
</div>
<div class="swiper-slide">
<div class="photo-container">
<img src="./images/saint_denis.png">
<img src="./images/denis/saint_denis.png">
</div>
</div>
<div class="swiper-slide">
<div class="photo-container">
<img src="./images/denis.png">
<img src="./images/denis/denis.png">
</div>
</div>
</div>

View File

@ -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 {