All checks were successful
Deploy Internet for Kids / Build & Push (push) Successful in 13s
Deploy Internet for Kids / Deploy (push) Successful in 4s
Deploy Internet for Kids / Health Check (push) Successful in 1s
Deploy Internet for Kids / Smoke Tests (push) Successful in 2s
Deploy Internet for Kids / IndexNow Ping (push) Successful in 7s
Deploy Internet for Kids / Promote to Latest (push) Successful in 1s
Deploy Internet for Kids / Rollback (push) Has been skipped
Deploy Internet for Kids / Audit (push) Successful in 2s
First of five parent-intent pillar articles targeting high-search-volume queries. Funnels to Agiliton VPN via existing vpn-cta shortcode (now also localised to French). Describes the curated blocklist (HaGeZi, OISD, Cloudflare top-10k allowlist) without naming the backend engine. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
22 lines
1.3 KiB
HTML
22 lines
1.3 KiB
HTML
<aside class="vpn-cta" style="background: linear-gradient(135deg, #1a365d 0%, #2d5ca8 100%); color: #fff; padding: 2rem; border-radius: 12px; margin: 2rem 0; text-align: center;">
|
|
<h3 style="margin: 0 0 0.75rem; font-size: 1.25rem;">
|
|
{{ if eq .Page.Language.Lang "de" }}Schützen Sie Ihre Familie online
|
|
{{ else if eq .Page.Language.Lang "fr" }}Protégez votre famille en ligne
|
|
{{ else }}Protect Your Family Online{{ end }}
|
|
</h3>
|
|
<p style="margin: 0 0 1.25rem; opacity: 0.9; font-size: 0.95rem;">
|
|
{{ if eq .Page.Language.Lang "de" }}
|
|
Agiliton VPN bietet Inhaltsfilterung, Geräteschutz und sicheres Surfen für die ganze Familie.
|
|
{{ else if eq .Page.Language.Lang "fr" }}
|
|
Agiliton VPN offre un filtrage de contenu, une protection des appareils et une navigation sécurisée pour toute la famille.
|
|
{{ else }}
|
|
Agiliton VPN provides content filtering, device protection, and safe browsing for the whole family.
|
|
{{ end }}
|
|
</p>
|
|
<a href="https://go.agiliton.eu/vpn-app" style="display: inline-block; background: #fff; color: #1a365d; padding: 0.75rem 2rem; border-radius: 8px; text-decoration: none; font-weight: 600;">
|
|
{{ if eq .Page.Language.Lang "de" }}Mehr erfahren
|
|
{{ else if eq .Page.Language.Lang "fr" }}En savoir plus
|
|
{{ else }}Learn More{{ end }}
|
|
</a>
|
|
</aside>
|