summaryrefslogtreecommitdiff
path: root/template.html
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-01-13 21:35:51 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-01-17 22:16:28 +0100
commit0e59ae6d7d795d73081435b39cc359fb4a13d3bc (patch)
tree665295e7c0b9d1057c02d8bd44bce8e6440e86f3 /template.html
parentfd12ca3baa0cf7c419f41f216bdb0f015bcc9212 (diff)
downloadquatuorbellefeuille.com-0e59ae6d7d795d73081435b39cc359fb4a13d3bc.tar.xz
Rearrange header blocks
This will make it easier to move grid blocks around for the mobile version. Inpired from the old/mobile branch, which has diverged too much to salvage.
Diffstat (limited to 'template.html')
-rw-r--r--template.html17
1 files changed, 7 insertions, 10 deletions
diff --git a/template.html b/template.html
index 523aef2..b3e712c 100644
--- a/template.html
+++ b/template.html
@@ -9,15 +9,14 @@
</head>
<body>
<header class="banner">
+ <a href="index.html">
+ <img src="https://upload.wikimedia.org/wikipedia/en/a/a4/Golden_Sun_icon.png"
+ alt="logo">
+ <h1>Quatuor Camelot</h1>
+ </a>
+ </header>
- <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>
-
+ <header class="menu">
<nav>
<ol>
<li class="dropdown"><a href="quatuor.html">Le quatuor</a>
@@ -33,11 +32,9 @@
<li><a href="gallerie.html">Gallerie</a></li>
</ol>
</nav>
-
<div class="lang">
EN
</div>
-
</header>
{MAIN}