diff options
author | ADRN <adrien@luxeylab.net> | 2021-10-23 23:22:39 +0200 |
---|---|---|
committer | ADRN <adrien@luxeylab.net> | 2021-10-24 20:00:23 +0200 |
commit | 1ace9d27592b1c3e365f242ce2076636c12f4ee6 (patch) | |
tree | a8392a5192ad14ad7bbea5ac1dc4b54fae7f7424 /blueprint/index.html | |
parent | f898676f3e9d029fe1e067e6139063f6027888dd (diff) | |
download | design-1ace9d27592b1c3e365f242ce2076636c12f4ee6.tar.gz design-1ace9d27592b1c3e365f242ce2076636c12f4ee6.zip |
Flex menu on its way
Diffstat (limited to 'blueprint/index.html')
-rw-r--r-- | blueprint/index.html | 66 |
1 files changed, 34 insertions, 32 deletions
diff --git a/blueprint/index.html b/blueprint/index.html index ed4fa4a..5fc9764 100644 --- a/blueprint/index.html +++ b/blueprint/index.html @@ -1,40 +1,44 @@ <!DOCTYPE html> -<html> +<html lang="fr"> <head> <meta charset="utf-8" /> - <meta http-equiv="x-ua-compatible" content="ie=edge"> - <meta name="viewport" content="width=device-width, initial-scale=1"> + <meta http-equiv="x-ua-compatible" content="ie=edge" /> + <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>Deuxfleurs</title> <link rel="stylesheet" href="assets/css/normalize.css"> - <link rel="stylesheet" href="assets/css/chota.min.css"> + <link rel="stylesheet" href="charpente.css"> + <!-- <link rel="stylesheet" href="assets/css/chota.css"> --> <link rel="stylesheet" href="assets/css/blueprint.css"> </head> <body> - <header> - <nav class="nav"> - <div class="nav-left"> - <a href="#" class="home"><h1>Deuxfleurs</h1></a> - </div> - - <div class="nav-right"> - <ul> - <li> - <a href="#">Documentation</a> - </li> - <li> - <a href="#">Blog</a> - </li> - <li> - <a href="#">Mon compte</a> - </li> - </ul> - </div> - </nav> + <nav class="nav"> + + <div class="nav-left"> + <h1> + <a class="home" href="#">Deuxfleurs</a> + </h1> + </div> + + <div class="nav-right"> + <ul> + <li> + <a href="#">Documentation</a> + </li> + <li> + <a href="#">Blog</a> + </li> + <li> + <a href="#">Mon compte</a> + </li> + </ul> + </div> + </nav> + <header> <p> Nous sommes un hébergeur associatif expérimental.<br> Avec nos machines et nos logiciels, <br> @@ -109,7 +113,7 @@ <div id="trombinoscope" class="row"> <figure class="col-6 col-3-md"> - <img src=""> + <!-- <img src=""> --> <figcaption> <h4>Esther</h4> Magicienne des images @@ -117,7 +121,7 @@ </figure> <figure class="col-6 col-3-md"> - <img src=""> + <!-- <img src=""> --> <figcaption> <h4>Quentin</h4> Bidouilleur d'ordinateurs @@ -125,7 +129,7 @@ </figure> <figure class="col-6 col-3-md"> - <img src=""> + <!-- <img src=""> --> <figcaption> <h4>Adrien</h4> Généraliste @@ -133,7 +137,7 @@ </figure> <figure class="col-6 col-3-md"> - <img src=""> + <!-- <img src=""> --> <figcaption> <h4>Maximilien</h4> Ordinateurologue @@ -141,7 +145,7 @@ </figure> <figure class="col-6 col-3-md"> - <img src=""> + <!-- <img src=""> --> <figcaption> <h4>Alex</h4> Bâtisseur d'empires @@ -149,14 +153,12 @@ </figure> </div> </section> - + </main> <footer> <p>Brodé avec amour par Deuxfleurs.</p> <p class="is-right">Il y a sans doute un copyright.</p> </footer> - </main> </body> - </html>
\ No newline at end of file |