Skip to content

Commit 1abbbf5

Browse files
committed
deploy: 777386c
1 parent 02ef7c5 commit 1abbbf5

File tree

60 files changed

+106
-116
lines changed

Some content is hidden

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

60 files changed

+106
-116
lines changed

android/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,8 @@ <h3>Buy a license key</h3>
207207
<div class="text-center mt-8">
208208
<p class="text-sm md:text-base leading-relaxed text-gray-700 mb-4">Payments are securely handled by Paddle.</p>
209209
<p class="text-sm md:text-base leading-relaxed text-gray-700 mb-4">
210-
<input class="mr-1 rounded text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type="checkbox" id="id-153796284" x-model="acceptTerms" />
211-
<label for="id-153796284">I accept the <a class="text-primary no-underline hover:underline" href="/terms/">Terms & Conditions</a> as well as the <a class="text-primary no-underline hover:underline" href="/privacy/">Privacy Policy</a>.</label>
210+
<input class="mr-1 rounded text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type="checkbox" id="id-237859461" x-model="acceptTerms" />
211+
<label for="id-237859461">I accept the <a class="text-primary no-underline hover:underline" href="/terms/">Terms & Conditions</a> as well as the <a class="text-primary no-underline hover:underline" href="/privacy/">Privacy Policy</a>.</label>
212212
</p>
213213
<button :disabled="checkoutData.inProgress || !acceptTerms" @click.prevent="androidLicense.checkout('en')" type="submit" class="btn btn-primary w-full md:w-64">
214214
<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> Checkout

boxcryptor-alternative/index.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -501,12 +501,7 @@ <h3 id="general-features">General Features</h3>
501501
<span>Sharing Without Disclosing Passwords</span>
502502
</a>
503503
</td>
504-
<td class="text-sm md:text-base leading-relaxed text-gray-700 p-4">
505-
<div class="has-tooltip">
506-
<i class="fas fa-times-circle fa-fw text-2xl text-gray-600"></i>
507-
<div class="tooltip tooltip-center rounded shadow-md bg-white text-xs w-max max-w-xs p-2">currently only for white labels</div>
508-
</div>
509-
</td>
504+
<td class="text-sm md:text-base leading-relaxed text-gray-700 p-4"><i class="fas fa-check-circle fa-fw text-2xl text-primary"></i></td>
510505
<td class="text-sm md:text-base leading-relaxed text-gray-700 p-4"><i class="fas fa-check-circle fa-fw text-2xl text-primary"></i></td>
511506
</tr>
512507
<tr x-show="isShareKeysOpen" x-cloak>

categories/feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<title>Cryptomator Blog</title>
1212
<link>https://cryptomator.org/categories/</link>
1313
</image>
14-
<lastBuildDate>Fri, 22 Nov 2024 17:17:36 +0000</lastBuildDate>
14+
<lastBuildDate>Wed, 27 Nov 2024 10:43:35 +0000</lastBuildDate>
1515
<generator>Hugo</generator>
1616

1717
<item>

de/android/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,8 @@ <h3>Lizenzschlüssel kaufen</h3>
207207
<div class="text-center mt-8">
208208
<p class="text-sm md:text-base leading-relaxed text-gray-700 mb-4">Zahlungen werden über Paddle abgewickelt.</p>
209209
<p class="text-sm md:text-base leading-relaxed text-gray-700 mb-4">
210-
<input class="mr-1 rounded text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type="checkbox" id="id-136948752" x-model="acceptTerms" />
211-
<label for="id-136948752">Ich akzeptiere die <a class="text-primary no-underline hover:underline" href="/de/terms/">AGB</a> sowie die <a class="text-primary no-underline hover:underline" href="/de/privacy/">Datenschutzerklärung</a>.</label>
210+
<input class="mr-1 rounded text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type="checkbox" id="id-972851346" x-model="acceptTerms" />
211+
<label for="id-972851346">Ich akzeptiere die <a class="text-primary no-underline hover:underline" href="/de/terms/">AGB</a> sowie die <a class="text-primary no-underline hover:underline" href="/de/privacy/">Datenschutzerklärung</a>.</label>
212212
</p>
213213
<button :disabled="checkoutData.inProgress || !acceptTerms" @click.prevent="androidLicense.checkout('de')" type="submit" class="btn btn-primary w-full md:w-64">
214214
<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> Zur Zahlung

de/boxcryptor-alternative/index.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -501,12 +501,7 @@ <h3 id="general-features">Generelle Features</h3>
501501
<span>Gemeinsame Nutzung ohne Weitergabe von Passwörtern</span>
502502
</a>
503503
</td>
504-
<td class="text-sm md:text-base leading-relaxed text-gray-700 p-4">
505-
<div class="has-tooltip">
506-
<i class="fas fa-times-circle fa-fw text-2xl text-gray-600"></i>
507-
<div class="tooltip tooltip-center rounded shadow-md bg-white text-xs w-max max-w-xs p-2">derzeit nur für White-Labels</div>
508-
</div>
509-
</td>
504+
<td class="text-sm md:text-base leading-relaxed text-gray-700 p-4"><i class="fas fa-check-circle fa-fw text-2xl text-primary"></i></td>
510505
<td class="text-sm md:text-base leading-relaxed text-gray-700 p-4"><i class="fas fa-check-circle fa-fw text-2xl text-primary"></i></td>
511506
</tr>
512507
<tr x-show="isShareKeysOpen" x-cloak>

