Skip to content

Commit 63d9f30

Browse files
committed
added summer 2025 sale
1 parent 34c5d98 commit 63d9f30

File tree

14 files changed

+136
-7
lines changed

14 files changed

+136
-7
lines changed

assets/css/custom.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ textarea:read-only {
200200
[id]::before {
201201
content: '';
202202
display: block;
203-
height: 96px;
204-
margin-top: -96px;
203+
height: 138px;
204+
margin-top: -138px;
205205
visibility: hidden;
206206
}

content/downloads/android.de.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ <h3 class="font-h3 text-lg">Google Play</h3>
2222
<a href="https://play.google.com/store/apps/details?id=org.cryptomator&hl=de" role="button" data-umami-event="downloads-android-googleplay">
2323
<img class="h-10 mx-auto lazyload" data-src="/de/img/downloads/googleplay-badge.png">
2424
</a>
25+
<p class="text-sm md:text-base leading-relaxed text-gray-700 rounded bg-primary-l2 p-2 mt-4">☀️ Der Einmalpreis ist um 25 %* reduziert!</p>
2526
</div>
2627
</div>
28+
<p class="prose prose-sm max-w-none">*Hinweis: Die Höhe des Rabatts kann je nach Region variieren.</p>
2729

2830
<div class="white-box my-4">
2931
<div class="px-4 py-2 border-b border-primary">

content/downloads/android.en.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ <h3 class="font-h3 text-lg">Google Play</h3>
2424
<a href="https://play.google.com/store/apps/details?id=org.cryptomator&hl=en" role="button" data-umami-event="downloads-android-googleplay">
2525
<img class="h-10 mx-auto lazyload" data-src="/img/downloads/googleplay-badge.png">
2626
</a>
27+
<p class="text-sm md:text-base leading-relaxed text-gray-700 rounded bg-primary-l2 p-2 mt-4">☀️ One-time price is 25%* off!</p>
2728
</div>
2829
</div>
30+
<p class="prose prose-sm max-w-none">*Note: The discount amount may vary by region.</p>
2931

3032
<div class="white-box my-4">
3133
<div class="px-4 py-2 border-b border-primary">

content/downloads/ios.de.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ <h3 class="font-h3 text-lg">App Store</h3>
2323
<img class="h-10 mx-auto mb-4 lazyload" data-src="/de/img/downloads/appstore-badge.svg">
2424
</a>
2525
<p class="font-p text-sm">Eine Vollversion ohne In-App-Käufe für Apple School/Business Manager ist <a class="text-link" href="https://apps.apple.com/de/app/cryptomator-full-version/id1665616242">im App Store</a> erhältlich.</p>
26+
<p class="text-sm md:text-base leading-relaxed text-gray-700 rounded bg-primary-l2 p-2 mt-4">☀️ Die lebenslange Lizenz ist um 25 %* reduziert!</p>
2627
</div>
2728
</div>
29+
<p class="prose prose-sm max-w-none">*Hinweis: Die Höhe des Rabatts kann je nach Region variieren.</p>
2830
</div>

content/downloads/ios.en.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ <h3 class="font-h3 text-lg">App Store</h3>
2323
<img class="h-10 mx-auto mb-4 lazyload" data-src="/img/downloads/appstore-badge.svg">
2424
</a>
2525
<p class="font-p text-sm">A full version without in-app purchases for Apple School/Business Manager is available <a class="text-link" href="https://apps.apple.com/us/app/cryptomator-full-version/id1665616242">on the App Store</a>.</p>
26+
<p class="text-sm md:text-base leading-relaxed text-gray-700 rounded bg-primary-l2 p-2 mt-4">☀️ Lifetime license is 25%* off!</p>
2627
</div>
2728
</div>
29+
<p class="prose prose-sm max-w-none">*Note: The discount amount may vary by region.</p>
2830
</div>

i18n/de.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1051,3 +1051,23 @@
10511051
translation: "Verifizierung läuft…"
10521052
- id: altcha_waitAlert
10531053
translation: "Verifizierung läuft… bitte warten."
1054+
1055+
# Sale
1056+
- id: nav_promotion
1057+
translation: ":sunny: Summer Sale: 25 %* Rabatt auf Cryptomator – Bis&nbsp;zum&nbsp;30.&nbsp;Juni!&nbsp;<a class=\"whitespace-nowrap font-bold\" href=\"/de/blog/2025/06/01/summer-sale/\">Mehr erfahren&nbsp;<span aria-hidden=\"true\">&rarr;</span></a>"
1058+
- id: sale_off
1059+
translation: "Rabatt"
1060+
- id: for_individuals_header_kicker_sale
1061+
translation: "25 %* Rabatt – Summer Sale"
1062+
- id: home_header_kicker_sale
1063+
translation: "25 %* Rabatt – Summer Sale"
1064+
- id: hub_header_kicker_sale
1065+
translation: "25 % Rabatt im ersten Jahr – Summer Sale"
1066+
- id: pricing_android_price_discounted
1067+
translation: "14,99 €"
1068+
- id: pricing_ios_price_discounted
1069+
translation: "14,99 €"
1070+
- id: pricing_discount_note
1071+
translation: "Die Höhe des Rabatts kann je nach Region variieren."
1072+
- id: pricing_hub_standard_price_first_year
1073+
translation: "im ersten Jahr"

i18n/en.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1051,3 +1051,23 @@
10511051
translation: "Verifying…"
10521052
- id: altcha_waitAlert
10531053
translation: "Verifying… please wait."
1054+
1055+
# Sale
1056+
- id: nav_promotion
1057+
translation: ":sunny: Summer Sale: 25%* Off Cryptomator – Until&nbsp;June&nbsp;30!&nbsp;<a class=\"whitespace-nowrap font-bold\" href=\"/blog/2025/06/01/summer-sale/\">Learn More&nbsp;<span aria-hidden=\"true\">&rarr;</span></a>"
1058+
- id: sale_off
1059+
translation: "Off"
1060+
- id: for_individuals_header_kicker_sale
1061+
translation: "25%* Off – Summer Sale"
1062+
- id: home_header_kicker_sale
1063+
translation: "25%* Off – Summer Sale"
1064+
- id: hub_header_kicker_sale
1065+
translation: "25% Off in the First Year – Summer Sale"
1066+
- id: pricing_android_price_discounted
1067+
translation: "€14.99"
1068+
- id: pricing_ios_price_discounted
1069+
translation: "€14.99"
1070+
- id: pricing_discount_note
1071+
translation: "The discount amount may vary by region."
1072+
- id: pricing_hub_standard_price_first_year
1073+
translation: "in the first year"

layouts/_default/baseof.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
</head>
6868
<body x-data="{ isNavOpen: false, globalData: { githubStargazers: null, mastodonFollowers: null } }" x-init="determineGlobalData('{{ .Site.Language.Lang }}', globalData)" :class="isNavOpen && 'overflow-hidden'" class="bg-dark font-body text-gray-900">
6969
{{ partial "nav.html" . }}
70-
{{- $topPadding := cond .IsHome "" "pt-12" -}}
70+
{{- $topPadding := cond .IsHome "" "pt-24 md:pt-18" -}}
7171
<div class="bg-gray-100 min-h-[80vh] {{ $topPadding }}">
7272
<!-- Code that all your templates share, like a header -->
7373
{{ block "main" . }}

layouts/for-individuals/single.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
<img src="/img/logo.svg" class="h-8 aspect-1110/942" alt="Logo"/>
1414
<span class="font-headline font-bold text-primary ml-2 pb-px">CRYPTOMATOR</span>
1515
</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>
1619
</div>
1720
<h1 class="font-h1 mb-6">{{ i18n "for_individuals_header_title" . | safeHTML }}</h1>
1821
<p class="lead mb-6">{{ i18n "for_individuals_header_description" . | safeHTML }}</p>
@@ -22,6 +25,9 @@ <h1 class="font-h1 mb-6">{{ i18n "for_individuals_header_title" . | safeHTML }}<
2225
</div>
2326
</div>
2427
<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>
2531
</header>
2632
</section>
2733

layouts/for-teams/single.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
<img src="/img/logo.svg" class="h-8 aspect-1110/942" alt="Logo"/>
1515
<span class="font-headline font-bold text-primary ml-2 pb-px">CRYPTOMATOR HUB</span>
1616
</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>
1720
</div>
1821
<h1 class="font-h1 mb-6">{{ i18n "hub_header_title" . | safeHTML }}</h1>
1922
<p class="lead mb-6">{{ i18n "hub_header_description" . | safeHTML }}</p>

0 commit comments

Comments
 (0)