Compare commits
No commits in common. "0e09858d2a3b52c16319e8b0dd7f08db556c92cb" and "0c498ac8d503bbaab718faececdfa7280fc8e6d7" have entirely different histories.
0e09858d2a
...
0c498ac8d5
20 changed files with 178 additions and 164 deletions
137
config.toml
Normal file
137
config.toml
Normal file
|
|
@ -0,0 +1,137 @@
|
|||
title = "happyDNS"
|
||||
baseURL = "https://www.happydns.org/"
|
||||
|
||||
defaultContentLanguageInSubdir = true
|
||||
removePathAccents = true
|
||||
|
||||
[Author]
|
||||
name = "happyDNS team"
|
||||
framagit = "happyDNS/"
|
||||
|
||||
[languages]
|
||||
[languages.en]
|
||||
title = "happyDNS. Finally a simple interface for domain names."
|
||||
weight = 1
|
||||
|
||||
[languages.fr]
|
||||
title = "happyDNS. L'interface des noms de domaines."
|
||||
weight = 2
|
||||
[languages.fr.menu]
|
||||
[[languages.fr.menu.main]]
|
||||
identifier = "features"
|
||||
name = "Fonctionnalités"
|
||||
url = "/fr/#features"
|
||||
weight = 10
|
||||
|
||||
[[languages.fr.menu.main]]
|
||||
identifier = "downloads"
|
||||
name = "Téléchargements"
|
||||
url = "/fr/#downloads"
|
||||
weight = 20
|
||||
|
||||
# [[languages.fr.menu.main]]
|
||||
# identifier = "blog"
|
||||
# name = "Blog"
|
||||
# url = "https://blog.happydns.org/"
|
||||
# weight = 30
|
||||
|
||||
[languages.fr.params]
|
||||
[[languages.fr.params.carousel]]
|
||||
title = "domains-lists"
|
||||
description = "**Page d'accueil:** liste des domaines, de différents hébergeurs"
|
||||
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]]
|
||||
title = "domain-records"
|
||||
description = "Les enregistrements d'une zone, modifiable depuis l'interface"
|
||||
image = "/img/screenshots/domain-records.png"
|
||||
|
||||
[[languages.fr.params.carousel]]
|
||||
title = "domain-source"
|
||||
description = "Informations sur la source"
|
||||
image = "/img/screenshots/domain-source.png"
|
||||
|
||||
[[languages.fr.params.carousel]]
|
||||
title = "sources"
|
||||
description = "Liste des sources existantes où récupérer les domaines"
|
||||
image = "/img/screenshots/sources.png"
|
||||
|
||||
[params]
|
||||
newsletter = "newsletter@happydns.org"
|
||||
tryit = "/join"
|
||||
|
||||
[[params.carousel]]
|
||||
title = "domains-lists"
|
||||
description = "**Home page:** domains list on dedicated provider"
|
||||
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]]
|
||||
title = "domain-records"
|
||||
description = "Resource records for a zone: editable through happyDNS"
|
||||
image = "/img/screenshots/domain-records.png"
|
||||
|
||||
[[params.carousel]]
|
||||
title = "domain-source"
|
||||
description = "Information about the source"
|
||||
image = "/img/screenshots/domain-source.png"
|
||||
|
||||
[[params.carousel]]
|
||||
title = "sources"
|
||||
description = "Existing sources where pull domains"
|
||||
image = "/img/screenshots/sources.png"
|
||||
|
||||
[menu]
|
||||
[[menu.main]]
|
||||
identifier = "features"
|
||||
name = "Features"
|
||||
url = "/en/#features"
|
||||
weight = 10
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "downloads"
|
||||
name = "Downloads"
|
||||
url = "/en/#downloads"
|
||||
weight = 20
|
||||
|
||||
# [[menu.main]]
|
||||
# identifier = "blog"
|
||||
# name = "Blog"
|
||||
# url = "https://blog.happydns.org/"
|
||||
# weight = 30
|
||||
|
||||
[markup]
|
||||
[markup.goldmark]
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true
|
||||
[outputs]
|
||||
home = [ "HTML", "RSS" ]
|
||||
123
config.yml
123
config.yml
|
|
@ -1,123 +0,0 @@
|
|||
title: "happyDomain"
|
||||
baseURL: "https://www.happydomain.org/"
|
||||
|
||||
defaultContentLanguageInSubdir: true
|
||||
removePathAccents: true
|
||||
|
||||
author:
|
||||
name: "happyDNS team"
|
||||
framagit: "happyDNS/"
|
||||
|
||||
languages:
|
||||
en:
|
||||
title: "happyDomain. Finally a simple interface for domain names."
|
||||
weight: 1
|
||||
|
||||
fr:
|
||||
title: "happyDomain. L'interface des noms de domaines."
|
||||
weight: 2
|
||||
|
||||
menu:
|
||||
main:
|
||||
- identifier: "features"
|
||||
name: "Fonctionnalités"
|
||||
url: "/fr/#features"
|
||||
weight: 10
|
||||
|
||||
- identifier: "downloads"
|
||||
name: "Téléchargements"
|
||||
url: "/fr/#downloads"
|
||||
weight: 20
|
||||
|
||||
# - identifier: "blog"
|
||||
# name: "Blog"
|
||||
# url: "https://blog.happydomain.org/"
|
||||
# weight: 30
|
||||
|
||||
params:
|
||||
carousel:
|
||||
- title: "domains-lists"
|
||||
description: "**Page d'accueil:** liste des domaines, de différents hébergeurs"
|
||||
image: "/img/screenshots/domains-list.png"
|
||||
|
||||
- title: "domain-abstract"
|
||||
description: "Une zone simplifiée"
|
||||
image: "/img/screenshots/domain-abstract.png"
|
||||
|
||||
- title: "domain-abstract-list"
|
||||
description: "Une zone simplifiée, sous forme de liste, plus rapide à modifier"
|
||||
image: "/img/screenshots/domain-abstract-list.png"
|
||||
|
||||
- title: "zone-diff"
|
||||
description: "Liste les changements avant d'appliquer les modifications"
|
||||
image: "/img/screenshots/zone-diff.png"
|
||||
|
||||
- title: "domain-records"
|
||||
description: "Les enregistrements d'une zone, modifiable depuis l'interface"
|
||||
image: "/img/screenshots/domain-records.png"
|
||||
|
||||
- title: "domain-source"
|
||||
description: "Informations sur la source"
|
||||
image: "/img/screenshots/domain-source.png"
|
||||
|
||||
- title: "sources"
|
||||
description: "Liste des sources existantes où récupérer les domaines"
|
||||
image: "/img/screenshots/sources.png"
|
||||
|
||||
params:
|
||||
newsletter: "newsletter@happydns.org"
|
||||
tryit: "/join"
|
||||
|
||||
carousel:
|
||||
- title: "domains-lists"
|
||||
description: "**Home page:** domains list on dedicated provider"
|
||||
image: "/img/screenshots/domains-list.png"
|
||||
|
||||
- title: "domain-abstract"
|
||||
description: "Simplified zone: records grouped by services"
|
||||
image: "/img/screenshots/domain-abstract.png"
|
||||
|
||||
- title: "domain-abstract-list"
|
||||
description: "Simplified zone in list, for quicker editing"
|
||||
image: "/img/screenshots/domain-abstract-list.png"
|
||||
|
||||
- title: "zone-diff"
|
||||
description: "Display zone diff before applying changes"
|
||||
image: "/img/screenshots/zone-diff.png"
|
||||
|
||||
- title: "domain-records"
|
||||
description: "Resource records for a zone: editable through happyDomain"
|
||||
image: "/img/screenshots/domain-records.png"
|
||||
|
||||
- title: "domain-source"
|
||||
description: "Information about the source"
|
||||
image: "/img/screenshots/domain-source.png"
|
||||
|
||||
- title: "sources"
|
||||
description: "Existing sources where pull domains"
|
||||
image: "/img/screenshots/sources.png"
|
||||
|
||||
menu:
|
||||
main:
|
||||
- identifier: "features"
|
||||
name: "Features"
|
||||
url: "/en/#features"
|
||||
weight: 10
|
||||
|
||||
- identifier: "downloads"
|
||||
name: "Downloads"
|
||||
url: "/en/#downloads"
|
||||
weight: 20
|
||||
|
||||
# - identifier: "blog"
|
||||
# name: "Blog"
|
||||
# url: "https://blog.happydomain.org/"
|
||||
# weight: 30
|
||||
|
||||
markup:
|
||||
goldmark:
|
||||
renderer:
|
||||
unsafe: true
|
||||
|
||||
outputs:
|
||||
home: [ "HTML", "RSS" ]
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
+++
|
||||
title = "happyDomain Unavailable"
|
||||
title = "happyDNS Unavailable"
|
||||
+++
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -41,4 +41,4 @@ an identifier, means of account retrieval or possibly the sending of our
|
|||
newsletter).
|
||||
|
||||
You can contact our data protection officer by e-mail at <code>dpo at
|
||||
happydomain.org</code> or by mail to our headquarters address.
|
||||
happydns.org</code> or by mail to our headquarters address.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
+++
|
||||
title = "Comment happyDomain peut vous aider ?"
|
||||
title = "Comment happyDNS peut vous aider ?"
|
||||
layout = "usage"
|
||||
+++
|
||||
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
+++
|
||||
title = "Comment happyDomain peut vous aider ?"
|
||||
title = "Comment happyDNS peut vous aider ?"
|
||||
layout = "usage"
|
||||
+++
|
||||
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
+++
|
||||
title = "Comment happyDomain peut vous aider ?"
|
||||
title = "Comment happyDNS peut vous aider ?"
|
||||
layout = "usage"
|
||||
+++
|
||||
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
+++
|
||||
title = "Comment happyDomain peut vous aider ?"
|
||||
title = "Comment happyDNS peut vous aider ?"
|
||||
layout = "usage"
|
||||
+++
|
||||
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
+++
|
||||
title = "Comment happyDomain peut vous aider ?"
|
||||
title = "Comment happyDNS peut vous aider ?"
|
||||
layout = "usage"
|
||||
+++
|
||||
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
+++
|
||||
title = "Comment happyDomain peut vous aider ?"
|
||||
title = "Comment happyDNS peut vous aider ?"
|
||||
layout = "usage"
|
||||
+++
|
||||
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
+++
|
||||
title = "Comment happyDomain peut vous aider ?"
|
||||
title = "Comment happyDNS peut vous aider ?"
|
||||
layout = "usage"
|
||||
+++
|
||||
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
+++
|
||||
title = "Comment happyDomain peut vous aider ?"
|
||||
title = "Comment happyDNS peut vous aider ?"
|
||||
layout = "usage"
|
||||
+++
|
||||
|
||||
10
i18n/en.yaml
10
i18n/en.yaml
|
|
@ -8,7 +8,7 @@
|
|||
translation: "Try it online now"
|
||||
|
||||
- id: tryhappydns
|
||||
translation: "Try happyDomain now"
|
||||
translation: "Try happyDNS now"
|
||||
|
||||
- id: downloadit
|
||||
translation: "Download now"
|
||||
|
|
@ -73,13 +73,13 @@
|
|||
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.happydns.org/), hosted by Framagit.
|
||||
|
||||
You can download the latest [*nightly* version](https://get.happydns.org/master/) of happyDomain for [Linux x86_64](https://get.happydomain.org/master/happydns-linux-amd64), [Linux arm64](https://get.happydomain.org/master/happydns-linux-arm64) or [macOS x86_64](https://get.happydomain.org/master/happydns-darwin-amd64).
|
||||
You can download the latest [*nightly* version](https://get.happydns.org/master/) of happyDNS for [Linux x86_64](https://get.happydns.org/master/happydns-linux-amd64), [Linux arm64](https://get.happydns.org/master/happydns-linux-arm64) or [macOS x86_64](https://get.happydns.org/master/happydns-darwin-amd64).
|
||||
|
||||
We publish a [Docker image](https://hub.docker.com/r/happydns/happydns/), feel free to test it thanks to:
|
||||
|
||||
docker run -e HAPPYDNS_NO_AUTH=1 -p 8081:8081 happydns/happydns
|
||||
|
||||
Precompiled binaries are also availables on <https://get.happydomain.org/>.
|
||||
Precompiled binaries are also availables on <https://get.happydns.org/>.
|
||||
|
||||
- id: community-chat
|
||||
translation: "Chat"
|
||||
|
|
@ -97,7 +97,7 @@
|
|||
translation: "Translations"
|
||||
- id: community-translation-text
|
||||
translation: |
|
||||
You speak another language than French or English? Give a hand to translate happyDomain. Write us at `contact at happydomain.org`.
|
||||
You speak another language than French or English? Give a hand to translate happyDNS. Write us at `contact at happydns.org`.
|
||||
|
||||
- id: community-code
|
||||
translation: "Code"
|
||||
|
|
@ -109,7 +109,7 @@
|
|||
translation: "Contact"
|
||||
- id: community-contact-text
|
||||
translation: |
|
||||
Need more? Contact us at `contact at happydomain.org`.
|
||||
Need more? Contact us at `contact at happydns.org`.
|
||||
|
||||
- id: survey-title
|
||||
translation: "We're going for it!"
|
||||
|
|
|
|||
14
i18n/fr.yaml
14
i18n/fr.yaml
|
|
@ -8,7 +8,7 @@
|
|||
translation: "Essayer en ligne maintenant"
|
||||
|
||||
- id: tryhappydns
|
||||
translation: "Essayer happyDomain maintenant"
|
||||
translation: "Essayer happyDNS maintenant"
|
||||
|
||||
- id: downloadit
|
||||
translation: "Télécharger"
|
||||
|
|
@ -71,15 +71,15 @@
|
|||
|
||||
- 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 CeCILL](http://cecill.info/licences/Licence_CeCILL_V2.1-fr.html) dans notre [dépôt Git](https://git.happydns.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/happydns-linux-amd64), [Linux arm64](https://get.happydomain.org/master/happydns-linux-arm64) ou [macOS x86_64](https://get.happydomain.org/master/happydns-darwin-amd64).
|
||||
Téléchargez la dernière [version *nightly*](https://get.happydns.org/master/) d'happyDNS pour [Linux x86_64](https://get.happydns.org/master/happydns-linux-amd64), [Linux arm64](https://get.happydns.org/master/happydns-linux-arm64) ou [macOS x86_64](https://get.happydns.org/master/happydns-darwin-amd64).
|
||||
|
||||
Vous préférez une [image Docker](https://hub.docker.com/r/happydns/happydns/) ? Essayez-la
|
||||
|
||||
docker run -e HAPPYDNS_NO_AUTH=1 -p 8081:8081 happydns/happydns
|
||||
|
||||
Les binaires précompilés sont disponibles sur <https://get.happydomain.org/>.
|
||||
Les binaires précompilés sont disponibles sur <https://get.happydns.org/>.
|
||||
|
||||
- id: community-chat
|
||||
translation: "Chat"
|
||||
|
|
@ -97,19 +97,19 @@
|
|||
translation: "Traductions"
|
||||
- id: community-translation-text
|
||||
translation: |
|
||||
Vous parlez une langue étrangère ? Traduisez happyDomain. Contactez-nous par email `contact at happydomain.org`.
|
||||
Vous parlez une langue étrangère ? Traduisez happyDNS. Contactez-nous par email `contact at happydns.org`.
|
||||
|
||||
- id: community-code
|
||||
translation: "Code"
|
||||
- id: community-code-text
|
||||
translation: |
|
||||
Vous savez programmer ? Contribuez à améliorer le logiciel via notre [dépôt Git](https://git.happydomain.org/) sur Framagit.
|
||||
Vous savez programmer ? Contribuez à améliorer le logiciel via notre [dépôt Git](https://git.happydns.org/) sur Framagit.
|
||||
|
||||
- id: community-contact
|
||||
translation: "Contact"
|
||||
- id: community-contact-text
|
||||
translation: |
|
||||
Autre chose ? Contactez-nous à `contact at happydomain.org`.
|
||||
Autre chose ? Contactez-nous à `contact at happydns.org`.
|
||||
|
||||
- id: survey-title
|
||||
translation: "On se lance dans l'aventure !"
|
||||
|
|
|
|||
|
|
@ -2,19 +2,19 @@
|
|||
<div class="container d-flex">
|
||||
<div class="align-self-center">
|
||||
Découvrez
|
||||
<svg version="1.1" viewBox="7 5 100 15" aria-labelledby="title" style="height: 1em">
|
||||
<title>happyDomain</title>
|
||||
<svg version="1.1" viewBox="7 5 76 15" aria-labelledby="title" style="height: 1em">
|
||||
<title>happyDNS</title>
|
||||
<g fill="#000" stroke="#000" stroke-width=".4" aria-label="happy"><path d="m7.1613 5.7392h0.28939v4.2106q2.59-0.96945 3.9791-0.96945 0.77412 0 1.172 0.30386 0.709 0.53537 0.709 2.0257v4.8907h-0.28939v-4.8907q0-1.3457-0.59325-1.7942-0.36174-0.27492-1.0563-0.27492-0.57878 0-1.3746 0.1881-0.88264 0.20981-2.5466 0.83199v5.9397h-0.28939z" /><path d="m21.175 12.721h-2.7781q-1.1214 0-1.6929 0.24598-0.82476 0.36174-0.82476 1.3095 0 0.79582 0.5209 1.2299 0.49196 0.41238 1.3022 0.41238h0.0217q0.83923 0 1.8231-0.60772 0.34003-0.20981 0.83923-0.57878 0.709-0.52813 0.78858-0.57878zm2.496 3.0748q-0.3762 0.44132-1.0852 0.44132-0.67283 0-1.0418-0.39068-0.36897-0.39067-0.36897-1.0635v-0.28215q-1.3674 0.99116-1.6206 1.1431-0.96222 0.56431-1.8304 0.56431h-0.0217q-0.93328 0-1.5048-0.49196-0.60772-0.52813-0.60772-1.4397 0-1.0852 0.90434-1.5265 0.65836-0.31833 1.9027-0.31833h2.7781v-1.0635q0-1.0056-0.29662-1.3529-0.67283-0.78858-2.3875-0.78858-0.78135 0-1.3963 0.29662-0.74518 0.34727-0.94051 1.0129l-0.27492-0.07958q0.22428-0.76688 1.0346-1.172 0.69453-0.34727 1.5772-0.34727 1.8449 0 2.6117 0.88987 0.3545 0.42685 0.3545 1.541v3.4148q0.0072 1.1648 1.1286 1.1648 0.57878 0 0.86817-0.34003z" /><path d="m25.27 14.935q0.98392 1.0129 2.7998 1.0129h0.0217q1.5555 0 2.3875-0.8971 0.82476-0.88264 0.82476-2.4598 0-1.3891-0.61495-2.2862-0.709-1.0346-2.0257-1.0346-1.3746 0-3.3931 0.95498zm0-5.9325v0.90434q1.9606-0.92604 3.3931-0.92604 1.4469 0 2.2355 1.1141 0.69453 0.98392 0.69453 2.496 0 1.7002-0.91157 2.6624-0.92604 0.98392-2.6117 0.98392-1.7291 0-2.7998-0.91157v4.2106h-0.28939v-10.534z" /><path d="m34.241 14.935q0.98392 1.0129 2.7998 1.0129h0.0217q1.5555 0 2.3875-0.8971 0.82476-0.88264 0.82476-2.4598 0-1.3891-0.61495-2.2862-0.709-1.0346-2.0257-1.0346-1.3746 0-3.3931 0.95498zm0-5.9325v0.90434q1.9606-0.92604 3.3931-0.92604 1.4469 0 2.2355 1.1141 0.69453 0.98392 0.69453 2.496 0 1.7002-0.91157 2.6624-0.92604 0.98392-2.6117 0.98392-1.7291 0-2.7998-0.91157v4.2106h-0.28939v-10.534z" /><path d="m49 16.627q-0.1881 1.3891-1.0707 2.1559-0.91157 0.78858-2.4092 0.78858-1.1141-0.0072-2.033-0.42685-1.0635-0.49196-1.4759-1.3963l0.26045-0.12299q0.37621 0.83199 1.3746 1.2733 0.8537 0.38344 1.8738 0.38344 1.3818 0 2.2066-0.709 0.80305-0.6873 0.97669-1.9534 0.05064-0.32556 0.05064-0.88264v-0.49196q-1.7074 0.62942-2.6551 0.83923-0.709 0.15193-1.2588 0.15193-0.80305 0-1.2444-0.3328-0.70177-0.52813-0.70177-2.0257v-4.8762h0.28215v4.8762q0 1.3529 0.59325 1.7942 0.36174 0.27492 1.0563 0.27492 0.57878 0 1.3818-0.1881 0.88264-0.20257 2.5466-0.82476v-5.9325h0.28215v6.6921q0 0.60048-0.03617 0.93328z" /></g>
|
||||
<g fill="#000" aria-label="Domain"><path d="m 53.228042,15.362291 h 1.938901 q 1.960602,0 2.966225,-0.940511 0.983919,-0.911573 0.983919,-2.684074 0,-1.786971 -0.991153,-2.749186 -1.020093,-0.991154 -2.987931,-0.991154 h -1.909961 z m 1.909961,-8.949325 q 2.626196,0 4.10931,1.439706 1.47588,1.425236 1.47588,3.885034 0,2.452563 -1.49035,3.841626 -1.475878,1.367358 -4.09484,1.367358 h -3.516064 v -10.533724 z" /><path d="m 62.228011,13.125048 q 0,-1.779737 1.070734,-2.814299 1.085204,-1.056266 2.973461,-1.056266 1.888258,0.0072 2.966228,1.056266 1.077971,1.041797 1.077971,2.814299 0,1.772501 -1.077971,2.807063 -1.07797,1.049032 -2.966228,1.049032 -1.88102,0 -2.973461,-1.041797 -1.070734,-1.049031 -1.070734,-2.814298 z m 1.598866,0 q 0,1.099674 0.593246,1.671215 0.622184,0.60048 1.852083,0.60048 1.2299,0 1.84485,-0.60048 0.593246,-0.571541 0.593246,-1.671215 0,-1.10691 -0.593246,-1.685686 -0.61495,-0.593245 -1.852083,-0.60048 -1.222666,0 -1.84485,0.60048 -0.593246,0.578776 -0.593246,1.685686 z" /><path d="m 73.66607,16.957892 h -1.606103 v -7.668782 h 1.606103 v 0.83199 q 0.687297,-0.535368 1.606105,-0.72347 0.708999,-0.144694 1.273307,-0.144694 0.947746,0 1.519285,0.426847 0.470258,0.340031 0.61495,0.600481 0.904338,-0.658358 1.786972,-0.853695 0.788583,-0.173633 1.396297,-0.173633 0.954981,0 1.526521,0.419613 0.918808,0.665592 0.918808,2.315104 v 4.970239 h -1.606103 v -4.970239 q 0,-0.84646 -0.267684,-1.041797 -0.144695,-0.10852 -0.557072,-0.10852 -0.470255,0 -1.172023,0.166398 -0.998386,0.340031 -1.729091,0.933276 v 5.020882 h -1.613339 v -4.970239 q 0,-0.84646 -0.260448,-1.041797 -0.151929,-0.115755 -0.557073,-0.115755 -0.448553,0 -1.09244,0.151929 -0.759643,0.173632 -1.786972,0.824756 z" /><path d="m 91.051057,14.051772 -1.996779,-0.166398 q -0.954979,0 -1.381828,0.166398 -0.376203,0.151929 -0.376203,0.535368 0,0.368969 0.24598,0.549837 0.289388,0.23151 0.839224,0.23151 h 0.0217 q 0.62942,0 1.425236,-0.405143 0.376206,-0.224275 1.222666,-0.651123 z m 3.935677,2.286165 q -0.752409,0.593246 -1.917197,0.636654 -0.911572,0 -1.46141,-0.528133 -0.245978,-0.238745 -0.383437,-0.542603 -0.477491,0.325562 -0.745175,0.470256 -1.070737,0.578776 -2.07636,0.578776 h -0.0217 q -1.121378,0 -1.852083,-0.578776 -0.839224,-0.665593 -0.839224,-1.786971 0,-1.389063 1.266071,-1.953369 0.759645,-0.332797 2.098063,-0.332797 l 1.996779,0.311092 v -0.643888 q 0,-1.157552 -1.700157,-1.157552 -1.418,0 -2.604492,0.911572 l -0.860928,-1.215429 q 0.549836,-0.499195 1.46141,-0.918807 0.80305,-0.36897 1.794206,-0.36897 2.061887,0 2.995165,0.998389 0.520899,0.571541 0.520899,1.808675 v 3.002401 q 0.0072,0.361734 0.419613,0.434082 h 0.07958 q 0.535365,0 1.157552,-0.405144 z" /><path d="m 96.448142,6.566922 q 0.368969,0 0.636653,0.24598 0.289388,0.267684 0.289388,0.658358 0,0.390674 -0.289388,0.658358 -0.267684,0.245979 -0.636653,0.245979 -0.347266,0 -0.629418,-0.238745 -0.303858,-0.274918 -0.303858,-0.665592 0,-0.390674 0.303858,-0.672827 0.282152,-0.231511 0.629418,-0.231511 z m -0.80305,10.38903 v -7.668782 h 1.598869 v 7.668782 z" /><path d="m 100.803432,16.957892 h -1.598869 v -7.668782 h 1.598869 v 0.774113 q 0.803053,-0.477491 1.758032,-0.665593 0.752409,-0.144694 1.345655,-0.144694 0.969449,0 1.562695,0.405143 0.969446,0.672828 0.969446,2.329574 v 4.970239 h -1.6061 v -4.970239 q 0,-0.831991 -0.289388,-1.034562 -0.173632,-0.12299 -0.636653,-0.12299 -0.477491,0 -1.179256,0.151929 -0.810287,0.180867 -1.924431,0.759643 z" /></g>
|
||||
<g fill="#000" aria-label="DNS"><path d="m53.38 14.709h1.9389q1.9606 0 2.9662-0.94051 0.98392-0.91157 0.98392-2.6841 0-1.787-0.99116-2.7492-1.0201-0.99116-2.9879-0.99116h-1.91zm1.91-8.9493q2.6262 0 4.1093 1.4397 1.4759 1.4252 1.4759 3.885 0 2.4526-1.4904 3.8416-1.4759 1.3674-4.0948 1.3674h-3.5161v-10.534z" /><path d="m64.145 8.7839v7.5096h-1.5989v-10.534h1.2444l5.9759 7.5024v-7.5024h1.6061v10.534h-1.2371z" /><path d="m76.755 14.745h0.0217q2.4887 0 2.4887-1.4686 0-0.60048-0.63666-0.92604-0.47749-0.24598-2.004-0.56431-1.664-0.34727-2.3802-0.75964-1.324-0.76688-1.324-2.2717 0-1.5772 1.3384-2.4019 1.0346-0.65112 2.5973-0.65112 1.3384 0 2.344 0.50643 1.3167 0.65112 1.7074 2.6262l-1.5772 0.26045q-0.24598-1.1865-0.88987-1.4904-0.65836-0.31109-1.5844-0.31109-1.0707 0-1.7146 0.37621-0.61495 0.36174-0.61495 1.0852 0 0.62219 0.63666 0.95498 0.49196 0.25322 2.004 0.57154 1.6712 0.34727 2.373 0.75241 1.3312 0.74518 1.3312 2.2428 0 3.053-4.1166 3.053-1.1069-0.0072-2.0836-0.3762-1.1359-0.42685-2.2138-1.7942l1.324-0.91157q0.75241 0.96222 1.4831 1.2371 0.70177 0.25322 1.4904 0.26045z" /></g>
|
||||
</svg>
|
||||
pour :
|
||||
</div>
|
||||
<ol class="breadcrumb mb-0">
|
||||
<li class="breadcrumb-item"><a href="{{ ref . "/use-happyDomain/freelance" }}">{{ i18n "freelance" }}</a></li>
|
||||
<li class="breadcrumb-item"><a href="{{ ref . "/use-happyDomain/sysadmin" }}">{{ i18n "sysadmin" }}</a></li>
|
||||
<li class="breadcrumb-item"><a href="{{ ref . "/use-happyDomain/devops" }}">{{ i18n "devops" }}</a></li>
|
||||
<li class="breadcrumb-item"><a href="{{ ref . "/use-happyDomain/cio" }}">{{ i18n "cio" }}</a></li>
|
||||
<li class="breadcrumb-item"><a href="{{ ref . "/use-happyDomain/geek" }}">{{ i18n "geek" }}</a></li>
|
||||
<li class="breadcrumb-item"><a href="{{ ref . "/use-happydns/freelance" }}">{{ i18n "freelance" }}</a></li>
|
||||
<li class="breadcrumb-item"><a href="{{ ref . "/use-happydns/sysadmin" }}">{{ i18n "sysadmin" }}</a></li>
|
||||
<li class="breadcrumb-item"><a href="{{ ref . "/use-happydns/devops" }}">{{ i18n "devops" }}</a></li>
|
||||
<li class="breadcrumb-item"><a href="{{ ref . "/use-happydns/cio" }}">{{ i18n "cio" }}</a></li>
|
||||
<li class="breadcrumb-item"><a href="{{ ref . "/use-happydns/geek" }}">{{ i18n "geek" }}</a></li>
|
||||
</ol>
|
||||
</div>
|
||||
</nav>
|
||||
|
|
|
|||
|
|
@ -3,12 +3,12 @@
|
|||
<div class="row">
|
||||
<div class="col-md">
|
||||
©
|
||||
<svg version="1.1" viewBox="7 5 100 15" aria-labelledby="title" height="1.1em">
|
||||
<title>happyDomain</title>
|
||||
<svg version="1.1" viewBox="7 5 76 15" aria-labelledby="title" height="1.1em">
|
||||
<title>happyDNS</title>
|
||||
<g fill="#fff" stroke="#fff" stroke-width=".4" aria-label="happy"><path d="m7.1613 5.7392h0.28939v4.2106q2.59-0.96945 3.9791-0.96945 0.77412 0 1.172 0.30386 0.709 0.53537 0.709 2.0257v4.8907h-0.28939v-4.8907q0-1.3457-0.59325-1.7942-0.36174-0.27492-1.0563-0.27492-0.57878 0-1.3746 0.1881-0.88264 0.20981-2.5466 0.83199v5.9397h-0.28939z" /><path d="m21.175 12.721h-2.7781q-1.1214 0-1.6929 0.24598-0.82476 0.36174-0.82476 1.3095 0 0.79582 0.5209 1.2299 0.49196 0.41238 1.3022 0.41238h0.0217q0.83923 0 1.8231-0.60772 0.34003-0.20981 0.83923-0.57878 0.709-0.52813 0.78858-0.57878zm2.496 3.0748q-0.3762 0.44132-1.0852 0.44132-0.67283 0-1.0418-0.39068-0.36897-0.39067-0.36897-1.0635v-0.28215q-1.3674 0.99116-1.6206 1.1431-0.96222 0.56431-1.8304 0.56431h-0.0217q-0.93328 0-1.5048-0.49196-0.60772-0.52813-0.60772-1.4397 0-1.0852 0.90434-1.5265 0.65836-0.31833 1.9027-0.31833h2.7781v-1.0635q0-1.0056-0.29662-1.3529-0.67283-0.78858-2.3875-0.78858-0.78135 0-1.3963 0.29662-0.74518 0.34727-0.94051 1.0129l-0.27492-0.07958q0.22428-0.76688 1.0346-1.172 0.69453-0.34727 1.5772-0.34727 1.8449 0 2.6117 0.88987 0.3545 0.42685 0.3545 1.541v3.4148q0.0072 1.1648 1.1286 1.1648 0.57878 0 0.86817-0.34003z" /><path d="m25.27 14.935q0.98392 1.0129 2.7998 1.0129h0.0217q1.5555 0 2.3875-0.8971 0.82476-0.88264 0.82476-2.4598 0-1.3891-0.61495-2.2862-0.709-1.0346-2.0257-1.0346-1.3746 0-3.3931 0.95498zm0-5.9325v0.90434q1.9606-0.92604 3.3931-0.92604 1.4469 0 2.2355 1.1141 0.69453 0.98392 0.69453 2.496 0 1.7002-0.91157 2.6624-0.92604 0.98392-2.6117 0.98392-1.7291 0-2.7998-0.91157v4.2106h-0.28939v-10.534z" /><path d="m34.241 14.935q0.98392 1.0129 2.7998 1.0129h0.0217q1.5555 0 2.3875-0.8971 0.82476-0.88264 0.82476-2.4598 0-1.3891-0.61495-2.2862-0.709-1.0346-2.0257-1.0346-1.3746 0-3.3931 0.95498zm0-5.9325v0.90434q1.9606-0.92604 3.3931-0.92604 1.4469 0 2.2355 1.1141 0.69453 0.98392 0.69453 2.496 0 1.7002-0.91157 2.6624-0.92604 0.98392-2.6117 0.98392-1.7291 0-2.7998-0.91157v4.2106h-0.28939v-10.534z" /><path d="m49 16.627q-0.1881 1.3891-1.0707 2.1559-0.91157 0.78858-2.4092 0.78858-1.1141-0.0072-2.033-0.42685-1.0635-0.49196-1.4759-1.3963l0.26045-0.12299q0.37621 0.83199 1.3746 1.2733 0.8537 0.38344 1.8738 0.38344 1.3818 0 2.2066-0.709 0.80305-0.6873 0.97669-1.9534 0.05064-0.32556 0.05064-0.88264v-0.49196q-1.7074 0.62942-2.6551 0.83923-0.709 0.15193-1.2588 0.15193-0.80305 0-1.2444-0.3328-0.70177-0.52813-0.70177-2.0257v-4.8762h0.28215v4.8762q0 1.3529 0.59325 1.7942 0.36174 0.27492 1.0563 0.27492 0.57878 0 1.3818-0.1881 0.88264-0.20257 2.5466-0.82476v-5.9325h0.28215v6.6921q0 0.60048-0.03617 0.93328z" /></g>
|
||||
<g fill="#fff" aria-label="Domain"><path d="m 53.228042,15.362291 h 1.938901 q 1.960602,0 2.966225,-0.940511 0.983919,-0.911573 0.983919,-2.684074 0,-1.786971 -0.991153,-2.749186 -1.020093,-0.991154 -2.987931,-0.991154 h -1.909961 z m 1.909961,-8.949325 q 2.626196,0 4.10931,1.439706 1.47588,1.425236 1.47588,3.885034 0,2.452563 -1.49035,3.841626 -1.475878,1.367358 -4.09484,1.367358 h -3.516064 v -10.533724 z" /><path d="m 62.228011,13.125048 q 0,-1.779737 1.070734,-2.814299 1.085204,-1.056266 2.973461,-1.056266 1.888258,0.0072 2.966228,1.056266 1.077971,1.041797 1.077971,2.814299 0,1.772501 -1.077971,2.807063 -1.07797,1.049032 -2.966228,1.049032 -1.88102,0 -2.973461,-1.041797 -1.070734,-1.049031 -1.070734,-2.814298 z m 1.598866,0 q 0,1.099674 0.593246,1.671215 0.622184,0.60048 1.852083,0.60048 1.2299,0 1.84485,-0.60048 0.593246,-0.571541 0.593246,-1.671215 0,-1.10691 -0.593246,-1.685686 -0.61495,-0.593245 -1.852083,-0.60048 -1.222666,0 -1.84485,0.60048 -0.593246,0.578776 -0.593246,1.685686 z" /><path d="m 73.66607,16.957892 h -1.606103 v -7.668782 h 1.606103 v 0.83199 q 0.687297,-0.535368 1.606105,-0.72347 0.708999,-0.144694 1.273307,-0.144694 0.947746,0 1.519285,0.426847 0.470258,0.340031 0.61495,0.600481 0.904338,-0.658358 1.786972,-0.853695 0.788583,-0.173633 1.396297,-0.173633 0.954981,0 1.526521,0.419613 0.918808,0.665592 0.918808,2.315104 v 4.970239 h -1.606103 v -4.970239 q 0,-0.84646 -0.267684,-1.041797 -0.144695,-0.10852 -0.557072,-0.10852 -0.470255,0 -1.172023,0.166398 -0.998386,0.340031 -1.729091,0.933276 v 5.020882 h -1.613339 v -4.970239 q 0,-0.84646 -0.260448,-1.041797 -0.151929,-0.115755 -0.557073,-0.115755 -0.448553,0 -1.09244,0.151929 -0.759643,0.173632 -1.786972,0.824756 z" /><path d="m 91.051057,14.051772 -1.996779,-0.166398 q -0.954979,0 -1.381828,0.166398 -0.376203,0.151929 -0.376203,0.535368 0,0.368969 0.24598,0.549837 0.289388,0.23151 0.839224,0.23151 h 0.0217 q 0.62942,0 1.425236,-0.405143 0.376206,-0.224275 1.222666,-0.651123 z m 3.935677,2.286165 q -0.752409,0.593246 -1.917197,0.636654 -0.911572,0 -1.46141,-0.528133 -0.245978,-0.238745 -0.383437,-0.542603 -0.477491,0.325562 -0.745175,0.470256 -1.070737,0.578776 -2.07636,0.578776 h -0.0217 q -1.121378,0 -1.852083,-0.578776 -0.839224,-0.665593 -0.839224,-1.786971 0,-1.389063 1.266071,-1.953369 0.759645,-0.332797 2.098063,-0.332797 l 1.996779,0.311092 v -0.643888 q 0,-1.157552 -1.700157,-1.157552 -1.418,0 -2.604492,0.911572 l -0.860928,-1.215429 q 0.549836,-0.499195 1.46141,-0.918807 0.80305,-0.36897 1.794206,-0.36897 2.061887,0 2.995165,0.998389 0.520899,0.571541 0.520899,1.808675 v 3.002401 q 0.0072,0.361734 0.419613,0.434082 h 0.07958 q 0.535365,0 1.157552,-0.405144 z" /><path d="m 96.448142,6.566922 q 0.368969,0 0.636653,0.24598 0.289388,0.267684 0.289388,0.658358 0,0.390674 -0.289388,0.658358 -0.267684,0.245979 -0.636653,0.245979 -0.347266,0 -0.629418,-0.238745 -0.303858,-0.274918 -0.303858,-0.665592 0,-0.390674 0.303858,-0.672827 0.282152,-0.231511 0.629418,-0.231511 z m -0.80305,10.38903 v -7.668782 h 1.598869 v 7.668782 z" /><path d="m 100.803432,16.957892 h -1.598869 v -7.668782 h 1.598869 v 0.774113 q 0.803053,-0.477491 1.758032,-0.665593 0.752409,-0.144694 1.345655,-0.144694 0.969449,0 1.562695,0.405143 0.969446,0.672828 0.969446,2.329574 v 4.970239 h -1.6061 v -4.970239 q 0,-0.831991 -0.289388,-1.034562 -0.173632,-0.12299 -0.636653,-0.12299 -0.477491,0 -1.179256,0.151929 -0.810287,0.180867 -1.924431,0.759643 z" /></g>
|
||||
<g fill="#fff" aria-label="DNS"><path d="m53.38 14.709h1.9389q1.9606 0 2.9662-0.94051 0.98392-0.91157 0.98392-2.6841 0-1.787-0.99116-2.7492-1.0201-0.99116-2.9879-0.99116h-1.91zm1.91-8.9493q2.6262 0 4.1093 1.4397 1.4759 1.4252 1.4759 3.885 0 2.4526-1.4904 3.8416-1.4759 1.3674-4.0948 1.3674h-3.5161v-10.534z" /><path d="m64.145 8.7839v7.5096h-1.5989v-10.534h1.2444l5.9759 7.5024v-7.5024h1.6061v10.534h-1.2371z" /><path d="m76.755 14.745h0.0217q2.4887 0 2.4887-1.4686 0-0.60048-0.63666-0.92604-0.47749-0.24598-2.004-0.56431-1.664-0.34727-2.3802-0.75964-1.324-0.76688-1.324-2.2717 0-1.5772 1.3384-2.4019 1.0346-0.65112 2.5973-0.65112 1.3384 0 2.344 0.50643 1.3167 0.65112 1.7074 2.6262l-1.5772 0.26045q-0.24598-1.1865-0.88987-1.4904-0.65836-0.31109-1.5844-0.31109-1.0707 0-1.7146 0.37621-0.61495 0.36174-0.61495 1.0852 0 0.62219 0.63666 0.95498 0.49196 0.25322 2.004 0.57154 1.6712 0.34727 2.373 0.75241 1.3312 0.74518 1.3312 2.2428 0 3.053-4.1166 3.053-1.1069-0.0072-2.0836-0.3762-1.1359-0.42685-2.2138-1.7942l1.324-0.91157q0.75241 0.96222 1.4831 1.2371 0.70177 0.25322 1.4904 0.26045z" /></g>
|
||||
</svg>
|
||||
2019-2022
|
||||
2019-2021
|
||||
</div>
|
||||
<div class="col-md">
|
||||
<a href="/{{ .Site.Language.Lang }}/legal-notice/" class="text-muted">
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
<div class="row row-cols-sm-2 row-cols-md-3 row-cols-xl-5">
|
||||
<div class="col mb-4">
|
||||
<div class="card h-100">
|
||||
<a href="{{ ref . "/use-happyDomain/freelance" }}" class="card-body list-group-item-action text-center font-weight-bold flex-grow-1 d-flex flex-column">
|
||||
<a href="{{ ref . "/use-happyDNS/freelance" }}" class="card-body list-group-item-action text-center font-weight-bold flex-grow-1 d-flex flex-column">
|
||||
<img src="/img/screenshots/users/freelance.svg" alt="{{ i18n "freelance" }}" class="w-100 mb-3 flex-grow-1">
|
||||
<span>{{ i18n "freelance" }}</span>
|
||||
</a>
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
</div>
|
||||
<div class="col mb-4">
|
||||
<div class="card h-100">
|
||||
<a href="{{ ref . "/use-happyDomain/sysadmin" }}" class="card-body list-group-item-action text-center font-weight-bold flex-grow-1 d-flex flex-column">
|
||||
<a href="{{ ref . "/use-happyDNS/sysadmin" }}" class="card-body list-group-item-action text-center font-weight-bold flex-grow-1 d-flex flex-column">
|
||||
<img src="/img/screenshots/users/sysadmin.svg" alt="{{ i18n "sysadmin" }}" class="w-100 mb-3 flex-grow-1">
|
||||
<span>{{ i18n "sysadmin" }}</span>
|
||||
</a>
|
||||
|
|
@ -46,7 +46,7 @@
|
|||
</div>
|
||||
<div class="col mb-4">
|
||||
<div class="card h-100">
|
||||
<a href="{{ ref . "/use-happyDomain/cio" }}" class="card-body list-group-item-action text-center font-weight-bold flex-grow-1 d-flex flex-column">
|
||||
<a href="{{ ref . "/use-happyDNS/cio" }}" class="card-body list-group-item-action text-center font-weight-bold flex-grow-1 d-flex flex-column">
|
||||
<img src="/img/screenshots/users/cio.svg" alt="{{ i18n "cio" }}" class="w-100 mb-3 flex-grow-1">
|
||||
<span>{{ i18n "cio" }}</span>
|
||||
</a>
|
||||
|
|
@ -54,7 +54,7 @@
|
|||
</div>
|
||||
<div class="col mb-4">
|
||||
<div class="card h-100">
|
||||
<a href="{{ ref . "/use-happyDomain/geek" }}" class="card-body list-group-item-action text-center font-weight-bold flex-grow-1 d-flex flex-column">
|
||||
<a href="{{ ref . "/use-happyDNS/geek" }}" class="card-body list-group-item-action text-center font-weight-bold flex-grow-1 d-flex flex-column">
|
||||
<img src="/img/screenshots/users/geek.svg" alt="{{ i18n "geek" }}" class="w-100 mb-3 flex-grow-1">
|
||||
<span>{{ i18n "geek" }}</span>
|
||||
</a>
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
<nav class="navbar navbar-expand-md sticky-top navbar-light bg-light">
|
||||
<div class="container">
|
||||
<a class="h1 navbar-brand mb-0" href="/">
|
||||
<svg version="1.1" viewBox="7 5 100 15" aria-labelledby="title" height="25">
|
||||
<title>happyDomain</title>
|
||||
<svg version="1.1" viewBox="7 5 76 15" aria-labelledby="title" height="25">
|
||||
<title>happyDNS</title>
|
||||
<g fill="#000" stroke="#000" stroke-width=".4" aria-label="happy"><path d="m7.1613 5.7392h0.28939v4.2106q2.59-0.96945 3.9791-0.96945 0.77412 0 1.172 0.30386 0.709 0.53537 0.709 2.0257v4.8907h-0.28939v-4.8907q0-1.3457-0.59325-1.7942-0.36174-0.27492-1.0563-0.27492-0.57878 0-1.3746 0.1881-0.88264 0.20981-2.5466 0.83199v5.9397h-0.28939z" /><path d="m21.175 12.721h-2.7781q-1.1214 0-1.6929 0.24598-0.82476 0.36174-0.82476 1.3095 0 0.79582 0.5209 1.2299 0.49196 0.41238 1.3022 0.41238h0.0217q0.83923 0 1.8231-0.60772 0.34003-0.20981 0.83923-0.57878 0.709-0.52813 0.78858-0.57878zm2.496 3.0748q-0.3762 0.44132-1.0852 0.44132-0.67283 0-1.0418-0.39068-0.36897-0.39067-0.36897-1.0635v-0.28215q-1.3674 0.99116-1.6206 1.1431-0.96222 0.56431-1.8304 0.56431h-0.0217q-0.93328 0-1.5048-0.49196-0.60772-0.52813-0.60772-1.4397 0-1.0852 0.90434-1.5265 0.65836-0.31833 1.9027-0.31833h2.7781v-1.0635q0-1.0056-0.29662-1.3529-0.67283-0.78858-2.3875-0.78858-0.78135 0-1.3963 0.29662-0.74518 0.34727-0.94051 1.0129l-0.27492-0.07958q0.22428-0.76688 1.0346-1.172 0.69453-0.34727 1.5772-0.34727 1.8449 0 2.6117 0.88987 0.3545 0.42685 0.3545 1.541v3.4148q0.0072 1.1648 1.1286 1.1648 0.57878 0 0.86817-0.34003z" /><path d="m25.27 14.935q0.98392 1.0129 2.7998 1.0129h0.0217q1.5555 0 2.3875-0.8971 0.82476-0.88264 0.82476-2.4598 0-1.3891-0.61495-2.2862-0.709-1.0346-2.0257-1.0346-1.3746 0-3.3931 0.95498zm0-5.9325v0.90434q1.9606-0.92604 3.3931-0.92604 1.4469 0 2.2355 1.1141 0.69453 0.98392 0.69453 2.496 0 1.7002-0.91157 2.6624-0.92604 0.98392-2.6117 0.98392-1.7291 0-2.7998-0.91157v4.2106h-0.28939v-10.534z" /><path d="m34.241 14.935q0.98392 1.0129 2.7998 1.0129h0.0217q1.5555 0 2.3875-0.8971 0.82476-0.88264 0.82476-2.4598 0-1.3891-0.61495-2.2862-0.709-1.0346-2.0257-1.0346-1.3746 0-3.3931 0.95498zm0-5.9325v0.90434q1.9606-0.92604 3.3931-0.92604 1.4469 0 2.2355 1.1141 0.69453 0.98392 0.69453 2.496 0 1.7002-0.91157 2.6624-0.92604 0.98392-2.6117 0.98392-1.7291 0-2.7998-0.91157v4.2106h-0.28939v-10.534z" /><path d="m49 16.627q-0.1881 1.3891-1.0707 2.1559-0.91157 0.78858-2.4092 0.78858-1.1141-0.0072-2.033-0.42685-1.0635-0.49196-1.4759-1.3963l0.26045-0.12299q0.37621 0.83199 1.3746 1.2733 0.8537 0.38344 1.8738 0.38344 1.3818 0 2.2066-0.709 0.80305-0.6873 0.97669-1.9534 0.05064-0.32556 0.05064-0.88264v-0.49196q-1.7074 0.62942-2.6551 0.83923-0.709 0.15193-1.2588 0.15193-0.80305 0-1.2444-0.3328-0.70177-0.52813-0.70177-2.0257v-4.8762h0.28215v4.8762q0 1.3529 0.59325 1.7942 0.36174 0.27492 1.0563 0.27492 0.57878 0 1.3818-0.1881 0.88264-0.20257 2.5466-0.82476v-5.9325h0.28215v6.6921q0 0.60048-0.03617 0.93328z" /></g>
|
||||
<g fill="#000" aria-label="Domain"><path d="m 53.228042,15.362291 h 1.938901 q 1.960602,0 2.966225,-0.940511 0.983919,-0.911573 0.983919,-2.684074 0,-1.786971 -0.991153,-2.749186 -1.020093,-0.991154 -2.987931,-0.991154 h -1.909961 z m 1.909961,-8.949325 q 2.626196,0 4.10931,1.439706 1.47588,1.425236 1.47588,3.885034 0,2.452563 -1.49035,3.841626 -1.475878,1.367358 -4.09484,1.367358 h -3.516064 v -10.533724 z" /><path d="m 62.228011,13.125048 q 0,-1.779737 1.070734,-2.814299 1.085204,-1.056266 2.973461,-1.056266 1.888258,0.0072 2.966228,1.056266 1.077971,1.041797 1.077971,2.814299 0,1.772501 -1.077971,2.807063 -1.07797,1.049032 -2.966228,1.049032 -1.88102,0 -2.973461,-1.041797 -1.070734,-1.049031 -1.070734,-2.814298 z m 1.598866,0 q 0,1.099674 0.593246,1.671215 0.622184,0.60048 1.852083,0.60048 1.2299,0 1.84485,-0.60048 0.593246,-0.571541 0.593246,-1.671215 0,-1.10691 -0.593246,-1.685686 -0.61495,-0.593245 -1.852083,-0.60048 -1.222666,0 -1.84485,0.60048 -0.593246,0.578776 -0.593246,1.685686 z" /><path d="m 73.66607,16.957892 h -1.606103 v -7.668782 h 1.606103 v 0.83199 q 0.687297,-0.535368 1.606105,-0.72347 0.708999,-0.144694 1.273307,-0.144694 0.947746,0 1.519285,0.426847 0.470258,0.340031 0.61495,0.600481 0.904338,-0.658358 1.786972,-0.853695 0.788583,-0.173633 1.396297,-0.173633 0.954981,0 1.526521,0.419613 0.918808,0.665592 0.918808,2.315104 v 4.970239 h -1.606103 v -4.970239 q 0,-0.84646 -0.267684,-1.041797 -0.144695,-0.10852 -0.557072,-0.10852 -0.470255,0 -1.172023,0.166398 -0.998386,0.340031 -1.729091,0.933276 v 5.020882 h -1.613339 v -4.970239 q 0,-0.84646 -0.260448,-1.041797 -0.151929,-0.115755 -0.557073,-0.115755 -0.448553,0 -1.09244,0.151929 -0.759643,0.173632 -1.786972,0.824756 z" /><path d="m 91.051057,14.051772 -1.996779,-0.166398 q -0.954979,0 -1.381828,0.166398 -0.376203,0.151929 -0.376203,0.535368 0,0.368969 0.24598,0.549837 0.289388,0.23151 0.839224,0.23151 h 0.0217 q 0.62942,0 1.425236,-0.405143 0.376206,-0.224275 1.222666,-0.651123 z m 3.935677,2.286165 q -0.752409,0.593246 -1.917197,0.636654 -0.911572,0 -1.46141,-0.528133 -0.245978,-0.238745 -0.383437,-0.542603 -0.477491,0.325562 -0.745175,0.470256 -1.070737,0.578776 -2.07636,0.578776 h -0.0217 q -1.121378,0 -1.852083,-0.578776 -0.839224,-0.665593 -0.839224,-1.786971 0,-1.389063 1.266071,-1.953369 0.759645,-0.332797 2.098063,-0.332797 l 1.996779,0.311092 v -0.643888 q 0,-1.157552 -1.700157,-1.157552 -1.418,0 -2.604492,0.911572 l -0.860928,-1.215429 q 0.549836,-0.499195 1.46141,-0.918807 0.80305,-0.36897 1.794206,-0.36897 2.061887,0 2.995165,0.998389 0.520899,0.571541 0.520899,1.808675 v 3.002401 q 0.0072,0.361734 0.419613,0.434082 h 0.07958 q 0.535365,0 1.157552,-0.405144 z" /><path d="m 96.448142,6.566922 q 0.368969,0 0.636653,0.24598 0.289388,0.267684 0.289388,0.658358 0,0.390674 -0.289388,0.658358 -0.267684,0.245979 -0.636653,0.245979 -0.347266,0 -0.629418,-0.238745 -0.303858,-0.274918 -0.303858,-0.665592 0,-0.390674 0.303858,-0.672827 0.282152,-0.231511 0.629418,-0.231511 z m -0.80305,10.38903 v -7.668782 h 1.598869 v 7.668782 z" /><path d="m 100.803432,16.957892 h -1.598869 v -7.668782 h 1.598869 v 0.774113 q 0.803053,-0.477491 1.758032,-0.665593 0.752409,-0.144694 1.345655,-0.144694 0.969449,0 1.562695,0.405143 0.969446,0.672828 0.969446,2.329574 v 4.970239 h -1.6061 v -4.970239 q 0,-0.831991 -0.289388,-1.034562 -0.173632,-0.12299 -0.636653,-0.12299 -0.477491,0 -1.179256,0.151929 -0.810287,0.180867 -1.924431,0.759643 z" /></g>
|
||||
<g fill="#000" aria-label="DNS"><path d="m53.38 14.709h1.9389q1.9606 0 2.9662-0.94051 0.98392-0.91157 0.98392-2.6841 0-1.787-0.99116-2.7492-1.0201-0.99116-2.9879-0.99116h-1.91zm1.91-8.9493q2.6262 0 4.1093 1.4397 1.4759 1.4252 1.4759 3.885 0 2.4526-1.4904 3.8416-1.4759 1.3674-4.0948 1.3674h-3.5161v-10.534z" /><path d="m64.145 8.7839v7.5096h-1.5989v-10.534h1.2444l5.9759 7.5024v-7.5024h1.6061v10.534h-1.2371z" /><path d="m76.755 14.745h0.0217q2.4887 0 2.4887-1.4686 0-0.60048-0.63666-0.92604-0.47749-0.24598-2.004-0.56431-1.664-0.34727-2.3802-0.75964-1.324-0.76688-1.324-2.2717 0-1.5772 1.3384-2.4019 1.0346-0.65112 2.5973-0.65112 1.3384 0 2.344 0.50643 1.3167 0.65112 1.7074 2.6262l-1.5772 0.26045q-0.24598-1.1865-0.88987-1.4904-0.65836-0.31109-1.5844-0.31109-1.0707 0-1.7146 0.37621-0.61495 0.36174-0.61495 1.0852 0 0.62219 0.63666 0.95498 0.49196 0.25322 2.004 0.57154 1.6712 0.34727 2.373 0.75241 1.3312 0.74518 1.3312 2.2428 0 3.053-4.1166 3.053-1.1069-0.0072-2.0836-0.3762-1.1359-0.42685-2.2138-1.7942l1.324-0.91157q0.75241 0.96222 1.4831 1.2371 0.70177 0.25322 1.4904 0.26045z" /></g>
|
||||
</svg>
|
||||
</a>
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue