forked from Deuxfleurs/infrastructure
[website] nouveau template
This commit is contained in:
parent
c8d29bf3dd
commit
485c056a42
1 changed files with 46 additions and 0 deletions
46
docker/landing/html/landing/prototype.html
Normal file
46
docker/landing/html/landing/prototype.html
Normal file
|
@ -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>
|
Loading…
Reference in a new issue