From b3830ab7c49a4be61b95c82a09abcad8c42f7dcd Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Fri, 12 Jun 2026 13:24:10 +0900 Subject: [PATCH 1/2] Redesign discover section and add personas grid Rework "How it works" into a flat three-step grid with health-check messaging and a row of reassurance promises. Add a new personas section on the home page and back it with a screenshot background on the CTA band. Co-Authored-By: Claude Opus 4.8 --- i18n/en.yaml | 51 ++++++-- i18n/fr.yaml | 51 ++++++-- layouts/index.html | 2 + layouts/partials/discover.html | 96 +++++++-------- layouts/partials/personas.html | 34 +++++ static/css/custom.css | 218 +++++++++++++++++++++++++-------- 6 files changed, 335 insertions(+), 117 deletions(-) create mode 100644 layouts/partials/personas.html diff --git a/i18n/en.yaml b/i18n/en.yaml index 4acb9ea..029fb44 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -61,10 +61,12 @@ - id: features-grid-footer translation: And we have many other features in preparation... -- id: discover-title +- id: discover-eyebrow translation: "How it works" +- id: discover-title + translation: "Three steps, zero commitment" - id: discover-lead - translation: "A simple approach to efficient domain management." + translation: "Connect a domain and happyDomain starts watching over it. No migration, no configuration, and nothing changes on your side." - id: features-wip-lead translation: "happyDomain is functional but still very much a work in progress: it's a carefully crafted proof of concept that evolves thanks to your feedbacks!" @@ -85,18 +87,51 @@ - id: features-wip-p2-end translation: "." +- id: discover-1-tag + translation: "Connect" +- id: discover-2-tag + translation: "Monitor" +- id: discover-3-tag + translation: "Optional" + +- id: personas-eyebrow + translation: "For everyone" +- id: personas-title + translation: "Made for the way you work" +- id: personas-lead + translation: "One domain or a thousand, deep DNS expertise or none at all: happyDomain meets you where you are. Pick the profile that sounds like you and see what it changes day to day." + - id: discover-1-title - translation: "Connect your accounts" + translation: "Connect your domains" - id: discover-1-text - translation: "Add your access information to the various registrars and DNS hosts." + translation: "Link your registrar, DNS host or authoritative server in a few clicks. Your domains stay exactly where they are: no transfer, no change of ownership." - id: discover-2-title - translation: "Import your domains" + translation: "Get instant health checks" - id: discover-2-text - translation: "Automatically import all your domain names and configurations into happyDomain." + translation: "From the very first minute, happyDomain runs deep checks on every domain: expiration, DNSSEC, response time and more. Nothing to configure, and you're notified the moment something changes." - id: discover-3-title - translation: "Manage with efficiently" + translation: "Edit when you want to" - id: discover-3-text - translation: "Edit, add and synchronize all your DNS records from a single interface." + translation: "Your provider's console keeps working as before. When you're ready, guided forms, change previews and one-click rollback make every edit safer. It's there to help, never required." + +- id: discover-assurances-title + translation: "Our promises" +- id: discover-assurance-1-title + translation: "Your data stays at your provider" +- id: discover-assurance-1-text + translation: "happyDomain connects to your existing provider. Nothing is moved, nothing is locked in." +- id: discover-assurance-2-title + translation: "No migration needed" +- id: discover-assurance-2-text + translation: "Bring your domains as they are today, and leave whenever you like." +- id: discover-assurance-3-title + translation: "Your usual console still works" +- id: discover-assurance-3-text + translation: "Keep using your provider's interface alongside happyDomain, with no conflict." +- id: discover-assurance-4-title + translation: "Everything is optional" +- id: discover-assurance-4-text + translation: "Monitoring works out of the box. Use the editor, history and API only if and when you need them." - id: downloads-title translation: | diff --git a/i18n/fr.yaml b/i18n/fr.yaml index 6a3c734..f2be4f1 100644 --- a/i18n/fr.yaml +++ b/i18n/fr.yaml @@ -79,23 +79,58 @@ - id: features-grid-footer translation: Et nous avons encore bien d'autres fonctionnalités en préparation... -- id: discover-title +- id: discover-eyebrow translation: "Comment ça marche" +- id: discover-title + translation: "Trois étapes, zéro engagement" - id: discover-lead - translation: "Une approche simple pour une gestion de domaine efficace." + translation: "Connectez un domaine et happyDomain commence à veiller dessus. Pas de migration, pas de configuration, et rien ne change de votre côté." + +- id: discover-1-tag + translation: "Connexion" +- id: discover-2-tag + translation: "Surveillance" +- id: discover-3-tag + translation: "Optionnel" + +- id: personas-eyebrow + translation: "Pour tout le monde" +- id: personas-title + translation: "Conçu pour votre façon de travailler" +- id: personas-lead + translation: "Un domaine ou un millier, expert DNS ou débutant : happyDomain s'adapte à votre réalité. Choisissez le profil qui vous ressemble et découvrez ce que ça change au quotidien." - id: discover-1-title - translation: "Connectez vos comptes" + translation: "Connectez vos domaines" - id: discover-1-text - translation: "Ajoutez vos informations d'accès aux différents bureaux d'enregistrement et hébergeurs DNS." + translation: "Reliez votre bureau d'enregistrement, votre hébergeur DNS ou votre serveur faisant autorité en quelques clics. Vos domaines restent exactement là où ils sont : pas de transfert, pas de changement de propriétaire." - id: discover-2-title - translation: "Importez vos domaines" + translation: "Profitez de vérifications instantanées" - id: discover-2-text - translation: "Importez automatiquement tous vos noms de domaine et leurs configurations dans happyDomain." + translation: "Dès la première minute, happyDomain effectue des vérifications approfondies sur chaque domaine : expiration, DNSSEC, temps de réponse et bien plus. Rien à configurer, et vous êtes notifié dès qu'un état change." - id: discover-3-title - translation: "Gérez efficacement" + translation: "Modifiez quand vous le souhaitez" - id: discover-3-text - translation: "Modifiez, ajoutez et synchronisez tous vos enregistrements DNS depuis une seule interface." + translation: "La console de votre hébergeur continue de fonctionner comme avant. Quand vous êtes prêt, formulaires guidés, aperçu des changements et retour arrière en un clic rendent chaque modification plus sûre. C'est une aide, jamais une obligation." + +- id: discover-assurances-title + translation: "Nos promesses" +- id: discover-assurance-1-title + translation: "Vos données restent chez votre hébergeur" +- id: discover-assurance-1-text + translation: "happyDomain se connecte à votre hébergeur actuel. Rien n'est déplacé, rien n'est verrouillé." +- id: discover-assurance-2-title + translation: "Aucune migration nécessaire" +- id: discover-assurance-2-text + translation: "Amenez vos domaines tels qu'ils sont aujourd'hui, et repartez quand vous voulez." +- id: discover-assurance-3-title + translation: "Votre console habituelle fonctionne toujours" +- id: discover-assurance-3-text + translation: "Continuez d'utiliser l'interface de votre hébergeur en parallèle de happyDomain, sans aucun conflit." +- id: discover-assurance-4-title + translation: "Tout est optionnel" +- id: discover-assurance-4-text + translation: "La surveillance fonctionne immédiatement. Utilisez l'éditeur, l'historique et l'API seulement si vous en avez besoin, quand vous en avez besoin." - id: downloads-title translation: | diff --git a/layouts/index.html b/layouts/index.html index 140e8b0..968f620 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -19,6 +19,8 @@ {{ partial "discover.html" . }} + {{ partial "personas.html" . }} + {{/* partial "testimonials.html" . */}} {{ partial "cta-join.html" . }} diff --git a/layouts/partials/discover.html b/layouts/partials/discover.html index 4fee0d6..c92ef0e 100644 --- a/layouts/partials/discover.html +++ b/layouts/partials/discover.html @@ -1,68 +1,60 @@ -
+
-
-

