Skip to content

Commit 4acd4c0

Browse files
committed
Add deployment options section to for-teams page
1 parent d9842be commit 4acd4c0

File tree

4 files changed

+137
-11
lines changed

4 files changed

+137
-11
lines changed

i18n/de.yaml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,8 @@
385385
translation: "Live-Demo buchen"
386386
- id: hub_header_contact_cta
387387
translation: "Vertrieb kontaktieren"
388+
- id: hub_header_deployment_link
389+
translation: "Bereit, mit Cryptomator Hub zu starten?"
388390
- id: hub_header_group_magic_alt
389391
translation: "Cryptobot verbindet eine Gruppe von Menschen mit seinen magischen Fähigkeiten durch Zero-Knowledge-Verschlüsselung"
390392

@@ -448,6 +450,25 @@
448450
- id: hub_pricing_button
449451
translation: "Preisgestaltung anzeigen"
450452

453+
- id: hub_deployment_title
454+
translation: "Bereit, mit Cryptomator Hub zu starten?"
455+
- id: hub_deployment_managed_subtitle
456+
translation: "Von Skymatic gehostet und gewartet"
457+
- id: hub_deployment_managed_benefit_1
458+
translation: "Keine Infrastruktur-Einrichtung erforderlich"
459+
- id: hub_deployment_managed_benefit_2
460+
translation: "Automatische Updates und Wartung"
461+
- id: hub_deployment_managed_benefit_3
462+
translation: "ISO/IEC 27001 zertifiziertes Rechenzentrum in der EU"
463+
- id: hub_deployment_self_hosted_subtitle
464+
translation: "Volle Kontrolle über deine Infrastruktur"
465+
- id: hub_deployment_self_hosted_benefit_1
466+
translation: "Bereitstellung auf eigenen Servern oder in der Cloud"
467+
- id: hub_deployment_self_hosted_benefit_2
468+
translation: "Flexible Integration in bestehende Systeme"
469+
- id: hub_deployment_self_hosted_benefit_3
470+
translation: "Vollständige Datenhoheit"
471+
451472
- id: hub_contact_us_title
452473
translation: "Weitere Fragen?"
453474
- id: hub_contact_us_description
@@ -897,7 +918,7 @@
897918
- id: pricing_hub_managed_title
898919
translation: "Managed"
899920
- id: pricing_hub_managed_cta
900-
translation: "Jetzt loslegen"
921+
translation: "Jetzt anmelden"
901922

902923
- id: pricing_hub_community_title
903924
translation: "Community"

i18n/en.yaml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,8 @@
385385
translation: "Book a Live Demo"
386386
- id: hub_header_contact_cta
387387
translation: "Contact Sales"
388+
- id: hub_header_deployment_link
389+
translation: "Ready to get started with Cryptomator Hub?"
388390
- id: hub_header_group_magic_alt
389391
translation: "Cryptobot connects a group of people with its magical abilities through zero-knowledge encryption"
390392

@@ -448,6 +450,25 @@
448450
- id: hub_pricing_button
449451
translation: "View Pricing Plans"
450452

453+
- id: hub_deployment_title
454+
translation: "Ready to Get Started with Cryptomator Hub?"
455+
- id: hub_deployment_managed_subtitle
456+
translation: "Hosted and maintained by Skymatic"
457+
- id: hub_deployment_managed_benefit_1
458+
translation: "No infrastructure setup required"
459+
- id: hub_deployment_managed_benefit_2
460+
translation: "Automatic updates and maintenance"
461+
- id: hub_deployment_managed_benefit_3
462+
translation: "ISO/IEC 27001 certified data center in the EU"
463+
- id: hub_deployment_self_hosted_subtitle
464+
translation: "Full control over your infrastructure"
465+
- id: hub_deployment_self_hosted_benefit_1
466+
translation: "Deploy on your own servers or cloud"
467+
- id: hub_deployment_self_hosted_benefit_2
468+
translation: "Flexible integration with existing systems"
469+
- id: hub_deployment_self_hosted_benefit_3
470+
translation: "Complete data sovereignty"
471+
451472
- id: hub_contact_us_title
452473
translation: "More questions?"
453474
- id: hub_contact_us_description
@@ -897,7 +918,7 @@
897918
- id: pricing_hub_managed_title
898919
translation: "Managed"
899920
- id: pricing_hub_managed_cta
900-
translation: "Get Started"
921+
translation: "Sign Up Now"
901922

