Skip to content

Commit 40d7705

Browse files
committed
deploy: fe480c0
1 parent b6b0c3d commit 40d7705

File tree

58 files changed

+104
-104
lines changed

Some content is hidden

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

58 files changed

+104
-104
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-187539642" x-model="acceptTerms" />
211-
<label for="id-187539642">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-847129536" x-model="acceptTerms" />
211+
<label for="id-847129536">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

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>Mon, 04 Nov 2024 16:19:27 +0000</lastBuildDate>
14+
<lastBuildDate>Thu, 07 Nov 2024 15:58:34 +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-492637518" x-model="acceptTerms" />
211-
<label for="id-492637518">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-841975326" x-model="acceptTerms" />
211+
<label for="id-841975326">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/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>Mon, 04 Nov 2024 16:19:27 +0000</lastBuildDate>
14+
<lastBuildDate>Thu, 07 Nov 2024 15:58:34 +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-132945876" x-model="acceptTerms" />
227-
<label for="id-132945876">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-913742586" x-model="acceptTerms" />
227+
<label for="id-913742586">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-723419568" x-model="acceptTerms" />
296-
<label for="id-723419568">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-428391756" x-model="acceptTerms" />
296+
<label for="id-428391756">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-195862347" x-model="acceptTerms" />
319-
<label for="id-195862347">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-279834651" x-model="acceptTerms" />
319+
<label for="id-279834651">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-127958463" x-model="acceptTerms" />
399-
<label for="id-127958463">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-497283615" x-model="acceptTerms" />
399+
<label for="id-497283615">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>Mon, 04 Nov 2024 16:19:27 +0000</lastBuildDate>
14+
<lastBuildDate>Thu, 07 Nov 2024 15:58:34 +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-748915632" x-model="acceptTerms" />
553-
<label for="id-748915632">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-482135697" x-model="acceptTerms" />
553+
<label for="id-482135697">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-953184276" x-model="acceptTerms" />
557-
<label for="id-953184276">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-361497528" x-model="acceptTerms" />
557+
<label for="id-361497528">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
@@ -596,8 +596,8 @@ <h2 id="newsletter" class="font-headline font-medium text-xl md:text-2xl leading
596596
</button>
597597
</div>
598598
<p class="text-sm md:text-base leading-relaxed text-gray-700">
599-
<input class="mr-1 rounded text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type="checkbox" id="id-824193567" x-model="data.acceptTerms" />
600-
<label for="id-824193567">I agree to get updates from Cryptomator and accept the <a class="text-primary no-underline hover:underline" href="/privacy/">Privacy Policy</a>.</label>
599+
<input class="mr-1 rounded text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type="checkbox" id="id-254861397" x-model="data.acceptTerms" />
600+
<label for="id-254861397">I agree to get updates from Cryptomator and accept the <a class="text-primary no-underline hover:underline" href="/privacy/">Privacy Policy</a>.</label>
601601
</p>
602602
<p :class="{'hidden': !data.errorMessage}" class="text-sm text-red-600 mt-2" x-text="data.errorMessage"></p>
603603
</form>

de/hub/managed/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,8 @@ <h3 class="font-headline text-lg md:text-xl leading-relaxed">
265265
</p>
266266
<p class="text-sm md:text-base leading-relaxed text-gray-700 mb-4">
267267

268-
<input class="mr-1 rounded text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type="checkbox" id="id-687439125" x-model="acceptTerms" />
269-
<label for="id-687439125">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>
268+
<input class="mr-1 rounded text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type="checkbox" id="id-857241693" x-model="acceptTerms" />
269+
<label for="id-857241693">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>
270270

271271
</p>
272272
<div x-show="!submitData.captcha" x-ref="captchaWrapper" class="flex justify-center">

de/index.html

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

0 commit comments

Comments
 (0)