Skip to content

Commit b3c46af

Browse files
committed
deploy: d0f573a
1 parent 9260818 commit b3c46af

File tree

284 files changed

+7960
-7960
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

+7960
-7960
lines changed

404.html

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,16 @@
6262
</button>
6363
<div class="absolute">
6464
<div x-show="isProductsDropdownOpen" @click.outside="isProductsDropdownOpen = false" x-cloak class="absolute mt-6 py-2 w-64 bg-white rounded shadow-md z-50">
65-
<a href="/downloads/" class="block px-4 py-2 text-gray-800 hover:bg-secondary hover:text-white hover:no-underline">Downloads</a>
66-
<a href="/hub/" class="block px-4 py-2 text-gray-800 hover:bg-secondary hover:text-white hover:no-underline">Cryptomator Hub</a>
65+
<a href="/downloads/" class="block px-4 py-2 text-gray-800 hover:bg-secondary hover:text-white hover:no-underline plausible-event-name=nav-downloads">Downloads</a>
66+
<a href="/hub/" class="block px-4 py-2 text-gray-800 hover:bg-secondary hover:text-white hover:no-underline plausible-event-name=nav-hub">Cryptomator Hub</a>
6767
</div>
6868
</div>
6969
</li>
7070
<li class="flex items-center mx-2 border-b-2 border-transparent hover:border-primary">
71-
<a class="p-2 hover:no-underline" href="/pricing/">Pricing</a>
71+
<a class="p-2 hover:no-underline plausible-event-name=nav-pricing" href="/pricing/">Pricing</a>
7272
</li>
7373
<li class="flex items-center mx-2 border-b-2 border-transparent hover:border-primary">
74-
<a class="p-2 hover:no-underline" href="/blog/">Blog</a>
74+
<a class="p-2 hover:no-underline plausible-event-name=nav-blog" href="/blog/">Blog</a>
7575
</li>
7676
<li x-data="{ isSupportUsDropdownOpen: false }" class="flex items-center mx-2 border-b-2 border-transparent">
7777
<button @click="isSupportUsDropdownOpen = !isSupportUsDropdownOpen" class="whitespace-nowrap p-2">
@@ -80,9 +80,9 @@
8080
</button>
8181
<div class="absolute">
8282
<div x-show="isSupportUsDropdownOpen" @click.outside="isSupportUsDropdownOpen = false" x-cloak class="absolute mt-6 py-2 w-64 bg-white rounded shadow-md z-50">
83-
<a href="/supporter-cert/" class="block px-4 py-2 text-gray-800 hover:bg-secondary hover:text-white hover:no-underline">Supporter Certificate</a>
84-
<a href="/donate/" class="block px-4 py-2 text-gray-800 hover:bg-secondary hover:text-white hover:no-underline">Donate</a>
85-
<a href="/sponsors/" class="block px-4 py-2 text-gray-800 hover:bg-secondary hover:text-white hover:no-underline">Sponsors</a>
83+
<a href="/supporter-cert/" class="block px-4 py-2 text-gray-800 hover:bg-secondary hover:text-white hover:no-underline plausible-event-name=nav-supporter-cert">Supporter Certificate</a>
84+
<a href="/donate/" class="block px-4 py-2 text-gray-800 hover:bg-secondary hover:text-white hover:no-underline plausible-event-name=nav-donate">Donate</a>
85+
<a href="/sponsors/" class="block px-4 py-2 text-gray-800 hover:bg-secondary hover:text-white hover:no-underline plausible-event-name=nav-sponsors">Sponsors</a>
8686
</div>
8787
</div>
8888
</li>
@@ -93,14 +93,14 @@
9393
</button>
9494
<div class="absolute">
9595
<div x-show="isLearnMoreDropdownOpen" @click.outside="isLearnMoreDropdownOpen = false" x-cloak class="absolute mt-6 py-2 w-96 bg-white rounded shadow-md z-50">
96-
<a href="/open-source/" class="block px-4 py-2 text-gray-800 hover:bg-secondary hover:text-white hover:no-underline">How Open Source Strengthens Security</a>
97-
<a href="/encrypt-dropbox/" class="block px-4 py-2 text-gray-800 hover:bg-secondary hover:text-white hover:no-underline">Encrypt Your Dropbox</a>
98-
<a href="/boxcryptor-alternative/" class="block px-4 py-2 text-gray-800 hover:bg-secondary hover:text-white hover:no-underline">Alternative to Boxcryptor</a>
99-
<a href="/coop/" class="block px-4 py-2 text-gray-800 hover:bg-secondary hover:text-white hover:no-underline">Our Cooperation Partners</a>
100-
<a href="/enterprise/" class="block px-4 py-2 text-gray-800 hover:bg-secondary hover:text-white hover:no-underline">Customizations for Your Enterprise</a>
101-
<a href="/gdpr/" class="block px-4 py-2 text-gray-800 hover:bg-secondary hover:text-white hover:no-underline">GDPR Compliancy</a>
102-
<a href="/nis-2-guideline/" class="block px-4 py-2 text-gray-800 hover:bg-secondary hover:text-white hover:no-underline">NIS-2-Guideline</a>
103-
<a href="/protecting-data-against-ai/" class="block px-4 py-2 text-gray-800 hover:bg-secondary hover:text-white hover:no-underline">Protecting Cloud Data Against AI</a>
96+
<a href="/open-source/" class="block px-4 py-2 text-gray-800 hover:bg-secondary hover:text-white hover:no-underline plausible-event-name=nav-open-source">How Open Source Strengthens Security</a>
97+
<a href="/encrypt-dropbox/" class="block px-4 py-2 text-gray-800 hover:bg-secondary hover:text-white hover:no-underline plausible-event-name=nav-encrypt-dropbox">Encrypt Your Dropbox</a>
98+
<a href="/boxcryptor-alternative/" class="block px-4 py-2 text-gray-800 hover:bg-secondary hover:text-white hover:no-underline plausible-event-name=nav-boxcryptor-alternative">Alternative to Boxcryptor</a>
99+
<a href="/coop/" class="block px-4 py-2 text-gray-800 hover:bg-secondary hover:text-white hover:no-underline plausible-event-name=nav-coop">Our Cooperation Partners</a>
100+
<a href="/enterprise/" class="block px-4 py-2 text-gray-800 hover:bg-secondary hover:text-white hover:no-underline plausible-event-name=nav-enterprise">Customizations for Your Enterprise</a>
101+
<a href="/gdpr/" class="block px-4 py-2 text-gray-800 hover:bg-secondary hover:text-white hover:no-underline plausible-event-name=nav-gdpr">GDPR Compliancy</a>
102+
<a href="/nis-2-guideline/" class="block px-4 py-2 text-gray-800 hover:bg-secondary hover:text-white hover:no-underline plausible-event-name=nav-nis-2-guideline">NIS-2-Guideline</a>
103+
<a href="/protecting-data-against-ai/" class="block px-4 py-2 text-gray-800 hover:bg-secondary hover:text-white hover:no-underline plausible-event-name=nav-protecting-data-against-ai">Protecting Cloud Data Against AI</a>
104104
</div>
105105
</div>
106106
</li>
@@ -133,7 +133,7 @@
133133
</button>
134134
<div class="relative">
135135
<div x-show="isLangDropdownOpen" @click.outside="isLangDropdownOpen = false" x-cloak class="absolute right-0 mt-6 py-2 w-48 bg-white rounded shadow-md z-50">
136-
<a :href="'/de/404.html' + (window.location.search ?? '')" lang="de" class="block px-4 py-2 text-gray-800 hover:bg-secondary hover:text-white hover:no-underline">Deutsch</a>
136+
<a :href="'/de/404.html' + (window.location.search ?? '')" lang="de" class="block px-4 py-2 text-gray-800 hover:bg-secondary hover:text-white hover:no-underline plausible-event-name=nav-lang-de">Deutsch</a>
137137
</div>
138138
</div>
139139
</li>
@@ -147,23 +147,23 @@
147147
Products
148148
</div>
149149
<div class="mt-1">
150-
<a class="block py-2 mx-2 hover:text-secondary hover:no-underline" href="/downloads/">Downloads</a>
151-
<a class="block py-2 mx-2 hover:text-secondary hover:no-underline" href="/hub/">Cryptomator Hub</a>
150+
<a class="block py-2 mx-2 hover:text-secondary hover:no-underline plausible-event-name=nav-downloads" href="/downloads/">Downloads</a>
151+
<a class="block py-2 mx-2 hover:text-secondary hover:no-underline plausible-event-name=nav-hub" href="/hub/">Cryptomator Hub</a>
152152
</div>
153153

