Skip to content

Commit afce4ab

Browse files
committed
1 parent 07ced44 commit afce4ab

98 files changed

Lines changed: 182 additions & 182 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

android/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
<span x-text="checkoutData.discountedPrice ? checkoutData.discountedPrice.formattedAmount : checkoutData.price ? checkoutData.price.formattedAmount : '…'"></span>
3333
<span x-show="checkoutData.discountedPrice && checkoutData.price" class="absolute top-0 left-0 -translate-2 -rotate-5 px-1 rounded-xs text-xs text-white bg-red-600 z-10" x-cloak>-<span x-text="checkoutData.discountedPrice && checkoutData.price && checkoutData.price.amount > 0 ? ((1 - checkoutData.discountedPrice.amount / checkoutData.price.amount) * 100).toFixed(0) : '0'"></span>%</span></div></div><div class=mb-4><label class="label-uppercase mb-2">Email</label>
3434
<input x-model=checkoutData.email x-ref=email @blur="$refs.email.classList.add('show-invalid')" type=email class="input-box w-full" placeholder="Email address" required></div><div class=mb-4><label class="label-uppercase mb-2">Confirm Email</label>
35-
<input x-model=checkoutData.emailConfirm x-ref=emailConfirm @blur="$refs.emailConfirm.classList.add('show-invalid')" type=email class="input-box w-full" placeholder="Confirm email address" required></div><div class="text-center mt-8"><p class="font-p mb-4">Payments are securely handled by Paddle.</p><p class="font-p mb-2"><input class="mr-1 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-514762983 x-model=acceptTerms>
36-
<label for=id-514762983>I accept the <a class=text-link href=/terms/ target=_blank>Terms & Conditions</a> as well as the <a class=text-link href=/privacy/ target=_blank>Privacy Policy</a>.</label></p><p class="font-p mb-4"><input class="mr-1 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-214836597 x-model=checkoutData.acceptNewsletter>
37-
<label for=id-214836597>I agree to get updates from Cryptomator via email (optional).</label></p><button :disabled="checkoutData.inProgress || !acceptTerms || captchaState == 'verifying'" type=submit class="btn btn-primary w-full md:w-64" data-umami-event=android-getkey-checkout>
35+
<input x-model=checkoutData.emailConfirm x-ref=emailConfirm @blur="$refs.emailConfirm.classList.add('show-invalid')" type=email class="input-box w-full" placeholder="Confirm email address" required></div><div class="text-center mt-8"><p class="font-p mb-4">Payments are securely handled by Paddle.</p><p class="font-p mb-2"><input class="mr-1 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-538241697 x-model=acceptTerms>
36+
<label for=id-538241697>I accept the <a class=text-link href=/terms/ target=_blank>Terms & Conditions</a> as well as the <a class=text-link href=/privacy/ target=_blank>Privacy Policy</a>.</label></p><p class="font-p mb-4"><input class="mr-1 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-416528397 x-model=checkoutData.acceptNewsletter>
37+
<label for=id-416528397>I agree to get updates from Cryptomator via email (optional).</label></p><button :disabled="checkoutData.inProgress || !acceptTerms || captchaState == 'verifying'" type=submit class="btn btn-primary w-full md:w-64" data-umami-event=android-getkey-checkout>
3838
<i x-show=!checkoutData.inProgress class="fa-solid fa-shopping-cart" aria-hidden=true></i><i x-show=checkoutData.inProgress class="fa-solid fa-spinner fa-spin" aria-hidden=true></i> Checkout
3939
</button>
4040
<altcha-widget challengeurl=https://api.staging.cryptomator.org/connect/newsletter/challenge hidelogo hidefooter floating=auto @statechange="captchaState = $event.detail.state; if ($event.detail.state === 'verified') { checkoutData.captcha = $event.detail.payload }" :strings="JSON.stringify({
@@ -44,7 +44,7 @@
4444
verified: 'Verified!',
4545
verifying: 'Verifying…',
4646
waitAlert: 'Verifying… please wait.'
47-
})" x-ref=captcha></altcha-widget><p :class="{'hidden': !checkoutData.errorMessage}" class="text-sm text-red-600 mt-2" x-text=checkoutData.errorMessage></p></div></form><div x-show=checkoutData.success x-cloak class="px-4 py-8"><h3 class="font-h3 mb-4">👍 Your payment was successful!</h3><p class=font-p>The license key has been sent to your email address.</p></div></div></section><div class="flex flex-col space-y-6 w-full md:w-1/2"><section><div class=text-center itemscope itemtype=http://schema.org/SoftwareApplication><meta itemprop=name content="Cryptomator"><meta itemprop=description content="A free software to encrypt your cloud files."><meta itemprop=applicationCategory content="Productivity"><meta itemprop=softwareVersion content="1.11.1"><meta itemprop=applicationSubCategory content="Encryption"><meta itemprop=image content="https://staging.cryptomator.org/img/logo.png"><meta itemprop=operatingSystem content="Android"><div class=white-box><div class="px-4 py-2 border-b border-primary"><h3 class="font-h3 text-lg">Download APK</h3></div><div class="px-4 py-8" x-data="{showShaSignature: false}"><p class="font-p text-sm mb-4">Version 1.11.1 • Minimum: Android 8.0</p><a class="btn btn-primary w-full md:w-56 mb-2" href=https://static.cryptomator.org/android/1.11.1/Cryptomator-1.11.1.apk role=button data-umami-event=android-download><span class="fa-solid fa-download" aria-hidden=true></span> Download
47+
})" x-ref=captcha></altcha-widget><p :class="{'hidden': !checkoutData.errorMessage}" class="text-sm text-red-600 mt-2" x-text=checkoutData.errorMessage></p></div></form><div x-show=checkoutData.success x-cloak class="px-4 py-8"><h3 class="font-h3 mb-4">👍 Your payment was successful!</h3><p class=font-p>The license key has been sent to your email address. Please also check your spam folder. If you don't receive the email, please <a href=/contact/>contact us</a>.</p></div></div></section><div class="flex flex-col space-y-6 w-full md:w-1/2"><section><div class=text-center itemscope itemtype=http://schema.org/SoftwareApplication><meta itemprop=name content="Cryptomator"><meta itemprop=description content="A free software to encrypt your cloud files."><meta itemprop=applicationCategory content="Productivity"><meta itemprop=softwareVersion content="1.11.1"><meta itemprop=applicationSubCategory content="Encryption"><meta itemprop=image content="https://staging.cryptomator.org/img/logo.png"><meta itemprop=operatingSystem content="Android"><div class=white-box><div class="px-4 py-2 border-b border-primary"><h3 class="font-h3 text-lg">Download APK</h3></div><div class="px-4 py-8" x-data="{showShaSignature: false}"><p class="font-p text-sm mb-4">Version 1.11.1 • Minimum: Android 8.0</p><a class="btn btn-primary w-full md:w-56 mb-2" href=https://static.cryptomator.org/android/1.11.1/Cryptomator-1.11.1.apk role=button data-umami-event=android-download><span class="fa-solid fa-download" aria-hidden=true></span> Download
4848
</a><a class="block text-link text-xs" href=# data-umami-event=android-download-sha256-signature @click.prevent="showShaSignature = !showShaSignature"><i :class="{ 'fa-eye': !showShaSignature, 'fa-eye-slash': showShaSignature }" class=fa-solid></i> SHA256 Signature</a><div x-show=showShaSignature x-cloak class=mt-4><p class="font-p text-xs"><code class="font-code break-all">cd779e929277920e65b282f166e9c693fe560927215428796e100bcc7427132a</code></p></div></div></div></div></section><section><div class=text-center itemscope itemtype=http://schema.org/SoftwareApplication x-data="{fdroidVariant: 'cryptomator-repo'}"><meta itemprop=name content="Cryptomator"><meta itemprop=description content="A free software to encrypt your cloud files."><meta itemprop=applicationCategory content="Productivity"><meta itemprop=softwareVersion content="1.11.1"><meta itemprop=applicationSubCategory content="Encryption"><meta itemprop=image content="https://staging.cryptomator.org/img/logo.png"><meta itemprop=operatingSystem content="Android"><div class=white-box><div class="px-4 py-2 border-b border-primary"><h3 class="font-h3 text-lg">Get it on F-Droid</h3></div><div class="flex justify-center p-4"><button class="w-1/2 ms:w-1/4 p-2 border border-gray-300 rounded-l bg-gray-300 text-gray-700 hover:border-gray-400 hover:bg-gray-400 focus:bg-gray-400 focus:border-secondary" data-umami-event=android-fdroid-cryptomator-repo-tab :class="{'border-gray-400 bg-gray-400 text-gray-800 font-medium': fdroidVariant === 'cryptomator-repo'}" @click="fdroidVariant = 'cryptomator-repo'">
4949
Cryptomator Repository
5050
</button>

