Sponsoring contract generation feature/5-sponsoring_contracts #10

Merged
niggl merged 48 commits from feature/5-sponsoring_contracts into dev 2021-02-07 15:37:55 +00:00
Showing only changes of commit 6121b1e3bf - Show all commits

View File

@ -3,43 +3,68 @@
<meta charset="utf8">
<title>Sponsoring contract</title>
<style>
html, body {
margin: 0;
padding: 0;
font-family: 'Sackers Gothic Std';
font-weight: 500;
background: rgb(241,241,241);
-webkit-print-color-adjust: exact;
box-sizing: border-box;
}
.page {
position: relative;
height: 148mm;
width: 210mm;
display: block;
background: white;
page-break-after: auto;
margin: 50px;
overflow: hidden;
}
@media print {
body {
background: white;
}
.page {
margin: 0;
height: 100%;
width: 100%;
}
}
</style>
<link rel="stylesheet" href="https://unpkg.com/mvp.css">
</head>
<body>
<div class="page">
<p style="font-size: 100vw;">{{Runner Name}}</p>
<h1>{{Runner Name}}</h1>
</div>
<div class="page">
<h1>{{Runner Name}}</h1>
</div>
<div class="page">
<h1>{{Runner Name}}</h1>
</div>
<div class="page">
<h1>{{Runner Name}}</h1>
</div>
<div class="page">
<h1>{{Runner Name}}</h1>
</div>
<div class="page">
<h1>{{Runner Name}}</h1>
</div>
<div class="page">
<h1>{{Runner Name}}</h1>
</div>
<div class="page">
<h1>{{Runner Name}}</h1>
</div>
<div class="page">
<h1>{{Runner Name}}</h1>
</div>
<div class="page">
<h1>{{Runner Name}}</h1>
</div>
<div class="page">
<h1>{{Runner Name}}</h1>
</div>
<div class="page">
<h1>{{Runner Name}}</h1>
</div>
<div class="page">
<h1>{{Runner Name}}</h1>
</div>
<div class="page">
<h1>{{Runner Name}}</h1>
</div>
<div class="page">
<h1>{{Runner Name}}</h1>
</div>
<div class="page">
<h1>{{Runner Name}}</h1>
</div>
<div class="page">
<h1>{{Runner Name}}</h1>
</div>
</body>
</html>