diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-02-08 10:57:50 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-02-08 10:57:50 +0100 |
commit | 485c056a42fa37744ccd2e1d9dc81c5cb1349e31 (patch) | |
tree | 3a1b1f97602921fb75d01ee1c8625080264ddf01 | |
parent | c8d29bf3dd536aa331f24aa2a142212c50ad18d8 (diff) | |
download | infrastructure-485c056a42fa37744ccd2e1d9dc81c5cb1349e31.tar.gz infrastructure-485c056a42fa37744ccd2e1d9dc81c5cb1349e31.zip |
[website] nouveau template
-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> |