Skip to content

Commit 69d6f34

Browse files
committed
Add Hub 1.5.0 Early Access pill to for-teams page and normalize hero min-height
1 parent 30cc3f8 commit 69d6f34

4 files changed

Lines changed: 18 additions & 4 deletions

File tree

i18n/de.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
- id: accept_hub_newsletter_optional
3636
translation: "Ich bin damit einverstanden, Neuigkeiten von Cryptomator Hub per E-Mail zu erhalten (optional)."
3737
- id: accept_hub_managed_early_access_optional
38-
translation: "<span class=\"inline-flex px-2 py-0.5 rounded-full text-xs font-medium uppercase bg-primary-l2 text-dark\">BETA</span> <a class=\"text-link\" href=\"https://docs.cryptomator.org/hub/early-access/\" target=\"_blank\">Early Access von Cryptomator Hub 1.5.0</a> mit brandneuen Features und einer verlängerten 100-Tage-Testphase testen (optional)."
38+
translation: "<span class=\"inline-flex px-2 py-0.5 rounded-full text-xs font-medium uppercase bg-primary-l2 text-dark\">BETA</span> <a class=\"text-link\" href=\"https://docs.cryptomator.org/hub/early-access/\" target=\"_blank\">Early Access von Cryptomator Hub 1.5.0</a> mit brandneuen Features und einer verlängerten kostenlosen 100-Tage-Testphase testen (optional)."
3939
- id: accept_privacy
4040
translation: "Ich akzeptiere die <a class=\"text-link\" href=\"/de/privacy/\">Datenschutzerklärung</a>."
4141
- id: accept_privacy_implicitly
@@ -386,6 +386,10 @@
386386
translation: "Jetzt anmelden"
387387
- id: hub_header_managed_cta_description
388388
translation: "Startet eure kostenlose 30-Tage-Testversion noch heute, keine Kreditkarte erforderlich."
389+
- id: hub_header_kicker_early_access
390+
translation: "Hub 1.5.0 Early Access*"
391+
- id: hub_header_early_access_note
392+
translation: "<a class=\"text-link\" href=\"https://docs.cryptomator.org/hub/early-access/\" target=\"_blank\">Early Access</a> beinhaltet brandneue Features und eine verlängerte kostenlose 100-Tage-Testphase."
389393
- id: hub_header_group_magic_alt
390394
translation: "Cryptobot verbindet eine Gruppe von Menschen mit seinen magischen Fähigkeiten durch Zero-Knowledge-Verschlüsselung"
391395

i18n/en.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
- id: accept_hub_newsletter_optional
3636
translation: "I agree to get updates from Cryptomator Hub via email (optional)."
3737
- id: accept_hub_managed_early_access_optional
38-
translation: "<span class=\"inline-flex px-2 py-0.5 rounded-full text-xs font-medium uppercase bg-primary-l2 text-dark\">BETA</span> Try out <a class=\"text-link\" href=\"https://docs.cryptomator.org/hub/early-access/\" target=\"_blank\">early access of Cryptomator Hub 1.5.0</a> with brand new features and an extended 100-day trial (optional)."
38+
translation: "<span class=\"inline-flex px-2 py-0.5 rounded-full text-xs font-medium uppercase bg-primary-l2 text-dark\">BETA</span> Try out <a class=\"text-link\" href=\"https://docs.cryptomator.org/hub/early-access/\" target=\"_blank\">early access of Cryptomator Hub 1.5.0</a> with brand new features and an extended 100-day free trial (optional)."
3939
- id: accept_privacy
4040
translation: "I accept the <a class=\"text-link\" href=\"/privacy/\" target=\"_blank\">Privacy Policy</a>."
4141
- id: accept_privacy_implicitly
@@ -386,6 +386,10 @@
386386
translation: "Sign Up Now"
387387
- id: hub_header_managed_cta_description
388388
translation: "Start your free 30-day trial today, no credit card required."
389+
- id: hub_header_kicker_early_access
390+
translation: "Hub 1.5.0 Early Access*"
391+
- id: hub_header_early_access_note
392+
translation: "<a class=\"text-link\" href=\"https://docs.cryptomator.org/hub/early-access/\" target=\"_blank\">Early access</a> includes brand new features and an extended 100-day free trial."
389393
- id: hub_header_group_magic_alt
390394
translation: "Cryptobot connects a group of people with its magical abilities through zero-knowledge encryption"
391395

layouts/for-teams/single.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{{ partial "altcha-css.html" . }}
55
{{ end }}
66
{{ define "main" }}
7-
<section class="flex items-center min-h-[66vh]">
7+
<section class="flex items-center md:min-h-[66vh]">
88
<header class="container flex items-center py-12 md:py-16 lg:py-20">
99
<div class="hidden pr-6 md:block md:w-1/3 lg:w-2/5">
1010
<img data-src="/img/hub/group-magic.png" class="lazyload object-scale-down mx-auto lg:w-3/4" alt="{{ i18n "hub_header_group_magic_alt" . }}"/>
@@ -15,13 +15,19 @@
1515
<img src="/img/logo.svg" class="h-8 aspect-1110/942" alt="Logo"/>
1616
<span class="font-headline font-bold text-primary ml-2 pb-px">CRYPTOMATOR HUB</span>
1717
</div>
18+
<div class="px-4 py-1 rounded-full text-xs lg:text-sm font-medium bg-red-600 text-white">
19+
{{ i18n "hub_header_kicker_early_access" . }}
20+
</div>
1821
</div>
1922
<h1 class="font-h1 mb-6">{{ i18n "hub_header_title" . | safeHTML }}</h1>
2023
<p class="lead mb-6">{{ i18n "hub_header_description" . | safeHTML }}</p>
2124
<div class="flex flex-col md:flex-row gap-6 mb-4">
2225
<a href="{{ .Site.LanguagePrefix }}/hub/managed/" role="button" class="btn btn-primary text-lg w-full md:w-64" data-umami-event="hub-header-managed-cta">{{ i18n "hub_header_managed_cta" . }}</a>
2326
</div>
2427
<p class="font-p">{{ i18n "hub_header_managed_cta_description" . | safeHTML }}</p>
28+
<p class="text-sm mt-6">
29+
* {{ i18n "hub_header_early_access_note" . | safeHTML }}
30+
</p>
2531
</div>
2632
</header>
2733
</section>

layouts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
{{ end }}
1414
{{ define "main" }}
1515
{{- $homeHeroPadding := cond (.Scratch.Get "anniversaryBannerActive") "pt-28 md:pt-0" "" -}}
16-
<section class="flex items-center header-bg bg-dark bg-center min-h-[66vh] bg-repeat-x {{ $homeHeroPadding }}">
16+
<section class="flex items-center header-bg bg-dark bg-center md:min-h-[66vh] bg-repeat-x {{ $homeHeroPadding }}">
1717
<header class="container flex items-center text-white py-24 md:py-48 lg:py-64">
1818
<div class="hidden pr-6 md:block md:w-1/3 lg:w-2/5">
1919
<img data-src="/img/home/woman-cloud.png" class="lazyload aspect-714/622 w-full object-scale-down mx-auto lg:w-3/4 animate-hover" alt="{{ i18n "home_header_woman_cloud_alt" . }}"/>

0 commit comments

Comments
 (0)