This commit is contained in:
parent
257ec1f17a
commit
02d50de46f
1 changed files with 4 additions and 4 deletions
|
@ -16,7 +16,7 @@
|
|||
{{ if .Params.encrypted }}
|
||||
<li class="inline-flex">
|
||||
<button
|
||||
class="inline-flex gap-1 text-xs px-1.5 py-0.5 rounded bg-red-100 dark:bg-red-500/30"
|
||||
class="inline-flex items-center gap-1 text-xs px-1.5 py-0.5 rounded bg-red-100 dark:bg-red-500/30"
|
||||
data-tooltip="Služba využívá end-to-end šifrování, to znamená, že ani my nemůžeme číst obsah, který skrz ní posíláte."
|
||||
>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="w-3"><path d="M19 10H20C20.5523 10 21 10.4477 21 11V21C21 21.5523 20.5523 22 20 22H4C3.44772 22 3 21.5523 3 21V11C3 10.4477 3.44772 10 4 10H5V9C5 5.13401 8.13401 2 12 2C15.866 2 19 5.13401 19 9V10ZM17 10V9C17 6.23858 14.7614 4 12 4C9.23858 4 7 6.23858 7 9V10H17ZM11 14V18H13V14H11Z" fill="currentColor"></path></svg>
|
||||
|
@ -26,7 +26,7 @@
|
|||
{{ else }}
|
||||
<li class="inline-flex">
|
||||
<button
|
||||
class="inline-flex gap-1 text-xs px-1.5 py-0.5 rounded bg-red-100 dark:bg-red-500/30"
|
||||
class="inline-flex items-center gap-1 text-xs px-1.5 py-0.5 rounded bg-red-100 dark:bg-red-500/30"
|
||||
data-tooltip="Služba nevyužívá end-to-end šifrování, nedoporučujeme ji proto skrz ni posílat extrémně senzitivní data."
|
||||
>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="w-3"><path d="M7 10H20C20.5523 10 21 10.4477 21 11V21C21 21.5523 20.5523 22 20 22H4C3.44772 22 3 21.5523 3 21V11C3 10.4477 3.44772 10 4 10H5V9C5 5.13401 8.13401 2 12 2C14.7405 2 17.1131 3.5748 18.2624 5.86882L16.4731 6.76344C15.6522 5.12486 13.9575 4 12 4C9.23858 4 7 6.23858 7 9V10ZM5 12V20H19V12H5ZM10 15H14V17H10V15Z" fill="currentColor"></path></svg>
|
||||
|
@ -38,7 +38,7 @@
|
|||
<li class="inline-flex">
|
||||
<a
|
||||
href="{{ . }}"
|
||||
class="inline-flex gap-1 text-xs px-1.5 py-0.5 rounded bg-red-100 dark:bg-red-500/30"
|
||||
class="inline-flex items-center gap-1 text-xs px-1.5 py-0.5 rounded bg-red-100 dark:bg-red-500/30"
|
||||
data-tooltip="Služba je dostupná též přímo na síti Tor. Pro nejvyšší míru anonymity k ní doporučujeme přistupovat skrz .onion adresu. Pokud přistupujete skrz Tor browser, budete automaticky přesměrováni."
|
||||
>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 180 180" class="w-3">
|
||||
|
@ -51,7 +51,7 @@
|
|||
{{ if (eq .Params.status "beta") }}
|
||||
<li class="inline-flex">
|
||||
<button
|
||||
class="inline-flex gap-1 text-xs px-1.5 py-0.5 rounded bg-red-100 dark:bg-red-500/30"
|
||||
class="inline-flex items-center gap-1 text-xs px-1.5 py-0.5 rounded bg-red-100 dark:bg-red-500/30"
|
||||
data-tooltip="Službu zatím testujeme, očekávejte proto občasné výpadky a případně registraci pouze za vyžádání."
|
||||
>
|
||||
<span>β</span>
|
||||
|
|
Loading…
Reference in a new issue