902923
- id: pricing_hub_community_title
903924
translation: "Community"

layouts/for-teams/single.html

Lines changed: 91 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
<h1 class="font-h1 mb-6">{{ i18n "hub_header_title" . | safeHTML }}</h1>
1919
<p class="lead mb-6">{{ i18n "hub_header_description" . | safeHTML }}</p>
2020
<div class="flex flex-col md:flex-row gap-6 mb-4">
21-
<div class="flex flex-col gap-2">
22-
<a href="{{ .Site.LanguagePrefix }}/book-a-demo/" role="button" class="btn btn-primary text-lg w-full md:w-64" data-umami-event="hub-header-demo-cta">{{ i18n "hub_header_demo_cta" . }}</a>
23-
</div>
24-
<div class="flex flex-col gap-2">
25-
<a href="{{ .Site.LanguagePrefix }}/contact-sales/" role="button" class="btn btn-outline-primary text-lg w-full md:w-64" data-umami-event="hub-header-contact-cta">{{ i18n "hub_header_contact_cta" . }}</a>
26-
</div>
21+
<a href="{{ .Site.LanguagePrefix }}/book-a-demo/" role="button" class="btn btn-primary text-lg w-full md:w-64" data-umami-event="hub-header-demo-cta">{{ i18n "hub_header_demo_cta" . }}</a>
22+
<a href="{{ .Site.LanguagePrefix }}/contact-sales/" role="button" class="btn btn-outline-primary text-lg w-full md:w-64" data-umami-event="hub-header-contact-cta">{{ i18n "hub_header_contact_cta" . }}</a>
2723
</div>
28-
<p class="font-p">{{ i18n "hub_header_cta_description" . | safeHTML }}</p>
24+
<p class="font-p">
25+
<a href="#deployment" class="text-gray-700 hover:text-gray-900" data-umami-event="hub-header-deployment-link">
26+
<i class="fa-solid fa-arrow-down"></i> {{ i18n "hub_header_deployment_link" . }}
27+
</a>
28+
</p>
2929
</div>
3030
</header>
3131
</section>
@@ -148,6 +148,90 @@ <h2 id="pricing-plans" class="font-h2 mb-4">{{ i18n "hub_pricing_title" . }}</h2
148148
</div>
149149
</section>
150150

