summaryrefslogtreecommitdiff
path: root/gallerie.html
blob: a504ed0e98fa58540a052ad5bffdd1b943b9d244 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!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">
    <link rel="alternate" type="application/rss+xml" href="feed.xml">
  </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="mosaic 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 class="mosaic videos">
          <div class="video">
            <iframe src="https://www.youtube.com/embed/rl16-7wZmFY"
                    frameborder="0" allowfullscreen class="yt">
            </iframe>
          </div>
          <div class="video">
            <iframe src="https://www.youtube.com/embed/QpYo0lAwQ2g"
                    frameborder="0" allowfullscreen class="yt">
            </iframe>
          </div>
          <div class="video">
            <iframe src="https://www.youtube.com/embed/1SJsDCMyU9c"
                    frameborder="0" allowfullscreen class="yt">
            </iframe>
          </div>
          <div class="video">
            <iframe src="https://www.youtube.com/embed/9yxEPZ1vCnM"
                    frameborder="0" allowfullscreen class="yt">
            </iframe>
          </div>
        </div>
        <h1 id="musics">Musique</h1>
        <p>
          Combat (Vlad)
        </p>
        <audio controls
               src="https://vgmsite.com/soundtracks/golden-sun/oiqemsif/04%20isaac%27s%20battle%20theme.mp3">
          <a href="https://vgmsite.com/soundtracks/golden-sun/oiqemsif/04%20isaac%27s%20battle%20theme.mp3">
            Lien
          </a>
        </audio>
        <p>
          Combat (Salamandar)
        </p>
        <audio controls
               src="https://vgmsite.com/soundtracks/golden-sun/piphcdjg/07%20saturos%20and%20menardi%27s%20battle%20theme.mp3">
          <a href="https://vgmsite.com/soundtracks/golden-sun/piphcdjg/07%20saturos%20and%20menardi%27s%20battle%20theme.mp3">
            Lien
          </a>
        </audio>
    </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">
      <a href="feed.xml">
        <img src="https://upload.wikimedia.org/wikipedia/en/4/43/Feed-icon.svg">
      </a>
      <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>