summaryrefslogtreecommitdiff
path: root/gallerie.html
diff options
context:
space:
mode:
Diffstat (limited to 'gallerie.html')
-rw-r--r--gallerie.html75
1 files changed, 75 insertions, 0 deletions
diff --git a/gallerie.html b/gallerie.html
new file mode 100644
index 0000000..eeceeaf
--- /dev/null
+++ b/gallerie.html
@@ -0,0 +1,75 @@
+<!DOCTYPE html>
+<html lang="fr">
+ <head>
+ <meta charset="utf-8">
+ <title>Gallerie - Quatuor Camelot</title>
+ <link rel="stylesheet" href="commun.css">
+ <link rel="stylesheet" href="gallerie.css">
+ </head>
+ <body>
+ <header class="banner">
+
+ <div class="brand">
+ <a href="index.html">
+ <img src="https://upload.wikimedia.org/wikipedia/en/a/a4/Golden_Sun_icon.png"
+ alt="logo">
+ <h1 class="qname">Quatuor Camelot</h1>
+ </a>
+ </div>
+
+ <nav>
+ <ol>
+ <li><a href="quatuor.html">Le quatuor</a></li>
+ <li><a href="actualités.html">Actualités</a></li>
+ <li><a href="programmes.html">Programmes</a></li>
+ <li class="current"><a href="gallerie.html">Gallerie</a></li>
+ </ol>
+ </nav>
+
+ <div class="lang">
+ EN
+ </div>
+
+ </header>
+
+ <main>
+ <h1>Photos</h1>
+ <div class="photos">
+ <div class="photo">
+ <a href="https://v3.goldensun-world.com/img/wallpapers/wallpaper1.jpg">
+ <img src="https://v3.goldensun-world.com/img/wallpapers/wallpaper1_800x600.jpg">
+ </a>
+ </div>
+ <div class="photo">
+ <a href="https://i.redd.it/snvwn43xm9951.png">
+ <img src="https://preview.redd.it/snvwn43xm9951.png?width=517&auto=webp&s=ffe4c47873bb42e8a62bf678d076ebc7f2bdc880">
+ </a>
+ </div>
+ <div class="photo">
+ <a href="https://i.redd.it/snvwn43xm9951.png">
+ <img src="https://preview.redd.it/snvwn43xm9951.png?width=517&auto=webp&s=ffe4c47873bb42e8a62bf678d076ebc7f2bdc880">
+ </a>
+ </div>
+ <div class="photo">
+ <a href="https://v3.goldensun-world.com/img/wallpapers/wallpaper1.jpg">
+ <img src="https://v3.goldensun-world.com/img/wallpapers/wallpaper1_800x600.jpg">
+ </a>
+ </div>
+ </div>
+ <h1>Vidéos</h1>
+ </div>
+ </main>
+
+ <footer class="social">
+ <img src="https://upload.wikimedia.org/wikipedia/en/9/9f/Twitter_bird_logo_2012.svg">
+ <img src="https://upload.wikimedia.org/wikipedia/commons/c/c2/F_icon.svg">
+ <p class="contact">
+ <a href="contact.html">Contact</a>
+ </p>
+ </footer>
+
+ <footer class="legal">
+ <p>Mentions légales - Plan du site</p>
+ </footer>
+ </body>
+</html>