Skip to content

Commit 9260818

Browse files
committed
deploy: b455025
1 parent 356649a commit 9260818

File tree

284 files changed

+706
-706
lines changed

Some content is hidden

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

284 files changed

+706
-706
lines changed

404.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
<div class="flex items-stretch">
111111
<ul class="hidden lg:flex items-stretch list-none m-0">
112112
<li class="flex items-center mx-2">
113-
<a class="flex items-center hover:no-underline" href="https://github.com/cryptomator" target="_blank" rel="noopener">
113+
<a class="flex items-center hover:no-underline plausible-event-name=nav-github" href="https://github.com/cryptomator" target="_blank" rel="noopener">
114114
<i class="fab fa-github text-2xl p-2" aria-label="GitHub"></i>
115115
<span id="github-stargazers"></span>
116116
</a>
@@ -119,7 +119,7 @@
119119

120120
<ul class="flex items-stretch list-none m-0">
121121
<li class="flex items-center mx-2">
122-
<a href="/#get-started" role="button" class="self-center btn btn-primary py-1">Get Started</a>
122+
<a href="/#get-started" role="button" class="self-center btn btn-primary py-1 plausible-event-name=nav-cta">Get Started</a>
123123
</li>
124124
</ul>
125125

android/index.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
<div class="flex items-stretch">
108108
<ul class="hidden lg:flex items-stretch list-none m-0">
109109
<li class="flex items-center mx-2">
110-
<a class="flex items-center hover:no-underline" href="https://github.com/cryptomator" target="_blank" rel="noopener">
110+
<a class="flex items-center hover:no-underline plausible-event-name=nav-github" href="https://github.com/cryptomator" target="_blank" rel="noopener">
111111
<i class="fab fa-github text-2xl p-2" aria-label="GitHub"></i>
112112
<span id="github-stargazers"></span>
113113
</a>
@@ -116,7 +116,7 @@
116116

117117
<ul class="flex items-stretch list-none m-0">
118118
<li class="flex items-center mx-2">
119-
<a href="/#get-started" role="button" class="self-center btn btn-primary py-1">Get Started</a>
119+
<a href="/#get-started" role="button" class="self-center btn btn-primary py-1 plausible-event-name=nav-cta">Get Started</a>
120120
</li>
121121
</ul>
122122

