From 229d5e2e21e171d654f844a05e33c350722ee2de Mon Sep 17 00:00:00 2001 From: oimwiodev Date: Fri, 26 Jun 2026 21:22:59 +0100 Subject: [PATCH] Remove competitor names, add 'LE BON CHOIX' glow badge on Atlas --- templates/index.html | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/templates/index.html b/templates/index.html index b032f45..6dc754c 100644 --- a/templates/index.html +++ b/templates/index.html @@ -76,7 +76,7 @@ .pricing-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); gap:20px; } .pricing-card { background:var(--surface); border:1px solid var(--border); border-radius:var(--radius); - padding:28px; text-align:center; transition:border-color .2s; + padding:28px; text-align:center; transition:border-color .2s; position:relative; overflow:visible; } .pricing-card:hover { border-color:var(--accent); } .pricing-card h3 { font-size:20px; margin-bottom:4px; } @@ -87,6 +87,20 @@ .pricing-card .specs li { padding:4px 0; list-style:none; } .pricing-card .specs li::before { content:"✓ "; color:var(--green); } + /* ── Promo badge ── */ + .promo-badge { + position: absolute; top: -12px; right: -12px; + background: var(--accent); color: #fff; + padding: 5px 12px; border-radius: 5px; + font-size: 11px; font-weight: 700; letter-spacing: 0.5px; + z-index: 2; + animation: glow 2s ease-in-out infinite; + } + @keyframes glow { + 0%, 100% { box-shadow: 0 0 8px rgba(59,130,246,0.3); } + 50% { box-shadow: 0 0 20px rgba(59,130,246,0.6); } + } + /* Why */ .reasons { display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:24px; } .reason { text-align:center; padding:24px; } @@ -137,7 +151,7 @@

Reprends le contrôle.
de tes données.
Take back control.
of your data.

-

Arrête de payer Google et iCloud chaque mois. Tes photos, tes fichiers, tes souvenirs — chez toi, sur ton serveur. Tu prends une photo, tu rentres, elle est déjà là. Sans abonnement. Pour toujours.Stop paying Google and iCloud every month. Your photos, your files, your memories — at home, on your server. Take a photo, get home, it's already there. No subscription. Forever.

+

Arrête de payer des abonnements chaque mois. Tes photos, tes fichiers, tes souvenirs — chez toi, sur ton serveur. Tu prends une photo, tu rentres, elle est déjà là. Sans abonnement. Pour toujours.Stop paying monthly subscriptions. Your photos, your files, your memories — at home, on your server. Take a photo, get home, it's already there. No subscription. Forever.

Voir les offresSee plans WhatsAppWhatsApp
@@ -152,7 +166,7 @@
📱

Stockage plein

Storage full

Les applis de photos et de stockage te demandent de payer tous les mois.

-

Google Photos or iCloud asks you to pay every month.

+

Photo and storage apps ask you to pay every month.

💸
@@ -164,7 +178,7 @@
🔒

Vos données chez les autres

Your data on their servers

Tes photos de famille sont quelque part sur des serveurs qui ne sont pas à toi.

-

Your family photos live on Google's servers.

+

Your family photos are on servers that aren't yours.

😰
@@ -338,6 +352,7 @@ async function loadPricing() { const lang = getLang(); grid.innerHTML = tiers.map(t => `
+ ${t.name === 'Atlas' ? '
LE BON CHOIX
' : ''}

${t.name}

${Number(t.sell_price).toLocaleString('fr-MA')} MAD
${(desc[lang]||desc.fr)[t.name] || t.description || ''}