Add more screenshots

This commit is contained in:
nemunaire 2020-09-03 11:51:59 +02:00
parent d583049903
commit 433623e639
9 changed files with 46 additions and 16 deletions

View File

@ -41,9 +41,24 @@ removePathAccents = true
description = "**Page d'accueil:** liste des domaines, de différents hébergeurs" description = "**Page d'accueil:** liste des domaines, de différents hébergeurs"
image = "/img/screenshots/domains-list.png" image = "/img/screenshots/domains-list.png"
[[languages.fr.params.carousel]]
title = "domain-abstract"
description = "Une zone simplifiée"
image = "/img/screenshots/domain-abstract.png"
[[languages.fr.params.carousel]]
title = "domain-abstract-list"
description = "Une zone simplifiée, sous forme de liste, plus rapide à modifier"
image = "/img/screenshots/domain-abstract-list.png"
[[languages.fr.params.carousel]]
title = "zone-diff"
description = "Liste les changements avant d'appliquer les modifications"
image = "/img/screenshots/zone-diff.png"
[[languages.fr.params.carousel]] [[languages.fr.params.carousel]]
title = "domain-records" title = "domain-records"
description = "Les enregistrements d'une zone" description = "Les enregistrements d'une zone, modifiable depuis l'interface"
image = "/img/screenshots/domain-records.png" image = "/img/screenshots/domain-records.png"
[[languages.fr.params.carousel]] [[languages.fr.params.carousel]]
@ -65,9 +80,24 @@ tryit = "/join"
description = "**Home page:** domains list on dedicated provider" description = "**Home page:** domains list on dedicated provider"
image = "/img/screenshots/domains-list.png" image = "/img/screenshots/domains-list.png"
[[params.carousel]]
title = "domain-abstract"
description = "Simplified zone: records grouped by services"
image = "/img/screenshots/domain-abstract.png"
[[params.carousel]]
title = "domain-abstract-list"
description = "Simplified zone in list, for quicker editing"
image = "/img/screenshots/domain-abstract-list.png"
[[params.carousel]]
title = "zone-diff"
description = "Display zone diff before applying changes"
image = "/img/screenshots/zone-diff.png"
[[params.carousel]] [[params.carousel]]
title = "domain-records" title = "domain-records"
description = "Resource records for a zone" description = "Resource records for a zone: editable through happyDNS"
image = "/img/screenshots/domain-records.png" image = "/img/screenshots/domain-records.png"
[[params.carousel]] [[params.carousel]]

View File

