summaryrefslogtreecommitdiff
path: root/index.html
blob: 32339daabb34faafd85124ef8d9ad7f5e5c5c35a (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
<!DOCTYPE html>
<html lang="fr">
  <head>
    <meta charset="utf-8">
    <title>Bienvenue - Quatuor Camelot</title>
    <link rel="stylesheet" href="commun.css">
    <link rel="stylesheet" href="index.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><a href="gallerie.html">Gallerie</a></li>
        </ol>
      </nav>

      <div class="lang">
        EN
      </div>

    </header>

    <main>
      <div id="next-concert">
        <a href="actualités.html#concert-8">
          <p>
            <span id="day">25</span>
            <br>
            <span id="month">décembre</span>
          </p>
        </a>
      </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">
      <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
        - Icône de calendrier adaptée de <a href="https://feathericons.com">Feather</a>
        - Plan du site
      </p>
    </footer>
  </body>
</html>