Skip to content

Commit 47f22f2

Browse files
committed
1 parent 7a04fbf commit 47f22f2

108 files changed

Lines changed: 138 additions & 132 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-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>
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-975134862><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-975134862 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-964731528><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-964731528 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: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,15 @@
3232
<span class="hidden text-white/80 md:inline" aria-hidden=true></span>
3333
<span><span class=md:hidden>Join our Reddit AMA on 09 Mar 2026, 4 PM CET</span>
3434
<span class="hidden md:inline">Join our Reddit AMA on 09 March 2026, 4 PM CET</span>
35-
<i class="fa-regular fa-arrow-right ml-1" aria-hidden=true></i></span></span></a></div></section><div class="bg-gray-100 min-h-[80vh] pt-28 md:pt-24"><section x-data="{feedbackData: {success: false, inProgress: false, errorMessage: ''}, submitData: {firstName: '', lastName: '', email: '', company: '', website: '', partnershipType: '', message: '', captcha: null, acceptNewsletter: false, formType: 'become-partner'}, acceptTerms: false, hubContact: null, captchaState: null}" x-init="hubContact = new HubContact($refs.form, feedbackData, submitData)" class="container py-12"><header class=mb-6><h1 class="font-h1 mb-8">Become a Partner</h1><p class=lead>Join our partner program and help organizations secure their data with Cryptomator's encryption solutions. Grow your business with our proven technology.</p></header><form x-ref=form @submit.prevent="hubContact.request(); $refs.captcha.reset()"><div x-show=!feedbackData.success class="grid grid-cols-1 md:grid-cols-3 gap-6 items-start"><section class="white-box md:col-span-2"><div class="px-4 py-5 md:p-6"><div class="grid grid-cols-2 gap-6"><div class="col-span-2 md:col-span-1"><label for=firstName class="block text-sm font-medium text-gray-700 mb-2">First Name <span class=text-red-500 aria-label=required>*</span>
35+
<i class="fa-regular fa-arrow-right ml-1" aria-hidden=true></i></span></span></a></div></section><div class="bg-gray-100 min-h-[80vh] pt-28 md:pt-24"><section x-data="{feedbackData: {success: false, inProgress: false, errorMessage: ''}, submitData: {firstName: '', lastName: '', email: '', phone: '', company: '', website: '', partnershipType: '', message: '', captcha: null, acceptNewsletter: false, formType: 'become-partner'}, acceptTerms: false, hubContact: null, captchaState: null}" x-init="hubContact = new HubContact($refs.form, feedbackData, submitData)" class="container py-12"><header class=mb-6><h1 class="font-h1 mb-8">Become a Partner</h1><p class=lead>Join our partner program and help organizations secure their data with Cryptomator's encryption solutions. Grow your business with our proven technology.</p></header><form x-ref=form @submit.prevent="hubContact.request(); $refs.captcha.reset()"><div x-show=!feedbackData.success class="grid grid-cols-1 md:grid-cols-3 gap-6 items-start"><section class="white-box md:col-span-2"><div class="px-4 py-5 md:p-6"><div class="grid grid-cols-2 gap-6"><div class="col-span-2 md:col-span-1"><label for=firstName class="block text-sm font-medium text-gray-700 mb-2">First Name <span class=text-red-500 aria-label=required>*</span>
3636
</label><input type=text id=firstName name=firstName x-model=submitData.firstName class="block input-box w-full" maxlength=100 required aria-required=true @blur="$el.classList.add('show-invalid')"></div><div class="col-span-2 md:col-span-1"><label for=lastName class="block text-sm font-medium text-gray-700 mb-2">Last Name <span class=text-red-500 aria-label=required>*</span>
3737
</label><input type=text id=lastName name=lastName x-model=submitData.lastName class="block input-box w-full" maxlength=100 required aria-required=true @blur="$el.classList.add('show-invalid')"></div><div class=col-span-2><label for=email class="block text-sm font-medium text-gray-700 mb-2">Email Address <span class=text-red-500 aria-label=required>*</span>
38-
</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=company class="block text-sm font-medium text-gray-700 mb-2">Company <span class=text-red-500 aria-label=required>*</span>
38+
</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=phone class="block text-sm font-medium text-gray-700 mb-2">Phone Number (optional)
39+
</label><input type=tel id=phone name=phone x-model=submitData.phone class="block input-box w-full" maxlength=30 pattern=\+?[\d\s]{6,} placeholder="e.g., +49 123 4567890"></div><div class=col-span-2><label for=company class="block text-sm font-medium text-gray-700 mb-2">Company <span class=text-red-500 aria-label=required>*</span>
3940
</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)
4041
</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
4142
</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-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>
43+
</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-541369728><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-541369728 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-631294758><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-631294758 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>
4344
<i :class="{'fa-paper-plane': !feedbackData.inProgress, 'fa-spinner fa-spin': feedbackData.inProgress}" class=fa-solid aria-hidden=true></i>
4445
Submit Request
4546
</button>

0 commit comments

Comments
 (0)