de/categories/feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<title>Cryptomator Blog</title>
1212
<link>https://cryptomator.org/de/categories/</link>
1313
</image>
14-
<lastBuildDate>Fri, 22 Nov 2024 17:17:36 +0000</lastBuildDate>
14+
<lastBuildDate>Wed, 27 Nov 2024 10:43:36 +0000</lastBuildDate>
1515
<generator>Hugo</generator>
1616

1717
<item>

de/donate/index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@ <h2 :class="{'text-primary': showTab == '#paypal'}" class="font-headline font-me
223223
<input type="hidden" name="hosted_button_id" value="NUQ7XQSWMQEGS" />
224224
<input type="hidden" name="amount" value="15" />
225225
<p class="text-sm md:text-base leading-relaxed text-gray-700 mb-4">
226-
<input class="mr-1 rounded text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type="checkbox" id="id-923468157" x-model="acceptTerms" />
227-
<label for="id-923468157">Ich akzeptiere die <a class="text-primary no-underline hover:underline" href="/de/privacy/">Datenschutzerklärung</a>.</label>
226+
<input class="mr-1 rounded text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type="checkbox" id="id-718235496" x-model="acceptTerms" />
227+
<label for="id-718235496">Ich akzeptiere die <a class="text-primary no-underline hover:underline" href="/de/privacy/">Datenschutzerklärung</a>.</label>
228228
</p>
229229
<button type="submit" class="btn btn-primary w-full md:w-64" :disabled="!acceptTerms"><i class="fas fa-external-link" aria-hidden="true"></i> Weiter zu PayPal</button>
230230
</form>
@@ -292,8 +292,8 @@ <h2 :class="{'text-primary': showTab == '#creditcard'}" class="font-headline fon
292292
<p class="text-sm md:text-base leading-relaxed text-gray-700 mb-4">Kreditkartenzahlungen werden über Stripe abgewickelt. Wir können dabei weder deine Kartennummer noch die Prüfziffer einsehen. In deiner Abrechnung wird <a class="text-primary no-underline hover:underline" href="https://support.stripe.com/questions/unknown-charge-on-card-from-stripe" target="_blank" rel="noopener">eine Buchung von Stripe</a> enthalten sein.</p>
293293

294294
<p class="text-sm md:text-base leading-relaxed text-gray-700 mb-4">
295-
<input class="mr-1 rounded text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type="checkbox" id="id-192638547" x-model="acceptTerms" />
296-
<label for="id-192638547">Ich akzeptiere die <a class="text-primary no-underline hover:underline" href="/de/privacy/">Datenschutzerklärung</a>.</label>
295+
<input class="mr-1 rounded text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type="checkbox" id="id-751968432" x-model="acceptTerms" />
296+
<label for="id-751968432">Ich akzeptiere die <a class="text-primary no-underline hover:underline" href="/de/privacy/">Datenschutzerklärung</a>.</label>
297297
</p>
298298

299299
<div x-ref="captchaWrapper" x-show="!oneTimePaymentStatus.captcha" class="flex justify-center">
@@ -315,8 +315,8 @@ <h2 :class="{'text-primary': showTab == '#creditcard'}" class="font-headline fon
315315
<div x-show="frequency === 'recurring'" class="text-center">
316316
<p class="text-sm md:text-base leading-relaxed text-gray-700 mb-4">Wiederkehrende Kreditkartenzahlungen werden über unsere Stripe-Seite erstellt.</p>
317317
<p class="text-sm md:text-base leading-relaxed text-gray-700 mb-4">
318-
<input class="mr-1 rounded text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type="checkbox" id="id-296375148" x-model="acceptTerms" />
319-
<label for="id-296375148">Ich akzeptiere die <a class="text-primary no-underline hover:underline" href="/de/privacy/">Datenschutzerklärung</a>.</label>
318+
<input class="mr-1 rounded text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type="checkbox" id="id-167328594" x-model="acceptTerms" />
319+
<label for="id-167328594">Ich akzeptiere die <a class="text-primary no-underline hover:underline" href="/de/privacy/">Datenschutzerklärung</a>.</label>
320320
</p>
321321
<button type="submit" class="btn btn-primary w-full md:w-64" @click="recurringPayment.checkout(amount, currency, 'de')" :disabled="!acceptTerms">
322322
<i class="fas fa-external-link" aria-hidden="true"></i> Weiter zu Stripe
@@ -395,8 +395,8 @@ <h2 :class="{'text-primary': showTab == '#crypto'}" class="font-headline font-me
395395
<input type="hidden" name="success_url" value="https://cryptomator.org/donate/thanks" />
396396
<input type="hidden" name="allow_extra" value="1" />
397397
<p class="text-sm md:text-base leading-relaxed text-gray-700 mb-4">
398-
<input class="mr-1 rounded text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type="checkbox" id="id-986751342" x-model="acceptTerms" />
399-
<label for="id-986751342">Ich akzeptiere die <a class="text-primary no-underline hover:underline" href="/de/privacy/">Datenschutzerklärung</a>.</label>
398+
<input class="mr-1 rounded text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type="checkbox" id="id-719854362" x-model="acceptTerms" />
399+
<label for="id-719854362">Ich akzeptiere die <a class="text-primary no-underline hover:underline" href="/de/privacy/">Datenschutzerklärung</a>.</label>
400400
</p>
401401
<button type="submit" class="btn btn-primary w-full md:w-64" :disabled="!acceptTerms"><i class="fas fa-external-link" aria-hidden="true"></i> Weiter zu CoinPayments</button>
402402
</form>

