sunday dimanche

This commit is contained in:
Félicie 2020-05-31 20:43:14 +02:00
parent 431f28d7b7
commit a2cb0567b3
4 changed files with 63 additions and 10 deletions

View File

@ -1,9 +1,9 @@
Title: Sunday
Title: Dimanche
Date: 2020-04-24 17:01
Modified: 2020-04-24 17:01
Category: gallery
Tags: article
Slug: sunday
Slug: dimanche
Authors: felicie

53
output/dimanche.html Normal file
View File

@ -0,0 +1,53 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>Better days | Dimanche
</title>
<link rel="stylesheet" href="/theme/css/main-v2.css" type="text/css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header>
<a href="/index.html"><h1>Chroniques des jours meilleurs</h1></a>
</header>
<div class='content'>
<script src="/theme/js/slideshow.js"></script>
<h1 class='article-title'>Dimanche</h1>
<div class="gallery">
<!-- If there are only images, print them full-width. -->
<img class= "gallery-img" alt="" onclick="showSlide('img-1')" src="/images/Dimanche/Dimanche-1.jpg">
<br>
<img class= "gallery-img" alt="" onclick="showSlide('img-2')" src="/images/Dimanche/Dimanche-2.jpg">
<br>
<img class= "gallery-img" alt="" onclick="showSlide('img-3')" src="/images/Dimanche/Dimanche-3.jpg">
<br>
<img class= "gallery-img" alt="" onclick="showSlide('img-4')" src="/images/Dimanche/Dimanche-4.jpg">
<br>
<img class= "gallery-img" alt="" onclick="showSlide('img-5')" src="/images/Dimanche/Dimanche-5.jpg">
<br>
</div>
<!-- Slides used for slideshow -->
<div id="slide-container">
<div id="close-modal" onclick="closeModal()"><a href="#">X</a></div>
<div id="slides" class="modal">
<img class="slide" id="img-1" alt="" src="/images/Dimanche/Dimanche-1.jpg">
<img class="slide" id="img-2" alt="" src="/images/Dimanche/Dimanche-2.jpg">
<img class="slide" id="img-3" alt="" src="/images/Dimanche/Dimanche-3.jpg">
<img class="slide" id="img-4" alt="" src="/images/Dimanche/Dimanche-4.jpg">
<img class="slide" id="img-5" alt="" src="/images/Dimanche/Dimanche-5.jpg">
</div>
</div>
</div>
</body>
<footer>
<a id="a-propos" href="/pages/a-propos.html">À propos</a>
<a id="telecharger" href="/pages/telecharger.html">Télécharger</a>
</footer>
</html>

View File

@ -22,7 +22,7 @@
</a>
<a class="vignette" href="/la-cour.html">
<img class= "img-menu" src="/images/Courtyard/Courtyard-2.jpg" alt="courtyard">
<img class= "img-menu" src="/images/Courtyard/Courtyard-2.jpg" alt="la cour">
<h2>La cour</h2>
</a>
@ -31,9 +31,9 @@
<h2>Construction</h2>
</a>
<a class="vignette" href="/sunday.html">
<img class= "img-menu" src="/images/Sunday/Sunday-2.jpg" alt="sunday">
<h2>Sunday</h2>
<a class="vignette" href="/dimanche.html">
<img class= "img-menu" src="/images/Sunday/Sunday-2.jpg" alt="dimanche">
<h2>Dimanche</h2>
</a>
</article>

View File

@ -13,7 +13,7 @@
</a>
<a class="vignette" href="{{ SITE_URL }}/la-cour.html">
<img class= "img-menu" src="{{ SITE_URL }}/images/Courtyard/Courtyard-2.jpg" alt="courtyard">
<img class= "img-menu" src="{{ SITE_URL }}/images/Courtyard/Courtyard-2.jpg" alt="la cour">
<h2>La cour</h2>
</a>
@ -22,9 +22,9 @@
<h2>Construction</h2>
</a>
<a class="vignette" href="{{ SITE_URL }}/sunday.html">
<img class= "img-menu" src="{{ SITE_URL }}/images/Sunday/Sunday-2.jpg" alt="sunday">
<h2>Sunday</h2>
<a class="vignette" href="{{ SITE_URL }}/dimanche.html">
<img class= "img-menu" src="{{ SITE_URL }}/images/Sunday/Sunday-2.jpg" alt="dimanche">
<h2>Dimanche</h2>
</a>
</article>