Adding discovery pages
This commit is contained in:
parent
f8baaa4194
commit
4700bdafff
0
content/use-happyDNS/freelance.en.md
Normal file
0
content/use-happyDNS/freelance.en.md
Normal file
8
content/use-happyDNS/freelance.fr.md
Normal file
8
content/use-happyDNS/freelance.fr.md
Normal file
@ -0,0 +1,8 @@
|
||||
+++
|
||||
title = "Comment happyDNS peut vous aider ?"
|
||||
+++
|
||||
|
||||
|
||||
# Ma page de vente
|
||||
|
||||
voilà toto
|
24
i18n/en.yaml
24
i18n/en.yaml
@ -13,6 +13,30 @@
|
||||
- id: downloadit
|
||||
translation: "Download now"
|
||||
|
||||
- id: learnhow
|
||||
translation: "Learn how"
|
||||
|
||||
- id: canhelpyou
|
||||
translation: "can help you:"
|
||||
|
||||
- id: freelance
|
||||
translation: "Freelance"
|
||||
|
||||
- id: sysadmin
|
||||
translation: "Sys admin."
|
||||
|
||||
- id: devops
|
||||
translation: "DevOps"
|
||||
|
||||
- id: cio
|
||||
translation: "CIO"
|
||||
|
||||
- id: geek
|
||||
translation: "Geek"
|
||||
|
||||
- id: goodreasontouse
|
||||
translation: "The tool you won't be able to do without to manage your domains"
|
||||
|
||||
- id: home
|
||||
translation: "Home"
|
||||
|
||||
|
24
i18n/fr.yaml
24
i18n/fr.yaml
@ -13,6 +13,30 @@
|
||||
- id: downloadit
|
||||
translation: "Télécharger"
|
||||
|
||||
- id: learnhow
|
||||
translation: "Découvrez comment"
|
||||
|
||||
- id: canhelpyou
|
||||
translation: "peut vous aider :"
|
||||
|
||||
- id: freelance
|
||||
translation: "Freelance"
|
||||
|
||||
- id: sysadmin
|
||||
translation: "Admin sys."
|
||||
|
||||
- id: devops
|
||||
translation: "DevOps"
|
||||
|
||||
- id: cio
|
||||
translation: "DSI"
|
||||
|
||||
- id: geek
|
||||
translation: "Passionné"
|
||||
|
||||
- id: goodreasontouse
|
||||
translation: "L'outil dont vous n'allez plus pouvoir vous passer pour gérer vos domaines"
|
||||
|
||||
- id: home
|
||||
translation: "Accueil"
|
||||
|
||||
|
@ -12,4 +12,22 @@
|
||||
<a class="btn btn-outline-secondary mt-2 umami--click--jumbo-downloads" href="#downloads">{{ i18n "downloadit" }} »</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<hr class="my-4">
|
||||
|
||||
<div class="container">
|
||||
<h4 class="text-center mb-4">
|
||||
{{ i18n "learnhow" }} happy<strong>Domain</strong> {{ i18n "canhelpyou" }}
|
||||
</h4>
|
||||
<div class="list-group list-group-horizontal-md">
|
||||
<a href="{{ ref . "/use-happyDNS/freelance" }}" class="list-group-item list-group-item-action text-center font-weight-bold">{{ i18n "freelance" }}</a>
|
||||
<a class="list-group-item list-group-item-action text-center font-weight-bold disabled">{{ i18n "sysadmin" }}</a>
|
||||
<a class="list-group-item list-group-item-action text-center font-weight-bold disabled">{{ i18n "devops" }}</a>
|
||||
<a class="list-group-item list-group-item-action text-center font-weight-bold disabled">{{ i18n "cio" }}</a>
|
||||
<a class="list-group-item list-group-item-action text-center font-weight-bold disabled">{{ i18n "geek" }}</a>
|
||||
</div>
|
||||
<div class="lead text-muted font-italic text-center mt-4">
|
||||
{{ i18n "goodreasontouse" }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user