-
Notifications
You must be signed in to change notification settings - Fork 0
/
ete.html
48 lines (43 loc) · 1.98 KB
/
ete.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Sarabun:wght@300&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/9cbcd3c14a.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="css/saisons.css">
<title>Beaujeu et ses environs | Eté</title>
</head>
<body>
<div class="container">
<header class="header">
<div>
<ul>
<li><a href="index.html" class="active">Accueil</a></li>
<li><a href="printemps.html">Printemps</a></li>
<li><a href="automne.html">Automne</a></li>
<li><a href="hiver.html">Hiver</a></li>
<li><a href="histoire.html">Histoire</a></li>
<li><a href="gnafron.html">Gnafron</a></li>
</ul>
</div>
</header>
<section class="content-img">
<div class="contain">
<h3><span>E</span>té
</h3>
<h6>Cliquez pour agrandir</h6>
<div class="content-list">
<a href="img/ete/20200601_212029.jpg"><img src="img/ete/20200601_212029.jpg" alt="merisier"></a>
<a href="img/ete/20200601_222301.jpg"><img src="img/ete/20200601_222301.jpg" alt="prunus"></a>
<a href="img/ete/chapelle_mont_brouilly.jpg"><img src="img/ete/chapelle_mont_brouilly.jpg" alt="odenas"></a>
<a href="img/ete/MontbrouillyEte.JPG"><img src="img/ete/MontbrouillyEte.JPG" alt="panorama"></a>
<a href="img/ete/COLLAGE_vue_chapelle.jpg"><img src="img/ete/COLLAGE_vue_chapelle.jpg" alt="panorama"></a>
<a href="img/ete/sortievilliemorgon.jpg"><img src="img/ete/sortievilliemorgon.jpg" alt="panorama"></a>
<a href="img/ete/VueChapelleN&B.JPG"><img src="img/ete/VueChapelleN&B.JPG" alt="panorama"></a>
</div>
</div>
</section>
</body>
</html>