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 . + We publish a [Docker image](https://hub.docker.com/r/happydns/happydns/), feel free to test it thanks to: + + docker run -e HAPPYDNS_NO_AUTH=1 -p 8081:8081 happydns/happydns + + Precompiled binaries are also availables on . - id: community-chat translation: "Chat" @@ -76,3 +80,11 @@ - id: community-contact-text translation: | You can contact our team at `contact at happydns.org` for any professional requests. + +- id: survey-title + translation: "We're going for it!" + +- id: survey-text + translation: | + Tell us what you would like to see
+ 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 . - id: community-chat @@ -76,3 +80,11 @@ - id: community-contact-text translation: | Contactez notre équipe à `contact at happydns.org` pour toute demande de formation ou commerciale. + +- id: survey-title + translation: "On se lance dans l'aventure !" + +- id: survey-text + translation: | + Dites-nous ce que vous souhaiteriez voir
+ 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 @@
-

- - happyDNS - - - -

{{ i18n "slogan" }}

- - happyDNS - - - + 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 @@ +

+