summaryrefslogtreecommitdiff
path: root/galerie.html
blob: ab6afdf2154efc96a0136cd4260bc53b03b90c7b (plain)
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
<main>
  <h1>Photos</h1>
  <div class="mosaic photos">
    <a class="photo" href="images/photos/PierreVaillant2.jpg"
       target="_blank">
      <img src="images/photos/PierreVaillant2.jpg">
    </a>
    <a class="photo" href="images/photos/PierreVaillant1.jpg"
       target="_blank">
      <img src="images/photos/PierreVaillant1.jpg">
    </a>
    <a class="photo" href="images/photos/CyrilGhestem1.jpg"
       target="_blank">
      <img src="images/photos/CyrilGhestem1.jpg">
    </a>
  </div>
  <h1>Vidéos</h1>
  <div class="mosaic videos">
    <div class="video">
      <iframe src="https://www.youtube.com/embed/1aDVqNtYbbI"
              frameborder="0" allowfullscreen class="yt">
      </iframe>
    </div>
  </div>
</main>