become-a-partner/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
</label><input type=text id=company name=company x-model=submitData.company class="block input-box w-full" maxlength=200 required aria-required=true @blur="$el.classList.add('show-invalid')"></div><div class=col-span-2><label for=website class="block text-sm font-medium text-gray-700 mb-2">Company Website (optional)
3535
</label><input type=url id=website name=website x-model=submitData.website class="block input-box w-full" maxlength=200 placeholder=https://></div><div class=col-span-2><label for=partnershipType class="block text-sm font-medium text-gray-700 mb-2">Partnership Type
3636
</label><select id=partnershipType name=partnershipType x-model=submitData.partnershipType class="block input-box w-full"><option value>Please select a partnership type</option><option value=reseller>Reseller Partner</option><option value=technology>Technology Partner</option><option value=consulting>Consulting Partner</option><option value=distribution>Distribution Partner</option><option value=other>Other</option></select></div><div class=col-span-2><label for=message class="block text-sm font-medium text-gray-700 mb-2">Partnership Description
37-
</label><textarea id=message name=message x-model=submitData.message rows=4 class="block input-box w-full" maxlength=2000 placeholder="Please describe your company, services, and how you would like to partner with Cryptomator..."></textarea></div><div class=col-span-2><p class="font-p text-sm mb-2"><input class="mr-1 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-476152938 x-model=acceptTerms>
38-
<label for=id-476152938>I accept the <a class=text-link href=/hub/managed/terms/ target=_blank>Terms & Conditions</a> as well as the <a class=text-link href=/privacy/ target=_blank>Privacy Policy</a>.</label></p><p class="font-p text-sm mb-2"><input class="mr-1 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-274315689 x-model=submitData.acceptNewsletter>
39-
<label for=id-274315689>I agree to get updates from Cryptomator Hub via email (optional).</label></p></div><div class=col-span-2><p :class="{'hidden': !feedbackData.errorMessage}" class="text-sm text-red-600 mb-2" x-text=feedbackData.errorMessage></p><button :disabled="feedbackData.inProgress || !acceptTerms || captchaState == 'verifying'" type=submit class="btn btn-primary w-full md:w-64" data-umami-event=become-partner-form x-cloak>
37+
</label><textarea id=message name=message x-model=submitData.message rows=4 class="block input-box w-full" maxlength=2000 placeholder="Please describe your company, services, and how you would like to partner with Cryptomator..."></textarea></div><div class=col-span-2><p class="font-p text-sm mb-2"><input class="mr-1 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-935416278 x-model=acceptTerms>
38+
<label for=id-935416278>I accept the <a class=text-link href=/hub/managed/terms/ target=_blank>Terms & Conditions</a> as well as the <a class=text-link href=/privacy/ target=_blank>Privacy Policy</a>.</label></p><p class="font-p text-sm mb-2"><input class="mr-1 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-394876251 x-model=submitData.acceptNewsletter>
39+
<label for=id-394876251>I agree to get updates from Cryptomator Hub via email (optional).</label></p></div><div class=col-span-2><p :class="{'hidden': !feedbackData.errorMessage}" class="text-sm text-red-600 mb-2" x-text=feedbackData.errorMessage></p><button :disabled="feedbackData.inProgress || !acceptTerms || captchaState == 'verifying'" type=submit class="btn btn-primary w-full md:w-64" data-umami-event=become-partner-form x-cloak>
4040
<i :class="{'fa-paper-plane': !feedbackData.inProgress, 'fa-spinner fa-spin': feedbackData.inProgress}" class=fa-solid aria-hidden=true></i>
4141
Submit Request
4242
</button>

