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>Privacy Policy - IntelSight</title>
<title>Privacy Policy - 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>
@@ -117,14 +127,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>
@@ -175,13 +185,13 @@
<div class="contact-info">
<p>
IntelSight UG (limited liability)<br>
AegisSight UG (limited liability)<br>
Hendrik Gebhardt<br>
Monami Homma<br>
Gladbacher Strasse 3-5<br>
40764 Langenfeld<br>
Germany<br><br>
Email: info@intelsight.de
Email: info@aegis-sight.de
</p>
</div>
@@ -247,13 +257,33 @@
<li><strong>Right to object:</strong> You can object to the processing of your data.</li>
</ul>
<p>To exercise these rights, please contact us at info@intelsight.de.</p>
<p>To exercise these rights, please contact us at info@aegis-sight.de.</p>
</div>
<div class="datenschutz-section">
<h2>6. Changes to This Privacy Policy</h2>
<p>We reserve the right to adapt this privacy policy so that it always complies with current legal requirements or to implement changes to our services in the privacy policy, e.g., when introducing new services. The new privacy policy will then apply to your next visit.</p>
</div>
<div class="datenschutz-section">
<h2>7. Automated Access and AI Agents</h2>
<h3>Prohibition of Automated Access</h3>
<p>Automated querying, scraping, or crawling of this website by bots, spiders, scrapers, AI agents (including LLM-based systems), "buy-for-me" agents, or similar automated tools is prohibited without our express written permission.</p>
<p>This includes in particular:</p>
<ul>
<li>Automated data collection and extraction</li>
<li>Training of AI models using content from this website</li>
<li>Automated end-to-end processes without human review</li>
<li>Systematic reading of content by automated systems</li>
</ul>
<p>Violations of this policy may be subject to civil and criminal prosecution. The instructions contained in our robots.txt file are binding and form part of these terms of use.</p>
<h3>Exceptions</h3>
<p>Excluded from this prohibition are search engine crawlers that comply with our robots.txt guidelines, as well as services to which we have expressly granted permission.</p>
</div>
</div>
</div>
@@ -261,7 +291,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">
@@ -273,18 +303,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>