This commit is contained in:
73
impressum-en.html
Normal file
73
impressum-en.html
Normal file
@@ -0,0 +1,73 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Imprint - Valtrix</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<header id="header">
|
||||
<div class="container header-content">
|
||||
<a href="index-en.html" class="logo">Valtrix<span class="dot">.</span></a>
|
||||
<nav>
|
||||
<ul class="nav-links">
|
||||
<li><a href="index-en.html#about">About Us</a></li>
|
||||
<li><a href="index-en.html#services">Services</a></li>
|
||||
<li><a href="index-en.html#references">References</a></li>
|
||||
<li><a href="index-en.html#contact">Contact</a></li>
|
||||
<li><a href="impressum.html" style="opacity: 0.7;">DE</a></li>
|
||||
</ul>
|
||||
<button class="mobile-toggle" aria-label="Open Menu">☰</button>
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<section class="section">
|
||||
<div class="container legal-content">
|
||||
<h1>Imprint</h1>
|
||||
|
||||
<h3>Information according to § 5 TMG</h3>
|
||||
<p>Valtrix GmbH<br>
|
||||
Musterstraße 123<br>
|
||||
10115 Berlin</p>
|
||||
|
||||
<br>
|
||||
<h3>Represented by</h3>
|
||||
<p>Max Mustermann</p>
|
||||
|
||||
<br>
|
||||
<h3>Contact</h3>
|
||||
<p>Phone: +49 (0) 123 456789<br>
|
||||
Email: info@valtrix.systems</p>
|
||||
|
||||
<br>
|
||||
<h3>Register Entry</h3>
|
||||
<p>Entry in the Commercial Register.<br>
|
||||
Register Court: District Court Berlin-Charlottenburg<br>
|
||||
Register Number: HRB 123456</p>
|
||||
|
||||
<br>
|
||||
<h3>VAT ID</h3>
|
||||
<p>Sales tax identification number according to § 27 a Sales Tax Law:<br>
|
||||
DE123456789</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<footer>
|
||||
<div class="container footer-content">
|
||||
<p class="copyright">© 2025 Valtrix. All rights reserved.</p>
|
||||
<div class="footer-links">
|
||||
<a href="index-en.html">Home</a>
|
||||
<a href="datenschutz-en.html">Privacy Policy</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user