Rework usage pages
This commit is contained in:
parent
d1a20d0baa
commit
a61dc211a0
11 changed files with 109 additions and 109 deletions
|
|
@ -18,15 +18,15 @@ 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">
|
||||
Edit your zone files more efficiently.
|
||||
</h4>
|
||||
<hr class="bg-light mx-5">
|
||||
<p>
|
||||
Whatever the host of your zones, happy<span class="font-weight-bold">Domain</span> displays them in a clear way to limit errors.
|
||||
Whatever the host of your zones, happy<span class="fw-bold">Domain</span> displays them in a clear way to limit errors.
|
||||
</p>
|
||||
<p>
|
||||
By installing happy<span class="font-weight-bold">Domain</span> next to your Bind or PowerDNS, enjoy the interface without changing your configuration. <span class="text-muted">(coming soon)</span>
|
||||
By installing happy<span class="fw-bold">Domain</span> next to your Bind or PowerDNS, enjoy the interface without changing your configuration. <span class="text-muted">(coming soon)</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="order-1 col-md-7 py-2 align-self-center">
|
||||
|
|
@ -36,19 +36,19 @@ 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/zone-diff.webp" alt="Review and confirm the changes that will be applied">
|
||||
</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">
|
||||
View your changes before applying them.
|
||||
</h4>
|
||||
<hr class="bg-light mx-5">
|
||||
<p>
|
||||
Before publishing your changes, happy<span class="font-weight-bold">Domain</span> shows you what changes will be made. A preview that will avoid many mistakes.
|
||||
Before publishing your changes, happy<span class="fw-bold">Domain</span> shows you what changes will be made. A preview that will avoid many mistakes.
|
||||
</p>
|
||||
<p>
|
||||
You can even select which changes you want to release now and which ones should wait.
|
||||
|
|
@ -62,7 +62,7 @@ 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">
|
||||
Share the zone management with your teams or collaborators.
|
||||
<small class="text-muted">
|
||||
(coming soon)
|
||||
|
|
@ -70,7 +70,7 @@ layout = "usage"
|
|||
</h4>
|
||||
<hr class="bg-light mx-5">
|
||||
<p>
|
||||
Whether it's permanent or in preparation for a particular event, happy<span class="font-weight-bold">Domain</span> gives you the ability to collaborate on editing the same area.
|
||||
Whether it's permanent or in preparation for a particular event, happy<span class="fw-bold">Domain</span> gives you the ability to collaborate on editing the same area.
|
||||
</p>
|
||||
<p>
|
||||
Delegate to your teams all or only part of the area, it's up to you.
|
||||
|
|
@ -83,14 +83,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/domains-list.png" 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">
|
||||
Manage simply, even the special zones.
|
||||
<small class="text-muted">
|
||||
(coming soon)
|
||||
|
|
@ -102,7 +102,7 @@ layout = "usage"
|
|||
Or a <a href="https://en.wikipedia.org/wiki/DNSBL">Real-time Blockhole List (DNSBL)</a> zone? Or a DNS <a href="https://www.dnsrpz.info/">Response Policy Zones</a> (DNS-RPZ)?
|
||||
</p>
|
||||
<p>
|
||||
happy<span class="font-weight-bold">Domain</span> understands them and allows you to manage them unequivocally.
|
||||
happy<span class="fw-bold">Domain</span> understands them and allows you to manage them unequivocally.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue