diff --git a/i18n/en.yaml b/i18n/en.yaml
index d44f93b..467a92f 100644
--- a/i18n/en.yaml
+++ b/i18n/en.yaml
@@ -45,7 +45,11 @@
You can download the latest [*nightly* version](https://get.happydns.org/master/) of happyDNS for [Linux x86_64](https://get.happydns.org/master/happydns-linux-amd64), [Linux arm64](https://get.happydns.org/master/happydns-linux-arm64) or [macOS x86_64](https://get.happydns.org/master/happydns-darwin-amd64).
- Precompiled binaries are availables on
+ by filling out our 2-minute survey.
diff --git a/i18n/fr.yaml b/i18n/fr.yaml
index 07309d3..12842b5 100644
--- a/i18n/fr.yaml
+++ b/i18n/fr.yaml
@@ -45,6 +45,10 @@
Vous pouvez télécharger la dernière [version *nightly*](https://get.happydns.org/master/) d'happyDNS pour [Linux x86_64](https://get.happydns.org/master/happydns-linux-amd64), [Linux arm64](https://get.happydns.org/master/happydns-linux-arm64) ou [macOS x86_64](https://get.happydns.org/master/happydns-darwin-amd64).
+ Nous avons une [image Docker](https://hub.docker.com/r/happydns/happydns/), n'hésitez pas à l'essayer :
+
+ docker run -e HAPPYDNS_NO_AUTH=1 -p 8081:8081 happydns/happydns
+
Les binaires précompilés sont disponibles sur
+ en remplissant en 2 minutes notre sondage.
diff --git a/layouts/index.html b/layouts/index.html
index 03307d9..7b1f63a 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -24,6 +24,8 @@
+ {{ partial "survey.html" . }}
+
{{ partial "footer.html" . }}
{{ partial "scripts.html" . }}
diff --git a/layouts/partials/jumbo.html b/layouts/partials/jumbo.html
index 95af5a6..0aa9822 100644
--- a/layouts/partials/jumbo.html
+++ b/layouts/partials/jumbo.html
@@ -1,21 +1,10 @@
- + happyDomain {{ i18n "lead" | markdownify }}
diff --git a/layouts/partials/survey.html b/layouts/partials/survey.html new file mode 100644 index 0000000..c4f83d3 --- /dev/null +++ b/layouts/partials/survey.html @@ -0,0 +1,19 @@ +
+