de/feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<title>Cryptomator Blog</title>
1212
<link>https://cryptomator.org/de/</link>
1313
</image>
14-
<lastBuildDate>Fri, 22 Nov 2024 17:17:36 +0000</lastBuildDate>
14+
<lastBuildDate>Wed, 27 Nov 2024 10:43:36 +0000</lastBuildDate>
1515
<generator>Hugo</generator>
1616

1717
<item>

de/hub/billing/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -549,12 +549,12 @@ <h2 class="inline-flex px-4 py-1 rounded-full text-sm font-medium tracking-wide
549549
Zahlungen werden über Paddle abgewickelt.
550550
</p>
551551
<p x-show="subscriptionData.customBilling?.managed" class="text-sm md:text-base leading-relaxed text-gray-700 mb-4">
552-
<input class="mr-1 rounded text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type="checkbox" id="id-965234781" x-model="acceptTerms" />
553-
<label for="id-965234781">Ich akzeptiere die <a class="text-primary no-underline hover:underline" href="/de/hub/managed/terms/">AGB</a> sowie die <a class="text-primary no-underline hover:underline" href="/de/privacy/">Datenschutzerklärung</a>.</label>
552+
<input class="mr-1 rounded text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type="checkbox" id="id-236198754" x-model="acceptTerms" />
553+
<label for="id-236198754">Ich akzeptiere die <a class="text-primary no-underline hover:underline" href="/de/hub/managed/terms/">AGB</a> sowie die <a class="text-primary no-underline hover:underline" href="/de/privacy/">Datenschutzerklärung</a>.</label>
554554
</p>
555555
<p x-show="!subscriptionData.customBilling?.managed" class="text-sm md:text-base leading-relaxed text-gray-700 mb-4">
556-
<input class="mr-1 rounded text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type="checkbox" id="id-326854719" x-model="acceptTerms" />
557-
<label for="id-326854719">Ich akzeptiere die <a class="text-primary no-underline hover:underline" href="/de/terms/">AGB</a> sowie die <a class="text-primary no-underline hover:underline" href="/de/privacy/">Datenschutzerklärung</a>.</label>
556+
<input class="mr-1 rounded text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type="checkbox" id="id-697852314" x-model="acceptTerms" />
557+
<label for="id-697852314">Ich akzeptiere die <a class="text-primary no-underline hover:underline" href="/de/terms/">AGB</a> sowie die <a class="text-primary no-underline hover:underline" href="/de/privacy/">Datenschutzerklärung</a>.</label>
558558
</p>
559559
<button :disabled="subscriptionData.inProgress || !acceptTerms" @click.prevent="hubSubscription.checkout('de')" type="submit" class="btn btn-primary w-full lg:w-1/2">
560560
<i :class="{'fa-shopping-cart': !subscriptionData.inProgress, 'fa-check': !subscriptionData.inProgress, 'fa-spinner fa-spin': subscriptionData.inProgress}" class="fas fa-fw" aria-hidden="true"></i>

de/hub/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -604,8 +604,8 @@ <h2 id="newsletter" class="font-headline font-medium text-xl md:text-2xl leading
604604
</button>
605605
</div>
606606
<p class="text-sm md:text-base leading-relaxed text-gray-700">
607-
<input class="mr-1 rounded text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type="checkbox" id="id-629478531" x-model="data.acceptTerms" />
608-
<label for="id-629478531">I agree to get updates from Cryptomator and accept the <a class="text-primary no-underline hover:underline" href="/privacy/">Privacy Policy</a>.</label>
607+
<input class="mr-1 rounded text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type="checkbox" id="id-691278435" x-model="data.acceptTerms" />
608+
<label for="id-691278435">I agree to get updates from Cryptomator and accept the <a class="text-primary no-underline hover:underline" href="/privacy/">Privacy Policy</a>.</label>
609609
</p>
610610
<p :class="{'hidden': !data.errorMessage}" class="text-sm text-red-600 mt-2" x-text="data.errorMessage"></p>
611611
</form>

0 commit comments

Comments
 (0)