Simon Bruder
10b8d432d5
This applies the REUSE specification to the repository, so the licensing information can be tracked for every file individually.
59 lines
1.3 KiB
HTML
59 lines
1.3 KiB
HTML
<!--
|
|
SPDX-FileCopyrightText: 2021-2023 Simon Bruder <simon@sbruder.de>
|
|
|
|
SPDX-License-Identifier: CC-BY-SA-4.0
|
|
-->
|
|
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width">
|
|
<style>
|
|
body {
|
|
font-family: "Roboto", sans-serif;
|
|
}
|
|
img.mail {
|
|
height: 1em;
|
|
margin-bottom: -4px;
|
|
}
|
|
.fineprint {
|
|
font-size: .75rem;
|
|
margin-top: auto;
|
|
}
|
|
ol.footnotes {
|
|
list-style-type: lower-latin;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>Impressum</h1>
|
|
|
|
<h2>Anbieter</h2>
|
|
|
|
<p>
|
|
Simon Bruder<br>
|
|
℅ Block Services<br>
|
|
Stuttgarter Str. 106<br>
|
|
70736 Fellbach<br>
|
|
</p>
|
|
|
|
<h2>Kontakt</h2>
|
|
|
|
<ul>
|
|
<li>E-Mail: <img class="mail" src="mail.svg"></li>
|
|
<li>Telefon: +49 351 41886715</li>
|
|
<li>Telefax: +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>
|