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>
44 lines
794 B
HTML
44 lines
794 B
HTML
<!DOCTYPE html>
|
|
<html lang="{{ .Site.LanguageCode }}" style="background-color: var(--bs-dark)">
|
|
|
|
{{ partial "head.html" . }}
|
|
|
|
<body>
|
|
|
|
<div id="all">
|
|
|
|
{{ partial "top.html" . }}
|
|
|
|
{{ partial "nav.html" . }}
|
|
|
|
{{ partial "jumbo.html" . }}
|
|
|
|
{{ partial "carousel.html" . }}
|
|
|
|
{{ partial "checks.html" . }}
|
|
|
|
{{ partial "features.html" . }}
|
|
|
|
{{ partial "discover.html" . }}
|
|
|
|
{{ partial "personas.html" . }}
|
|
|
|
{{/* partial "testimonials.html" . */}}
|
|
|
|
{{ partial "cta-join.html" . }}
|
|
|
|
{{ partial "downloads.html" . }}
|
|
|
|
{{/* partial "community.html" . */}}
|
|
|
|
{{/* partial "cta-newsletter.html" . */}}
|
|
|
|
</div>
|
|
<!-- /#all -->
|
|
|
|
{{ partial "footer.html" . }}
|
|
|
|
{{ partial "scripts.html" . }}
|
|
|
|
</body>
|
|
</html>
|