Skip to content

Commit 5aa4fb5

Browse files
committed
1 parent 6645e36 commit 5aa4fb5

File tree

92 files changed

+176
-184
lines changed

Some content is hidden

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

92 files changed

+176
-184
lines changed

android/index.html

Lines changed: 4 additions & 6 deletions
Large diffs are not rendered by default.

become-a-partner/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
</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=mb-6><label for=website class="block text-sm font-medium text-gray-700 mb-2">Company Website (optional)
3434
</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=mb-6><label for=partnershipType class="block text-sm font-medium text-gray-700 mb-2">Partnership Type
3535
</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=mb-6><label for=message class="block text-sm font-medium text-gray-700 mb-2">Partnership Description
36-
</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><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-678594123 x-model=acceptTerms>
37-
<label for=id-678594123>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-197862543 x-model=submitData.acceptNewsletter>
38-
<label for=id-197862543>I agree to get updates from Cryptomator Hub via email (optional).</label></p><div class=mt-8><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>
36+
</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><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-583916274 x-model=acceptTerms>
37+
<label for=id-583916274>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-712536849 x-model=submitData.acceptNewsletter>
38+
<label for=id-712536849>I agree to get updates from Cryptomator Hub via email (optional).</label></p><div class=mt-8><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>
3939
<i :class="{'fa-paper-plane': !feedbackData.inProgress, 'fa-spinner fa-spin': feedbackData.inProgress}" class=fa-solid aria-hidden=true></i>
4040
Submit Request
4141
</button>

book-a-demo/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
<span class="text-sm text-gray-700">Procurement</span>
5050
</label><label class="flex items-start"><input type=checkbox name=attendees[] value=not-sure x-model=submitData.attendees class="mr-3 mt-0.5 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary">
5151
<span class="text-sm text-gray-700">Not sure</span></label></div></fieldset></div><div class=mb-6><label for=message class="block text-sm font-medium text-gray-700 mb-2">Message
52-
</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><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-132689745 x-model=acceptTerms>
53-
<label for=id-132689745>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-923841675 x-model=submitData.acceptNewsletter>
54-
<label for=id-923841675>I agree to get updates from Cryptomator Hub via email (optional).</label></p><div class=mt-8><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>
52+
</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><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-153679824 x-model=acceptTerms>
53+
<label for=id-153679824>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-596321874 x-model=submitData.acceptNewsletter>
54+
<label for=id-596321874>I agree to get updates from Cryptomator Hub via email (optional).</label></p><div class=mt-8><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>
5555
<i :class="{'fa-paper-plane': !feedbackData.inProgress, 'fa-spinner fa-spin': feedbackData.inProgress}" class=fa-solid aria-hidden=true></i>
5656
Book Demo
5757
</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>Wed, 01 Oct 2025 10:53:58 +0000</lastBuildDate><generator>Hugo</generator><item><title>Cryptomator Desktop 1.18.0 Beta – Try it now!</title><description>&lt;figure class="text-center">
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, 01 Oct 2025 12:48:00 +0000</lastBuildDate><generator>Hugo</generator><item><title>Cryptomator Desktop 1.18.0 Beta – Try it now!</title><description>&lt;figure class="text-center">
22
&lt;img class="inline-block rounded-sm" src="https://staging.cryptomator.org/img/blog/desktop-1-18-0.png" alt="Cryptomator Desktop 1.18.0 Beta" />
33
&lt;/figure>
44
&lt;p>The next release of Cryptomator Desktop is right around the corner – and before we publish the final version, we&amp;rsquo;d like to invite you to test the beta of version 1.18.0. Along with useful new features and important bug fixes, this release also comes with a special call to our community.&lt;/p>

contact-sales/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
</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=mb-6><label for=website class="block text-sm font-medium text-gray-700 mb-2">Company Website (optional)
3333
</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=mb-6><label for=topic class="block text-sm font-medium text-gray-700 mb-2">What's your topic?
3434
</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=mb-6><label for=message class="block text-sm font-medium text-gray-700 mb-2">Message
35-
</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><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-784156329 x-model=acceptTerms>
36-
<label for=id-784156329>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-392815674 x-model=submitData.acceptNewsletter>
37-
<label for=id-392815674>I agree to get updates from Cryptomator Hub via email (optional).</label></p><div class=mt-8><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>
35+
</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><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-985724361 x-model=acceptTerms>
36+
<label for=id-985724361>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-824963751 x-model=submitData.acceptNewsletter>
37+
<label for=id-824963751>I agree to get updates from Cryptomator Hub via email (optional).</label></p><div class=mt-8><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>
3838
<i :class="{'fa-paper-plane': !feedbackData.inProgress, 'fa-spinner fa-spin': feedbackData.inProgress}" class=fa-solid aria-hidden=true></i>
3939
Send Message
4040
</button>

0 commit comments

Comments
 (0)