151+
<section class="container pt-12 pb-24">
152+
<h2 id="deployment" class="text-center font-h2 mb-4">{{ i18n "hub_deployment_title" . }}</h2>
153+
154+
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
155+
<div class="flex flex-col white-box">
156+
<div class="flex justify-between items-center p-4 border-b border-primary">
157+
<h3>
158+
<div class="flex items-center">
159+
<img src="/img/logo.svg" class="hidden md:block h-8 mr-2 aspect-1110/942" alt="Logo"/>
160+
<span class="font-headline font-bold text-primary pb-px">CRYPTOMATOR HUB</span>
161+
</div>
162+
</h3>
163+
<div class="inline-flex items-center gap-x-1.5 px-4 py-1 rounded-full text-xs lg:text-sm font-medium tracking-wide uppercase bg-primary-l2 text-dark">
164+
<i class="fa-solid fa-cloud"></i>
165+
{{ i18n "pricing_hub_managed_title" . }}
166+
</div>
167+
</div>
168+
<div class="flex flex-col justify-between h-full gap-8 px-4 py-8">
169+
<div class="flex flex-col gap-4">
170+
<h4 class="font-medium lg:text-lg leading-relaxed">
171+
{{ i18n "hub_deployment_managed_subtitle" . }}
172+
</h4>
173+
<ul role="list" class="fa-ul text-sm lg:text-base ml-7 lg:ml-8 space-y-4">
174+
<li>
175+
<span class="fa-li"><i class="fa-solid fa-check text-primary"></i></span>
176+
<span>{{ i18n "hub_deployment_managed_benefit_1" . }}</span>
177+
</li>
178+
<li>
179+
<span class="fa-li"><i class="fa-solid fa-check text-primary"></i></span>
180+
<span>{{ i18n "hub_deployment_managed_benefit_2" . }}</span>
181+
</li>
182+
<li>
183+
<span class="fa-li"><i class="fa-solid fa-check text-primary"></i></span>
184+
<span>{{ i18n "hub_deployment_managed_benefit_3" . }}</span>
185+
</li>
186+
</ul>
187+
</div>
188+
<a href="{{ .Site.LanguagePrefix }}/hub/managed/" role="button" class="btn btn-primary w-full lg:w-96" data-umami-event="hub-deployment-managed-cta">
189+
{{ i18n "pricing_hub_managed_cta" . }}
190+
</a>
191+
</div>
192+
</div>
193+
194+
<div class="flex flex-col white-box">
195+
<div class="flex justify-between items-center p-4 border-b border-primary">
196+
<h3>
197+
<div class="flex items-center">
198+
<img src="/img/logo.svg" class="hidden md:block h-8 mr-2 aspect-1110/942" alt="Logo"/>
199+
<span class="font-headline font-bold text-primary pb-px">CRYPTOMATOR HUB</span>
200+
</div>
201+
</h3>
202+
<div class="inline-flex items-center gap-x-1.5 px-4 py-1 rounded-full text-xs lg:text-sm font-medium tracking-wide uppercase bg-primary-l2 text-dark">
203+
<i class="fa-solid fa-server"></i>
204+
{{ i18n "pricing_hub_self_hosted_title" . }}
205+
</div>
206+
</div>
207+
<div class="flex flex-col justify-between h-full gap-8 px-4 py-8">
208+
<div class="flex flex-col gap-4">
209+
<h4 class="font-medium lg:text-lg leading-relaxed">
210+
{{ i18n "hub_deployment_self_hosted_subtitle" . }}
211+
</h4>
212+
<ul role="list" class="fa-ul text-sm lg:text-base ml-7 lg:ml-8 space-y-4">
213+
<li>
214+
<span class="fa-li"><i class="fa-solid fa-check text-primary"></i></span>
215+
<span>{{ i18n "hub_deployment_self_hosted_benefit_1" . }}</span>
216+
</li>
217+
<li>
218+
<span class="fa-li"><i class="fa-solid fa-check text-primary"></i></span>
219+
<span>{{ i18n "hub_deployment_self_hosted_benefit_2" . }}</span>
220+
</li>
221+
<li>
222+
<span class="fa-li"><i class="fa-solid fa-check text-primary"></i></span>
223+
<span>{{ i18n "hub_deployment_self_hosted_benefit_3" . }}</span>
224+
</li>
225+
</ul>
226+
</div>
227+
<a href="{{ .Site.LanguagePrefix }}/hub/self-hosted/" role="button" class="btn btn-primary w-full lg:w-96" data-umami-event="hub-deployment-self-hosted-cta">
228+
{{ i18n "pricing_hub_self_hosted_cta" . }}
229+
</a>
230+
</div>
231+
</div>
232+
</div>
233+
</section>
234+
151235
<section class="container py-12">
152236
<header class="text-center">
153237
<h2 id="faq" class="font-h2 mb-4">{{ i18n "faq_title" . }}</h2>

layouts/pricing/single.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ <h3 class="inline-flex px-4 py-1 rounded-full text-xs lg:text-sm font-medium tra
286286
</span>
287287
</div>
288288
<div x-show="infrastructure === 'managed'">
289-
<p class="flex items-baseline gap-2 mt-2">
289+
<p class="flex items-baseline gap-2">
290290
<span x-text="data.managedMonthlyPrice ? data.managedMonthlyPrice.amount.toLocaleString('{{ .Site.Language.Lang }}', { style: 'currency', currency: data.managedMonthlyPrice.currency }) : '…'" class="font-bold text-2xl md:text-3xl lg:text-4xl leading-relaxed"></span>
291291
<span class="text-xs md:text-sm lg:text-base text-gray-700">
292292
{{ i18n "pricing_vat_excluded" . }}
@@ -300,7 +300,7 @@ <h3 class="inline-flex px-4 py-1 rounded-full text-xs lg:text-sm font-medium tra
300300
</a>
301301
</div>
302302
<div x-show="infrastructure === 'self-hosted'">
303-
<p class="flex items-baseline gap-2 mt-2">
303+
<p class="flex items-baseline gap-2">
304304
<span x-text="data.selfHostedMonthlyPrice ? data.selfHostedMonthlyPrice.amount.toLocaleString('{{ .Site.Language.Lang }}', { style: 'currency', currency: data.selfHostedMonthlyPrice.currency }) : '…'" class="font-bold text-2xl md:text-3xl lg:text-4xl leading-relaxed"></span>
305305
<span class="text-xs md:text-sm lg:text-base text-gray-700">
306306
{{ i18n "pricing_vat_excluded" . }}

0 commit comments

Comments
 (0)