@@ -231,11 +231,11 @@ <h3>Buy a license key</h3>
231231
<div class="text-center mt-8">
232232
<p class="text-sm md:text-base leading-relaxed text-gray-700 mb-4">Payments are securely handled by Paddle.</p>
233233
<p class="text-sm md:text-base leading-relaxed text-gray-700 mb-4">
234-
<input class="mr-1 rounded text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type="checkbox" id="id-134856297" x-model="acceptTerms" />
235-
<label for="id-134856297">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>
234+
<input class="mr-1 rounded text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type="checkbox" id="id-489713625" x-model="acceptTerms" />
235+
<label for="id-489713625">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>
236236
</p>
237237
<p class="text-sm md:text-base leading-relaxed text-gray-700 rounded bg-primary-l2 p-2 mb-4">🎁 Use discount code <code>DEC24</code> at checkout to get 33% off!</p>
238-
<button :disabled="checkoutData.inProgress || !acceptTerms" @click.prevent="androidLicense.checkout('en')" type="submit" class="btn btn-primary w-full md:w-64">
238+
<button :disabled="checkoutData.inProgress || !acceptTerms" @click.prevent="androidLicense.checkout('en')" type="submit" class="btn btn-primary w-full md:w-64 plausible-event-name=android-getkey-checkout">
239239
<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
240240
</button>
241241
<p :class="{'hidden': !checkoutData.errorMessage}" class="text-sm text-red-600 mt-2" x-text="checkoutData.errorMessage"></p>
@@ -277,11 +277,11 @@ <h3>Download APK</h3>
277277
<div class="prose prose-sm max-w-none md:max-w-none mb-4">
278278
<p>Version 1.10.3 • Minimum: Android 8.0</p>
279279
</div>
280-
<a class="btn btn-primary w-full md:w-48 mb-2" href="https://static.cryptomator.org/android/1.10.3/Cryptomator-1.10.3.apk" role="button">
280+
<a class="btn btn-primary w-full md:w-48 mb-2 plausible-event-name=android-download" href="https://static.cryptomator.org/android/1.10.3/Cryptomator-1.10.3.apk" role="button">
281281
<span class="fas fa-download" aria-hidden="true"></span> Download
282282
</a>
283283
<p class="text-xs">
284-
<a class="text-primary no-underline hover:underline" href="#" @click.prevent="showShaSignature = !showShaSignature"><i :class="{ 'fa-eye': !showShaSignature, 'fa-eye-slash': showShaSignature }" class="fas fa-fw"></i> SHA256 Signature</a>
284+
<a class="text-primary no-underline hover:underline plausible-event-name=android-download-sha256-signature" href="#" @click.prevent="showShaSignature = !showShaSignature"><i :class="{ 'fa-eye': !showShaSignature, 'fa-eye-slash': showShaSignature }" class="fas fa-fw"></i> SHA256 Signature</a>
285285
</p>
286286
<div x-show="showShaSignature" x-cloak class="prose prose-sm md:prose max-w-none md:max-w-none text-sm mt-4">
287287
<p><code class="break-all">a433c3bd2c05c73d5e9e7e0da2fbe5ab942591ce1935852207e14cd7ad896543</code></p>
@@ -308,10 +308,10 @@ <h3>Get it on F-Droid</h3>
308308
</div>
309309

310310
<div class="flex justify-center p-4">
311-
<button class="w-1/2 ms:w-1/4 p-2 border border-gray-300 rounded-l bg-gray-300 text-gray-700 hover:border-gray-400 hover:bg-gray-400 focus:bg-gray-400 focus:border-secondary" :class="{'border-gray-400 bg-gray-400 text-gray-800 font-medium': fdroidVariant === 'cryptomator-repo'}" @click="fdroidVariant = 'cryptomator-repo'">
311+
<button class="w-1/2 ms:w-1/4 p-2 border border-gray-300 rounded-l bg-gray-300 text-gray-700 hover:border-gray-400 hover:bg-gray-400 focus:bg-gray-400 focus:border-secondary plausible-event-name=android-fdroid-cryptomator-repo-tab" :class="{'border-gray-400 bg-gray-400 text-gray-800 font-medium': fdroidVariant === 'cryptomator-repo'}" @click="fdroidVariant = 'cryptomator-repo'">
312312
Cryptomator Repository
313313
</button>
314-
<button class="w-1/2 ms:w-1/4 p-2 border border-gray-300 rounded-r bg-gray-300 text-gray-700 hover:border-gray-400 hover:bg-gray-400 focus:bg-gray-400 focus:border-secondary" :class="{'border-gray-400 bg-gray-400 text-gray-800 font-medium': fdroidVariant === 'main-repo'}" @click="fdroidVariant = 'main-repo'">
314+
<button class="w-1/2 ms:w-1/4 p-2 border border-gray-300 rounded-r bg-gray-300 text-gray-700 hover:border-gray-400 hover:bg-gray-400 focus:bg-gray-400 focus:border-secondary plausible-event-name=android-fdroid-main-repo-tab" :class="{'border-gray-400 bg-gray-400 text-gray-800 font-medium': fdroidVariant === 'main-repo'}" @click="fdroidVariant = 'main-repo'">
315315
Main Repository
316316
</button>
317317
</div>
@@ -321,7 +321,7 @@ <h3>Get it on F-Droid</h3>
321321
<p>Open this <a class="text-primary no-underline hover:underline" href="https://static.cryptomator.org/android/fdroid/repo?fingerprint=F7C3EC3B0D588D3CB52983E9EB1A7421C93D4339A286398E71D7B651E8D8ECDD" target="_blank">link</a> or scan the QR code on your phone to add our repository.</p>
322322
</div>
323323
<p class="text-xs mb-4">
324-
<a class="text-primary no-underline hover:underline" href="#" @click.prevent="showQrCode = !showQrCode"><i :class="{ 'fa-eye': !showQrCode, 'fa-eye-slash': showQrCode }" class="fas fa-fw"></i> QR Code</a>
324+
<a class="text-primary no-underline hover:underline plausible-event-name=android-fdroid-cryptomator-repo-qr-code" href="#" @click.prevent="showQrCode = !showQrCode"><i :class="{ 'fa-eye': !showQrCode, 'fa-eye-slash': showQrCode }" class="fas fa-fw"></i> QR Code</a>
325325
</p>
326326
<div x-show="showQrCode" x-cloak class="mb-4">
327327
<img class="inline-block h-48" src="/img/android/fdroid-qr-code.svg"/>
@@ -335,7 +335,7 @@ <h3>Get it on F-Droid</h3>
335335
</div>
336336

