Skip to content

Commit 7a04fbf

Browse files
committed
1 parent e58d860 commit 7a04fbf

108 files changed

Lines changed: 130 additions & 124 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<span x-text="checkoutData.discountedPrice ? checkoutData.discountedPrice.formattedAmount : checkoutData.price ? checkoutData.price.formattedAmount : '…'"></span>
3838
<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>
3939
<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>
40-
<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"><label class="inline-block pl-6 -indent-6 [&_*]:indent-0" for=id-849526137><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-849526137 x-model=acceptTerms>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"><label class="inline-block pl-6 -indent-6 [&_*]:indent-0" for=id-259431768><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-259431768 x-model=checkoutData.acceptNewsletter>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>
40+
<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"><label class="inline-block pl-6 -indent-6 [&_*]:indent-0" for=id-148967253><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-148967253 x-model=acceptTerms>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"><label class="inline-block pl-6 -indent-6 [&_*]:indent-0" for=id-145693278><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-145693278 x-model=checkoutData.acceptNewsletter>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>
4141
<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
4242
</button>
4343
<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({

become-a-partner/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</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)
4040
</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
4141
</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
42-
</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"><label class="inline-block pl-6 -indent-6 [&_*]:indent-0" for=id-413978526><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-413978526 x-model=acceptTerms>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"><label class="inline-block pl-6 -indent-6 [&_*]:indent-0" for=id-584139672><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-584139672 x-model=submitData.acceptNewsletter>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>
42+
</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"><label class="inline-block pl-6 -indent-6 [&_*]:indent-0" for=id-169832547><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-169832547 x-model=acceptTerms>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"><label class="inline-block pl-6 -indent-6 [&_*]:indent-0" for=id-485321679><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-485321679 x-model=submitData.acceptNewsletter>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>
4343
<i :class="{'fa-paper-plane': !feedbackData.inProgress, 'fa-spinner fa-spin': feedbackData.inProgress}" class=fa-solid aria-hidden=true></i>
4444
Submit Request
4545
</button>

book-a-demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<span class="text-sm text-gray-700">Procurement</span>
5656
</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">
5757
<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
58-
</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"><label class="inline-block pl-6 -indent-6 [&_*]:indent-0" for=id-219378564><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-219378564 x-model=acceptTerms>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"><label class="inline-block pl-6 -indent-6 [&_*]:indent-0" for=id-247689513><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-247689513 x-model=submitData.acceptNewsletter>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>
58+
</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"><label class="inline-block pl-6 -indent-6 [&_*]:indent-0" for=id-637581249><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-637581249 x-model=acceptTerms>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"><label class="inline-block pl-6 -indent-6 [&_*]:indent-0" for=id-128973456><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-128973456 x-model=submitData.acceptNewsletter>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>
5959
<i :class="{'fa-paper-plane': !feedbackData.inProgress, 'fa-spinner fa-spin': feedbackData.inProgress}" class=fa-solid aria-hidden=true></i>
6060
Book a Demo
6161
</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, 09 Mar 2026 05:20:11 +0000</lastBuildDate><generator>Hugo</generator><item><title>10 Years of Cryptomator – Thank You All</title><description>&lt;h2 id="today-cryptomator-turns-10">Today, Cryptomator Turns 10&lt;/h2>
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, 09 Mar 2026 05:58:55 +0000</lastBuildDate><generator>Hugo</generator><item><title>10 Years of Cryptomator – Thank You All</title><description>&lt;h2 id="today-cryptomator-turns-10">Today, Cryptomator Turns 10&lt;/h2>
22
&lt;p>It feels surreal to read this sentence.&lt;/p>
33
&lt;p>What once began as a small idea has become &lt;strong>a tool trusted by millions of people worldwide&lt;/strong>. People from very different backgrounds and walks of life: journalists protecting their sources. NGOs securing sensitive information. Researchers, students, freelancers, companies—&lt;strong>all united by a common need&lt;/strong>: to keep their data private in an increasingly connected world.&lt;/p>
44
&lt;p>Today, we are not only celebrating an anniversary. We are looking back on the history of Cryptomator, saying thank you to all our supporters, and looking ahead to what the future holds for the Cryptomator project.&lt;/p>

contact-sales/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</label><input type=email id=email name=email x-model=submitData.email class="block input-box w-full" 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)
3939
</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=topic class="block text-sm font-medium text-gray-700 mb-2">What's your topic?
4040
</label><select id=topic name=topic x-model=submitData.topic class="block input-box w-full"><option value>Please select a topic</option><option value=pricing>Pricing</option><option value=technical-integration>Technical integration</option><option value=compliance-security>Compliance / security</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">Message
41-
</label><textarea id=message name=message x-model=submitData.message rows=4 class="block input-box w-full" maxlength=2000 placeholder="Tell us about your requirements, timeline, or specific questions..."></textarea></div><div class=col-span-2><p class="font-p text-sm mb-2"><label class="inline-block pl-6 -indent-6 [&_*]:indent-0" for=id-658247319><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-658247319 x-model=acceptTerms>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"><label class="inline-block pl-6 -indent-6 [&_*]:indent-0" for=id-236745189><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-236745189 x-model=submitData.acceptNewsletter>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=contact-sales-form x-cloak>
41+
</label><textarea id=message name=message x-model=submitData.message rows=4 class="block input-box w-full" maxlength=2000 placeholder="Tell us about your requirements, timeline, or specific questions..."></textarea></div><div class=col-span-2><p class="font-p text-sm mb-2"><label class="inline-block pl-6 -indent-6 [&_*]:indent-0" for=id-384712596><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-384712596 x-model=acceptTerms>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"><label class="inline-block pl-6 -indent-6 [&_*]:indent-0" for=id-238147596><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-238147596 x-model=submitData.acceptNewsletter>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=contact-sales-form x-cloak>
4242
<i :class="{'fa-paper-plane': !feedbackData.inProgress, 'fa-spinner fa-spin': feedbackData.inProgress}" class=fa-solid aria-hidden=true></i>
4343
Send Message
4444
</button>

0 commit comments

Comments
 (0)