- {{ i18n "discover-title" }} -

-
-

- {{ i18n "discover-lead" }} -

-
+
+ {{ i18n "discover-eyebrow" }} +

{{ i18n "discover-title" }}

+

{{ i18n "discover-lead" }}

-
-
-
1
+
+
+
1 {{ i18n "discover-1-tag" }}

{{ i18n "discover-1-title" }}

{{ i18n "discover-1-text" }}

-
-
2
+
+
2 {{ i18n "discover-2-tag" }}

{{ i18n "discover-2-title" }}

{{ i18n "discover-2-text" }}

-
-
3
+
+
3 {{ i18n "discover-3-tag" }}

{{ i18n "discover-3-title" }}

{{ i18n "discover-3-text" }}

-

- {{ i18n "learnhow" }} happyDomain {{ i18n "canhelpyou" }} -

- +
    +
  • + +
    + {{ i18n "discover-assurance-1-title" }} +

    {{ i18n "discover-assurance-1-text" }}

    +
    +
  • +
  • + +
    + {{ i18n "discover-assurance-2-title" }} +

    {{ i18n "discover-assurance-2-text" }}

    +
    +
  • +
  • + +
    + {{ i18n "discover-assurance-3-title" }} +

    {{ i18n "discover-assurance-3-text" }}

    +
    +
  • +
  • + +
    + {{ i18n "discover-assurance-4-title" }} +

    {{ i18n "discover-assurance-4-text" }}

    +
    +
  • +
