Add press kit in footer
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
38fd62847b
commit
8913e5504d
@ -40,6 +40,9 @@
|
|||||||
- id: legal-notice
|
- id: legal-notice
|
||||||
translation: "Legal notice"
|
translation: "Legal notice"
|
||||||
|
|
||||||
|
- id: press-kit
|
||||||
|
translation: "Press Kit"
|
||||||
|
|
||||||
- id: features-title
|
- id: features-title
|
||||||
translation: |
|
translation: |
|
||||||
Do you find <span class="text-hilight">hosting providers' interfaces</span> for domain name <span class="text-hilight">incomprehensible</span> or <span class="text-hilight">unusable</span>?
|
Do you find <span class="text-hilight">hosting providers' interfaces</span> for domain name <span class="text-hilight">incomprehensible</span> or <span class="text-hilight">unusable</span>?
|
||||||
|
@ -40,6 +40,9 @@
|
|||||||
- id: legal-notice
|
- id: legal-notice
|
||||||
translation: "Mentions légales"
|
translation: "Mentions légales"
|
||||||
|
|
||||||
|
- id: press-kit
|
||||||
|
translation: "Dossier de presse"
|
||||||
|
|
||||||
- id: features-title
|
- id: features-title
|
||||||
translation: |
|
translation: |
|
||||||
Vous trouvez les <span class="text-hilight">interfaces des hébergeurs</span> de noms de domaine <span class="text-hilight">incompréhensibles</span> ou <span class="text-hilight">inutilisables</span> ?
|
Vous trouvez les <span class="text-hilight">interfaces des hébergeurs</span> de noms de domaine <span class="text-hilight">incompréhensibles</span> ou <span class="text-hilight">inutilisables</span> ?
|
||||||
|
@ -10,7 +10,10 @@
|
|||||||
</svg>
|
</svg>
|
||||||
2019-2024
|
2019-2024
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md">
|
<div class="col-md d-flex flex-column">
|
||||||
|
<a href="/{{ .Site.Language.Lang }}/press-kit/" class="text-muted">
|
||||||
|
{{ i18n "press-kit" }}
|
||||||
|
</a>
|
||||||
<a href="/{{ .Site.Language.Lang }}/legal-notice/" class="text-muted">
|
<a href="/{{ .Site.Language.Lang }}/legal-notice/" class="text-muted">
|
||||||
{{ i18n "legal-notice" }}
|
{{ i18n "legal-notice" }}
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user