@ -2,7 +2,7 @@
translation: "Finally a simple interface for domain names." translation: "Finally a simple interface for domain names."
- id: lead - id: lead
translation: "is a modern open-source web application, that aims to simplify all your usages of domain names. Connecting a blog, a shop or doing advanced stuff become easy." translation: "is a modern open-source web application, that aims to simplify all your usages of domain names. Connecting a blog, a shop or doing advanced stuff is just a click away."
- id: tryit - id: tryit
translation: "Try it online now" translation: "Try it online now"
@ -72,7 +72,7 @@
We invite interested developers to contribute code. Check out [our repository](https://git.happydns.org/) on Framagit. We invite interested developers to contribute code. Check out [our repository](https://git.happydns.org/) on Framagit.
- id: community-contact - id: community-contact
translation: "contact" translation: "Contact"
- id: community-contact-text - id: community-contact-text
translation: | translation: |
You can contact our team at `contact at happydns.org` for any professional requests. You can contact our team at `contact at happydns.org` for any professional requests.

View File

@ -61,7 +61,7 @@
Si vous remarquez un problème ou une fonctionnalité manquante, n'hésitez pas à nous l'indiquer via le formulaire dédié de notre projet. Si vous remarquez un problème ou une fonctionnalité manquante, n'hésitez pas à nous l'indiquer via le formulaire dédié de notre projet.
- id: community-translation - id: community-translation
translation: "Translations" translation: "Traductions"
- id: community-translation-text - id: community-translation-text
translation: | translation: |
Nous aurons besoin de votre aide pour traduire happyDNS. Revenez dans quelques semaines, lorsque nous aurons mis en place l'outil de traduction. Nous aurons besoin de votre aide pour traduire happyDNS. Revenez dans quelques semaines, lorsque nous aurons mis en place l'outil de traduction.
@ -73,7 +73,7 @@
Si vous savez programmer, n'hésitez pas à contribuer, via notre [dépôt Git](https://git.happydns.org/) sur Framagit. Si vous savez programmer, n'hésitez pas à contribuer, via notre [dépôt Git](https://git.happydns.org/) sur Framagit.
- id: community-contact - id: community-contact
translation: "contact" translation: "Contact"
- id: community-contact-text - id: community-contact-text
translation: | translation: |
Contactez notre équipe à `contact at happydns.org` pour toute demande de formation ou commerciale. Contactez notre équipe à `contact at happydns.org` pour toute demande de formation ou commerciale.

View File

@ -1,59 +1,59 @@
<div class="container d-flex flex-wrap justify-content-around mb-5" id="community" style="gap: 2em 0;"> <div class="container d-flex flex-wrap justify-content-around mb-5" id="community" style="gap: 2em 0;">
<div style="width: 28%; min-width: 172px" class="text-center"> <div style="width: 28%; min-width: 172px" class="text-center">
<h4> <h4 class="d-flex justify-content-center">
<span class="fa-stack fa-lg" style="color: #20a7c9"> <span class="fa-stack fa-lg" style="color: #20a7c9">
<i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fas fa-comments fa-stack-1x fa-inverse"></i> <i class="fa fas fa-comments fa-stack-1x fa-inverse"></i>
</span> </span>
{{ i18n "community-chat" }} <div class="align-self-center ml-1">{{ i18n "community-chat" }}</div>
</h4> </h4>
<p> <p>
{{ i18n "community-chat-text" | markdownify }} {{ i18n "community-chat-text" | markdownify }}
</p> </p>
</div> </div>
<div style="width: 28%; min-width: 172px" class="text-center"> <div style="width: 28%; min-width: 172px" class="text-center">
<h4> <h4 class="d-flex justify-content-center">
<span class="fa-stack fa-lg" style="color: #9720c9"> <span class="fa-stack fa-lg" style="color: #9720c9">
<i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fas fa-bug fa-stack-1x fa-inverse"></i> <i class="fa fas fa-bug fa-stack-1x fa-inverse"></i>
</span> </span>
{{ i18n "community-bugs" }} <div class="align-self-center ml-1">{{ i18n "community-bugs" }}</div>
</h4> </h4>
<p> <p>
{{ i18n "community-bugs-text" | markdownify }} {{ i18n "community-bugs-text" | markdownify }}
</p> </p>
</div> </div>
<div style="width: 28%; min-width: 172px" class="text-center"> <div style="width: 28%; min-width: 172px" class="text-center">
<h4> <h4 class="d-flex justify-content-center">
<span class="fa-stack fa-lg" style="color: #c92052"> <span class="fa-stack fa-lg" style="color: #c92052">
<i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fas fa-language fa-stack-1x fa-inverse"></i> <i class="fa fas fa-language fa-stack-1x fa-inverse"></i>
</span> </span>
{{ i18n "community-translation" }} <div class="align-self-center ml-1">{{ i18n "community-translation" }}</div>
</h4> </h4>
<p> <p>
{{ i18n "community-translation-text" | markdownify }} {{ i18n "community-translation-text" | markdownify }}
</p> </p>
</div> </div>
<div style="width: 28%; min-width: 172px" class="text-center"> <div style="width: 28%; min-width: 172px" class="text-center">
<h4> <h4 class="d-flex justify-content-center">
<span class="fa-stack fa-lg" style="color: #c99720"> <span class="fa-stack fa-lg" style="color: #c99720">
<i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fas fa-code fa-stack-1x fa-inverse"></i> <i class="fa fas fa-code fa-stack-1x fa-inverse"></i>
</span> </span>
{{ i18n "community-code" }} <div class="align-self-center ml-1">{{ i18n "community-code" }}</div>
</h4> </h4>
<p> <p>
{{ i18n "community-code-text" | markdownify }} {{ i18n "community-code-text" | markdownify }}
</p> </p>
</div> </div>
<div style="width: 28%; min-width: 172px" class="text-center"> <div style="width: 28%; min-width: 172px" class="text-center">
<h4> <h4 class="d-flex justify-content-center">
<span class="fa-stack fa-lg" style="color: #20c943"> <span class="fa-stack fa-lg" style="color: #20c943">
<i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fas fa-paper-plane fa-stack-1x fa-inverse"></i> <i class="fa fas fa-paper-plane fa-stack-1x fa-inverse"></i>
</span> </span>
{{ i18n "community-contact" }} <div class="align-self-center ml-1">{{ i18n "community-contact" }}</div>
</h4> </h4>
<p> <p>
{{ i18n "community-contact-text" | markdownify }} {{ i18n "community-contact-text" | markdownify }}

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB