Add checks deep-dive section with dangling-records case study
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Introduce a new #checks section presenting domain, zone and service checkers in three columns linking to the documentation, plus a dangling-records case study spotlight. Rework discover copy toward peace-of-mind framing and adjust section backgrounds and CTA layout. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
b3830ab7c4
commit
4dff3fdaac
11 changed files with 526 additions and 25 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<div id="downloads" class="py-5" style="scroll-margin-top: 2em">
|
||||
<div class="container">
|
||||
<div id="downloads" class="py-5 my-5" style="scroll-margin-top: 2em">
|
||||
<div class="container my-5">
|
||||
<div class="row">
|
||||
<div
|
||||
class="col-3 d-none d-md-flex flex-column justify-content-center"
|
||||
|
|
@ -12,14 +12,14 @@
|
|||
/>
|
||||
</div>
|
||||
<div class="col">
|
||||
<h3 class="fw-bolder">
|
||||
<h3 class="fw-bolder display-6">
|
||||
{{ i18n "downloads-title" }}
|
||||
<span class="text-muted">
|
||||
{{ i18n "downloads-subtitle" }}
|
||||
</span>
|
||||
</h3>
|
||||
<div
|
||||
class="row row-cols-1 row-cols-sm-3 my-4 align-items-center"
|
||||
class="my-5 row row-cols-1 row-cols-sm-3 my-4 align-items-center"
|
||||
>
|
||||
<div class="col text-center my-2">
|
||||
<a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue