Reorgazine folders
Before Width: | Height: | Size: 83 KiB After Width: | Height: | Size: 83 KiB |
Before Width: | Height: | Size: 103 KiB After Width: | Height: | Size: 103 KiB |
Before Width: | Height: | Size: 236 KiB After Width: | Height: | Size: 236 KiB |
Before Width: | Height: | Size: 247 KiB After Width: | Height: | Size: 247 KiB |
Before Width: | Height: | Size: 95 KiB After Width: | Height: | Size: 95 KiB |
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 52 KiB |
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
Before Width: | Height: | Size: 122 KiB After Width: | Height: | Size: 122 KiB |
12
index.html
@ -10,31 +10,31 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="title">
|
<div id="title">
|
||||||
<img src="title.gif">
|
<img src="./images/title.gif">
|
||||||
</div>
|
</div>
|
||||||
<div id="mobile-title">
|
<div id="mobile-title">
|
||||||
<img src="mobile-title.gif">
|
<img src="./images/mobile-title.gif">
|
||||||
</div>
|
</div>
|
||||||
<div class="swiper">
|
<div class="swiper">
|
||||||
<div class="swiper-wrapper">
|
<div class="swiper-wrapper">
|
||||||
<div class="swiper-slide">
|
<div class="swiper-slide">
|
||||||
<div class="photo-container">
|
<div class="photo-container">
|
||||||
<img src="./images/denis_chemise.png">
|
<img src="./images/denis/denis_chemise.png">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="swiper-slide">
|
<div class="swiper-slide">
|
||||||
<div class="photo-container">
|
<div class="photo-container">
|
||||||
<img src="./images/denis_chapeau.png">
|
<img src="./images/denis/denis_chapeau.png">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="swiper-slide">
|
<div class="swiper-slide">
|
||||||
<div class="photo-container">
|
<div class="photo-container">
|
||||||
<img src="./images/saint_denis.png">
|
<img src="./images/denis/saint_denis.png">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="swiper-slide">
|
<div class="swiper-slide">
|
||||||
<div class="photo-container">
|
<div class="photo-container">
|
||||||
<img src="./images/denis.png">
|
<img src="./images/denis/denis.png">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -5,7 +5,7 @@ body {
|
|||||||
|
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-image: url("./background.jpg");
|
background-image: url("./images/background.jpg");
|
||||||
}
|
}
|
||||||
|
|
||||||
#title {
|
#title {
|
||||||
@ -37,7 +37,7 @@ body {
|
|||||||
@media screen and (max-width: 1024px) {
|
@media screen and (max-width: 1024px) {
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-image: url("./mobile-background.jpg");
|
background-image: url("./images/mobile-background.jpg");
|
||||||
}
|
}
|
||||||
|
|
||||||
#title {
|
#title {
|
||||||
|