Skip to content

Commit 2955efb

Browse files
committed
Remove 10-year anniversary promo from website
1 parent d431fb9 commit 2955efb

File tree

8 files changed

+3
-17
lines changed

8 files changed

+3
-17
lines changed

config/_default/params.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
math: false
33

44
anniversaryBanner:
5-
enabled: true
5+
enabled: false
66
excludePaths:
77
- /downloads-thanks/
88
- /paddle-checkout/

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">🎂 Jubiläums-Sale: Einmalpreis 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">🎂 Anniversary Sale: One-time price reduced!</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">🎂 Jubiläums-Sale: Lebenslange Lizenz 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">🎂 Anniversary Sale: Lifetime license reduced!</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/index.html

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,14 @@
1212
{{ partial "altcha-css.html" . }}
1313
{{ end }}
1414
{{ define "main" }}
15-
{{- $homeHeroPadding := cond (.Scratch.Get "anniversaryBannerActive") "pt-28 md:pt-0" "" -}}
16-
<section class="flex items-center header-bg bg-dark bg-center md:min-h-[66vh] bg-repeat-x {{ $homeHeroPadding }}">
15+
<section class="flex items-center header-bg bg-dark bg-center md:min-h-[66vh] bg-repeat-x">
1716
<header class="container flex items-center text-white py-24 md:py-48 lg:py-64">
1817
<div class="hidden pr-6 md:block md:w-1/3 lg:w-2/5">
1918
<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" . }}"/>
2019
</div>
2120
<div class="w-full md:w-2/3 lg:w-3/5">
2221
<div class="flex items-center gap-4 mb-4">
23-
<a href="{{ .Site.LanguagePrefix }}/blog/2026/03/13/10-years-anniversary-survey/" 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 hover:bg-red-700 no-underline" data-umami-event="home-header-anniversary-cta">
24-
<i class="fa-solid fa-party-horn"></i>
25-
{{ i18n "home_header_kicker_sale" }}
26-
<i class="fa-solid fa-arrow-right text-xs"></i>
27-
</a>
28-
<div class="{{ if .Site.Params.paddleDesktopSalePriceId }}hidden md:flex{{ else }}flex{{ end }} 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">
22+
<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">
2923
<i class="fa-solid fa-cloud-download"></i>
3024
{{ i18n "home_header_kicker" }}
3125
</div>
-18.1 KB
Binary file not shown.
292 Bytes
Loading

0 commit comments

Comments
 (0)