Refactor usage pages with shortcodes, convert HTML to Markdown
Add usage-lead and usage-feature shortcodes to encapsulate the alternating two-column layout, then migrate all ten usage pages (cio, sysadmin, freelance, geek, devops — EN and FR) from raw HTML files to plain Markdown using those shortcodes.
This commit is contained in:
parent
9b15e8e3ea
commit
69b17ea1f2
22 changed files with 672 additions and 1099 deletions
58
content/use-happyDomain/freelance.en.md
Normal file
58
content/use-happyDomain/freelance.en.md
Normal file
|
|
@ -0,0 +1,58 @@
|
|||
+++
|
||||
title = "happyDomain for Freelancers"
|
||||
description = "Manage all your clients' domain names from a single interface. happyDomain simplifies DNS management for freelancers and agencies."
|
||||
layout = "usage"
|
||||
+++
|
||||
|
||||
{{< usage-lead >}}
|
||||
A <span class="text-hilight">unified interface</span> to manage all your clients' domains. Everything you need.
|
||||
{{< /usage-lead >}}
|
||||
|
||||
{{< usage-feature
|
||||
title="All domain names grouped by customer."
|
||||
image="/img/screenshots/domains-list.webp"
|
||||
alt="List of domain names, cleverly grouped by client"
|
||||
>}}
|
||||
No matter how many customers you follow, happy<span class="fw-bold">Domain</span> always gives you a clear overview.
|
||||
{{< /usage-feature >}}
|
||||
|
||||
{{< usage-feature
|
||||
title="Forget about the complexity of each hosting company. Take advantage of our unified interface."
|
||||
image="/img/screenshots/domain-abstract.webp"
|
||||
alt="Liste des domaines, regroupés astucieusement par client"
|
||||
flip="true"
|
||||
bg="green"
|
||||
>}}
|
||||
Don't be afraid of discovering a new host. happy<span class="fw-bold">Domain</span> manages over 25 hosts worldwide. Your customers are probably using them.
|
||||
{{< /usage-feature >}}
|
||||
|
||||
{{< usage-feature
|
||||
title="Respond to all requests with ease."
|
||||
image="/img/screenshots/domain-services.webp"
|
||||
alt="Liste des domaines, regroupés astucieusement par client"
|
||||
>}}
|
||||
A new service? An urgent fix? happy<span class="fw-bold">Domain</span> uses simple terminology to stay focused.
|
||||
{{< /usage-feature >}}
|
||||
|
||||
{{< usage-feature
|
||||
title="Share the management of the area with your client, his teams or your collaborators."
|
||||
image="/img/screenshots/domain-abstract.webp"
|
||||
alt="Liste des domaines, regroupés astucieusement par client"
|
||||
flip="true"
|
||||
bg="plum"
|
||||
coming_soon="true"
|
||||
>}}
|
||||
Whether it is permanent or in preparation for a particular event, happy<span class="fw-bold">Domain</span> offers you the possibility to collaborate on the editing of the same area.
|
||||
|
||||
Delegate to your client's teams all or only part of the area, it's up to you.
|
||||
{{< /usage-feature >}}
|
||||
|
||||
{{< usage-feature
|
||||
title="Never let a client's domain expire unnoticed."
|
||||
image="/img/screenshots/checks-dashboard.webp"
|
||||
alt="Monitoring dashboard showing the status of every check on a client domain"
|
||||
>}}
|
||||
happy<span class="fw-bold">Domain</span>'s built-in checkers keep watch over every client domain: expiry dates, DNSSEC, mail and web service availability, TLS certificates and more, all reported with a clear <span class="fw-bold">OK</span> / <span class="fw-bold">Warning</span> / <span class="fw-bold">Critical</span> status.
|
||||
|
||||
Get notified the moment something changes, fix it before your client even notices, and show up looking like the expert they hired.
|
||||
{{< /usage-feature >}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue