Files
Portfolio-2026/legal-notice.html
T

118 lines
3.3 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Lars Winter</title>
<link rel="stylesheet" href="css/style.css">
<meta name="description" content="Creator of visual identities and digital interfaces">
<meta property="og:title" content="Lars Winter">
<meta property="og:description" content="Portfolio of Lars Winter">
<meta property="og:url" content="https://larswinter.me">
<meta property="og:image" content="https://larswinter.me/img/lw-og_image.png">
<meta property="og:image:alt" content="">
<meta name="fediverse:creator" content="@larswinter@mastodon.social">
<link rel="icon" href="img/favicon.ico" sizes="any">
<!-- <link rel="icon" href="img/icon.svg" type="image/svg+xml"> -->
<link rel="apple-touch-icon" href="img/lw.png">
<meta name="theme-color" content="#F7F7F7" media="(prefers-color-scheme: light)">
<meta name="theme-color" content="0f0f0f" media="(prefers-color-scheme: dark)">
</head>
<body>
<main>
<section class="align-left">
<a class="link-button" href="/"><span></span>Home</a>
<div class="spacer-xl" aria-hidden="true"></div>
<p>
<a href="#en-text">English</a>&#x2006;<a href="#de-text">Deutsch</a>
</p>
<div class="spacer-sm" aria-hidden="true"></div>
<h1 id="en-text">Legal Notice</h1>
<p>Lars Winter<br>
Designer<br>
Thusneldastra&szlig;e 4<br>
22525 Hamburg</p>
<h2>Contact</h2>
<p>E-Mail: webmaster@larswinter.me</p>
<h2>Editorially responsible</h2>
<p>Lars Winter<br>
Thusneldastra&szlig;e 4<br>
22525 Hamburg</p>
<h2>Consumer dispute resolution/Universal arbitration board</h2>
<p>We are not willing or obligated to participate in dispute resolution proceedings before a consumer arbitration board.</p>
<p>Source: <a href="https://www.e-recht24.de">https://www.e-recht24.de</a></p>
<div class="spacer-sm" aria-hidden="true"></div>
<p style="font-style: italic;">Machine-translated text</p>
<div class="spacer-sm" aria-hidden="true"></div>
<hr>
<h1 id="de-text">Impressum</h1>
<p>Lars Winter<br>
Kommunikationsdesigner<br>
Thusneldastra&szlig;e 4<br>
22525 Hamburg</p>
<h2>Kontakt</h2>
<p>E-Mail: webmaster@larswinter.me</p>
<h2>Redaktionell verantwortlich</h2>
<p>Lars Winter<br>
Thusneldastra&szlig;e 4<br>
22525 Hamburg</p>
<h2>Verbraucher&shy;streit&shy;beilegung/Universal&shy;schlichtungs&shy;stelle</h2>
<p>Wir sind nicht bereit oder verpflichtet, an Streitbeilegungsverfahren vor einer Verbraucherschlichtungsstelle teilzunehmen.</p>
<p>Quelle: <a href="https://www.e-recht24.de">https://www.e-recht24.de</a></p>
</section>
</main>
<footer>
<div class="footer-content">
<span>© 2018<span id="year"></span> Lars Winter</span>
<div class="footer-links">
<div>
<a href="/legal-notice.html">Legal notice</a>
</div>
<div>
<a href="/privacy.html">Privacy</a>
</div>
<div>
<a href="/archive">Archived Portfolio</a>
</div>
</div>
<script>
document.getElementById('year').textContent = new Date().getFullYear();
</script>
</div>
</footer>
<!-- Add your site or application content here -->
<script src="js/app.js"></script>
</body>
</html>