337337
<div x-show="fdroidVariant === 'main-repo'" class="px-4 pt-4 pb-8">
338-
<a href="https://f-droid.org/packages/org.cryptomator.lite" role="button">
338+
<a class="plausible-event-name=android-fdroid-main-repo-link" href="https://f-droid.org/packages/org.cryptomator.lite" role="button">
339339
<img class="h-10 mx-auto lazyload mb-4" data-src="/img/android/fdroid-main-badge.svg">
340340
</a>
341341
<div class="prose prose-sm max-w-none md:max-w-none mb-4">
@@ -360,7 +360,7 @@ <h3 id="keyrecovery" class="font-headline text-xl md:text-2xl leading-relaxed mb
360360
<p class="text-sm md:text-base leading-relaxed text-gray-700 mb-4">To recover a lost license key or receipt, enter your email address below.</p>
361361
<div class="flex justify-center items-center rounded bg-gray-300">
362362
<input x-model="data.email" x-ref="email" @blur="$refs.email.classList.add('show-invalid')" type="email" class="flex-grow rounded-l border-gray-300 focus:ring-0 focus:border-secondary" placeholder="Email address" required/>
363-
<button :disabled="data.inProgress" @click.prevent="new KeyRecovery($refs.form, data).getUserHistory()" type="submit" class="flex-shrink-0 flex items-center gap-1 btn btn-primary rounded-l-none px-4">
363+
<button :disabled="data.inProgress" @click.prevent="new KeyRecovery($refs.form, data).getUserHistory()" type="submit" class="flex-shrink-0 flex items-center gap-1 btn btn-primary rounded-l-none px-4 plausible-event-name=android-keyrecovery-form">
364364
<i :class="{'fa-envelope': !data.inProgress, 'fa-spinner fa-spin': data.inProgress}" class="fas fa-fw" aria-hidden="true"></i> Retrieve
365365
</button>
366366
</div>

blog/2016/05/25/release-1.1.0/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
<div class="flex items-stretch">
117117
<ul class="hidden lg:flex items-stretch list-none m-0">
118118
<li class="flex items-center mx-2">
119-
<a class="flex items-center hover:no-underline" href="https://github.com/cryptomator" target="_blank" rel="noopener">
119+
<a class="flex items-center hover:no-underline plausible-event-name=nav-github" href="https://github.com/cryptomator" target="_blank" rel="noopener">
120120
<i class="fab fa-github text-2xl p-2" aria-label="GitHub"></i>
121121
<span id="github-stargazers"></span>
122122
</a>
@@ -125,7 +125,7 @@
125125

