Added backside table

ref #36
This commit is contained in:
Nicolai Ort 2021-03-31 15:09:14 +02:00
parent 8d6ea4dbf9
commit 3ca2237953
1 changed files with 14 additions and 7 deletions

View File

@ -33,16 +33,14 @@
td {
border: 1px solid black;
}
thead {
font-weight: bold;
font-size: large;
font-weight: 600;
}
</style>
</head>
<body class="A4 landscape">
<div class="sheet background">
<div class="sheet">
<header class="content has-text-centered">
<h1 style="font-size: 3cm; font-weight: bold;">Urkunde</h1>
</header>
@ -67,22 +65,31 @@
<main>
<table style="border: solid; width: 17cm;">
<thead>
<td>Sponsor:in</td>
<td class=".td-head">Sponsor:in</td>
<td>Betrag/KM</td>
<td>Gesamtbetrag</td>
</thead>
<tbody>
{{#each this.runner.distanceDonations}}
<tr>
<td>Sponsor:in1</td>
<td>123€</td>
<td>312€</td>
</tr>
{{/each}}
</tbody>
<tfoot>
<td>Gesamt</td>
<td>0.5€</td>
<td>1€</td>
</tfoot>
</table>
</main>
<footer class="certificate-footer">
<p>
Bankinfo
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et
dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet
clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
</p>
</footer>
</div>