Compare commits

...

4 Commits

Author SHA1 Message Date
94933b7b89 Update screenshots
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-01-11 17:33:13 +01:00
73ccb683ff Switched project to AGPL v3+ 2024-01-11 17:33:13 +01:00
268be00289 Improve layout on small screens 2024-01-11 17:33:13 +01:00
3d4b0e0556 Update feature images 2024-01-11 17:12:59 +01:00
19 changed files with 17 additions and 17 deletions

View File

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

View File

@ -2,7 +2,7 @@
id = "registrar"
[features.img]
src = "/img/screenshots/features/hosters.png"
src = "/img/screenshots/features/providers.webp"
[features.img.alt]
fr = "Choisissez votre fournisseur"
en = "Choose your provider"
@ -53,7 +53,7 @@ id = "dynamicDNS"
id = "diff"
[features.img]
src = "/img/screenshots/features/diff.png"
src = "/img/screenshots/features/diff.webp"
[features.img.alt]
fr = "Exemple de diff"
en = "Sample diff"
@ -63,8 +63,8 @@ id = "diff"
en = "Clearly visualize changes"
[features.content]
fr = "Avant de publier vos modifications, happyDomain vous montre quels seront exactement les changements (ajouts et suppressions) qui seront effectués sur la zone. C'est le bon moment pour se relire."
en = "Before publishing your changes, happyDomain shows you exactly what changes (additions and deletions) will be made to the area. This is a good time to reread."
fr = "Avant de publier vos modifications, happyDomain vous montre quels seront exactement les changements (ajouts, modifications, suppressions, ...) qui seront effectués sur la zone. C'est le bon moment pour se relire."
en = "Before publishing your changes, happyDomain shows you exactly what changes (additions, modifications, deletions, ...) will be made to your zone. This is a good time to reread."
[[features]]

View File

@ -78,7 +78,7 @@
- id: downloads-text
translation: |
Our source code is freely available under the [CeCILL license](http://cecill.info/licences/Licence_CeCILL_V2.1-en.html) in our [git repository](https://git.happydomain.org/), hosted by Framagit.
Our source code is freely available under the [AGPL license](https://spdx.org/licenses/AGPL-3.0-or-later.html) in our [git repository](https://git.happydomain.org/), hosted by Framagit.
You can download the latest [*nightly* version](https://get.happydomain.org/master/) of happyDomain for [Linux x86_64](https://get.happydomain.org/master/happydomain-linux-amd64), [Linux arm64](https://get.happydomain.org/master/happydomain-linux-arm64) or [macOS x86_64](https://get.happydomain.org/master/happydomain-darwin-amd64).

View File

@ -78,7 +78,7 @@
- id: downloads-text
translation: |
Le code source de notre projet est libre; il est disponible sous les termes de la [licence CeCILL](http://cecill.info/licences/Licence_CeCILL_V2.1-fr.html) dans notre [dépôt Git](https://git.happydomain.org/), hébergé par Framagit.
Le code source de notre projet est libre; il est disponible sous les termes de la [licence AGPL](https://spdx.org/licenses/AGPL-3.0-or-later.html) dans notre [dépôt Git](https://git.happydomain.org/), hébergé par Framagit.
Téléchargez la dernière [version *nightly*](https://get.happydomain.org/master/) d'happyDomain pour [Linux x86_64](https://get.happydomain.org/master/happydomain-linux-amd64), [Linux arm64](https://get.happydomain.org/master/happydomain-linux-arm64) ou [macOS x86_64](https://get.happydomain.org/master/happydomain-darwin-amd64).

View File

@ -1,6 +1,6 @@
{{ if isset .Site.Params "carousel" }}
{{ if gt (len .Site.Params.carousel) 0 }}
<div class="carousel text-light p-4 pt-5 d-flex flex-nowrap" style="gap: 1em 1em; overflow-x: scroll">
<div class="carousel text-light p-4 pt-5 d-flex flex-nowrap align-items-center" style="gap: 1em 1em; overflow-x: scroll">
{{ range sort .Site.Params.carousel "weight" }}
<figure class="" style="min-width: 40vw">
<a href="{{ .image }}">

View File

@ -8,7 +8,7 @@
<h3 class="font-weight-bolder">
{{ i18n "downloads-title" }}
</h3>
<div class="row row-cols-1 row-cols-sm-3 my-4">
<div class="row row-cols-1 row-cols-sm-3 my-4 align-items-center">
<div class="col text-center my-2">
<a href="https://hub.docker.com/r/happydomain/happydomain/" class="h-100 btn btn-lg btn-success" target="_blank" data-umami-event="download-docker">

View File

@ -10,7 +10,7 @@
{{ if index .title $.Language.Lang }}
<div class="mb-5">
<div class="card" id="feature-{{ .id }}">
<div class="card-body row">
<div class="card-body row align-items-center">
{{ if and .img .img.src }}
<div class="col-md {{ if not (modBool $index 2) }}order-md-2{{ end }}">
<img src="{{ .img.src }}" class="card-img-top" alt="{{ index .img.alt $.Language.Lang }}">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 194 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 188 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 125 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 219 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 KiB