126126
<ul class="flex items-stretch list-none m-0">
127127
<li class="flex items-center mx-2">
128-
<a href="/#get-started" role="button" class="self-center btn btn-primary py-1">Get Started</a>
128+
<a href="/#get-started" role="button" class="self-center btn btn-primary py-1 plausible-event-name=nav-cta">Get Started</a>
129129
</li>
130130
</ul>
131131

blog/2016/06/16/indepth-french-app-store/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
<div class="flex items-stretch">
117117
<ul class="hidden lg:flex items-stretch list-none m-0">
118118
<li class="flex items-center mx-2">
119-
<a class="flex items-center hover:no-underline" href="https://github.com/cryptomator" target="_blank" rel="noopener">
119+
<a class="flex items-center hover:no-underline plausible-event-name=nav-github" href="https://github.com/cryptomator" target="_blank" rel="noopener">
120120
<i class="fab fa-github text-2xl p-2" aria-label="GitHub"></i>
121121
<span id="github-stargazers"></span>
122122
</a>
@@ -125,7 +125,7 @@
125125

126126
<ul class="flex items-stretch list-none m-0">
127127
<li class="flex items-center mx-2">
128-
<a href="/#get-started" role="button" class="self-center btn btn-primary py-1">Get Started</a>
128+
<a href="/#get-started" role="button" class="self-center btn btn-primary py-1 plausible-event-name=nav-cta">Get Started</a>
129129
</li>
130130
</ul>
131131

blog/2016/08/15/release-1.1.4/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
<div class="flex items-stretch">
115115
<ul class="hidden lg:flex items-stretch list-none m-0">
116116
<li class="flex items-center mx-2">
117-
<a class="flex items-center hover:no-underline" href="https://github.com/cryptomator" target="_blank" rel="noopener">
117+
<a class="flex items-center hover:no-underline plausible-event-name=nav-github" href="https://github.com/cryptomator" target="_blank" rel="noopener">
118118
<i class="fab fa-github text-2xl p-2" aria-label="GitHub"></i>
119119
<span id="github-stargazers"></span>
120120
</a>
@@ -123,7 +123,7 @@
123123

124124
<ul class="flex items-stretch list-none m-0">
125125
<li class="flex items-center mx-2">
126-
<a href="/#get-started" role="button" class="self-center btn btn-primary py-1">Get Started</a>
126+
<a href="/#get-started" role="button" class="self-center btn btn-primary py-1 plausible-event-name=nav-cta">Get Started</a>
127127
</li>
128128
</ul>
129129

blog/2016/09/21/release-1.2.0/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
<div class="flex items-stretch">
117117
<ul class="hidden lg:flex items-stretch list-none m-0">
118118
<li class="flex items-center mx-2">
119-
<a class="flex items-center hover:no-underline" href="https://github.com/cryptomator" target="_blank" rel="noopener">
119+
<a class="flex items-center hover:no-underline plausible-event-name=nav-github" href="https://github.com/cryptomator" target="_blank" rel="noopener">
120120
<i class="fab fa-github text-2xl p-2" aria-label="GitHub"></i>
121121
<span id="github-stargazers"></span>
122122
</a>
@@ -125,7 +125,7 @@
125125

126126
<ul class="flex items-stretch list-none m-0">
127127
<li class="flex items-center mx-2">
128-
<a href="/#get-started" role="button" class="self-center btn btn-primary py-1">Get Started</a>
128+
<a href="/#get-started" role="button" class="self-center btn btn-primary py-1 plausible-event-name=nav-cta">Get Started</a>
129129
</li>
130130
</ul>
131131

blog/2016/11/04/android-0.1/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
<div class="flex items-stretch">
115115
<ul class="hidden lg:flex items-stretch list-none m-0">
116116
<li class="flex items-center mx-2">
117-
<a class="flex items-center hover:no-underline" href="https://github.com/cryptomator" target="_blank" rel="noopener">
117+
<a class="flex items-center hover:no-underline plausible-event-name=nav-github" href="https://github.com/cryptomator" target="_blank" rel="noopener">
118118
<i class="fab fa-github text-2xl p-2" aria-label="GitHub"></i>
119119
<span id="github-stargazers"></span>
120120
</a>
@@ -123,7 +123,7 @@
123123