diff --git a/layouts/partials/personas.html b/layouts/partials/personas.html new file mode 100644 index 0000000..26f0e1b --- /dev/null +++ b/layouts/partials/personas.html @@ -0,0 +1,34 @@ +
+
+
+ {{ i18n "personas-eyebrow" }} +

{{ i18n "personas-title" }}

+

{{ i18n "personas-lead" }}

+
+ + +
+
diff --git a/static/css/custom.css b/static/css/custom.css index 3d41426..db24d33 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -314,70 +314,190 @@ img { max-width: 100%; } -#discover .steps { +/* ── How it works (#discover) ── + Same flat language as the big-idea section: one bordered surface, + columns split by hairlines, mono step tags. */ +#discover .steps-grid { + display: grid; + grid-template-columns: repeat(3, 1fr); + border: 1px solid var(--hd-border-1); + border-radius: 12px; + overflow: hidden; + background: var(--hd-bg-canvas); +} + +#discover .step-col { + padding: 28px 28px 24px; +} + +#discover .step-col + .step-col { + border-left: 1px solid var(--hd-border-1); +} + +#discover .step-col h3 { + font-weight: 700; + font-size: 1.125rem; + color: var(--hd-fg-1); + letter-spacing: -0.015em; + margin: 0 0 10px; +} + +#discover .step-col p { + font-size: 0.9375rem; + line-height: 1.6; + color: var(--hd-fg-3); + margin: 0; +} + +#discover .assurances { + display: grid; + grid-template-columns: repeat(4, 1fr); + gap: 20px 28px; + margin: 40px 0 0; + padding-top: 32px; + border-top: 1px solid var(--hd-border-1); +} + +#discover .assurance { display: flex; - justify-content: space-between; - flex-wrap: wrap; - margin-top: 60px; - position: relative; + align-items: flex-start; + gap: 10px; } -#discover .steps::before { - content: ""; - position: absolute; - top: 25px; - left: 10%; - width: 80%; - height: 2px; - background: linear-gradient( - to right, - var(--hd-accent) 0%, - var(--hd-brand-dark) 100% - ); - z-index: 1; -} - -#discover .step { - flex-basis: 30%; - text-align: center; - position: relative; - z-index: 2; -} - -#discover .step-number { - background: linear-gradient( - 135deg, - var(--hd-accent) 0%, - var(--hd-brand-dark) 100% - ); - color: white; - width: 50px; - height: 50px; - border-radius: 50%; +#discover .assurance-check { + flex-shrink: 0; display: flex; align-items: center; justify-content: center; - font-size: 24px; - font-weight: bold; - margin: 0 auto 20px; + width: 20px; + height: 20px; + margin-top: 1px; + border-radius: 6px; + background: var(--hd-accent-subtle); + border: 1px solid var(--hd-accent-border); + color: var(--hd-accent); + font-size: 11px; + font-weight: 700; } -#discover .step h3 { - margin-bottom: 15px; - font-size: 22px; +[data-bs-theme="dark"] #discover .assurance-check { + background: var(--hd-accent-muted); } -#discover .step p { +#discover .assurance strong { + display: block; + font-size: 0.875rem; + color: var(--hd-fg-1); + margin-bottom: 3px; +} + +#discover .assurance p { color: var(--hd-fg-3); + font-size: 0.8125rem; + line-height: 1.55; +} + +@media (max-width: 991px) { + #discover .assurances { + grid-template-columns: repeat(2, 1fr); + } +} + +@media (max-width: 767px) { + #discover .steps-grid { + grid-template-columns: 1fr; + } + #discover .step-col + .step-col { + border-left: none; + border-top: 1px solid var(--hd-border-1); + } + #discover .assurances { + grid-template-columns: 1fr; + } +} + +/* ── Personas (#personas) ── */ +.personas-grid { + display: grid; + grid-template-columns: repeat(5, 1fr); + gap: 16px; +} + +.persona-card { + display: flex; + flex-direction: column; + text-decoration: none; + background: var(--hd-bg-canvas); + border: 1px solid var(--hd-border-1); + border-radius: 12px; + overflow: hidden; + transition: + border-color 0.15s, + transform 0.15s, + box-shadow 0.15s; +} + +.persona-card:hover { + border-color: var(--hd-accent-border); + transform: translateY(-3px); + box-shadow: 0 10px 24px -14px rgba(0, 0, 0, 0.35); +} + +.persona-card img { + display: block; + width: 100%; + height: auto; + aspect-ratio: 4 / 3; + object-fit: cover; +} + +.persona-card .persona-name { + display: flex; + align-items: center; + justify-content: space-between; + padding: 11px 14px; + font-size: 0.875rem; + font-weight: 600; + color: var(--hd-fg-1); + border-top: 1px solid var(--hd-border-1); +} + +.persona-card .persona-name::after { + content: "\2192"; + color: var(--hd-fg-4); + transition: + color 0.15s, + transform 0.15s; +} + +.persona-card:hover .persona-name::after { + color: var(--hd-accent); + transform: translateX(3px); +} + +@media (max-width: 991px) { + .personas-grid { + grid-template-columns: repeat(3, 1fr); + } +} + +@media (max-width: 575px) { + .personas-grid { + grid-template-columns: repeat(2, 1fr); + } } #cta { padding: 100px 0; - background: linear-gradient( - 135deg, - var(--hd-brand-dark) 0%, - var(--hd-accent) 100% - ); + background: + linear-gradient( + 135deg, + rgba(54, 11, 72, 0.65) 0%, + rgba(28, 180, 135, 0.55) 100% + ), + url("/img/screenshots/home.webp"); + background-size: cover; + background-position: center; color: white; text-align: center; position: relative; From 4dff3fdaaca669d2020c52eb58809147402b9fec Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Fri, 12 Jun 2026 18:24:30 +0900 Subject: [PATCH 2/2] Add checks deep-dive section with dangling-records case study Introduce a new #checks section presenting domain, zone and service checkers in three columns linking to the documentation, plus a dangling-records case study spotlight. Rework discover copy toward peace-of-mind framing and adjust section backgrounds and CTA layout. Co-Authored-By: Claude Opus 4.8 --- i18n/en.yaml | 72 +++++- i18n/fr.yaml | 74 +++++- layouts/index.html | 2 + layouts/partials/checks.html | 136 +++++++++++ layouts/partials/cta-join.html | 15 +- layouts/partials/discover.html | 2 +- layouts/partials/downloads.html | 8 +- layouts/partials/features.html | 2 +- layouts/partials/personas.html | 2 +- static/css/custom.css | 238 ++++++++++++++++++++ static/img/screenshots/dangling-record.webp | Bin 0 -> 9510 bytes 11 files changed, 526 insertions(+), 25 deletions(-) create mode 100644 layouts/partials/checks.html create mode 100644 static/img/screenshots/dangling-record.webp diff --git a/i18n/en.yaml b/i18n/en.yaml index 029fb44..edddcb7 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -92,7 +92,71 @@ - id: discover-2-tag translation: "Monitor" - id: discover-3-tag - translation: "Optional" + translation: "Relax" + +- id: checks-eyebrow + translation: "Monitoring" +- id: checks-title + translation: "Deep checks on everything your domain exposes" +- id: checks-lead + translation: "The moment a domain joins happyDomain, our checkers start inspecting it from the outside, exactly as the rest of the world sees it. From the registration down to each live service, every layer is covered." +- id: checks-domain-tag + translation: "Domain" +- id: checks-domain-title + translation: "Your registration" +- id: checks-domain-text + translation: "Expiration date, transfer lock, registrar status: the administrative side of your domain, watched continuously." +- id: checks-zone-tag + translation: "Zone" +- id: checks-zone-title + translation: "Your DNS zone" +- id: checks-zone-text + translation: "DNSSEC validity, delegation consistency, server response: the technical foundation, verified end to end." +- id: checks-services-tag + translation: "Services" +- id: checks-services-title + translation: "Your live services" +- id: checks-services-text + translation: "Websites, certificates, mail: every service your domain points to, probed like a real visitor would." +- id: checks-item-expiration + translation: "Expiration" +- id: checks-item-expiration-detail + translation: "in 23 days" +- id: checks-item-transferlock + translation: "Transfer lock" +- id: checks-item-registration + translation: "Registration status" +- id: checks-item-dnssec + translation: "DNSSEC chain" +- id: checks-item-delegation + translation: "Delegation" +- id: checks-item-responsetime + translation: "Response time" +- id: checks-item-tls + translation: "TLS certificate" +- id: checks-item-http + translation: "HTTP availability" +- id: checks-item-ping + translation: "Ping" +- id: checks-dangling-tag + translation: "Case study" +- id: checks-dangling-title + translation: "Dangling records: the takeover nobody sees coming" +- id: checks-dangling-text + translation: "When a CNAME, MX, NS or SRV record keeps pointing at a resource you no longer control (a decommissioned SaaS, an expired domain, a mistyped name server), anyone can claim that target and publish content, intercept mail or obtain valid certificates under your name." +- id: checks-dangling-text2 + translation: | + It is not a theoretical risk. The reference study on the topic, presented at ACM CCS 2016, found 467 exploitable dangling records across 277 of the Alexa top 10,000 domains and 52 .edu zones. Since then, top universities have been caught serving porn through forgotten CNAMEs (April 2026), and a typo in one of MasterCard's name servers went unnoticed for nearly five years (January 2025). happyDomain's dangling-records checker walks every pointer in your zone, resolves its target and verifies its registration, so these forgotten records surface before someone else finds them. +- id: checks-dangling-link + translation: "Read about the dangling-records checker" +- id: checks-dangling-caption + translation: "happyDomain's dangling-records check in action: a forgotten CNAME flagged before anyone can claim it." +- id: checks-footer + translation: "Each check reports a clear status, and you're notified the moment one of them changes." +- id: checks-footer-link + translation: "Browse all checkers in the documentation" +- id: checks-more + translation: "+{{ .Count }} more checkers" - id: personas-eyebrow translation: "For everyone" @@ -108,11 +172,11 @@ - id: discover-2-title translation: "Get instant health checks" - id: discover-2-text - translation: "From the very first minute, happyDomain runs deep checks on every domain: expiration, DNSSEC, response time and more. Nothing to configure, and you're notified the moment something changes." + translation: "From the very first minute, happyDomain runs deep checks on every domain: expiration, DNSSEC, certificates, response time and more. Nothing to install, nothing to configure." - id: discover-3-title - translation: "Edit when you want to" + translation: "Enjoy peace of mind" - id: discover-3-text - translation: "Your provider's console keeps working as before. When you're ready, guided forms, change previews and one-click rollback make every edit safer. It's there to help, never required." + translation: "happyDomain notifies you as soon as a problem affects your domain's configuration or any service discoverable through DNS. And when action is needed, guided editing and one-click rollback are there to help." - id: discover-assurances-title translation: "Our promises" diff --git a/i18n/fr.yaml b/i18n/fr.yaml index f2be4f1..d426d92 100644 --- a/i18n/fr.yaml +++ b/i18n/fr.yaml @@ -91,7 +91,71 @@ - id: discover-2-tag translation: "Surveillance" - id: discover-3-tag - translation: "Optionnel" + translation: "Profitez" + +- id: checks-eyebrow + translation: "Surveillance" +- id: checks-title + translation: "Des vérifications approfondies sur tout ce que votre domaine expose" +- id: checks-lead + translation: "Dès qu'un domaine rejoint happyDomain, nos testeurs l'inspectent depuis l'extérieur, exactement comme le reste du monde le voit. De l'enregistrement jusqu'à chaque service en ligne, toutes les couches sont couvertes." +- id: checks-domain-tag + translation: "Domaine" +- id: checks-domain-title + translation: "Votre enregistrement" +- id: checks-domain-text + translation: "Date d'expiration, verrou de transfert, statut auprès du registre : le volet administratif de votre domaine, surveillé en continu." +- id: checks-zone-tag + translation: "Zone" +- id: checks-zone-title + translation: "Votre zone DNS" +- id: checks-zone-text + translation: "Validité DNSSEC, cohérence de la délégation, réponse des serveurs : les fondations techniques, vérifiées de bout en bout." +- id: checks-services-tag + translation: "Services" +- id: checks-services-title + translation: "Vos services en ligne" +- id: checks-services-text + translation: "Sites web, certificats, courriel : chaque service vers lequel pointe votre domaine, sondé comme le ferait un vrai visiteur." +- id: checks-item-expiration + translation: "Expiration" +- id: checks-item-expiration-detail + translation: "dans 23 jours" +- id: checks-item-transferlock + translation: "Verrou de transfert" +- id: checks-item-registration + translation: "Statut d'enregistrement" +- id: checks-item-dnssec + translation: "Chaîne DNSSEC" +- id: checks-item-delegation + translation: "Délégation" +- id: checks-item-responsetime + translation: "Temps de réponse" +- id: checks-item-tls + translation: "Certificat TLS" +- id: checks-item-http + translation: "Disponibilité HTTP" +- id: checks-item-ping + translation: "Ping" +- id: checks-dangling-tag + translation: "Étude de cas" +- id: checks-dangling-title + translation: "Enregistrements orphelins : le détournement que personne ne voit venir" +- id: checks-dangling-text + translation: "Quand un enregistrement CNAME, MX, NS ou SRV continue de pointer vers une ressource que vous ne contrôlez plus (un SaaS décommissionné, un domaine expiré, un serveur de noms mal orthographié), n'importe qui peut récupérer cette cible et publier du contenu, intercepter vos mails ou obtenir des certificats valides en votre nom." +- id: checks-dangling-text2 + translation: | + Le risque n'est pas théorique. L'étude de référence sur le sujet, présentée à l'ACM CCS 2016, a recensé 467 enregistrements orphelins exploitables dans 277 domaines du top 10 000 Alexa et 52 zones .edu. Depuis, de grandes universités ont été surprises à servir du porno via des CNAME oubliés (avril 2026), et une faute de frappe dans l'un des serveurs de noms de MasterCard est passée inaperçue pendant près de cinq ans (janvier 2025). Le testeur dangling-records de happyDomain parcourt chaque pointeur de votre zone, résout sa cible et vérifie son enregistrement, pour que ces enregistrements oubliés remontent avant que quelqu'un d'autre ne les trouve. +- id: checks-dangling-link + translation: "Découvrir notre testeur dangling-records" +- id: checks-dangling-caption + translation: "La vérification des enregistrements orphelins de happyDomain en action : un CNAME oublié signalé avant que quelqu'un ne puisse le récupérer." +- id: checks-footer + translation: "Chaque vérification rapporte un statut clair, et vous êtes notifié dès que l'un d'eux change." +- id: checks-footer-link + translation: "Découvrez tous les testeurs dans la documentation" +- id: checks-more + translation: "+{{ .Count }} autres testeurs" - id: personas-eyebrow translation: "Pour tout le monde" @@ -105,13 +169,13 @@ - id: discover-1-text translation: "Reliez votre bureau d'enregistrement, votre hébergeur DNS ou votre serveur faisant autorité en quelques clics. Vos domaines restent exactement là où ils sont : pas de transfert, pas de changement de propriétaire." - id: discover-2-title - translation: "Profitez de vérifications instantanées" + translation: "Des vérifications immédiates" - id: discover-2-text - translation: "Dès la première minute, happyDomain effectue des vérifications approfondies sur chaque domaine : expiration, DNSSEC, temps de réponse et bien plus. Rien à configurer, et vous êtes notifié dès qu'un état change." + translation: "Dès la première minute, happyDomain effectue des vérifications approfondies sur chaque domaine : expiration, DNSSEC, certificats, temps de réponse et bien plus. Rien à installer, rien à configurer." - id: discover-3-title - translation: "Modifiez quand vous le souhaitez" + translation: "Profitez l'esprit tranquille" - id: discover-3-text - translation: "La console de votre hébergeur continue de fonctionner comme avant. Quand vous êtes prêt, formulaires guidés, aperçu des changements et retour arrière en un clic rendent chaque modification plus sûre. C'est une aide, jamais une obligation." + translation: "happyDomain vous prévient dès qu'un problème touche la configuration de votre domaine ou l'un des services découvrables via le DNS. Et quand il faut agir, l'édition guidée et le retour arrière en un clic sont là pour vous aider." - id: discover-assurances-title translation: "Nos promesses" diff --git a/layouts/index.html b/layouts/index.html index 968f620..5dc8b3c 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -15,6 +15,8 @@ {{ partial "carousel.html" . }} + {{ partial "checks.html" . }} + {{ partial "features.html" . }} {{ partial "discover.html" . }} diff --git a/layouts/partials/checks.html b/layouts/partials/checks.html new file mode 100644 index 0000000..ad103d7 --- /dev/null +++ b/layouts/partials/checks.html @@ -0,0 +1,136 @@ +
+
+
+ {{ i18n "checks-eyebrow" }} +

