summaryrefslogtreecommitdiff
path: root/template.html
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-02-11 01:22:29 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-02-11 01:22:29 +0100
commit4c75573f4496cef7e72cf8141c7928b583d4f801 (patch)
treef4623903110cf9b672de78398e977f32786958de /template.html
parented687688acaed7210ae1c2a36862ee6e126ecae1 (diff)
downloadquatuorbellefeuille.com-4c75573f4496cef7e72cf8141c7928b583d4f801.tar.xz
Move all side buttons to a single sidebar
Diffstat (limited to 'template.html')
-rw-r--r--template.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/template.html b/template.html
index 9219b8e..d6e0406 100644
--- a/template.html
+++ b/template.html
@@ -42,7 +42,6 @@
<li><a href="gallerie.html">gallerie</a></li>
</ol>
</nav>
- <a class="lang" href="">EN</a>
</div>
</header>
@@ -54,6 +53,9 @@
<img class="button close" src="images/close.svg">
<label for="social">Nous contacter</label>
<div class="content">
+ <a class="lang" href="">
+ EN
+ </a>
<a href="https://www.facebook.com/quatuorbellefeuille/"
target="_blank" rel="noreferrer noopener">
<img src="images/facebook-logo.svg">
@@ -66,9 +68,9 @@
target="_blank" rel="noreferrer noopener">
<img src="images/youtube-logo.svg">
</a>
- <p class="contact">
- <a href="contact.html">contact</a>
- </p>
+ <a class="contact" href="contact.html">
+ contact
+ </a>
</div>
</footer>