Skip to content

Commit faa4586

Browse files
committed
End Autumn 2025 sale
1 parent 4c255ed commit faa4586

File tree

12 files changed

+7
-96
lines changed

12 files changed

+7
-96
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: 138px;
204-
margin-top: -138px;
203+
height: 96px;
204+
margin-top: -96px;
205205
visibility: hidden;
206206
}

content/downloads/android.de.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@ <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>
2625
</div>
2726
</div>
28-
<p class="prose prose-sm max-w-none">*Hinweis: Die Höhe des Rabatts kann je nach Region variieren.</p>
2927

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

content/downloads/android.en.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,8 @@ <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>
2827
</div>
2928
</div>
30-
<p class="prose prose-sm max-w-none">*Note: The discount amount may vary by region.</p>
3129

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

content/downloads/ios.de.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ <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>
2726
</div>
2827
</div>
29-
<p class="prose prose-sm max-w-none">*Hinweis: Die Höhe des Rabatts kann je nach Region variieren.</p>
3028
</div>

content/downloads/ios.en.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ <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>
2726
</div>
2827
</div>
29-
<p class="prose prose-sm max-w-none">*Note: The discount amount may vary by region.</p>
3028
</div>

layouts/_default/baseof.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
</head>
6666
<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">
6767
{{ partial "nav.html" . }}
68-
{{- $topPadding := cond .IsHome "" "pt-24 md:pt-18" -}}
68+
{{- $topPadding := cond .IsHome "" "pt-12" -}}
6969
<div class="bg-gray-100 min-h-[80vh] {{ $topPadding }}">
7070
<!-- Code that all your templates share, like a header -->
7171
{{ block "main" . }}

layouts/for-individuals/single.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
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>
1916
</div>
2017
<h1 class="font-h1 mb-6">{{ i18n "for_individuals_header_title" . | safeHTML }}</h1>
2118
<p class="lead mb-6">{{ i18n "for_individuals_header_description" . | safeHTML }}</p>
@@ -25,9 +22,6 @@ <h1 class="font-h1 mb-6">{{ i18n "for_individuals_header_title" . | safeHTML }}<
2522
</div>
2623
</div>
2724
<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>
3125
</header>
3226
</section>
3327

layouts/for-teams/single.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
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>
2017
</div>
2118
<h1 class="font-h1 mb-6">{{ i18n "hub_header_title" . | safeHTML }}</h1>
2219
<p class="lead mb-6">{{ i18n "hub_header_description" . | safeHTML }}</p>

layouts/hub-billing/single.html

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -315,15 +315,6 @@ <h2 class="inline-flex px-4 py-1 rounded-full text-sm font-medium tracking-wide
315315
{{ i18n "hub_billing_checkout_standard_title" . }}
316316
</h2>
317317
<div x-show="audience === 'business'">
318-
<p class="flex items-baseline gap-2">
319-
<span x-text="(subscriptionData.monthlyPrice.netAmount * 0.75).toLocaleString('{{ .Site.Language.Lang }}', { style: 'currency', currency: subscriptionData.monthlyPrice.currency })" class="font-bold leading-relaxed"></span>
320-
<span class="text-xs text-gray-700">
321-
{{ i18n "pricing_hub_standard_price_first_year" . }}
322-
</span>
323-
<span class="self-center px-1 rounded-xs text-xs text-white bg-red-600">
324-
-25% Autumn Sale
325-
</span>
326-
</p>
327318
<p class="flex items-baseline gap-2">
328319
<span x-text="subscriptionData.monthlyPrice.netAmount.toLocaleString('{{ .Site.Language.Lang }}', { style: 'currency', currency: subscriptionData.monthlyPrice.currency })" class="text-5xl font-bold"></span>
329320
<span class="text-gray-700">{{ i18n "pricing_vat_excluded" . }}</span>
@@ -335,15 +326,6 @@ <h2 class="inline-flex px-4 py-1 rounded-full text-sm font-medium tracking-wide
335326
</p>
336327
</div>
337328
<div x-show="audience === 'consumer'">
338-
<p class="flex items-baseline gap-2">
339-
<span x-text="(subscriptionData.monthlyPrice.grossAmount * 0.75).toLocaleString('{{ .Site.Language.Lang }}', { style: 'currency', currency: subscriptionData.monthlyPrice.currency })" class="font-bold leading-relaxed"></span>
340-
<span class="text-xs text-gray-700">
341-
{{ i18n "pricing_hub_standard_price_first_year" . }}
342-
</span>
343-
<span class="self-center px-1 rounded-xs text-xs text-white bg-red-600">
344-
-25% Autumn Sale
345-
</span>
346-
</p>
347329
<p class="flex items-baseline gap-2">
348330
<span x-text="subscriptionData.monthlyPrice.grossAmount.toLocaleString('{{ .Site.Language.Lang }}', { style: 'currency', currency: subscriptionData.monthlyPrice.currency })" class="text-5xl font-bold"></span>
349331
<span class="text-gray-700">{{ i18n "pricing_vat_included" . }}</span>
@@ -404,7 +386,6 @@ <h2 class="inline-flex px-4 py-1 rounded-full text-sm font-medium tracking-wide
404386
<h2 class="inline-flex px-4 py-1 rounded-full text-sm font-medium tracking-wide uppercase bg-primary-l2 text-dark mb-4">
405387
{{ i18n "hub_billing_checkout_enterprise_title" . }}
406388
</h2>
407-
<div class="md:h-[26px]"></div>
408389
<p class="text-5xl font-bold">
409390
{{ i18n "hub_billing_checkout_enterprise_statement" . }}
410391
</p>

layouts/index.html

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,13 @@
1212
{{ end }}
1313
{{ define "main" }}
1414
<section class="flex items-center header-bg bg-dark bg-center min-h-[66vh] bg-repeat-x">
15-
<header class="container flex items-center text-white pt-40 pb-24 md:pt-56 md:pb-48 lg:pt-72 lg:pb-64">
15+
<header class="container flex items-center text-white py-24 md:py-48 lg:py-64">
1616
<div class="hidden pr-6 md:block md:w-1/3 lg:w-2/5">
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">
2020
<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">
22-
<i class="fa-solid fa-leaf-maple"></i>
23-
{{ i18n "home_header_kicker_sale" }}
24-
</div>
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">
21+
<div class="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">
2622
<i class="fa-solid fa-cloud-download"></i>
2723
{{ i18n "home_header_kicker" }}
2824
</div>
@@ -54,9 +50,6 @@ <h1 class="font-h1 mb-6">
5450
<a href="{{ .Site.LanguagePrefix }}/for-teams/" role="button" class="btn btn-primary text-lg w-full md:w-64" data-umami-event="home-header-teams-cta">{{ i18n "home_header_for_teams_cta" . }}</a>
5551
</div>
5652
</div>
57-
<p class="text-sm mt-6">
58-
* {{ i18n "pricing_discount_note" }}
59-
</p>
6053
</div>
6154
</header>
6255
</section>

0 commit comments

Comments
 (0)