book-a-demo/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
<span class="text-sm text-gray-700">Procurement</span>
5151
</label><label class="flex items-start"><input type=checkbox name=attendees[] value=other x-model=submitData.attendees class="mr-3 mt-0.5 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary">
5252
<span class="text-sm text-gray-700">Other</span></label></div></fieldset></div><div class=col-span-2><label for=message class="block text-sm font-medium text-gray-700 mb-2">Message
53-
</label><textarea id=message name=message x-model=submitData.message rows=4 class="block input-box w-full" maxlength=2000 placeholder="Tell us more about your specific needs or questions..."></textarea></div><div class=col-span-2><p class="font-p text-sm mb-2"><input class="mr-1 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-481937265 x-model=acceptTerms>
54-
<label for=id-481937265>I accept the <a class=text-link href=/hub/managed/terms/ target=_blank>Terms & Conditions</a> as well as the <a class=text-link href=/privacy/ target=_blank>Privacy Policy</a>.</label></p><p class="font-p text-sm mb-2"><input class="mr-1 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-129874635 x-model=submitData.acceptNewsletter>
55-
<label for=id-129874635>I agree to get updates from Cryptomator Hub via email (optional).</label></p></div><div class=col-span-2><p :class="{'hidden': !feedbackData.errorMessage}" class="text-sm text-red-600 mb-2" x-text=feedbackData.errorMessage></p><button :disabled="feedbackData.inProgress || !acceptTerms || captchaState == 'verifying'" type=submit class="btn btn-primary w-full md:w-64" data-umami-event=book-demo-form x-cloak>
53+
</label><textarea id=message name=message x-model=submitData.message rows=4 class="block input-box w-full" maxlength=2000 placeholder="Tell us more about your specific needs or questions..."></textarea></div><div class=col-span-2><p class="font-p text-sm mb-2"><input class="mr-1 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-654987312 x-model=acceptTerms>
54+
<label for=id-654987312>I accept the <a class=text-link href=/hub/managed/terms/ target=_blank>Terms & Conditions</a> as well as the <a class=text-link href=/privacy/ target=_blank>Privacy Policy</a>.</label></p><p class="font-p text-sm mb-2"><input class="mr-1 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-394527168 x-model=submitData.acceptNewsletter>
55+
<label for=id-394527168>I agree to get updates from Cryptomator Hub via email (optional).</label></p></div><div class=col-span-2><p :class="{'hidden': !feedbackData.errorMessage}" class="text-sm text-red-600 mb-2" x-text=feedbackData.errorMessage></p><button :disabled="feedbackData.inProgress || !acceptTerms || captchaState == 'verifying'" type=submit class="btn btn-primary w-full md:w-64" data-umami-event=book-demo-form x-cloak>
5656
<i :class="{'fa-paper-plane': !feedbackData.inProgress, 'fa-spinner fa-spin': feedbackData.inProgress}" class=fa-solid aria-hidden=true></i>
5757
Book a Demo
5858
</button>

