Rework usage pages
This commit is contained in:
parent
d1a20d0baa
commit
a61dc211a0
11 changed files with 109 additions and 109 deletions
|
|
@ -19,12 +19,12 @@ layout = "usage"
|
|||
<div class="container mb-5">
|
||||
<div class="row">
|
||||
<div class="order-0 col-md-5 align-self-center text-center">
|
||||
<h4 class="font-weight-bold">
|
||||
<h4 class="fw-bold">
|
||||
Keep track of every change with the built-in history.
|
||||
</h4>
|
||||
<hr class="bg-light mx-5">
|
||||
<p>
|
||||
happy<span class="font-weight-bold">Domain</span> allows you to go back at any time in case of a problem.
|
||||
happy<span class="fw-bold">Domain</span> allows you to go back at any time in case of a problem.
|
||||
</p>
|
||||
<p>
|
||||
The history allows you to easily track the latest changes, keeping track of who made them.
|
||||
|
|
@ -37,14 +37,14 @@ layout = "usage"
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container-fluid py-5 bg-secondary text-light">
|
||||
<div class="container-fluid py-5" style="background: var(--hd-green-50)">
|
||||
<div class="container my-5">
|
||||
<div class="row">
|
||||
<div class="order-1 order-md-0 col-md-7 align-self-center">
|
||||
<img class="rounded img-thumbnail" src="/img/screenshots/domain-abstract.webp" alt="Liste des domaines, regroupés astucieusement par client">
|
||||
</div>
|
||||
<div class="order-0 order-md-1 col-md-5 align-self-center text-center">
|
||||
<h4 class="font-weight-bold">
|
||||
<h4 class="fw-bold">
|
||||
Share the management of zones between your teams.
|
||||
<small class="text-muted">
|
||||
(coming soon)
|
||||
|
|
@ -55,7 +55,7 @@ layout = "usage"
|
|||
Reduce friction between your teams by allowing them to manage records related to their projects (internal or even public).
|
||||
</p>
|
||||
<p>
|
||||
happy<span class="font-weight-bold">Domain</span> implements a powerful access control system allowing you to delegate all or part of a zone, up to the recording.
|
||||
happy<span class="fw-bold">Domain</span> implements a powerful access control system allowing you to delegate all or part of a zone, up to the recording.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -66,12 +66,12 @@ layout = "usage"
|
|||
<div class="container my-5">
|
||||
<div class="row">
|
||||
<div class="order-0 col-md-5 align-self-center text-center">
|
||||
<h4 class="font-weight-bold">
|
||||
<h4 class="fw-bold">
|
||||
Centralize and synchronize your domain portfolios.
|
||||
</h4>
|
||||
<hr class="bg-light mx-5">
|
||||
<p>
|
||||
happy<span class="font-weight-bold">Domain</span> connects to more than 25 hosting providers worldwide. You can manage them in the interface with one click.
|
||||
happy<span class="fw-bold">Domain</span> connects to more than 25 hosting providers worldwide. You can manage them in the interface with one click.
|
||||
</p>
|
||||
</div>
|
||||
<div class="order-1 col-md-7">
|
||||
|
|
@ -81,14 +81,14 @@ layout = "usage"
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container-fluid py-5 bg-secondary text-light">
|
||||
<div class="container-fluid py-5" style="background: var(--hd-plum-100)">
|
||||
<div class="container my-5">
|
||||
<div class="row">
|
||||
<div class="order-1 order-md-0 col-md-7 align-self-center">
|
||||
<img class="rounded img-thumbnail" src="/img/screenshots/zone-diff.webp" alt="Relisiez puis confirmer les modifications qui seront appliquées">
|
||||
</div>
|
||||
<div class="order-0 order-md-1 col-md-5 align-self-center text-center">
|
||||
<h4 class="font-weight-bold">
|
||||
<h4 class="fw-bold">
|
||||
Keep track of the purpose of each sub-domain.
|
||||
<small class="text-muted">
|
||||
(coming soon)
|
||||
|
|
@ -96,7 +96,7 @@ layout = "usage"
|
|||
</h4>
|
||||
<hr class="bg-light mx-5">
|
||||
<p>
|
||||
happy<span class="font-weight-bold">Domain</span> allows you to set an expiration date on your subdomains so that a temporary event and its servers do not remain accessible, simply because a closing ticket has not been processed. We take care of it automatically.
|
||||
happy<span class="fw-bold">Domain</span> allows you to set an expiration date on your subdomains so that a temporary event and its servers do not remain accessible, simply because a closing ticket has not been processed. We take care of it automatically.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue