Loesungs-Abschnitt aufgeloest, Anwendungsfaelle wandern unter die Karte
Der eigene Abschnitt mit Ueberschrift und Einleitung entfaellt. Die drei Anwendungsfaelle stehen jetzt als reine Infokarten unter der Karte im Bereich Live-Lagebilder, ohne "Mehr erfahren" und ohne Verlinkung. Die sechs Unterseiten unter /loesungen/ und /en/solutions/ sind geloescht, ebenso der Menuepunkt Loesungen in beiden Sprachen und die Eintraege in Sitemap und llms.txt. Nebenbei behoben, die drei Lagen-Seiten verwiesen im Menue auf den Anker /#products, den es auf der Startseite nie gab. Sie zeigen jetzt auf /#demos, wo die Anwendungsfaelle stehen.
Dieser Commit ist enthalten in:
@@ -282,7 +282,6 @@
|
||||
</a>
|
||||
<ul class="nav-menu">
|
||||
<li><a href="#features">Features</a></li>
|
||||
<li><a href="#solutions">Solutions</a></li>
|
||||
<li><a href="#demos">Live Reports</a></li>
|
||||
<li><a href="#trust">About Us</a></li>
|
||||
<li><a href="#faq">FAQ</a></li>
|
||||
@@ -306,7 +305,6 @@
|
||||
<div class="mobile-menu" id="mobile-menu" aria-hidden="true">
|
||||
<ul>
|
||||
<li><a href="#features">Features</a></li>
|
||||
<li><a href="#solutions">Solutions</a></li>
|
||||
<li><a href="#demos">Live Reports</a></li>
|
||||
<li><a href="#trust">About Us</a></li>
|
||||
<li><a href="#faq">FAQ</a></li>
|
||||
@@ -417,41 +415,6 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Solutions / Use cases -->
|
||||
<style>
|
||||
#solutions .loesungen-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin-top: 8px; }
|
||||
#solutions .loesung-card { display: block; background: var(--white); border: 1px solid var(--gray-100); border-radius: var(--radius-lg); padding: 26px 28px; text-decoration: none; box-shadow: var(--shadow); transition: transform .2s, box-shadow .2s; }
|
||||
#solutions .loesung-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(10,24,50,0.12); }
|
||||
#solutions .loesung-card h3 { color: var(--navy); font-size: 1.2rem; margin: 0 0 10px; }
|
||||
#solutions .loesung-card p { color: var(--text-light); font-size: 0.97rem; line-height: 1.6; margin: 0 0 14px; }
|
||||
#solutions .loesung-more { color: var(--gold-dark); font-weight: 600; font-size: 0.95rem; }
|
||||
#solutions .loesung-card:hover .loesung-more { color: var(--gold); }
|
||||
#solutions .loesungen-intro { text-align: center; max-width: 680px; margin: 0 auto 2.5rem; color: var(--text-light); line-height: 1.7; }
|
||||
</style>
|
||||
<section class="section section-base" id="solutions">
|
||||
<div class="container">
|
||||
<h2 class="section-title">Solutions for your field of use</h2>
|
||||
<p class="loesungen-intro">AegisSight covers different OSINT use cases – from automated situational analysis and disinformation monitoring to crisis monitoring for government.</p>
|
||||
<div class="loesungen-grid">
|
||||
<a class="loesung-card" href="/en/solutions/osint-situational-awareness-software/">
|
||||
<h3>OSINT & Situational Awareness Software</h3>
|
||||
<p>Automatically evaluate hundreds of open sources and turn them into structured real-time situation reports.</p>
|
||||
<span class="loesung-more">Learn more ›</span>
|
||||
</a>
|
||||
<a class="loesung-card" href="/en/solutions/disinformation-monitoring/">
|
||||
<h3>Disinformation Monitoring & FIMI</h3>
|
||||
<p>Detect manipulation and foreign interference early – with fact-checking and source assessment.</p>
|
||||
<span class="loesung-more">Learn more ›</span>
|
||||
</a>
|
||||
<a class="loesung-card" href="/en/solutions/social-media-monitoring-government/">
|
||||
<h3>Social Media & Crisis Monitoring</h3>
|
||||
<p>Provide crisis teams with an automatically updated situation report from social media and open sources.</p>
|
||||
<span class="loesung-more">Learn more ›</span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Features -->
|
||||
<section class="section section-dark" id="features">
|
||||
<div class="container">
|
||||
@@ -640,6 +603,22 @@
|
||||
<div id="map-container"></div>
|
||||
<div class="map-empty" id="map-empty" style="display:none">Map data follows</div>
|
||||
</div>
|
||||
|
||||
<!-- Use cases -->
|
||||
<div class="einsatz-grid">
|
||||
<div class="einsatz-card">
|
||||
<h3>OSINT & Situational Awareness Software</h3>
|
||||
<p>Automatically evaluate hundreds of open sources and turn them into structured real-time situation reports.</p>
|
||||
</div>
|
||||
<div class="einsatz-card">
|
||||
<h3>Disinformation Monitoring & FIMI</h3>
|
||||
<p>Detect manipulation and foreign interference early, with fact-checking and source assessment.</p>
|
||||
</div>
|
||||
<div class="einsatz-card">
|
||||
<h3>Social Media & Crisis Monitoring</h3>
|
||||
<p>Provide crisis teams with an automatically updated situation report from social media and open sources.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren