diff --git a/cookie-consent.css b/cookie-consent.css index 9cd5724..00ecf8b 100644 --- a/cookie-consent.css +++ b/cookie-consent.css @@ -47,13 +47,9 @@ main { padding: 0 2rem; } -footer { - background: var(--consent-text-dark); - color: white; - padding: 2rem; - text-align: center; - margin-top: 4rem; -} +/* Demo-Page-Reststyles: nackter footer-Selector entfernt, weil er sonst + ueber alle Seiten den Site-Footer mit fremdem Margin/Background ueberlagert. + Cookie-Consent-Banner-Styles bleiben unten unveraendert. */ footer nav { margin-bottom: 1rem; diff --git a/en/index.html b/en/index.html index 46e43d6..dfc11e1 100644 --- a/en/index.html +++ b/en/index.html @@ -32,15 +32,21 @@ + @@ -61,23 +84,38 @@ + + + @@ -85,11 +123,12 @@ { "@context": "https://schema.org", "@type": "SoftwareApplication", + "@id": "https://aegis-sight.de/en/#software", "name": "AegisSight Monitor", "applicationCategory": "BusinessApplication", "applicationSubCategory": "OSINT Monitoring Software", "operatingSystem": "Web", - "url": "https://aegis-sight.de/", + "url": "https://aegis-sight.de/en/", "image": "https://aegis-sight.de/assets/images/og-image.png", "description": "AI-powered real-time situation reports from open sources. Aggregation, deduplication, geographic mapping, automated fact-checking and multilingual analysis. For government agencies, newsrooms, and security services.", "inLanguage": "en-GB", @@ -101,25 +140,118 @@ "Automated fact-checking against independent sources", "Structured situation reports with source attribution and timeline" ], - "publisher": { - "@type": "Organization", - "name": "AegisSight UG (haftungsbeschränkt)", - "url": "https://aegis-sight.de/", - "logo": { - "@type": "ImageObject", - "url": "https://aegis-sight.de/assets/images/logos/AegisSightLogo_NavyGold.svg" - } - }, + "publisher": { "@id": "https://aegis-sight.de/#organization" }, "offers": { "@type": "Offer", "availability": "https://schema.org/InStock", "priceCurrency": "EUR", "price": "0", - "url": "https://aegis-sight.de/#contact", - "description": "Preise auf Anfrage" + "url": "https://aegis-sight.de/en/#contact", + "description": "Pricing on request" } } + + + +
@@ -133,6 +265,7 @@