document-server/src/templates/sponsoring_contract.html

33 lines
1.3 KiB
HTML

<html>
<head>
<meta charset="utf8">
<title>Sponsoring contract</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/paper-css/0.3.0/paper.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.1/css/bulma.min.css">
</head>
<body class="A5 landscape">
<div class="sheet">
<img width="100%" src="sponsoringheader.png"/>
<div style="padding: 0 1rem 0 1rem;">
<div class="columns">
<div class="column is-two-fifths"><p style="font-size: large; font-weight: bold;">Sponsoringerklärung</p></div>
<div class="column"><p style="font-size: x-small; vertical-align: bottom; margin-top: auto;">Bitte in DRUCKBUCHSTABEN schreiben</p></div>
</div>
<div class="columns">
<div class="column is-8">
<span style="border-bottom: 1px solid; width: 100%; display: block;">Vorname: Peter<span><br>
<p style="font-size: x-small; display: block;">Vorname</p>
</div>
<div class="column is-2">
<span style="border-bottom: 1px solid; width: 100%;">ID123</span><br>
<p style="font-size: x-small;">ID</p>
</div>
<div class="column">
.
</div>
</div>
</div>
</div>
</div>
</body>
</html>