diff --git a/config.yml b/config.yml index 8b4c264..517b2cf 100644 --- a/config.yml +++ b/config.yml @@ -71,12 +71,12 @@ languages: image: "/img/screenshots/domain-logs.webp" - title: "domain-abstract-list" - description: "Une zone simplifiée, sous forme de liste, plus rapide à modifier" - image: "/img/screenshots/domain-abstract-list.webp" + description: "Les enregistrements bruts de la zone" + image: "/img/screenshots/domain-abstract-records.webp" - title: "sources" - description: "Liste des hébergeurs existantes où récupérer les domaines" - image: "/img/screenshots/sources.png" + description: "Liste des hébergeurs existants où récupérer les domaines" + image: "/img/screenshots/providers-list.webp" params: author: @@ -87,6 +87,28 @@ params: survey: "https://feedback.happydomain.org/" tryit: "https://try.happydomain.org/" + # Screenshots cycled in the hero browser mockup (jumbo partial). + jumboscreen: + - image: "/img/screenshots/domains-list.webp" + path: "/domains" + alt: "List of your domains in happyDomain" + weight: 10 + + - image: "/img/screenshots/checks-dashboard.webp" + path: "/domains/happydomain.org" + alt: "Each domain has extensive checks" + weight: 20 + + - image: "/img/screenshots/domain-abstract.webp" + path: "/domains/happydomain.org/editor" + alt: "A zone organized by service" + weight: 30 + + - image: "/img/screenshots/zone-diff.webp" + path: "/zone/happydomain.org/records" + alt: "Reviewing changes before applying them" + weight: 40 + others_links: - text: "Sign in" href: "/en/beta/" @@ -125,12 +147,12 @@ params: image: "/img/screenshots/domain-logs.webp" - title: "domain-abstract-list" - description: "Simplified zone in list, for quicker editing" - image: "/img/screenshots/domain-abstract-list.webp" + description: "Raw records of the zone" + image: "/img/screenshots/domain-abstract-records.webp" - title: "sources" description: "Existing name service providers where pull domains" - image: "/img/screenshots/sources.png" + image: "/img/screenshots/providers-list.webp" menu: main: diff --git a/content/use-happyDomain/sysadmin.en.html b/content/use-happyDomain/sysadmin.en.html index 98a4a45..a6607a6 100644 --- a/content/use-happyDomain/sysadmin.en.html +++ b/content/use-happyDomain/sysadmin.en.html @@ -87,7 +87,7 @@ layout = "usage"
- Liste des domaines, regroupés astucieusement par client + Liste des domaines, regroupés astucieusement par client

diff --git a/content/use-happyDomain/sysadmin.fr.html b/content/use-happyDomain/sysadmin.fr.html index 2e1ae15..77ed49f 100644 --- a/content/use-happyDomain/sysadmin.fr.html +++ b/content/use-happyDomain/sysadmin.fr.html @@ -87,7 +87,7 @@ layout = "usage"
- Liste des domaines, regroupés astucieusement par client + Liste des domaines, regroupés astucieusement par client

diff --git a/layouts/partials/jumbo.html b/layouts/partials/jumbo.html index 648f80b..3c3421a 100644 --- a/layouts/partials/jumbo.html +++ b/layouts/partials/jumbo.html @@ -1,88 +1,254 @@
-
- - Open source + + Open source

@@ -111,41 +277,93 @@

- No account needed for the demo - ~30s to first zone - 55+ providers + No account needed for the demo + ~30s to first zone + 55+ providers
- -
+ +
-
+ + diff --git a/static/img/screenshots/checks-dashboard.webp b/static/img/screenshots/checks-dashboard.webp new file mode 100644 index 0000000..22c06a2 Binary files /dev/null and b/static/img/screenshots/checks-dashboard.webp differ diff --git a/static/img/screenshots/domain-abstract-records.webp b/static/img/screenshots/domain-abstract-records.webp new file mode 100644 index 0000000..f783596 Binary files /dev/null and b/static/img/screenshots/domain-abstract-records.webp differ diff --git a/static/img/screenshots/domain-abstract.webp b/static/img/screenshots/domain-abstract.webp index 2422e33..07adce3 100644 Binary files a/static/img/screenshots/domain-abstract.webp and b/static/img/screenshots/domain-abstract.webp differ diff --git a/static/img/screenshots/domain-services.png b/static/img/screenshots/domain-services.png index b1783a5..91e3780 100644 Binary files a/static/img/screenshots/domain-services.png and b/static/img/screenshots/domain-services.png differ diff --git a/static/img/screenshots/domain-services.webp b/static/img/screenshots/domain-services.webp index 8f8fd5b..531e956 100644 Binary files a/static/img/screenshots/domain-services.webp and b/static/img/screenshots/domain-services.webp differ diff --git a/static/img/screenshots/domains-list.webp b/static/img/screenshots/domains-list.webp index 2d83d3e..6eb6f33 100644 Binary files a/static/img/screenshots/domains-list.webp and b/static/img/screenshots/domains-list.webp differ diff --git a/static/img/screenshots/home.webp b/static/img/screenshots/home.webp new file mode 100644 index 0000000..99e79b0 Binary files /dev/null and b/static/img/screenshots/home.webp differ diff --git a/static/img/screenshots/providers-list.webp b/static/img/screenshots/providers-list.webp new file mode 100644 index 0000000..ee16142 Binary files /dev/null and b/static/img/screenshots/providers-list.webp differ diff --git a/static/img/screenshots/sources.png b/static/img/screenshots/sources.png deleted file mode 100644 index ae1e90b..0000000 Binary files a/static/img/screenshots/sources.png and /dev/null differ diff --git a/static/img/screenshots/zone-diff.webp b/static/img/screenshots/zone-diff.webp index 0d3363a..3fac9ae 100644 Binary files a/static/img/screenshots/zone-diff.webp and b/static/img/screenshots/zone-diff.webp differ