categories/feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Cryptomator Blog</title><description>Recent Blog Posts on cryptomator.org</description><link>https://staging.cryptomator.org/categories/</link><language>en</language><atom:link href="https://staging.cryptomator.org/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://staging.cryptomator.org/img/logo.png</url><title>Cryptomator Blog</title><link>https://staging.cryptomator.org/categories/</link></image><lastBuildDate>Mon, 22 Dec 2025 16:12:10 +0000</lastBuildDate><generator>Hugo</generator><item><title>Winter Is Coming: 50% off Cryptomator</title><description>&lt;p>Winter is Coming — and this time it brings not only cold, but also data security at half the price! From December 1 to 31, 2025, our Winter Sale is live, giving you &lt;strong>50% off*&lt;/strong> Cryptomator.&lt;/p>
1+
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Cryptomator Blog</title><description>Recent Blog Posts on cryptomator.org</description><link>https://staging.cryptomator.org/categories/</link><language>en</language><atom:link href="https://staging.cryptomator.org/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://staging.cryptomator.org/img/logo.png</url><title>Cryptomator Blog</title><link>https://staging.cryptomator.org/categories/</link></image><lastBuildDate>Wed, 31 Dec 2025 09:03:18 +0000</lastBuildDate><generator>Hugo</generator><item><title>Winter Is Coming: 50% off Cryptomator</title><description>&lt;p>Winter is Coming — and this time it brings not only cold, but also data security at half the price! From December 1 to 31, 2025, our Winter Sale is live, giving you &lt;strong>50% off*&lt;/strong> Cryptomator.&lt;/p>
22
&lt;p>That means: only &lt;strong>€9.99 instead of €19.99&lt;/strong> — and as a &lt;strong>one-time purchase&lt;/strong>, not a subscription, with no monthly fees.&lt;/p>
33
&lt;p>&lt;a href="https://cryptomator.org/for-teams/">&lt;strong>Cryptomator Hub&lt;/strong>&lt;/a> is also available at a &lt;strong>50% discount&lt;/strong> for the first year! Contact us for more detailed terms and conditions or take a look at our &lt;a href="https://cryptomator.org/de/pricing/#for-teams">&lt;strong>price list&lt;/strong>&lt;/a>.&lt;/p>
44
&lt;figure class="text-center">

0 commit comments

Comments
 (0)