diff --git a/config.yml b/config.yml index 6f59e9d..d9e36e1 100644 --- a/config.yml +++ b/config.yml @@ -6,11 +6,11 @@ removePathAccents: true languages: en: - title: "happyDomain. Finally a simple interface for domain names." + title: "happyDomain. Propagating Happiness, One Domain at a Time." weight: 1 fr: - title: "happyDomain. L'interface des noms de domaines." + title: "happyDomain. Propageons le bonheur, un domaine après l'autre." weight: 2 menu: @@ -31,7 +31,7 @@ languages: weight: 30 params: - DefaultDescription: "L'interface des noms de domaines." + DefaultDescription: "L'interface qui vous rend heureux de gérer vos noms de domaines." others_links: - text: "S'inscrire" @@ -85,7 +85,7 @@ params: name: "happyDNS team" framagit: "happyDomain/" - DefaultDescription: "Finally a simple interface for domain names." + DefaultDescription: "Finally an interface that makes you happy to manage your domain names." newsletter: "newsletter@happydns.org" survey: "https://feedback.happydomain.org/" tryit: "https://try.happydomain.org/" diff --git a/content/newsletter.en.html b/content/newsletter.en.html new file mode 100644 index 0000000..2363ae1 --- /dev/null +++ b/content/newsletter.en.html @@ -0,0 +1,38 @@ ++++ +title = "Subscribe to our newsletter" ++++ + +

+ Join the happyDomain newsletter +

+ +
+
+
+
+

Stay a step ahead!

+

+ Don't miss your chance to be at the forefront of domain name management! We reveal exclusive strategies, tips and advice in our newsletter. +

+
+
+ + + + + +
+ + + No spam, not resold; only selected infos about domain names. + +
+
+
+
diff --git a/content/newsletter.fr.html b/content/newsletter.fr.html new file mode 100644 index 0000000..a782687 --- /dev/null +++ b/content/newsletter.fr.html @@ -0,0 +1,38 @@ ++++ +title = "Rejoindre notre newsletter" ++++ + +

+ S'inscrire à la lettre d'information d'happyDomain +

+ +
+
+
+
+

Gardez une longueur d'avance !

+

+ Ne manquez pas l'occasion d'être à l'avant-garde de la gestion des noms de domaine ! Nous vous dévoilons des stratégies, des astuces et des conseils exclusifs dans notre newsletter. +

+
+
+ + + + + +
+ + + Pas de spam, pas de revente ; uniquement des informations sélectionnées sur les noms de domaine. + +
+
+
+
diff --git a/i18n/en.yaml b/i18n/en.yaml index 99ea5fb..0c36823 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -197,6 +197,8 @@ translation: "API" - id: footer-resources-blog translation: "Blog" +- id: footer-resources-newsletter + translation: "Newsletter" - id: footer-resources-community translation: "Contribute" - id: footer-resources-faq diff --git a/i18n/fr.yaml b/i18n/fr.yaml index 54e5af8..7189407 100644 --- a/i18n/fr.yaml +++ b/i18n/fr.yaml @@ -196,6 +196,8 @@ translation: "API" - id: footer-resources-blog translation: "Blog" +- id: footer-resources-newsletter + translation: "Newsletter" - id: footer-resources-community translation: "Contribuez" - id: footer-resources-faq diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index b2e3ab5..e34471d 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -25,6 +25,7 @@
  • {{ i18n "footer-resources-docs" }}
  • {{ i18n "footer-resources-api" }}
  • {{ i18n "footer-resources-blog" }}
  • +
  • {{ i18n "footer-resources-newsletter" }}
  • {{ i18n "footer-resources-community" }}