154154
<hr class="border-primary my-2"/>
155-
<a class="block py-2 mx-2 hover:text-secondary hover:no-underline" href="/pricing/">Pricing</a>
156-
<a class="block py-2 mx-2 hover:text-secondary hover:no-underline" href="/blog/">Blog</a>
155+
<a class="block py-2 mx-2 hover:text-secondary hover:no-underline plausible-event-name=nav-pricing" href="/pricing/">Pricing</a>
156+
<a class="block py-2 mx-2 hover:text-secondary hover:no-underline plausible-event-name=nav-blog" href="/blog/">Blog</a>
157157

158158
<hr class="border-primary my-2"/>
159159

160160
<div class="uppercase tracking-wide text-gray-500 text-xs font-bold p-2">
161161
Support Us
162162
</div>
163163
<div class="mt-1">
164-
<a class="block py-2 mx-2 hover:text-secondary hover:no-underline" href="/supporter-cert/">Supporter Certificate</a>
165-
<a class="block py-2 mx-2 hover:text-secondary hover:no-underline" href="/donate/">Donate</a>
166-
<a class="block py-2 mx-2 hover:text-secondary hover:no-underline" href="/sponsors/">Sponsors</a>
164+
<a class="block py-2 mx-2 hover:text-secondary hover:no-underline plausible-event-name=nav-supporter-cert" href="/supporter-cert/">Supporter Certificate</a>
165+
<a class="block py-2 mx-2 hover:text-secondary hover:no-underline plausible-event-name=nav-donate" href="/donate/">Donate</a>
166+
<a class="block py-2 mx-2 hover:text-secondary hover:no-underline plausible-event-name=nav-sponsors" href="/sponsors/">Sponsors</a>
167167
</div>
168168

