imprint: Add fax number
This commit is contained in:
parent
04138292f7
commit
712314a300
|
@ -11,6 +11,13 @@
|
||||||
height: 1em;
|
height: 1em;
|
||||||
margin-bottom: -4px;
|
margin-bottom: -4px;
|
||||||
}
|
}
|
||||||
|
.fineprint {
|
||||||
|
font-size: .75rem;
|
||||||
|
margin-top: auto;
|
||||||
|
}
|
||||||
|
ol.footnotes {
|
||||||
|
list-style-type: lower-latin;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -30,6 +37,16 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li>E-Mail: <img class="mail" src="mail.svg"></li>
|
<li>E-Mail: <img class="mail" src="mail.svg"></li>
|
||||||
<li>Telefon: +49 152 56561414</li>
|
<li>Telefon: +49 152 56561414</li>
|
||||||
|
<li>Fax: +49 351 89672619<sup>a</sup></li>
|
||||||
</ul>
|
</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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue