Skip to content

Commit cefab08

Browse files
committed
Merge branch 'develop'
2 parents 5979961 + 9cf7934 commit cefab08

File tree

5 files changed

+30
-9
lines changed

5 files changed

+30
-9
lines changed

i18n/de.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,8 @@
217217
translation: "Kontaktiere uns für ein Angebot"
218218

219219
# For Individuals
220+
- id: for_individuals_header_kicker_sale
221+
translation: "25 %* Rabatt – Spring Sale"
220222
- id: for_individuals_header_title
221223
translation: "Deine Daten in der Cloud gehören dir allein"
222224
- id: for_individuals_header_description
@@ -373,6 +375,8 @@
373375
translation: "Cryptomator ist Gewinner des Sonderpreises für Usable Security and Privacy."
374376

375377
# Hub
378+
- id: hub_header_kicker_sale
379+
translation: "25 % Rabatt im ersten Jahr – Spring Sale"
376380
- id: hub_header_title
377381
translation: "Verschlüsselte Zusammenarbeit im Team"
378382
- id: hub_header_description

i18n/en.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,8 @@
217217
translation: "Contact Us for an Offer"
218218

219219
# For Individuals
220+
- id: for_individuals_header_kicker_sale
221+
translation: "25%* Off – Spring Sale"
220222
- id: for_individuals_header_title
221223
translation: "Keep your cloud data truly yours"
222224
- id: for_individuals_header_description
@@ -373,6 +375,8 @@
373375
translation: "Cryptomator won the Special Award for Usable Security and Privacy."
374376

375377
# Hub
378+
- id: hub_header_kicker_sale
379+
translation: "25% Off in the First Year – Spring Sale"
376380
- id: hub_header_title
377381
translation: "Encrypted collaboration for your team"
378382
- id: hub_header_description

layouts/for-individuals/single.html

+11-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,14 @@
88
<img data-src="/img/home/woman-laptop.png" class="lazyload object-scale-down mx-auto lg:w-3/4" alt="{{ i18n "for_individuals_header_woman_laptop_alt" . }}"/>
99
</div>
1010
<div class="w-full md:w-2/3 lg:w-3/5">
11-
<div class="flex items-center mb-4">
12-
<img src="/img/logo.svg" class="h-8 aspect-1110/942" alt="Logo"/>
13-
<span class="font-headline font-bold text-primary ml-2 pb-px">CRYPTOMATOR</span>
11+
<div class="flex flex-wrap items-center gap-4 mb-4">
12+
<div class="flex items-center">
13+
<img src="/img/logo.svg" class="h-8 aspect-1110/942" alt="Logo"/>
14+
<span class="font-headline font-bold text-primary ml-2 pb-px">CRYPTOMATOR</span>
15+
</div>
16+
<div class="px-4 py-1 rounded-full text-xs lg:text-sm font-medium bg-red-600 text-white">
17+
{{ i18n "for_individuals_header_kicker_sale" . }}
18+
</div>
1419
</div>
1520
<h1 class="font-h1 mb-6">{{ i18n "for_individuals_header_title" . | safeHTML }}</h1>
1621
<p class="lead mb-6">{{ i18n "for_individuals_header_description" . | safeHTML }}</p>
@@ -20,6 +25,9 @@ <h1 class="font-h1 mb-6">{{ i18n "for_individuals_header_title" . | safeHTML }}<
2025
</div>
2126
</div>
2227
<p class="font-p">{{ i18n "for_individuals_header_cta_description" . | safeHTML }}</p>
28+
<p class="text-sm mt-6">
29+
* {{ i18n "pricing_discount_note" }}
30+
</p>
2331
</header>
2432
</section>
2533

layouts/for-teams/single.html

+8-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,14 @@
99
<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" . }}"/>
1010
</div>
1111
<div class="w-full md:w-2/3 lg:w-3/5">
12-
<div class="flex items-center mb-4">
13-
<img src="/img/logo.svg" class="h-8 aspect-1110/942" alt="Logo"/>
14-
<span class="font-headline font-bold text-primary ml-2 pb-px">CRYPTOMATOR&nbsp;HUB</span>
12+
<div class="flex flex-wrap items-center gap-4 mb-4">
13+
<div class="flex items-center">
14+
<img src="/img/logo.svg" class="h-8 aspect-1110/942" alt="Logo"/>
15+
<span class="font-headline font-bold text-primary ml-2 pb-px">CRYPTOMATOR HUB</span>
16+
</div>
17+
<div class="px-4 py-1 rounded-full text-xs lg:text-sm font-medium bg-red-600 text-white">
18+
{{ i18n "hub_header_kicker_sale" . }}
19+
</div>
1520
</div>
1621
<h1 class="font-h1 mb-6">{{ i18n "hub_header_title" . | safeHTML }}</h1>
1722
<p class="lead mb-6">{{ i18n "hub_header_description" . | safeHTML }}</p>

layouts/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
<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" . }}"/>
1818
</div>
1919
<div class="w-full md:w-2/3 lg:w-3/5">
20-
<div class="flex gap-4 mb-4">
21-
<div class="inline-flex items-center gap-x-1.5 px-4 py-1 rounded-full text-xs lg:text-sm font-medium bg-red-600 border border-red-600 text-white">
20+
<div class="flex items-center gap-4 mb-4">
21+
<div class="flex items-center gap-x-1.5 px-4 py-1 rounded-full text-xs lg:text-sm font-medium bg-red-600 text-white">
2222
<i class="fas fa-flower"></i>
2323
{{ i18n "home_header_kicker_sale" }}
2424
</div>
25-
<div class="hidden md:inline-flex items-center gap-x-1.5 px-4 py-1 rounded-full text-xs lg:text-sm font-medium bg-transparent border border-primary text-primary">
25+
<div class="hidden md:flex items-center gap-x-1.5 px-4 py-1 rounded-full text-xs lg:text-sm font-medium bg-transparent border border-primary text-primary">
2626
<i class="fas fa-cloud-download"></i>
2727
{{ i18n "home_header_kicker" }}
2828
</div>

0 commit comments

Comments
 (0)