169169
<hr class="border-primary my-2"/>
@@ -172,14 +172,14 @@
172172
Learn More
173173
</div>
174174
<div class="mt-1">
175-
<a class="block py-2 mx-2 hover:text-secondary hover:no-underline" href="/open-source/">How Open Source Strengthens Security</a>
176-
<a class="block py-2 mx-2 hover:text-secondary hover:no-underline" href="/encrypt-dropbox/">Encrypt Your Dropbox</a>
177-
<a class="block py-2 mx-2 hover:text-secondary hover:no-underline" href="/boxcryptor-alternative/">Alternative to Boxcryptor</a>
178-
<a class="block py-2 mx-2 hover:text-secondary hover:no-underline" href="/coop/">Our Cooperation Partners</a>
179-
<a class="block py-2 mx-2 hover:text-secondary hover:no-underline" href="/enterprise/">Customizations for Your Enterprise</a>
180-
<a class="block py-2 mx-2 hover:text-secondary hover:no-underline" href="/gdpr/">GDPR Compliancy</a>
181-
<a class="block py-2 mx-2 hover:text-secondary hover:no-underline" href="/nis-2-guideline/">NIS-2-Guideline</a>
182-
<a class="block py-2 mx-2 hover:text-secondary hover:no-underline" href="/protecting-data-against-ai/">Protecting Cloud Data Against AI</a>
175+
<a class="block py-2 mx-2 hover:text-secondary hover:no-underline plausible-event-name=nav-open-source" href="/open-source/">How Open Source Strengthens Security</a>
176+
<a class="block py-2 mx-2 hover:text-secondary hover:no-underline plausible-event-name=nav-encrypt-dropbox" href="/encrypt-dropbox/">Encrypt Your Dropbox</a>
177+
<a class="block py-2 mx-2 hover:text-secondary hover:no-underline plausible-event-name=nav-boxcryptor-alternative" href="/boxcryptor-alternative/">Alternative to Boxcryptor</a>
178+
<a class="block py-2 mx-2 hover:text-secondary hover:no-underline plausible-event-name=nav-coop" href="/coop/">Our Cooperation Partners</a>
179+
<a class="block py-2 mx-2 hover:text-secondary hover:no-underline plausible-event-name=nav-enterprise" href="/enterprise/">Customizations for Your Enterprise</a>
180+
<a class="block py-2 mx-2 hover:text-secondary hover:no-underline plausible-event-name=nav-gdpr" href="/gdpr/">GDPR Compliancy</a>
181+
<a class="block py-2 mx-2 hover:text-secondary hover:no-underline plausible-event-name=nav-nis-2-guideline" href="/nis-2-guideline/">NIS-2-Guideline</a>
182+
<a class="block py-2 mx-2 hover:text-secondary hover:no-underline plausible-event-name=nav-protecting-data-against-ai" href="/protecting-data-against-ai/">Protecting Cloud Data Against AI</a>
183183
</div>
184184

185185
<hr class="border-primary my-2"/>
@@ -189,13 +189,13 @@
189189
</div>
190190
<div class="mt-1">
191191

192-
<a :href="'/de/404.html' + (window.location.search ?? '')" lang="de" class="block px-2 py-1 hover:text-secondary hover:no-underline">Deutsch</a>
192+
<a :href="'/de/404.html' + (window.location.search ?? '')" lang="de" class="block px-2 py-1 hover:text-secondary hover:no-underline plausible-event-name=nav-lang-de">Deutsch</a>
193193

194194
</div>
195195

196196
<hr class="border-primary my-2"/>
197197

198-
<a class="block p-2 hover:text-secondary hover:no-underline" href="https://github.com/cryptomator" target="_blank" rel="noopener">
198+
<a class="block p-2 hover:text-secondary hover:no-underline plausible-event-name=nav-github" href="https://github.com/cryptomator" target="_blank" rel="noopener">
199199
<i class="fab fa-github fa-fw"></i>
200200
<span>Cryptomator on GitHub</span>
201201
</a>

0 commit comments

Comments
 (0)