{{ i18n "checks-title" }}

+

{{ i18n "checks-lead" }}

+
+ + {{ $base := printf "https://help.happydomain.org/%s/reference/checkers" .Site.Language.Lang }} +
+ + +
+
{{ i18n "checks-services-tag" }}
+

{{ i18n "checks-services-title" }}

+

{{ i18n "checks-services-text" }}

+ +
+
+ +
+
+
{{ i18n "checks-dangling-tag" }}
+

{{ i18n "checks-dangling-title" }}

+

{{ i18n "checks-dangling-text" }}

+

{{ i18n "checks-dangling-text2" | safeHTML }}

+ + {{ i18n "checks-dangling-link" }} + + +
+
+ {{ i18n +
{{ i18n "checks-dangling-caption" }}
+
+
+ + +
+
diff --git a/layouts/partials/cta-join.html b/layouts/partials/cta-join.html index 85cc31a..36be503 100644 --- a/layouts/partials/cta-join.html +++ b/layouts/partials/cta-join.html @@ -1,24 +1,21 @@
-
+

{{ i18n "cta-account-title" }}

-
-

- {{ i18n "cta-account-text" }} -

+
+

{{ i18n "cta-account-text" }}

{{ i18n "cta-account-button" }} + {{ i18n "cta-account-button" }} +
diff --git a/layouts/partials/discover.html b/layouts/partials/discover.html index c92ef0e..e94648f 100644 --- a/layouts/partials/discover.html +++ b/layouts/partials/discover.html @@ -1,4 +1,4 @@ -
+
-
+
+
-

+

{{ i18n "downloads-title" }} {{ i18n "downloads-subtitle" }}

+
+
p { + font-size: 0.9375rem; + line-height: 1.6; + color: var(--hd-fg-3); + margin: 0 0 18px; +} + +.check-list { + margin: auto 0 0; + border: 1px solid var(--hd-border-1); + border-radius: 8px; + background: var(--hd-bg-subtle); + overflow: hidden; +} + +.check-list li + li { + border-top: 1px solid var(--hd-border-1); +} + +.check-list li > a { + display: flex; + align-items: center; + justify-content: space-between; + gap: 10px; + padding: 9px 12px; + text-decoration: none; + transition: background 0.15s ease, color 0.15s ease; +} + +.check-list li > a:hover, +.check-list li > a:focus-visible { + background: var(--hd-accent-subtle); +} + +[data-bs-theme="dark"] .check-list li > a:hover, +[data-bs-theme="dark"] .check-list li > a:focus-visible { + background: var(--hd-accent-muted); +} + +.check-name { + font-size: 12.5px; + font-weight: 600; + color: var(--hd-fg-2); +} + +.check-arrow { + font-size: 13px; + font-weight: 700; + color: var(--hd-fg-4, var(--hd-fg-3)); + transform: translateX(-2px); + opacity: 0; + transition: transform 0.15s ease, opacity 0.15s ease; +} + +.check-list li > a:hover .check-name, +.check-list li > a:focus-visible .check-name, +.check-list li > a:hover .check-arrow, +.check-list li > a:focus-visible .check-arrow { + color: var(--hd-accent); +} + +.check-list li > a:hover .check-arrow, +.check-list li > a:focus-visible .check-arrow { + transform: translateX(0); + opacity: 1; +} + +.check-list li.check-more { + background: var(--hd-bg-canvas); +} + +.check-list li.check-more .check-name { + color: var(--hd-accent); + font-weight: 700; +} + +.check-list li.check-more .check-arrow { + color: var(--hd-accent); + opacity: 1; + transform: translateX(0); +} + +/* Dangling-records case study: copy on the left, mock check report on the + right, sharing the same bordered surface language as .checks-grid. */ +.checks-spotlight { + display: grid; + grid-template-columns: 1.15fr 1fr; + gap: 36px; + align-items: center; + margin-top: 24px; + padding: 32px; + border: 1px solid var(--hd-border-1); + border-radius: 12px; + background: var(--hd-bg-canvas); +} + +.idea-tag-danger { + color: var(--hd-danger); +} + +.spotlight-copy h3 { + font-weight: 700; + font-size: 1.25rem; + color: var(--hd-fg-1); + letter-spacing: -0.015em; + margin: 0 0 12px; +} + +.spotlight-copy p { + font-size: 0.9375rem; + line-height: 1.6; + color: var(--hd-fg-3); + margin: 0 0 14px; +} + +.spotlight-sources-label { + font-weight: 700; + color: var(--hd-fg-2); + margin-bottom: 6px; +} + +.spotlight-sources { + margin: 0 0 18px; +} + +.spotlight-sources li { + font-size: 0.875rem; + line-height: 1.7; +} + +.spotlight-sources a { + color: var(--hd-fg-2); + text-decoration: underline; + text-decoration-color: var(--hd-border-3); + text-underline-offset: 3px; +} + +.spotlight-sources a:hover, +.spotlight-sources a:focus-visible { + color: var(--hd-accent); + text-decoration-color: var(--hd-accent); +} + +.spotlight-cta { + display: inline-flex; + align-items: center; + gap: 6px; + font-size: 0.9375rem; + font-weight: 600; + color: var(--hd-accent); + text-decoration: none; +} + +.spotlight-cta:hover, +.spotlight-cta:focus-visible { + text-decoration: underline; +} + +.spotlight-demo { + margin: 0; +} + +.spotlight-demo img { + display: block; + width: 100%; + height: auto; + border: 1px solid var(--hd-border-1); + border-radius: 10px; + box-shadow: 0 12px 32px -12px rgba(0, 0, 0, 0.25); +} + +.spotlight-demo figcaption { + margin-top: 10px; + font-size: 0.8125rem; + line-height: 1.5; + color: var(--hd-fg-4); + text-align: center; +} + +@media (max-width: 991px) { + .checks-spotlight { + grid-template-columns: 1fr; + gap: 24px; + padding: 24px; + } +} + +.checks-footer { + margin: 24px 0 0; + font-size: 0.9375rem; + color: var(--hd-fg-3); +} + +.checks-footer a { + color: var(--hd-accent); + font-weight: 600; +} + +@media (max-width: 767px) { + .checks-grid { + grid-template-columns: 1fr; + } + .checks-col + .checks-col { + border-left: none; + border-top: 1px solid var(--hd-border-1); + } +} + /* ── Personas (#personas) ── */ .personas-grid { display: grid; diff --git a/static/img/screenshots/dangling-record.webp b/static/img/screenshots/dangling-record.webp new file mode 100644 index 0000000000000000000000000000000000000000..20795253b3ce51cfacfda832ba196cb93044d695 GIT binary patch literal 9510 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 E07{j8@&Et; literal 0 HcmV?d00001