imprint: Add fax number

nazuna
Simon Bruder 2023-03-23 01:38:31 +01:00
parent 04138292f7
commit 712314a300
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 17 additions and 0 deletions

View File

@ -11,6 +11,13 @@
height: 1em;
margin-bottom: -4px;
}
.fineprint {
font-size: .75rem;
margin-top: auto;
}
ol.footnotes {
list-style-type: lower-latin;
}
</style>
</head>
<body>
@ -30,6 +37,16 @@
<ul>
<li>E-Mail: <img class="mail" src="mail.svg"></li>
<li>Telefon: +49 152 56561414</li>
<li>Fax: +49 351 89672619<sup>a</sup></li>
</ul>
<div class="fineprint">
<ol class="footnotes">
<li>
Beachten Sie, dass die Übermittlung eines Faxes auf Ihr eigenes Risiko erfolgt.
Bevor Sie Daten, die möglicherweise personenbezogen sind, per Fax übermitteln,
konsultieren Sie bitte Ihren Anwalt, um zu sicherzustellen, dass dies mit geltendem Recht vereinbar ist.
</li>
</ol>
</div>
</body>
</html>