File tree Expand file tree Collapse file tree 10 files changed +19
-3
lines changed Expand file tree Collapse file tree 10 files changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -164,8 +164,8 @@ nav a:hover {
164
164
[id ]::before {
165
165
content : '' ;
166
166
display : block;
167
- height : 96 px ;
168
- margin-top : -96 px ;
167
+ height : 138 px ;
168
+ margin-top : -138 px ;
169
169
visibility : hidden;
170
170
}
171
171
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ <h3>Google Play</h3>
21
21
< div class ="prose prose-sm max-w-none mb-4 ">
22
22
< p > Minimum: {{< siteparam releases.android.requiredOS > }}</ p >
23
23
</ div >
24
+ < p class ="text-sm md:text-base leading-relaxed text-gray-700 rounded bg-primary-l2 p-2 mb-4 "> 🎉 Der Einmalpreis ist um 33% reduziert!</ p >
24
25
< a href ="https://play.google.com/store/apps/details?id=org.cryptomator&hl=de " role ="button ">
25
26
< img class ="h-10 mx-auto lazyload " data-src ="/de/img/downloads/googleplay-badge.png ">
26
27
</ a >
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ <h3>Google Play</h3>
21
21
< div class ="prose prose-sm max-w-none mb-4 ">
22
22
< p > Minimum: {{< siteparam releases.android.requiredOS > }}</ p >
23
23
</ div >
24
+ < p class ="text-sm md:text-base leading-relaxed text-gray-700 rounded bg-primary-l2 p-2 mb-4 "> 🎉 The one-time price is 33% off!</ p >
24
25
< a href ="https://play.google.com/store/apps/details?id=org.cryptomator&hl=en " role ="button ">
25
26
< img class ="h-10 mx-auto lazyload " data-src ="/img/downloads/googleplay-badge.png ">
26
27
</ a >
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ <h3>App Store</h3>
21
21
< div class ="prose prose-sm max-w-none mb-4 ">
22
22
< p > Minimum: iOS 14.0</ p >
23
23
</ div >
24
+ < p class ="text-sm md:text-base leading-relaxed text-gray-700 rounded bg-primary-l2 p-2 mb-4 "> 🎉 Vollversion In-App-Kauf ist um 33% reduziert!</ p >
24
25
< a href ="https://apps.apple.com/de/app/cryptomator/id1560822163 " role ="button ">
25
26
< img class ="h-10 mx-auto mb-4 lazyload " data-src ="/de/img/downloads/appstore-badge.svg ">
26
27
</ a >
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ <h3>App Store</h3>
21
21
< div class ="prose prose-sm max-w-none mb-4 ">
22
22
< p > Minimum: iOS 14.0</ p >
23
23
</ div >
24
+ < p class ="text-sm md:text-base leading-relaxed text-gray-700 rounded bg-primary-l2 p-2 mb-4 "> 🎉 Full version in-app purchase is 33% off!</ p >
24
25
< a href ="https://apps.apple.com/us/app/cryptomator/id1560822163 " role ="button ">
25
26
< img class ="h-10 mx-auto mb-4 lazyload " data-src ="/img/downloads/appstore-badge.svg ">
26
27
</ a >
Original file line number Diff line number Diff line change 2
2
translation : " Verschlüssle deine Dropbox, Google Drive, und Co. Cryptomator ist eine freie Open-Source-Software."
3
3
- id : nav_cta
4
4
translation : " Jetzt loslegen"
5
+ - id : nav_promotion
6
+ translation : " :tada: Cryptomator für iOS und Android sind um 33% reduziert! Gültig 28.‑30. August."
5
7
- id : nav_support_us
6
8
translation : " Unterstütze uns"
7
9
- id : nav_learn_more
46
48
translation : " Zahlungen werden über Paddle abgewickelt."
47
49
- id : android_getkey_checkout
48
50
translation : " Zur Zahlung"
51
+ - id : android_getkey_coupon
52
+ translation : " Gutscheincode <code>SUMMER2024</code> beim Bezahlvorgang eingeben für 33% Rabatt!"
49
53
50
54
- id : android_getkey_success
51
55
translation : " Deine Zahlung war erfolgreich!"
Original file line number Diff line number Diff line change 2
2
translation : " Encrypt Dropbox, Google Drive, and any other cloud. Cryptomator is free and open source."
3
3
- id : nav_cta
4
4
translation : " Get Started"
5
+ - id : nav_promotion
6
+ translation : " :tada: Cryptomator for iOS and Android are 33% off! Valid August 28‑30."
5
7
- id : nav_support_us
6
8
translation : " Support Us"
7
9
- id : nav_learn_more
46
48
translation : " Payments are securely handled by Paddle."
47
49
- id : android_getkey_checkout
48
50
translation : " Checkout"
51
+ - id : android_getkey_coupon
52
+ translation : " Use coupon code <code>SUMMER2024</code> at checkout to get 33% off!"
49
53
50
54
- id : android_getkey_success
51
55
translation : " Your payment was successful!"
Original file line number Diff line number Diff line change 3
3
{{ end }}
4
4
{{ define "main" }}
5
5
< section class ="flex items-center header-bg bg-dark bg-center min-vh-66 bg-repeat-x ">
6
- < header class ="container flex items-center text-white py- 24 md:py- 48 lg:py -64 ">
6
+ < header class ="container flex items-center text-white pt-40 pb- 24 md:pt-56 md:pb- 48 lg:pt-72 lg:pb -64 ">
7
7
< div class ="hidden pr-6 md:block md:w-1/3 lg:w-2/5 ">
8
8
< 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 " . }}"/>
9
9
</ div >
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ <h3>{{ i18n "android_getkey_title" }}</h3>
15
15
< div class ="text-center mt-8 ">
16
16
< p class ="text-sm md:text-base leading-relaxed text-gray-700 mb-4 "> {{ i18n "android_getkey_instruction" }}</ p >
17
17
< p class ="text-sm md:text-base leading-relaxed text-gray-700 mb-4 "> {{ partial "accept-terms-and-privacy.html" (dict "context" . "alpineVariable" "acceptTerms") }}</ p >
18
+ < p class ="text-sm md:text-base leading-relaxed text-gray-700 rounded bg-primary-l2 p-2 mb-4 "> {{ ":tada:" | emojify }} {{ i18n "android_getkey_coupon" | safeHTML }}</ p >
18
19
< button :disabled ="checkoutData.inProgress || !acceptTerms " @click.prevent ="androidLicense.checkout('{{ .Site.Language.Lang }}') " type ="submit " class ="btn btn-primary w-full md:w-64 ">
19
20
< i x-show ="!checkoutData.inProgress " class ="fas fa-shopping-cart fa-fw " aria-hidden ="true "> </ i > < i x-show ="checkoutData.inProgress " class ="fas fa-spinner fa-spin fa-fw " aria-hidden ="true "> </ i > {{ i18n "android_getkey_checkout" }}
20
21
</ button >
Original file line number Diff line number Diff line change 3
3
{{- $navBorderColor := cond .IsHome "border-transparent" "border-primary" -}}
4
4
{{- $currentRelPermalink := .RelPermalink -}}
5
5
< nav x-init ="determineGitHubStargazersCount('{{ .Site.Language.Lang }}') " class ="w-full max-h-screen text-{{ $textColor }} fixed {{ $backgroundColor }} shadow z-50 ">
6
+ < div class ="w-full bg-primary text-center text-sm text-white p-0.5 ">
7
+ < p > {{ i18n "nav_promotion" . | emojify }}</ p >
8
+ </ div >
6
9
< div class ="flex justify-between items-stretch w-full lg:px-8 ">
7
10
<!-- Regular Navigation -->
8
11
< div class ="flex items-stretch ">
You can’t perform that action at this time.
0 commit comments