played with content

This commit is contained in:
Sebastian Frank 2019-02-12 20:41:31 +01:00
parent a2323f7f8a
commit b33cf41acc
Signed by: apairon
GPG Key ID: 7270D06DDA7FE8C3
5 changed files with 22 additions and 18 deletions

View File

@ -3,7 +3,7 @@
<body style="margin: 0; padding: 2;">
{{> header.html }}
<div style="padding: 20px;">
<div style="padding: 20px; background-color: white;">
{{{ Body }}}
</div>

View File

@ -3,13 +3,14 @@
<body style="margin: 0; padding: 2;">
{{> header.html }}
<div style="padding: 20px;">
<div style="padding: 20px; background-color: white;">
{{#if Data.bild }}
<img src="{{ Data.bild }}" style="float: right; margin-left: 20px; margin-bottom: 20px">
{{/if}}
{{{ Body }}}
<div style="clear: both;"></div>
</div>

View File

@ -1,4 +1,4 @@
<footer style="background-color: lightgrey; padding: 20px;">
<footer style="padding: 20px;">
<div><b>service Level 1</b></div>
<ul>
{{#each NavMap.de.SubMap.service.SubSlice }}

View File

@ -1,5 +1,6 @@
<header style="background-color: lightgrey; padding: 20px;">
<div><img src="../assets/img/logo.png" style="max-width: 80%; margin-bottom: 20px;"></div>
<header>
<div style="background-color:#444; padding: 20px;"><img src="../assets/img/logo.png" style="max-width: 60%;"></div>
<div style="padding: 20px;">
<div><b>main Level 1</b></div>
<ul>
{{#each NavMap.de.SubMap.main.SubSlice }}
@ -14,4 +15,5 @@
</li>
{{/each }}
</ul>
</div>
</header>

View File

@ -8,6 +8,7 @@
}
body {
color: #333;
background-color: lightgrey;
}
</style>
</meta>