diff options
author | Quentin <quentin@deuxfleurs.fr> | 2020-02-11 22:21:40 +0100 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2020-02-11 22:21:40 +0100 |
commit | e700d146f032a824f1735ab31a28e2ac0f374629 (patch) | |
tree | 8208e1d6dc421afa3646b19641d7215471593046 /docker | |
parent | 3feb426e9f2a1ed790eb3932d81cb959bafc91d5 (diff) | |
parent | 44a341f9a69e8d6ca2b9f4e4f8574d8d89668119 (diff) | |
download | infrastructure-e700d146f032a824f1735ab31a28e2ac0f374629.tar.gz infrastructure-e700d146f032a824f1735ab31a28e2ac0f374629.zip |
Merge branch 'master' of git.deuxfleurs.fr:Deuxfleurs/deuxfleurs.fr
Diffstat (limited to 'docker')
-rw-r--r-- | docker/landing/html/landing/prototype.html | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/docker/landing/html/landing/prototype.html b/docker/landing/html/landing/prototype.html new file mode 100644 index 0000000..32345a1 --- /dev/null +++ b/docker/landing/html/landing/prototype.html @@ -0,0 +1,46 @@ +<!doctype html> +<html> + <head> + <title>deuxfleurs</title> + <meta charset="utf-8"/> + <style> +* { + font-family: Helvetica; + margin: 0; + padding: 0; +} + +header { + background-color: #519c60; + color: #ffffff; + padding: 50px 40px 1px 40px; +} + +header > h1 { + font-size: 80px; + margin: 10px 0px -31px 0px; +} + +header > .site-name > img, header > .site-name > span { + vertical-align: middle; +} + +header > .site-name > span { + font-size: 30px; +} + + </style> + </head> + + <body> + <header> + <!-- <div class="site-name"> + <img src="1f4ae.svg" width="32"> + <img src="1f4ae.svg" width="32"> + <span>deuxfleurs<span> + </div> --> + <h1>documentation</h1> + </header> + + </body> +</html> |