From 3215704c45de5b5f22fbb57f3aa46aed9996f871 Mon Sep 17 00:00:00 2001
From: Majid Achhoud
Date: Fri, 31 Jul 2026 07:57:52 +0200
Subject: [PATCH 1/2] Add gated whitepaper section with overview, detail pages,
and EspoCRM lead form
---
content/whitepaper/_index.de.html | 5 +
content/whitepaper/_index.en.html | 5 +
...gdpr-compliant-cloud-collaboration.de.html | 12 ++
...gdpr-compliant-cloud-collaboration.en.html | 12 ++
.../zero-knowledge-cloud-encryption.de.html | 12 ++
.../zero-knowledge-cloud-encryption.en.html | 12 ++
data/nav.yaml | 1 +
i18n/de.yaml | 28 +++-
i18n/en.yaml | 28 +++-
layouts/partials/whitepaper-cover.html | 18 +++
layouts/partials/whitepaper-grid.html | 35 +++++
layouts/webinar/single.html | 2 +-
layouts/whitepaper/list.html | 21 +++
layouts/whitepaper/single.html | 129 ++++++++++++++++++
14 files changed, 317 insertions(+), 3 deletions(-)
create mode 100644 content/whitepaper/_index.de.html
create mode 100644 content/whitepaper/_index.en.html
create mode 100644 content/whitepaper/gdpr-compliant-cloud-collaboration.de.html
create mode 100644 content/whitepaper/gdpr-compliant-cloud-collaboration.en.html
create mode 100644 content/whitepaper/zero-knowledge-cloud-encryption.de.html
create mode 100644 content/whitepaper/zero-knowledge-cloud-encryption.en.html
create mode 100644 layouts/partials/whitepaper-cover.html
create mode 100644 layouts/partials/whitepaper-grid.html
create mode 100644 layouts/whitepaper/list.html
create mode 100644 layouts/whitepaper/single.html
diff --git a/content/whitepaper/_index.de.html b/content/whitepaper/_index.de.html
new file mode 100644
index 000000000..b03c725f7
--- /dev/null
+++ b/content/whitepaper/_index.de.html
@@ -0,0 +1,5 @@
+---
+title: "Whitepaper"
+type: "whitepaper"
+description: "Ausführliche Whitepaper zu Zero-Knowledge-Verschlüsselung, DSGVO-konformer Zusammenarbeit und der Kontrolle über deine Daten in der Cloud."
+---
diff --git a/content/whitepaper/_index.en.html b/content/whitepaper/_index.en.html
new file mode 100644
index 000000000..157c21232
--- /dev/null
+++ b/content/whitepaper/_index.en.html
@@ -0,0 +1,5 @@
+---
+title: "Whitepapers"
+type: "whitepaper"
+description: "In-depth whitepapers on zero-knowledge encryption, GDPR-compliant collaboration, and how organizations keep control of their data in the cloud."
+---
diff --git a/content/whitepaper/gdpr-compliant-cloud-collaboration.de.html b/content/whitepaper/gdpr-compliant-cloud-collaboration.de.html
new file mode 100644
index 000000000..c9c2eb8c0
--- /dev/null
+++ b/content/whitepaper/gdpr-compliant-cloud-collaboration.de.html
@@ -0,0 +1,12 @@
+---
+title: "DSGVO-konforme Cloud-Zusammenarbeit"
+type: "whitepaper"
+description: "Ein praktischer Leitfaden für die Zusammenarbeit in der Cloud unter Einhaltung der DSGVO: Verschlüsselung, Zugriffskontrolle und Nachvollziehbarkeit."
+cardtitle: "DSGVO-konforme Cloud-Zusammenarbeit"
+cardtext: "Wie Organisationen sensible Dateien in der Cloud teilen, ohne Datenschutzrecht zu verletzen: von rechtlichen Grundlagen bis zu technischen Maßnahmen."
+comingsoon: false
+weight: 20
+espoId: "" # ID of the CWhitepaper record in EspoCRM
+
+abstract: "Dieses Whitepaper zeigt, welche DSGVO-Pflichten gelten, wenn Teams in der Cloud mit personenbezogenen Daten arbeiten, und wie Ende-zu-Ende-Verschlüsselung und granulare Zugriffskontrolle Compliance-Anforderungen in gelebte Praxis übersetzen."
+---
diff --git a/content/whitepaper/gdpr-compliant-cloud-collaboration.en.html b/content/whitepaper/gdpr-compliant-cloud-collaboration.en.html
new file mode 100644
index 000000000..e34293051
--- /dev/null
+++ b/content/whitepaper/gdpr-compliant-cloud-collaboration.en.html
@@ -0,0 +1,12 @@
+---
+title: "GDPR-Compliant Cloud Collaboration"
+type: "whitepaper"
+description: "A practical guide to collaborating in the cloud while meeting GDPR requirements: encryption, access control, and audit trails."
+cardtitle: "GDPR-Compliant Cloud Collaboration"
+cardtext: "How organizations share sensitive files in the cloud without violating data protection law, from legal basics to technical safeguards."
+comingsoon: false
+weight: 20
+espoId: "" # ID of the CWhitepaper record in EspoCRM
+
+abstract: "This whitepaper walks through the GDPR obligations that apply when teams collaborate on personal data in the cloud, and shows how end-to-end encryption and granular access control turn compliance requirements into everyday practice."
+---
diff --git a/content/whitepaper/zero-knowledge-cloud-encryption.de.html b/content/whitepaper/zero-knowledge-cloud-encryption.de.html
new file mode 100644
index 000000000..07ba86324
--- /dev/null
+++ b/content/whitepaper/zero-knowledge-cloud-encryption.de.html
@@ -0,0 +1,12 @@
+---
+title: "Zero-Knowledge-Verschlüsselung in der Cloud"
+type: "whitepaper"
+description: "Erfahre, wie Zero-Knowledge-Ende-zu-Ende-Verschlüsselung die Cloud-Daten deiner Organisation schützt, selbst vor deinem Cloud-Anbieter."
+cardtitle: "Zero-Knowledge-Verschlüsselung in der Cloud"
+cardtext: "Warum clientseitige Verschlüsselung der einzige Weg ist, die Kontrolle über deine Daten in der Cloud zu behalten: Architektur, Bedrohungsmodell und praktische Einführung."
+comingsoon: false
+weight: 10
+espoId: "" # ID of the CWhitepaper record in EspoCRM
+
+abstract: "Dieses Whitepaper erklärt die Architektur hinter Zero-Knowledge-Verschlüsselung, vergleicht sie mit serverseitigen Alternativen und zeigt, wie Organisationen sie einführen, ohne bestehende Arbeitsabläufe zu stören."
+---
diff --git a/content/whitepaper/zero-knowledge-cloud-encryption.en.html b/content/whitepaper/zero-knowledge-cloud-encryption.en.html
new file mode 100644
index 000000000..6d0a986d3
--- /dev/null
+++ b/content/whitepaper/zero-knowledge-cloud-encryption.en.html
@@ -0,0 +1,12 @@
+---
+title: "Zero-Knowledge Encryption in the Cloud"
+type: "whitepaper"
+description: "Learn how zero-knowledge, end-to-end encryption protects your organization's cloud data, even from your cloud provider."
+cardtitle: "Zero-Knowledge Encryption in the Cloud"
+cardtext: "Why client-side encryption is the only way to keep control of your data in the cloud: architecture, threat model, and practical rollout."
+comingsoon: false
+weight: 10
+espoId: "" # ID of the CWhitepaper record in EspoCRM
+
+abstract: "This whitepaper explains the architecture behind zero-knowledge encryption, compares it to server-side alternatives, and shows how organizations roll it out without disrupting existing workflows."
+---
diff --git a/data/nav.yaml b/data/nav.yaml
index 63de1591d..1a4fba388 100644
--- a/data/nav.yaml
+++ b/data/nav.yaml
@@ -20,6 +20,7 @@
- Path: "/guides"
- Path: "/comparisons"
- Path: "/compliance"
+ - Path: "/whitepaper"
- Separator: true
- Path: "/success-stories"
- Path: "/coop"
diff --git a/i18n/de.yaml b/i18n/de.yaml
index 95a5728ce..b67707675 100644
--- a/i18n/de.yaml
+++ b/i18n/de.yaml
@@ -1416,7 +1416,7 @@
translation: "Du bist angemeldet!"
- id: webinar_success_message
translation: "Vielen Dank für deine Anmeldung. Du erhältst in Kürze eine Bestätigungs-E-Mail mit den Webinar-Details."
-- id: webinar_success_inbox_hint
+- id: success_inbox_hint
translation: "Bitte prüfe auch deinen Spam-Ordner."
- id: webinar_details_title
translation: "Webinar-Details"
@@ -1441,6 +1441,32 @@
- id: webinar_none_newsletter_instruction
translation: "Abonniere unseren Hub-Newsletter und wir informieren dich, sobald das nächste Webinar feststeht."
+# Whitepaper
+- id: whitepaper_eyebrow
+ translation: "Whitepaper"
+- id: whitepaper_first_name
+ translation: "Vorname"
+- id: whitepaper_last_name
+ translation: "Nachname"
+- id: whitepaper_email
+ translation: "E-Mail-Adresse"
+- id: whitepaper_company
+ translation: "Unternehmen / Organisation"
+- id: whitepaper_submit
+ translation: "Download"
+- id: whitepaper_success_title
+ translation: "Vielen Dank!"
+- id: whitepaper_success_message
+ translation: "Wir haben dir den Download-Link per E-Mail geschickt."
+- id: whitepaper_contact_title
+ translation: "Fragen zu unseren Whitepapern?"
+- id: whitepaper_contact_description
+ translation: "Du möchtest tiefer in ein Thema einsteigen oder besprechen, was es für deine Organisation bedeutet? Unser Team hilft gerne weiter."
+- id: whitepaper_contact_button
+ translation: "Kontakt aufnehmen"
+- id: whitepaper_more
+ translation: "Weitere Whitepaper"
+
# Sale
- id: nav_promotion
translation: ":sunny: Summer Sale: 50 %* Rabatt auf Cryptomator – Bis zum 07. Juli! Mehr erfahren →"
diff --git a/i18n/en.yaml b/i18n/en.yaml
index 6cadc450e..b38d60786 100644
--- a/i18n/en.yaml
+++ b/i18n/en.yaml
@@ -1449,7 +1449,7 @@
translation: "You're registered!"
- id: webinar_success_message
translation: "Thank you for registering. You will receive a confirmation email with the webinar details shortly."
-- id: webinar_success_inbox_hint
+- id: success_inbox_hint
translation: "Please also check your spam folder."
- id: webinar_details_title
translation: "Webinar Details"
@@ -1474,6 +1474,32 @@
- id: webinar_none_newsletter_instruction
translation: "Subscribe to our Hub mailing list and we'll let you know as soon as the next webinar is scheduled."
+# Whitepaper
+- id: whitepaper_eyebrow
+ translation: "Whitepaper"
+- id: whitepaper_first_name
+ translation: "First Name"
+- id: whitepaper_last_name
+ translation: "Last Name"
+- id: whitepaper_email
+ translation: "Email Address"
+- id: whitepaper_company
+ translation: "Company / Organization"
+- id: whitepaper_submit
+ translation: "Download"
+- id: whitepaper_success_title
+ translation: "Thank You!"
+- id: whitepaper_success_message
+ translation: "We've sent the download link to your email address."
+- id: whitepaper_contact_title
+ translation: "Questions About Our Whitepapers?"
+- id: whitepaper_contact_description
+ translation: "Want to dive deeper into a topic or discuss how it applies to your organization? Our team is happy to help."
+- id: whitepaper_contact_button
+ translation: "Contact Us"
+- id: whitepaper_more
+ translation: "More Whitepapers"
+
# Sale
- id: nav_promotion
translation: ":sunny: Summer Sale: 50%* Off Cryptomator – Until July 7! Learn More →"
diff --git a/layouts/partials/whitepaper-cover.html b/layouts/partials/whitepaper-cover.html
new file mode 100644
index 000000000..462bb034b
--- /dev/null
+++ b/layouts/partials/whitepaper-cover.html
@@ -0,0 +1,18 @@
+{{/* Proportional cover: all sizes derive from the container width (cqw), so
+ small teaser covers render as exact scale-downs of the large hero cover. */}}
+
+
+
+
+
+
+
+ CRYPTOMATOR
+
+
+ {{ i18n "whitepaper_eyebrow" }}
+
+
{{ .page.Title }}
+
cryptomator.org
+
+
diff --git a/layouts/partials/whitepaper-grid.html b/layouts/partials/whitepaper-grid.html
new file mode 100644
index 000000000..ef9184013
--- /dev/null
+++ b/layouts/partials/whitepaper-grid.html
@@ -0,0 +1,35 @@
+
+
+ {{ range .page.Pages.ByWeight }}
+
+ {{ if .Params.comingsoon }}
+
+{{ end }}
+{{ define "script" }}
+ {{ if .Params.comingsoon }}
+ {{ else if hugo.IsDevelopment }}
+ {{ $apiFormJs := resources.Get "js/apiform.js" }}
+
+ {{ $altchaJs := resources.Get "js/altcha/altcha.js" }}
+
+ {{ $altchaWorkerJs := resources.Get "js/altcha/worker.js" }}
+
+ {{ else }}
+ {{ $apiFormJs := resources.Get "js/apiform.js" | minify | fingerprint }}
+
+ {{ $altchaJs := resources.Get "js/altcha/altcha.js" }}
+
+ {{ $altchaWorkerJs := resources.Get "js/altcha/worker.js" }}
+
+ {{ end }}
+{{ end }}
From fe5922bf96c2895121f73703822347467e2def9f Mon Sep 17 00:00:00 2001
From: Julian Raufelder
Date: Tue, 15 Sep 2026 15:16:04 +0200
Subject: [PATCH 2/2] Enhance White Paper handling
---
config/_default/params.yaml | 4 ++
content/white-paper/_index.de.html | 5 +++
content/white-paper/_index.en.html | 5 +++
...gdpr-compliant-cloud-collaboration.de.html | 6 +--
...gdpr-compliant-cloud-collaboration.en.html | 6 +--
.../zero-knowledge-cloud-encryption.de.html | 6 +--
.../zero-knowledge-cloud-encryption.en.html | 6 +--
content/whitepaper/_index.de.html | 5 ---
content/whitepaper/_index.en.html | 5 ---
data/nav.yaml | 2 +-
i18n/de.yaml | 32 ++++++++--------
i18n/en.yaml | 32 ++++++++--------
...aper-cover.html => white-paper-cover.html} | 2 +-
layouts/partials/white-paper-grid.html | 17 +++++++++
layouts/partials/whitepaper-grid.html | 35 ------------------
layouts/{whitepaper => white-paper}/list.html | 8 ++--
.../{whitepaper => white-paper}/single.html | 37 ++++++++-----------
17 files changed, 93 insertions(+), 120 deletions(-)
create mode 100644 content/white-paper/_index.de.html
create mode 100644 content/white-paper/_index.en.html
rename content/{whitepaper => white-paper}/gdpr-compliant-cloud-collaboration.de.html (56%)
rename content/{whitepaper => white-paper}/gdpr-compliant-cloud-collaboration.en.html (54%)
rename content/{whitepaper => white-paper}/zero-knowledge-cloud-encryption.de.html (59%)
rename content/{whitepaper => white-paper}/zero-knowledge-cloud-encryption.en.html (57%)
delete mode 100644 content/whitepaper/_index.de.html
delete mode 100644 content/whitepaper/_index.en.html
rename layouts/partials/{whitepaper-cover.html => white-paper-cover.html} (96%)
create mode 100644 layouts/partials/white-paper-grid.html
delete mode 100644 layouts/partials/whitepaper-grid.html
rename layouts/{whitepaper => white-paper}/list.html (68%)
rename layouts/{whitepaper => white-paper}/single.html (78%)
diff --git a/config/_default/params.yaml b/config/_default/params.yaml
index 846d5fbdc..b3f681f79 100644
--- a/config/_default/params.yaml
+++ b/config/_default/params.yaml
@@ -17,6 +17,10 @@ webinar:
- /paddle-checkout/
- /hub/billing/
+whitePaperIds:
+ zero-knowledge-cloud-encryption: 6a6c7f263c8baba47
+ gdpr-compliant-cloud-collaboration: 6aa9482509159afdb
+
salePromotion:
banner:
enabled: false
diff --git a/content/white-paper/_index.de.html b/content/white-paper/_index.de.html
new file mode 100644
index 000000000..780cb7418
--- /dev/null
+++ b/content/white-paper/_index.de.html
@@ -0,0 +1,5 @@
+---
+title: "White Paper"
+type: "white-paper"
+description: "Ausführliche White Papers zu Zero-Knowledge-Verschlüsselung, DSGVO-konformer Zusammenarbeit und der Kontrolle über deine Daten in der Cloud."
+---
diff --git a/content/white-paper/_index.en.html b/content/white-paper/_index.en.html
new file mode 100644
index 000000000..30d0f2872
--- /dev/null
+++ b/content/white-paper/_index.en.html
@@ -0,0 +1,5 @@
+---
+title: "White Papers"
+type: "white-paper"
+description: "In-depth white papers on zero-knowledge encryption, GDPR-compliant collaboration, and how organizations keep control of their data in the cloud."
+---
diff --git a/content/whitepaper/gdpr-compliant-cloud-collaboration.de.html b/content/white-paper/gdpr-compliant-cloud-collaboration.de.html
similarity index 56%
rename from content/whitepaper/gdpr-compliant-cloud-collaboration.de.html
rename to content/white-paper/gdpr-compliant-cloud-collaboration.de.html
index c9c2eb8c0..d69c55200 100644
--- a/content/whitepaper/gdpr-compliant-cloud-collaboration.de.html
+++ b/content/white-paper/gdpr-compliant-cloud-collaboration.de.html
@@ -1,12 +1,10 @@
---
title: "DSGVO-konforme Cloud-Zusammenarbeit"
-type: "whitepaper"
+type: "white-paper"
description: "Ein praktischer Leitfaden für die Zusammenarbeit in der Cloud unter Einhaltung der DSGVO: Verschlüsselung, Zugriffskontrolle und Nachvollziehbarkeit."
cardtitle: "DSGVO-konforme Cloud-Zusammenarbeit"
cardtext: "Wie Organisationen sensible Dateien in der Cloud teilen, ohne Datenschutzrecht zu verletzen: von rechtlichen Grundlagen bis zu technischen Maßnahmen."
-comingsoon: false
weight: 20
-espoId: "" # ID of the CWhitepaper record in EspoCRM
-abstract: "Dieses Whitepaper zeigt, welche DSGVO-Pflichten gelten, wenn Teams in der Cloud mit personenbezogenen Daten arbeiten, und wie Ende-zu-Ende-Verschlüsselung und granulare Zugriffskontrolle Compliance-Anforderungen in gelebte Praxis übersetzen."
+abstract: "Dieses White Paper zeigt, welche DSGVO-Pflichten gelten, wenn Teams in der Cloud mit personenbezogenen Daten arbeiten, und wie Ende-zu-Ende-Verschlüsselung und granulare Zugriffskontrolle Compliance-Anforderungen in gelebte Praxis übersetzen."
---
diff --git a/content/whitepaper/gdpr-compliant-cloud-collaboration.en.html b/content/white-paper/gdpr-compliant-cloud-collaboration.en.html
similarity index 54%
rename from content/whitepaper/gdpr-compliant-cloud-collaboration.en.html
rename to content/white-paper/gdpr-compliant-cloud-collaboration.en.html
index e34293051..09d69b36a 100644
--- a/content/whitepaper/gdpr-compliant-cloud-collaboration.en.html
+++ b/content/white-paper/gdpr-compliant-cloud-collaboration.en.html
@@ -1,12 +1,10 @@
---
title: "GDPR-Compliant Cloud Collaboration"
-type: "whitepaper"
+type: "white-paper"
description: "A practical guide to collaborating in the cloud while meeting GDPR requirements: encryption, access control, and audit trails."
cardtitle: "GDPR-Compliant Cloud Collaboration"
cardtext: "How organizations share sensitive files in the cloud without violating data protection law, from legal basics to technical safeguards."
-comingsoon: false
weight: 20
-espoId: "" # ID of the CWhitepaper record in EspoCRM
-abstract: "This whitepaper walks through the GDPR obligations that apply when teams collaborate on personal data in the cloud, and shows how end-to-end encryption and granular access control turn compliance requirements into everyday practice."
+abstract: "This white paper walks through the GDPR obligations that apply when teams collaborate on personal data in the cloud, and shows how end-to-end encryption and granular access control turn compliance requirements into everyday practice."
---
diff --git a/content/whitepaper/zero-knowledge-cloud-encryption.de.html b/content/white-paper/zero-knowledge-cloud-encryption.de.html
similarity index 59%
rename from content/whitepaper/zero-knowledge-cloud-encryption.de.html
rename to content/white-paper/zero-knowledge-cloud-encryption.de.html
index 07ba86324..3a86a988c 100644
--- a/content/whitepaper/zero-knowledge-cloud-encryption.de.html
+++ b/content/white-paper/zero-knowledge-cloud-encryption.de.html
@@ -1,12 +1,10 @@
---
title: "Zero-Knowledge-Verschlüsselung in der Cloud"
-type: "whitepaper"
+type: "white-paper"
description: "Erfahre, wie Zero-Knowledge-Ende-zu-Ende-Verschlüsselung die Cloud-Daten deiner Organisation schützt, selbst vor deinem Cloud-Anbieter."
cardtitle: "Zero-Knowledge-Verschlüsselung in der Cloud"
cardtext: "Warum clientseitige Verschlüsselung der einzige Weg ist, die Kontrolle über deine Daten in der Cloud zu behalten: Architektur, Bedrohungsmodell und praktische Einführung."
-comingsoon: false
weight: 10
-espoId: "" # ID of the CWhitepaper record in EspoCRM
-abstract: "Dieses Whitepaper erklärt die Architektur hinter Zero-Knowledge-Verschlüsselung, vergleicht sie mit serverseitigen Alternativen und zeigt, wie Organisationen sie einführen, ohne bestehende Arbeitsabläufe zu stören."
+abstract: "Dieses White Paper erklärt die Architektur hinter Zero-Knowledge-Verschlüsselung, vergleicht sie mit serverseitigen Alternativen und zeigt, wie Organisationen sie einführen, ohne bestehende Arbeitsabläufe zu stören."
---
diff --git a/content/whitepaper/zero-knowledge-cloud-encryption.en.html b/content/white-paper/zero-knowledge-cloud-encryption.en.html
similarity index 57%
rename from content/whitepaper/zero-knowledge-cloud-encryption.en.html
rename to content/white-paper/zero-knowledge-cloud-encryption.en.html
index 6d0a986d3..a58611743 100644
--- a/content/whitepaper/zero-knowledge-cloud-encryption.en.html
+++ b/content/white-paper/zero-knowledge-cloud-encryption.en.html
@@ -1,12 +1,10 @@
---
title: "Zero-Knowledge Encryption in the Cloud"
-type: "whitepaper"
+type: "white-paper"
description: "Learn how zero-knowledge, end-to-end encryption protects your organization's cloud data, even from your cloud provider."
cardtitle: "Zero-Knowledge Encryption in the Cloud"
cardtext: "Why client-side encryption is the only way to keep control of your data in the cloud: architecture, threat model, and practical rollout."
-comingsoon: false
weight: 10
-espoId: "" # ID of the CWhitepaper record in EspoCRM
-abstract: "This whitepaper explains the architecture behind zero-knowledge encryption, compares it to server-side alternatives, and shows how organizations roll it out without disrupting existing workflows."
+abstract: "This white paper explains the architecture behind zero-knowledge encryption, compares it to server-side alternatives, and shows how organizations roll it out without disrupting existing workflows."
---
diff --git a/content/whitepaper/_index.de.html b/content/whitepaper/_index.de.html
deleted file mode 100644
index b03c725f7..000000000
--- a/content/whitepaper/_index.de.html
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: "Whitepaper"
-type: "whitepaper"
-description: "Ausführliche Whitepaper zu Zero-Knowledge-Verschlüsselung, DSGVO-konformer Zusammenarbeit und der Kontrolle über deine Daten in der Cloud."
----
diff --git a/content/whitepaper/_index.en.html b/content/whitepaper/_index.en.html
deleted file mode 100644
index 157c21232..000000000
--- a/content/whitepaper/_index.en.html
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: "Whitepapers"
-type: "whitepaper"
-description: "In-depth whitepapers on zero-knowledge encryption, GDPR-compliant collaboration, and how organizations keep control of their data in the cloud."
----
diff --git a/data/nav.yaml b/data/nav.yaml
index 1a4fba388..6e929d469 100644
--- a/data/nav.yaml
+++ b/data/nav.yaml
@@ -20,7 +20,7 @@
- Path: "/guides"
- Path: "/comparisons"
- Path: "/compliance"
- - Path: "/whitepaper"
+ - Path: "/white-paper"
- Separator: true
- Path: "/success-stories"
- Path: "/coop"
diff --git a/i18n/de.yaml b/i18n/de.yaml
index bdbe92cf7..793aa7e99 100644
--- a/i18n/de.yaml
+++ b/i18n/de.yaml
@@ -1581,31 +1581,31 @@
- id: webinar_none_newsletter_instruction
translation: "Abonniere unseren Hub-Newsletter und wir informieren dich, sobald das nächste Webinar feststeht."
-# Whitepaper
-- id: whitepaper_eyebrow
- translation: "Whitepaper"
-- id: whitepaper_first_name
+# White Paper
+- id: white_paper_eyebrow
+ translation: "White Paper"
+- id: white_paper_first_name
translation: "Vorname"
-- id: whitepaper_last_name
+- id: white_paper_last_name
translation: "Nachname"
-- id: whitepaper_email
+- id: white_paper_email
translation: "E-Mail-Adresse"
-- id: whitepaper_company
+- id: white_paper_company
translation: "Unternehmen / Organisation"
-- id: whitepaper_submit
+- id: white_paper_submit
translation: "Download"
-- id: whitepaper_success_title
+- id: white_paper_success_title
translation: "Vielen Dank!"
-- id: whitepaper_success_message
+- id: white_paper_success_message
translation: "Wir haben dir den Download-Link per E-Mail geschickt."
-- id: whitepaper_contact_title
- translation: "Fragen zu unseren Whitepapern?"
-- id: whitepaper_contact_description
+- id: white_paper_contact_title
+ translation: "Fragen zu unseren White Papers?"
+- id: white_paper_contact_description
translation: "Du möchtest tiefer in ein Thema einsteigen oder besprechen, was es für deine Organisation bedeutet? Unser Team hilft gerne weiter."
-- id: whitepaper_contact_button
+- id: white_paper_contact_button
translation: "Kontakt aufnehmen"
-- id: whitepaper_more
- translation: "Weitere Whitepaper"
+- id: white_paper_more
+ translation: "Weitere White Papers"
# Sale
- id: nav_promotion
diff --git a/i18n/en.yaml b/i18n/en.yaml
index fd502d11b..8a4256b87 100644
--- a/i18n/en.yaml
+++ b/i18n/en.yaml
@@ -1582,31 +1582,31 @@
- id: webinar_none_newsletter_instruction
translation: "Subscribe to our Hub mailing list and we'll let you know as soon as the next webinar is scheduled."
-# Whitepaper
-- id: whitepaper_eyebrow
- translation: "Whitepaper"
-- id: whitepaper_first_name
+# White Paper
+- id: white_paper_eyebrow
+ translation: "White Paper"
+- id: white_paper_first_name
translation: "First Name"
-- id: whitepaper_last_name
+- id: white_paper_last_name
translation: "Last Name"
-- id: whitepaper_email
+- id: white_paper_email
translation: "Email Address"
-- id: whitepaper_company
+- id: white_paper_company
translation: "Company / Organization"
-- id: whitepaper_submit
+- id: white_paper_submit
translation: "Download"
-- id: whitepaper_success_title
+- id: white_paper_success_title
translation: "Thank You!"
-- id: whitepaper_success_message
+- id: white_paper_success_message
translation: "We've sent the download link to your email address."
-- id: whitepaper_contact_title
- translation: "Questions About Our Whitepapers?"
-- id: whitepaper_contact_description
+- id: white_paper_contact_title
+ translation: "Questions About Our White Papers?"
+- id: white_paper_contact_description
translation: "Want to dive deeper into a topic or discuss how it applies to your organization? Our team is happy to help."
-- id: whitepaper_contact_button
+- id: white_paper_contact_button
translation: "Contact Us"
-- id: whitepaper_more
- translation: "More Whitepapers"
+- id: white_paper_more
+ translation: "More White Papers"
# Sale
- id: nav_promotion
diff --git a/layouts/partials/whitepaper-cover.html b/layouts/partials/white-paper-cover.html
similarity index 96%
rename from layouts/partials/whitepaper-cover.html
rename to layouts/partials/white-paper-cover.html
index 462bb034b..edb764dfb 100644
--- a/layouts/partials/whitepaper-cover.html
+++ b/layouts/partials/white-paper-cover.html
@@ -10,7 +10,7 @@
CRYPTOMATOR