124124
<ul class="flex items-stretch list-none m-0">
125125
<li class="flex items-center mx-2">
126-
<a href="/#get-started" role="button" class="self-center btn btn-primary py-1">Get Started</a>
126+
<a href="/#get-started" role="button" class="self-center btn btn-primary py-1 plausible-event-name=nav-cta">Get Started</a>
127127
</li>
128128
</ul>
129129

blog/2016/12/02/release-1.2.3/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
<div class="flex items-stretch">
115115
<ul class="hidden lg:flex items-stretch list-none m-0">
116116
<li class="flex items-center mx-2">
117-
<a class="flex items-center hover:no-underline" href="https://github.com/cryptomator" target="_blank" rel="noopener">
117+
<a class="flex items-center hover:no-underline plausible-event-name=nav-github" href="https://github.com/cryptomator" target="_blank" rel="noopener">
118118
<i class="fab fa-github text-2xl p-2" aria-label="GitHub"></i>
119119
<span id="github-stargazers"></span>
120120
</a>
@@ -123,7 +123,7 @@
123123

124124
<ul class="flex items-stretch list-none m-0">
125125
<li class="flex items-center mx-2">
126-
<a href="/#get-started" role="button" class="self-center btn btn-primary py-1">Get Started</a>
126+
<a href="/#get-started" role="button" class="self-center btn btn-primary py-1 plausible-event-name=nav-cta">Get Started</a>
127127
</li>
128128
</ul>
129129

blog/2017/05/09/cyberduck-meets-cryptomator/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
<div class="flex items-stretch">
115115
<ul class="hidden lg:flex items-stretch list-none m-0">
116116
<li class="flex items-center mx-2">
117-
<a class="flex items-center hover:no-underline" href="https://github.com/cryptomator" target="_blank" rel="noopener">
117+
<a class="flex items-center hover:no-underline plausible-event-name=nav-github" href="https://github.com/cryptomator" target="_blank" rel="noopener">
118118
<i class="fab fa-github text-2xl p-2" aria-label="GitHub"></i>
119119
<span id="github-stargazers"></span>
120120
</a>
@@ -123,7 +123,7 @@
123123

124124
<ul class="flex items-stretch list-none m-0">
125125
<li class="flex items-center mx-2">
126-
<a href="/#get-started" role="button" class="self-center btn btn-primary py-1">Get Started</a>
126+
<a href="/#get-started" role="button" class="self-center btn btn-primary py-1 plausible-event-name=nav-cta">Get Started</a>
127127
</li>
128128
</ul>
129129

blog/2017/07/01/release-1.3.0/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<div class="flex items-stretch">
119119
<ul class="hidden lg:flex items-stretch list-none m-0">
120120
<li class="flex items-center mx-2">
121-
<a class="flex items-center hover:no-underline" href="https://github.com/cryptomator" target="_blank" rel="noopener">
121+
<a class="flex items-center hover:no-underline plausible-event-name=nav-github" href="https://github.com/cryptomator" target="_blank" rel="noopener">
122122
<i class="fab fa-github text-2xl p-2" aria-label="GitHub"></i>
123123
<span id="github-stargazers"></span>
124124
</a>
@@ -127,7 +127,7 @@
127127

128128
<ul class="flex items-stretch list-none m-0">
129129
<li class="flex items-center mx-2">
130-
<a href="/#get-started" role="button" class="self-center btn btn-primary py-1">Get Started</a>
130+
<a href="/#get-started" role="button" class="self-center btn btn-primary py-1 plausible-event-name=nav-cta">Get Started</a>
131131
</li>
132132
</ul>
133133

0 commit comments

Comments
 (0)