diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-01-14 23:24:34 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-01-17 22:16:28 +0100 |
| commit | 213837e448a92bbb438887e0cbfa5c612ef14c13 (patch) | |
| tree | 43175c7cf1c86c79974499994c66863a2c49b954 /template.html | |
| parent | 53e58302b516f02e9baeba9022a72ec24f3a7514 (diff) | |
| download | quatuorbellefeuille.com-213837e448a92bbb438887e0cbfa5c612ef14c13.tar.xz | |
Re-implement togglable menus
Diffstat (limited to 'template.html')
| -rw-r--r-- | template.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/template.html b/template.html index 18dffff..a544179 100644 --- a/template.html +++ b/template.html @@ -2,6 +2,7 @@ <html lang="fr"> <head> <meta charset="utf-8"> + <meta name="viewport" content="width=device-width"> <title>{TITLE} - Quatuor Camelot</title> <link rel="stylesheet" href="commun.css"> {STYLESHEETS} @@ -20,7 +21,8 @@ <input type="checkbox" class="toggle"> <img class="button open" src="menu.svg"> <img class="button close" src="close.svg"> - <div> + <div class="name">Menu</div> + <div class="content"> <nav> <ol> <li class="dropdown"><a href="quatuor.html">Le quatuor</a> @@ -48,7 +50,8 @@ <input type="checkbox" class="toggle"> <img class="button open" src="share.svg"> <img class="button close" src="close.svg"> - <div> + <div class="name">Nous contacter</div> + <div class="content"> <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"> |
