Backup: Stand vor Design-Optimierung (2026-02-16)

Dieser Commit ist enthalten in:
Claude Code
2026-02-16 21:20:16 +00:00
Ursprung afe25fc728
Commit a61fab12e6
37 geänderte Dateien mit 1042 neuen und 3456 gelöschten Zeilen

Datei anzeigen

@@ -3,7 +3,17 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Legal Notice - IntelSight</title>
<title>Legal Notice - AegisSight</title>
<!-- Prevent search engine indexing -->
<meta name="robots" content="noindex, nofollow, noarchive, nosnippet, noimageindex">
<meta name="googlebot" content="noindex, nofollow, noarchive, nosnippet, noimageindex">
<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="favicon.svg">
<link rel="icon" type="image/svg+xml" href="assets/images/logos/AegisSightLogo_NavyGold.svg">
<link rel="apple-touch-icon" href="assets/images/logos/AegisSightLogo_NavyGold.svg">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/fonts.css">
<style>
@@ -77,14 +87,14 @@
<div class="nav-container">
<div class="logo">
<a href="index.html">
<img src="assets/images/logos/intelsight-name-light.svg" alt="IntelSight" class="logo-img">
<img src="assets/images/logos/Logo+Schrift_Rechts.svg" alt="AegisSight" class="logo-img">
</a>
</div>
<ul class="nav-menu">
<li><a href="index.html#home">Home</a></li>
<li><a href="index.html#about">About Us</a></li>
<li><a href="index.html#products">Products & Solutions</a></li>
<li><a href="mailto:info@intelsight.de">Contact</a></li>
<li><a href="mailto:info@aegis-sight.de">Contact</a></li>
</ul>
<div class="nav-extras">
<button class="lang-toggle" data-lang="en" aria-label="Switch language">DE | EN</button>
@@ -101,7 +111,7 @@
<div class="impressum-section">
<h2>Company Information</h2>
<p>
IntelSight UG (limited liability)<br>
AegisSight UG (limited liability)<br>
Gladbacher Strasse 3-5<br>
40764 Langenfeld<br>
Germany
@@ -117,8 +127,8 @@
<div class="impressum-section">
<h2>Contact</h2>
<p>
Email: info@intelsight.de<br>
Website: intelsight.de
Email: info@aegis-sight.de<br>
Website: aegis-sight.de
</p>
</div>
@@ -134,7 +144,7 @@
<div class="impressum-section">
<h2>VAT</h2>
<p>VAT identification number according to §27 a of the German VAT Act:<br>
DE [Number]</p>
DE457846602</p>
</div>
<div class="impressum-section">
@@ -166,7 +176,7 @@
<footer class="footer">
<div class="footer-content">
<div class="footer-section">
<h4>IntelSight</h4>
<h4>AegisSight</h4>
<p>Sicherheit Made in Germany</p>
</div>
<div class="footer-section">
@@ -178,18 +188,18 @@
</div>
<div class="footer-section">
<h4>Contact</h4>
<p><a href="mailto:info@intelsight.de">info@intelsight.de</a></p>
<p>info@aegis-sight.de</p>
</div>
</div>
<div class="footer-bottom">
<p>&copy; 2025 IntelSight UG. All rights reserved.</p>
<p>&copy; 2025 AegisSight UG. All rights reserved.</p>
</div>
</footer>
<!-- JavaScript for legal pages -->
<script src="js/legal-pages.js"></script>
<!-- IntelSight Analytics -->
<!-- AegisSight Analytics -->
<script async src="/insights/t.js"></script>
</body>
</html>