Skip to content

Commit de7f4d6

Browse files
ferr079claude
andcommitted
fix: add missing icons (Authentik, Wazuh) on security page + fix SSO count
- Added Authentik icon (section 03) and Wazuh icon (section 05) - Fixed "6 services" → "8 services" across all occurrences (EN + FR) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent cd27314 commit de7f4d6

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

src/pages/fr/securite.astro

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import StatsBar from '../../components/StatsBar.astro';
4141
<span class="layer-icon">&#9678;</span>
4242
<div>
4343
<h4>Couche identité</h4>
44-
<p>Authentik SSO (6 services), YubiKey FIDO2, SSH key-only sur 30+ hôtes</p>
44+
<p>Authentik SSO (8 services), YubiKey FIDO2, SSH key-only sur 30+ hôtes</p>
4545
</div>
4646
</div>
4747
<div class="defense-layer">
@@ -103,10 +103,11 @@ import StatsBar from '../../components/StatsBar.astro';
103103
<div class="container">
104104
<div class="layer-header">
105105
<span class="layer-number">03</span>
106+
<img src="https://cdn.simpleicons.org/authentik/FD4B2D" alt="" class="tech-logo" loading="lazy" aria-hidden="true" onerror="this.style.display='none'" />
106107
<h2>SSO Authentik — un login pour tout</h2>
107108
</div>
108109
<div class="layer-content">
109-
<p>Authentik centralise l'authentification sur <strong>6 services</strong> via OAuth2/OIDC. Un seul couple identifiant/mot de passe, un seul point de contrôle, un seul endroit où révoquer un accès. La phase 2 supprimera les logins locaux — SSO-only + YubiKey WebAuthn.</p>
110+
<p>Authentik centralise l'authentification sur <strong>8 services</strong> via OAuth2/OIDC. Un seul couple identifiant/mot de passe, un seul point de contrôle, un seul endroit où révoquer un accès. La phase 2 supprimera les logins locaux — SSO-only + YubiKey WebAuthn.</p>
110111
<div class="details-grid">
111112
<div class="detail">
112113
<h4>Services intégrés</h4>
@@ -158,6 +159,7 @@ import StatsBar from '../../components/StatsBar.astro';
158159
<div class="container">
159160
<div class="layer-header">
160161
<span class="layer-number">05</span>
162+
<img src="https://cdn.simpleicons.org/wazuh/3AABE6" alt="" class="tech-logo" loading="lazy" aria-hidden="true" onerror="this.style.display='none'" />
161163
<h2>CrowdSec IPS + Wazuh SIEM</h2>
162164
</div>
163165
<div class="layer-content">

src/pages/securite.astro

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import StatsBar from '../components/StatsBar.astro';
4141
<span class="layer-icon">&#9678;</span>
4242
<div>
4343
<h4>Identity layer</h4>
44-
<p>Authentik SSO (6 services), YubiKey FIDO2, SSH key-only on 30+ hosts</p>
44+
<p>Authentik SSO (8 services), YubiKey FIDO2, SSH key-only on 30+ hosts</p>
4545
</div>
4646
</div>
4747
<div class="defense-layer">
@@ -103,10 +103,11 @@ import StatsBar from '../components/StatsBar.astro';
103103
<div class="container">
104104
<div class="layer-header">
105105
<span class="layer-number">03</span>
106+
<img src="https://cdn.simpleicons.org/authentik/FD4B2D" alt="" class="tech-logo" loading="lazy" aria-hidden="true" onerror="this.style.display='none'" />
106107
<h2>SSO Authentik — one login for everything</h2>
107108
</div>
108109
<div class="layer-content">
109-
<p>Authentik centralizes authentication across <strong>6 services</strong> via OAuth2/OIDC. One set of credentials, one control point, one place to revoke access. Phase 2 will remove local logins — SSO-only + YubiKey WebAuthn.</p>
110+
<p>Authentik centralizes authentication across <strong>8 services</strong> via OAuth2/OIDC. One set of credentials, one control point, one place to revoke access. Phase 2 will remove local logins — SSO-only + YubiKey WebAuthn.</p>
110111
<div class="details-grid">
111112
<div class="detail">
112113
<h4>Integrated services</h4>
@@ -158,6 +159,7 @@ import StatsBar from '../components/StatsBar.astro';
158159
<div class="container">
159160
<div class="layer-header">
160161
<span class="layer-number">05</span>
162+
<img src="https://cdn.simpleicons.org/wazuh/3AABE6" alt="" class="tech-logo" loading="lazy" aria-hidden="true" onerror="this.style.display='none'" />
161163
<h2>CrowdSec IPS + Wazuh SIEM</h2>
162164
</div>
163165
<div class="layer-content">

0 commit comments

Comments
 (0)