This commit is contained in:
epoberezkin
2023-12-28 17:53:30 +00:00
parent 14a74c54fd
commit 62a449c35b
5 changed files with 282 additions and 282 deletions
+3 -3
View File
@@ -1394,7 +1394,7 @@ window.addEventListener('scroll',changeHeaderBg);
<img src="/img/new/feature-2.svg" alt="" class="dark:hidden">
<img src="/img/new/feature-2-dark.svg" alt="" class="hidden dark:block">
</div>
<p class="text-grey-black dark:text-white text-[16px] font-medium text-center w-full max-w-[265px]">Cifrado E2E<br>de imágenes y archivos</p>
<p class="text-grey-black dark:text-white text-[16px] font-medium text-center w-full max-w-[265px]">Cifrado E2E<br>de imágenes, vídeos y archivos</p>
</div>
<div class="flex flex-col items-center">
@@ -1402,7 +1402,7 @@ window.addEventListener('scroll',changeHeaderBg);
<img src="/img/new/feature-3.svg" alt="" class="dark:hidden">
<img src="/img/new/feature-3-dark.svg" alt="" class="hidden dark:block">
</div>
<p class="text-grey-black dark:text-white text-[16px] font-medium text-center w-full max-w-[265px]">Grupos secretos descentralizados <br>sólo los usuarios saben de su existencia</p>
<p class="text-grey-black dark:text-white text-[16px] font-medium text-center w-full max-w-[265px]">Grupos descentralizados cifrados E2E — sólo los usuarios conocen su existencia</p>
</div>
<div class="flex flex-col items-center">
@@ -1434,7 +1434,7 @@ window.addEventListener('scroll',changeHeaderBg);
<img src="/img/new/feature-7.svg" alt="" class="dark:hidden">
<img src="/img/new/feature-7-dark.svg" alt="" class="hidden dark:block">
</div>
<p class="text-grey-black dark:text-white text-[16px] font-medium text-center w-full max-w-[265px]">Base de datos portable cifrada — transfiera su perfil a otro dispositivo</p>
<p class="text-grey-black dark:text-white text-[16px] font-medium text-center w-full max-w-[265px]">Almacenamiento portable y cifrado podrá transferir su perfil a otro dispositivo</p>
</div>
<div class="flex flex-col items-center">
+39 -39
View File
@@ -117,7 +117,7 @@
<li class="nav-link relative">
<a href="javascript:void(0);" class="flex items-center justify-between gap-2 lg:py-5">
<span class="text-[16px] leading-[26px] tracking-[0.01em] text-black dark:text-white before:bg-black dark:before:bg-white">Путівник</span>
<span class="text-[16px] leading-[26px] tracking-[0.01em] text-black dark:text-white before:bg-black dark:before:bg-white">Посібник</span>
<span href="" id="btn-mobile" class="flex items-center justify-center h-[36px] w-[36px] lg:h-auto lg:w-auto mt-1">
<svg class="fill-black dark:fill-white" width="10" height="6" viewBox="0 0 10 6" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.50447 0.902966C1.21571 0.627397 0.747525 0.627397 0.458761 0.902966C0.169996 1.17853 0.169996 1.62532 0.458761 1.90089L4.21933 5.48961C4.25543 5.52406 4.29433 5.5542 4.33533 5.58003C4.62234 5.76088 5.01237 5.73074 5.26504 5.48961L9.02561 1.90089C9.31438 1.62532 9.31438 1.17853 9.02561 0.902966C8.73685 0.627397 8.26867 0.627397 7.97991 0.902966L4.74219 3.99273L1.50447 0.902966Z"/>
@@ -129,21 +129,21 @@
<li><a href="/docs/guide/readme.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Швидкий старт</a></li>
<li><a href="/docs/guide/send-messages.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Надсилання повідомлень</a></li>
<li><a href="/docs/guide/send-messages.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Відправлення повідомлень</a></li>
<li><a href="/docs/guide/secret-groups.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Таємні групи</a></li>
<li><a href="/docs/guide/chat-profiles.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Профілі чату</a></li>
<li><a href="/docs/guide/managing-data.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Керування даними</a></li>
<li><a href="/docs/guide/managing-data.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Управління даними</a></li>
<li><a href="/docs/guide/audio-video-calls.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Аудіо і відео дзвінки</a></li>
<li><a href="/docs/guide/audio-video-calls.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Аудіо та відеовиклики</a></li>
<li><a href="/docs/guide/privacy-security.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Конфіденційність і безпека</a></li>
<li><a href="/docs/guide/privacy-security.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Конфіденційність та безпека</a></li>
<li><a href="/docs/guide/app-settings.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Налаштування програми</a></li>
<li><a href="/docs/guide/app-settings.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Налаштування додатка</a></li>
<li><a href="/docs/guide/making-connections.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Встановлення зв'язків</a></li>
<li><a href="/docs/guide/making-connections.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Створення підключень</a></li>
</ul>
</li>
@@ -168,7 +168,7 @@
</a></li>
<li><a href="https://github.com/simplex-chat/simplexmq/blob/stable/protocol/simplex-messaging.md"
target="_blank" class="lg:px-[20px] flex items-center gap-1"
>SMP протокол
>Протокол SMP
<svg class="float-right" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg>
</a></li>
<li><a href="/docs/protocol/simplex-chat.html" class="lg:px-[20px] inline-block"
@@ -187,15 +187,15 @@
<li><a href="/docs/sql.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Доступ до бази даних чату</a></li>
<li><a href="/docs/server.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Хост SMP-сервер</a></li>
<li><a href="/docs/server.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Хостинг сервера SMP</a></li>
<li><a href="/docs/xftp-server.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Хост XFTP-сервер</a></li>
<li><a href="/docs/xftp-server.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Хостинг сервера XFTP</a></li>
<li><a href="/docs/webrtc.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Сервери WebRTC</a></li>
<li><a href="/docs/translations.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Перекласти чат SimpleX</a></li>
<li><a href="/docs/translations.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Переклад SimpleX Chat</a></li>
<li><a href="/downloads/" class=" lg:px-[20px] inline-block whitespace-nowrap">Downloads</a></li>
<li><a href="/downloads/" class=" lg:px-[20px] inline-block whitespace-nowrap">Завантаження</a></li>
<hr class=" h-[1px] w-full dark:opacity-[0.1]">
@@ -224,7 +224,7 @@
<li class="nav-link relative ">
<a href="/jobs" class="flex items-center justify-between gap-2 lg:py-5 whitespace-nowrap">
<span class="text-[16px] leading-[26px] tracking-[0.01em] nav-link-text text-black dark:text-white before:bg-black dark:before:bg-white">Join team</span>
<span class="text-[16px] leading-[26px] tracking-[0.01em] nav-link-text text-black dark:text-white before:bg-black dark:before:bg-white">Приєднатися до команди</span>
</a>
</li>
@@ -239,7 +239,7 @@
<a href="https://github.com/simplex-chat/simplex-chat#help-us-with-donations"
target="_blank" class="whitespace-nowrap flex items-center gap-1 self-center text-white dark:text-black text-[16px] font-medium tracking-[0.02em] rounded-[34px] bg-primary-light dark:bg-primary-dark py-3 lg:py-2 px-20 lg:px-5 mb-16 lg:mb-0"
>Пожертвуйте
>Пожертвувати
</a>
<div class="inline-block dark:hidden self-center mt-[8px]">
@@ -572,13 +572,13 @@ window.addEventListener('scroll',changeHeaderBg);
</head><body><section class="hidden xl:block h-screen pt-[66px] bg-white dark:bg-gradient-radial-mobile dark:lg:bg-gradient-radial">
<div class="container m-auto h-full flex items-center justify-between px-5">
<div class="flex flex-col items-start justify-center w-full h-full">
<h1 class="text-[38px] leading-[43px] font-bold max-w-[500px] mb-[30px] primary-header-contact">Ви отримали адресу для підключення до чату SimpleX</h1>
<h2 class="text-[20px] leading-[28px] text-[#606C71] dark:text-white font-bold max-w-[475px] mb-[80px] secondary-header-contact">Відскануйте QR-код за допомогою програми SimpleX Chat на телефоні або планшеті.</h2>
<h1 class="text-[38px] leading-[43px] font-bold max-w-[500px] mb-[30px] primary-header-contact">Ви отримали адресу для підключення в SimpleX Chat</h1>
<h2 class="text-[20px] leading-[28px] text-[#606C71] dark:text-white font-bold max-w-[475px] mb-[80px] secondary-header-contact">Скануйте QR-код за допомогою додатка SimpleX Chat на своєму телефоні чи планшеті.</h2>
<p class="text-grey-black dark:text-white text-base mb-[16px]">
Відкриті ключі та адреса черги повідомлень у цьому посиланні НЕ передаються мережею при перегляді цієї сторінки — вони містяться в хеш-фрагменті URL-адреси посилання.
Публічні ключі та адреса черги повідомлень в цьому посиланні НЕ відправляються по мережі під час перегляду цієї сторінки — вони містяться в хеш-фрагменті URL-посилання.
</p>
<p class="text-grey-black dark:text-white text-base">Ще не завантажили SimpleX Chat?</p>
<p class="text-grey-black dark:text-white text-base mb-[24px]">Щоб завантажити додаток, скористайтеся посиланнями нижче.</p>
<p class="text-grey-black dark:text-white text-base mb-[24px]">Скористайтеся посиланнями нижче, щоб завантажити додаток.</p>
<div class="flex items-center justify-center gap-4 flex-wrap">
<a href="https://apps.apple.com/us/app/simplex-chat/id1605771084" target="_blank"><img class="h-[40px] w-auto" src="/img/new/apple_store.svg"></a>
@@ -596,7 +596,7 @@ window.addEventListener('scroll',changeHeaderBg);
</div>
<div class="z-10 flex flex-col items-center pt-[40px] ml-[-15px]">
<p class="text-base font-medium text-center max-w-[234px]">Відскануйте QR-код з мобільного додатку</p>
<p class="text-base font-medium text-center max-w-[234px]">Сканувати QR-код з мобільного додатка</p>
<canvas class="conn_req_uri_qrcode"></canvas>
</div>
</div>
@@ -608,11 +608,11 @@ window.addEventListener('scroll',changeHeaderBg);
<section class="block xl:hidden pt-[106px] pb-[90px] bg-white dark:bg-gradient-radial-mobile dark:lg:bg-gradient-radial">
<div class="container m-auto h-full px-5">
<div class="flex flex-col items-center">
<h1 class="text-[28px] font-bold text-center max-w-[602px] mb-[40px] primary-header-contact">Ви отримали адресу для підключення до чату SimpleX</h1>
<p class="text-[20px] leading-[28px] text-grey-black dark:text-white font-medium mb-[30px]">Щоб встановити зв'язок:</p>
<h1 class="text-[28px] font-bold text-center max-w-[602px] mb-[40px] primary-header-contact">Ви отримали адресу для підключення в SimpleX Chat</h1>
<p class="text-[20px] leading-[28px] text-grey-black dark:text-white font-medium mb-[30px]">Щоб здійснити підключення:</p>
<div class="flex flex-col justify-center items-center p-4 w-full max-w-[468px] min-h-[131px] rounded-[30px] border-[1px] border-[#A8B0B4] dark:border-white border-opacity-60 mb-6 relative">
<p class="text-xl font-medium text-grey-black dark:text-white mb-4">Встановіть додаток SimpleX</p>
<p class="text-xl font-medium text-grey-black dark:text-white mb-4">Встановити додаток SimpleX</p>
<div class="flex flex-wrap items-center justify-center gap-2">
<a class="apple-store-btn hidden" href="https://apps.apple.com/us/app/simplex-chat/id1605771084" target="_blank"><img class="h-[40px] w-auto" src="/img/new/apple_store.svg"></a>
<a class="google-play-btn hidden" href="https://play.google.com/store/apps/details?id=chat.simplex.app" target="_blank" title="Public iOS preview on TestFlight"><img class="h-[40px] w-auto" src="/img/new/google_play.svg"></a>
@@ -625,8 +625,8 @@ window.addEventListener('scroll',changeHeaderBg);
</div>
<div class="flex flex-col justify-center items-center w-full max-w-[468px] h-[131px] rounded-[30px] border-[1px] border-[#A8B0B4] dark:border-white border-opacity-60 mb-6 relative">
<p class="text-xl font-medium text-grey-black dark:text-white mb-4">Підключіться в додатку</p>
<a id="mobile_conn_req_uri" class="bg-[#0053D0] text-white py-3 px-8 rounded-[34px] h-[44px] text-[16px] leading-[19px] tracking-[0.02em]">Відкрийте програму Simplex</a>
<p class="text-xl font-medium text-grey-black dark:text-white mb-4">Підключитися в додатку</p>
<a id="mobile_conn_req_uri" class="bg-[#0053D0] text-white py-3 px-8 rounded-[34px] h-[44px] text-[16px] leading-[19px] tracking-[0.02em]">Відкрити додаток SimpleX</a>
<div class="absolute bg-[#0197FF] h-[44px] w-[44px] rounded-full flex items-center justify-center top-0 left-0 translate-x-[-30%] translate-y-[-30%]">
<p class="text-base text-white font-bold leading-[36px]">2</p>
@@ -634,7 +634,7 @@ window.addEventListener('scroll',changeHeaderBg);
</div>
<div class="flex flex-col justify-center items-center w-full max-w-[468px] h-[131px] rounded-[30px] border-[1px] border-[#A8B0B4] dark:border-white border-opacity-60 relative">
<p class="text-xl font-medium text-grey-black dark:text-white max-w-[230px] text-center">Натисніть кнопку <span class="text-active-blue">‘підключитися‘</span> у додатку</p>
<p class="text-xl font-medium text-grey-black dark:text-white max-w-[230px] text-center">Торкніться кнопки <span class="text-active-blue">‘підключити</span> в додатку</p>
<div class="absolute bg-[#0197FF] h-[44px] w-[44px] rounded-full flex items-center justify-center top-0 left-0 translate-x-[-30%] translate-y-[-30%]">
<p class="text-base text-white font-bold leading-[36px]">3</p>
@@ -653,7 +653,7 @@ window.addEventListener('scroll',changeHeaderBg);
<div class="hidden md:block xl:hidden for-tablet">
<div class="contact-tab">
<div class="flex items-center justify-between my-[40px] contact-tab-btn cursor-pointer">
<h2 class="text-xl font-bold">Відскануйте QR-код за допомогою програми SimpleX Chat</h2>
<h2 class="text-xl font-bold">Скануйте QR-код за допомогою додатка SimpleX Chat</h2>
<svg class="fill-grey-black dark:fill-white" width="10" height="5" viewBox="0 0 10 5" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.40813 4.79332C8.69689 5.06889 9.16507 5.06889 9.45384 4.79332C9.7426 4.51775 9.7426 4.07097 9.45384 3.7954L5.69327 0.206676C5.65717 0.17223 5.61827 0.142089 5.57727 0.116255C5.29026 -0.064587 4.90023 -0.0344467 4.64756 0.206676L0.886983 3.7954C0.598219 4.07097 0.598219 4.51775 0.886983 4.79332C1.17575 5.06889 1.64393 5.06889 1.93269 4.79332L5.17041 1.70356L8.40813 4.79332Z"></path>
</svg>
@@ -662,7 +662,7 @@ window.addEventListener('scroll',changeHeaderBg);
<div class="contact-tab-content flex flex-col gap-10">
<p class="text-base mb-5">
Відкриті ключі та адреса черги повідомлень за цим посиланням НЕ передаються мережею при перегляді цієї сторінки —<br> вони містяться в хеш-фрагменті URL-адреси посилання.
Публічні ключі та адреса черги повідомлень в цьому посиланні НЕ відправляються по мережі під час перегляду цієї сторінки —<br> вони містяться в хеш-фрагменті URL-посилання.
</p>
<canvas class="self-center conn_req_uri_qrcode"></canvas>
</div>
@@ -673,7 +673,7 @@ window.addEventListener('scroll',changeHeaderBg);
<div class="hidden xl:block">
<div class="contact-tab">
<div class="flex items-center justify-between my-[40px] contact-tab-btn cursor-pointer">
<h2 class="text-xl font-bold">Встановлення чату SimpleX на термінал</h2>
<h2 class="text-xl font-bold">Встановлення SimpleX Chat для терміналу</h2>
<svg class="fill-grey-black dark:fill-white" width="10" height="5" viewBox="0 0 10 5" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.40813 4.79332C8.69689 5.06889 9.16507 5.06889 9.45384 4.79332C9.7426 4.51775 9.7426 4.07097 9.45384 3.7954L5.69327 0.206676C5.65717 0.17223 5.61827 0.142089 5.57727 0.116255C5.29026 -0.064587 4.90023 -0.0344467 4.64756 0.206676L0.886983 3.7954C0.598219 4.07097 0.598219 4.51775 0.886983 4.79332C1.17575 5.06889 1.64393 5.06889 1.93269 4.79332L5.17041 1.70356L8.40813 4.79332Z"></path>
</svg>
@@ -681,13 +681,13 @@ window.addEventListener('scroll',changeHeaderBg);
<div class="contact-tab-content">
<p class="text-base mb-4">Використовуй цю команду:</p>
<p class="text-base mb-4">Використовуйте цю команду:</p>
<p class="bg-white flex items-center justify-between rounded p-3 shadow-[inset_0px_2px_2px_rgba(0,0,0,0.15)] mb-8">
<span class="text-grey-black font-light text-[14px] leading-6">curl -o- https://raw.githubusercontent.com/simplex-chat/simplex-chat/master/install.sh | bash</span>
<!-- <img class="content_copy" src="/img/new/content-copy.svg" /> -->
</p>
<p class="flex text-base font-medium mb-[76px]">Дивіться Чат SimpleX &nbsp;
<p class="flex text-base font-medium mb-[76px]">Дивіться SimpleX Chat &nbsp;
<a href="" class="flex gap-1 no-underline">
<span class="text-primary-light dark:text-primary-dark underline underline-offset-4 text-base font-medium">Репозиторій GitHub</span>
<svg class="fill-primary-light dark:fill-primary-dark" width="24" height="24" viewBox="0 0 41 41" fill="none" xmlns="http://www.w3.org/2000/svg">
@@ -696,7 +696,7 @@ window.addEventListener('scroll',changeHeaderBg);
</svg>
</a>
&nbsp;
інструкції, як завантажити або скомпілювати його з вихідного коду.</p>
інструкції з того, як його завантажити чи скомпілювати з вихідного коду.</p>
</div>
</div>
@@ -713,7 +713,7 @@ window.addEventListener('scroll',changeHeaderBg);
<div class="contact-tab-content">
<p class="text-base font-medium mb-[46px]">Якщо ви вже встановили&nbsp;
<a href="" class="text-base font-medium">SimpleX Chat для терміналу</a>&nbsp;
v1.0.0+, скопіюйте команду нижче і використовуйте її в чаті:
v1.0.0+, скопіюйте команду нижче та використовуйте її в чаті:
</p>
<p class="bg-white flex items-center justify-between rounded p-3 shadow-[inset_0px_2px_2px_rgba(0,0,0,0.15)] mb-[36px]">
<span id="conn_req_uri_text" class="text-grey-black font-light text-[14px] leading-6"></span>
@@ -732,8 +732,8 @@ window.addEventListener('scroll',changeHeaderBg);
<section id="join-simplex" class="bg-primary-bg-light dark:bg-primary-bg-dark lg:h-[855px] py-[90px] px-5">
<div class="container flex flex-col items-center">
<h2 class="text-[38px] leading-[36px] md:leading-[55px] text-grey-black dark:text-white text-center font-bold mb-5"><span class="text-active-blue">Приєднуйтесь</span> SimpleX</h2>
<p class="text-black dark:text-white text-base text-center mb-14">Запрошуємо вас долучитися до розмови</p>
<h2 class="text-[38px] leading-[36px] md:leading-[55px] text-grey-black dark:text-white text-center font-bold mb-5"><span class="text-active-blue">Приєднатися</span> SimpleX</h2>
<p class="text-black dark:text-white text-base text-center mb-14">Ми запрошуємо вас приєднатися до розмови</p>
<div class="flex flex-col items-center gap-5 self-stretch mb-12">
<a href="https://www.reddit.com/r/SimpleXChat/" class="flex items-center justify-center h-11 w-full max-w-[294px] font-medium text-base rounded-[34px] tracking-[0.02em] text-primary-light dark:text-primary-dark dark:bg-primary-bg-dark dark:border-primary-dark dark:border bg-[#D9ECFF]">Приєднуйтесь до спільноти REDDIT</a>
@@ -741,10 +741,10 @@ window.addEventListener('scroll',changeHeaderBg);
<a href="https://github.com/simplex-chat/simplex-chat#help-us-with-donations" class="flex items-center justify-center h-11 w-full max-w-[294px] font-medium text-base rounded-[34px] tracking-[0.02em] text-primary-light dark:text-primary-dark dark:border-none bg-white dark:bg-[rgba(112,240,249,0.2)] border border-[#0053D0]">Пожертвуйте тут, щоб допомогти нам</a>
</div>
<p class="text-grey-black dark:text-white text-base text-center mb-7">Підпишіться на наші оновлення</p>
<p class="text-grey-black dark:text-white text-base text-center mb-7">Підпишіться, щоб отримувати наші оновлення</p>
<form class="flex items-center w-full max-w-[540px] mb-20" action="https://chat.us2.list-manage.com/subscribe/post?u=ddd892b258ae36e5438e6d4e1&amp;id=ad6037a2fe" method="post" target="_blank" novalidate="">
<input name="EMAIL" type="text" class="h-[44px] ltr:rounded-l-[34px] rtl:rounded-r-[34px] bg-transparent border border-primary-light focus:outline-none text-primary-light dark:text-primary-dark text-base w-full max-w-[400px] px-5 placeholder:text-grey-black placeholder:dark:text-white placeholder:text-base placeholder:font-normal placeholder:tracking-[0.01em]" placeholder="Введіть адресу вашої електронної пошти">
<input name="EMAIL" type="text" class="h-[44px] ltr:rounded-l-[34px] rtl:rounded-r-[34px] bg-transparent border border-primary-light focus:outline-none text-primary-light dark:text-primary-dark text-base w-full max-w-[400px] px-5 placeholder:text-grey-black placeholder:dark:text-white placeholder:text-base placeholder:font-normal placeholder:tracking-[0.01em]" placeholder="Введіть свою електронну адресу">
<span aria-hidden="true" class="hidden">
<input type="text" name="b_ddd892b258ae36e5438e6d4e1_ad6037a2fe" tabindex="-1" value="">
</span>
@@ -753,7 +753,7 @@ window.addEventListener('scroll',changeHeaderBg);
<hr class="block mb-7 mx-5 dark:opacity-[0.2] w-full">
<p class="text-grey-black dark:text-white text-center mb-7">Отримати SimpleX <a href="/downloads">desktop app</a></p>
<p class="text-grey-black dark:text-white text-center mb-7">Отримати SimpleX <a href="/downloads">додаток для настільних комп'ютерів</a></p>
<div class="flex items-center justify-center gap-4 flex-wrap">
<a href="https://apps.apple.com/us/app/simplex-chat/id1605771084" target="_blank"><img class="h-[40px] w-auto" src="/img/new/apple_store.svg"></a>
<a href="https://play.google.com/store/apps/details?id=chat.simplex.app" target="_blank" title="Public iOS preview on TestFlight"><img class="h-[40px] w-auto" src="/img/new/google_play.svg"></a>
@@ -806,7 +806,7 @@ window.addEventListener('scroll',changeHeaderBg);
<a href="https://github.com/simplex-chat/simplex-chat#help-us-with-donations"
target="_blank"
class="text-grey-black dark:text-white text-[14px] font-medium leading-[28px] tracking-[0.01em] mb-3 flex items-center gap-1">
Пожертвуйте
Пожертвувати
<svg class="float-right" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg>
</a>
</div>
@@ -895,7 +895,7 @@ window.addEventListener('scroll',changeHeaderBg);
</div>
</article>
</div>
<a href="#" class="text-grey-black dark:text-white text-[16px] text-center lg:ltr:text-left lg:rtl:text-right font-medium leading-[28px] tracking-[0.01em] block mt-[60px]">© 2020-2023 SimpleX | Проект з відкритим вихідним кодом</a>
<a href="#" class="text-grey-black dark:text-white text-[16px] text-center lg:ltr:text-left lg:rtl:text-right font-medium leading-[28px] tracking-[0.01em] block mt-[60px]">© 2020-2023 SimpleX | Проект з відкритим кодом</a>
</div>
</section>
+24 -24
View File
@@ -117,7 +117,7 @@
<li class="nav-link relative">
<a href="javascript:void(0);" class="flex items-center justify-between gap-2 lg:py-5">
<span class="text-[16px] leading-[26px] tracking-[0.01em] text-black dark:text-white before:bg-black dark:before:bg-white">Путівник</span>
<span class="text-[16px] leading-[26px] tracking-[0.01em] text-black dark:text-white before:bg-black dark:before:bg-white">Посібник</span>
<span href="" id="btn-mobile" class="flex items-center justify-center h-[36px] w-[36px] lg:h-auto lg:w-auto mt-1">
<svg class="fill-black dark:fill-white" width="10" height="6" viewBox="0 0 10 6" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.50447 0.902966C1.21571 0.627397 0.747525 0.627397 0.458761 0.902966C0.169996 1.17853 0.169996 1.62532 0.458761 1.90089L4.21933 5.48961C4.25543 5.52406 4.29433 5.5542 4.33533 5.58003C4.62234 5.76088 5.01237 5.73074 5.26504 5.48961L9.02561 1.90089C9.31438 1.62532 9.31438 1.17853 9.02561 0.902966C8.73685 0.627397 8.26867 0.627397 7.97991 0.902966L4.74219 3.99273L1.50447 0.902966Z"/>
@@ -129,21 +129,21 @@
<li><a href="/docs/guide/readme.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Швидкий старт</a></li>
<li><a href="/docs/guide/send-messages.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Надсилання повідомлень</a></li>
<li><a href="/docs/guide/send-messages.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Відправлення повідомлень</a></li>
<li><a href="/docs/guide/secret-groups.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Таємні групи</a></li>
<li><a href="/docs/guide/chat-profiles.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Профілі чату</a></li>
<li><a href="/docs/guide/managing-data.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Керування даними</a></li>
<li><a href="/docs/guide/managing-data.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Управління даними</a></li>
<li><a href="/docs/guide/audio-video-calls.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Аудіо і відео дзвінки</a></li>
<li><a href="/docs/guide/audio-video-calls.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Аудіо та відеовиклики</a></li>
<li><a href="/docs/guide/privacy-security.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Конфіденційність і безпека</a></li>
<li><a href="/docs/guide/privacy-security.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Конфіденційність та безпека</a></li>
<li><a href="/docs/guide/app-settings.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Налаштування програми</a></li>
<li><a href="/docs/guide/app-settings.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Налаштування додатка</a></li>
<li><a href="/docs/guide/making-connections.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Встановлення зв'язків</a></li>
<li><a href="/docs/guide/making-connections.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Створення підключень</a></li>
</ul>
</li>
@@ -168,7 +168,7 @@
</a></li>
<li><a href="https://github.com/simplex-chat/simplexmq/blob/stable/protocol/simplex-messaging.md"
target="_blank" class="lg:px-[20px] flex items-center gap-1"
>SMP протокол
>Протокол SMP
<svg class="float-right" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg>
</a></li>
<li><a href="/docs/protocol/simplex-chat.html" class="lg:px-[20px] inline-block"
@@ -187,15 +187,15 @@
<li><a href="/docs/sql.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Доступ до бази даних чату</a></li>
<li><a href="/docs/server.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Хост SMP-сервер</a></li>
<li><a href="/docs/server.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Хостинг сервера SMP</a></li>
<li><a href="/docs/xftp-server.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Хост XFTP-сервер</a></li>
<li><a href="/docs/xftp-server.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Хостинг сервера XFTP</a></li>
<li><a href="/docs/webrtc.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Сервери WebRTC</a></li>
<li><a href="/docs/translations.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Перекласти чат SimpleX</a></li>
<li><a href="/docs/translations.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Переклад SimpleX Chat</a></li>
<li><a href="/downloads/" class=" lg:px-[20px] inline-block whitespace-nowrap">Downloads</a></li>
<li><a href="/downloads/" class=" lg:px-[20px] inline-block whitespace-nowrap">Завантаження</a></li>
<hr class=" h-[1px] w-full dark:opacity-[0.1]">
@@ -224,7 +224,7 @@
<li class="nav-link relative ">
<a href="/jobs" class="flex items-center justify-between gap-2 lg:py-5 whitespace-nowrap">
<span class="text-[16px] leading-[26px] tracking-[0.01em] nav-link-text text-black dark:text-white before:bg-black dark:before:bg-white">Join team</span>
<span class="text-[16px] leading-[26px] tracking-[0.01em] nav-link-text text-black dark:text-white before:bg-black dark:before:bg-white">Приєднатися до команди</span>
</a>
</li>
@@ -239,7 +239,7 @@
<a href="https://github.com/simplex-chat/simplex-chat#help-us-with-donations"
target="_blank" class="whitespace-nowrap flex items-center gap-1 self-center text-white dark:text-black text-[16px] font-medium tracking-[0.02em] rounded-[34px] bg-primary-light dark:bg-primary-dark py-3 lg:py-2 px-20 lg:px-5 mb-16 lg:mb-0"
>Пожертвуйте
>Пожертвувати
</a>
<div class="inline-block dark:hidden self-center mt-[8px]">
@@ -582,16 +582,16 @@ window.addEventListener('scroll',changeHeaderBg);
<div class="flex flex-col lg:flex-row gap-16 lg:gap-28">
<div class="w-full lg:w-3/5">
<h3 class="text-grey-black dark:text-white text-[24px] lg:text-[32px] font-bold mb-2">Репо SimpleX Chat</h3>
<h3 class="text-grey-black dark:text-white text-[24px] lg:text-[32px] font-bold mb-2">Репозитарій SimpleX Chat</h3>
<div class="flex flex-col-reverse sm:flex-row gap-4">
<div>
<p class="mb-2 text-lg font-medium mt-6">Стабільні та бета-версії, створені розробниками</p>
<p>Щоб додати його в клієнт F-Droid <span class="hide-on-mobile">відскануйте QR-код або</span> використовуйте цю URL-адресу:</p>
<p class="mb-2 text-lg font-medium mt-6">Стабільні та бета-версії, побудовані розробниками</p>
<p>Щоб додати його до свого клієнта F-Droid, <span class="hide-on-mobile">скануйте QR-код або</span> використовуйте цей URL:</p>
<a class="mb-2 break-words text-primary-light dark:text-primary-dark block text-left rtl:text-right text-[14px] xl:text-[16px] leading-[34px] underline-offset-2" href="https://app.simplex.chat/fdroid/repo?fingerprint=9F358FF284D1F71656A2BFAF0E005DEAE6AA14143720E089F11FF2DDCFEB01BA">
<code>https://app.simplex.chat/fdroid/repo</code>
</a>
<p>
Відбиток ключа підпису (SHA-256):
Відбиток підпису ключа (SHA-256):
</p><blockquote class="font-bold mt-2">
9F 35 8F F2 84 D1 F7 16 56 A2 BF AF 0E 00 5D EA E6 AA 14 14 37 20 E0 89 F1 1F F2 DD CF EB 01 BA
</blockquote>
@@ -605,11 +605,11 @@ window.addEventListener('scroll',changeHeaderBg);
</div>
<div class="w-full lg:w-2/5">
<h3 class="text-grey-black dark:text-white text-[24px] lg:text-[32px] font-bold mb-6">Репо F-Droid.org</h3>
<h3 class="text-grey-black dark:text-white text-[24px] lg:text-[32px] font-bold mb-6">Репозитарій F-Droid.org</h3>
<a class="inline-block" href="https://f-droid.org/en/packages/chat.simplex.app/" target="_blank" title="SimpleX F-Droid Repository"><img class="h-[40px] w-auto" src="/img/new/f_droid.svg"></a>
<p class="mb-2 text-lg font-medium mt-6">Стабільні версії, зібрані на F-Droid.org</p>
<p class="mb-2">Релізи в це репо відбуваються на 1-2 дні пізніше.</p>
<p class="mb-2">Репозиторії SimpleX Chat та F-Droid.org підписують збірки з різними ключами. Щоб перемикнутися, будь ласка <a href="/docs/guide/chat-profiles.html#move-your-chat-profiles-to-another-device">експорт</a> базу даних чату та перевстановіть додаток.</p>
<p class="mb-2 text-lg font-medium mt-6">Стабільні версії, побудовані F-Droid.org</p>
<p class="mb-2">Релізи в цей репозитарій робляться за 1-2 дні пізніше.</p>
<p class="mb-2">SimpleX Chat та репозитарії F-Droid.org підписують збірки різними ключами. Щоб переключитися, будь ласка, <a href="/docs/guide/chat-profiles.html#move-your-chat-profiles-to-another-device">експортуйте</a> базу даних чату та перевстановіть додаток.</p>
</div>
</div>
@@ -657,7 +657,7 @@ window.addEventListener('scroll',changeHeaderBg);
<a href="https://github.com/simplex-chat/simplex-chat#help-us-with-donations"
target="_blank"
class="text-grey-black dark:text-white text-[14px] font-medium leading-[28px] tracking-[0.01em] mb-3 flex items-center gap-1">
Пожертвуйте
Пожертвувати
<svg class="float-right" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg>
</a>
</div>
@@ -746,7 +746,7 @@ window.addEventListener('scroll',changeHeaderBg);
</div>
</article>
</div>
<a href="#" class="text-grey-black dark:text-white text-[16px] text-center lg:ltr:text-left lg:rtl:text-right font-medium leading-[28px] tracking-[0.01em] block mt-[60px]">© 2020-2023 SimpleX | Проект з відкритим вихідним кодом</a>
<a href="#" class="text-grey-black dark:text-white text-[16px] text-center lg:ltr:text-left lg:rtl:text-right font-medium leading-[28px] tracking-[0.01em] block mt-[60px]">© 2020-2023 SimpleX | Проект з відкритим кодом</a>
</div>
</section>
+177 -177
View File
File diff suppressed because one or more lines are too long
+39 -39
View File
@@ -117,7 +117,7 @@
<li class="nav-link relative">
<a href="javascript:void(0);" class="flex items-center justify-between gap-2 lg:py-5">
<span class="text-[16px] leading-[26px] tracking-[0.01em] text-black dark:text-white before:bg-black dark:before:bg-white">Путівник</span>
<span class="text-[16px] leading-[26px] tracking-[0.01em] text-black dark:text-white before:bg-black dark:before:bg-white">Посібник</span>
<span href="" id="btn-mobile" class="flex items-center justify-center h-[36px] w-[36px] lg:h-auto lg:w-auto mt-1">
<svg class="fill-black dark:fill-white" width="10" height="6" viewBox="0 0 10 6" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.50447 0.902966C1.21571 0.627397 0.747525 0.627397 0.458761 0.902966C0.169996 1.17853 0.169996 1.62532 0.458761 1.90089L4.21933 5.48961C4.25543 5.52406 4.29433 5.5542 4.33533 5.58003C4.62234 5.76088 5.01237 5.73074 5.26504 5.48961L9.02561 1.90089C9.31438 1.62532 9.31438 1.17853 9.02561 0.902966C8.73685 0.627397 8.26867 0.627397 7.97991 0.902966L4.74219 3.99273L1.50447 0.902966Z"/>
@@ -129,21 +129,21 @@
<li><a href="/docs/guide/readme.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Швидкий старт</a></li>
<li><a href="/docs/guide/send-messages.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Надсилання повідомлень</a></li>
<li><a href="/docs/guide/send-messages.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Відправлення повідомлень</a></li>
<li><a href="/docs/guide/secret-groups.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Таємні групи</a></li>
<li><a href="/docs/guide/chat-profiles.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Профілі чату</a></li>
<li><a href="/docs/guide/managing-data.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Керування даними</a></li>
<li><a href="/docs/guide/managing-data.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Управління даними</a></li>
<li><a href="/docs/guide/audio-video-calls.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Аудіо і відео дзвінки</a></li>
<li><a href="/docs/guide/audio-video-calls.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Аудіо та відеовиклики</a></li>
<li><a href="/docs/guide/privacy-security.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Конфіденційність і безпека</a></li>
<li><a href="/docs/guide/privacy-security.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Конфіденційність та безпека</a></li>
<li><a href="/docs/guide/app-settings.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Налаштування програми</a></li>
<li><a href="/docs/guide/app-settings.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Налаштування додатка</a></li>
<li><a href="/docs/guide/making-connections.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Встановлення зв'язків</a></li>
<li><a href="/docs/guide/making-connections.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Створення підключень</a></li>
</ul>
</li>
@@ -168,7 +168,7 @@
</a></li>
<li><a href="https://github.com/simplex-chat/simplexmq/blob/stable/protocol/simplex-messaging.md"
target="_blank" class="lg:px-[20px] flex items-center gap-1"
>SMP протокол
>Протокол SMP
<svg class="float-right" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg>
</a></li>
<li><a href="/docs/protocol/simplex-chat.html" class="lg:px-[20px] inline-block"
@@ -187,15 +187,15 @@
<li><a href="/docs/sql.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Доступ до бази даних чату</a></li>
<li><a href="/docs/server.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Хост SMP-сервер</a></li>
<li><a href="/docs/server.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Хостинг сервера SMP</a></li>
<li><a href="/docs/xftp-server.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Хост XFTP-сервер</a></li>
<li><a href="/docs/xftp-server.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Хостинг сервера XFTP</a></li>
<li><a href="/docs/webrtc.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Сервери WebRTC</a></li>
<li><a href="/docs/translations.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Перекласти чат SimpleX</a></li>
<li><a href="/docs/translations.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Переклад SimpleX Chat</a></li>
<li><a href="/downloads/" class=" lg:px-[20px] inline-block whitespace-nowrap">Downloads</a></li>
<li><a href="/downloads/" class=" lg:px-[20px] inline-block whitespace-nowrap">Завантаження</a></li>
<hr class=" h-[1px] w-full dark:opacity-[0.1]">
@@ -224,7 +224,7 @@
<li class="nav-link relative ">
<a href="/jobs" class="flex items-center justify-between gap-2 lg:py-5 whitespace-nowrap">
<span class="text-[16px] leading-[26px] tracking-[0.01em] nav-link-text text-black dark:text-white before:bg-black dark:before:bg-white">Join team</span>
<span class="text-[16px] leading-[26px] tracking-[0.01em] nav-link-text text-black dark:text-white before:bg-black dark:before:bg-white">Приєднатися до команди</span>
</a>
</li>
@@ -239,7 +239,7 @@
<a href="https://github.com/simplex-chat/simplex-chat#help-us-with-donations"
target="_blank" class="whitespace-nowrap flex items-center gap-1 self-center text-white dark:text-black text-[16px] font-medium tracking-[0.02em] rounded-[34px] bg-primary-light dark:bg-primary-dark py-3 lg:py-2 px-20 lg:px-5 mb-16 lg:mb-0"
>Пожертвуйте
>Пожертвувати
</a>
<div class="inline-block dark:hidden self-center mt-[8px]">
@@ -572,13 +572,13 @@ window.addEventListener('scroll',changeHeaderBg);
</head><body><section class="hidden xl:block h-screen pt-[66px] bg-white dark:bg-gradient-radial-mobile dark:lg:bg-gradient-radial">
<div class="container m-auto h-full flex items-center justify-between px-5">
<div class="flex flex-col items-start justify-center w-full h-full">
<h1 class="text-[38px] leading-[43px] font-bold max-w-[500px] mb-[30px] primary-header-contact">Ви отримали одноразове посилання для підключення до чату SimpleX</h1>
<h2 class="text-[20px] leading-[28px] text-[#606C71] dark:text-white font-bold max-w-[475px] mb-[80px] secondary-header-contact">Відскануйте QR-код за допомогою програми SimpleX Chat на телефоні або планшеті.</h2>
<h1 class="text-[38px] leading-[43px] font-bold max-w-[500px] mb-[30px] primary-header-contact">Ви отримали 1-разове посилання для підключення в SimpleX Chat</h1>
<h2 class="text-[20px] leading-[28px] text-[#606C71] dark:text-white font-bold max-w-[475px] mb-[80px] secondary-header-contact">Скануйте QR-код за допомогою додатка SimpleX Chat на своєму телефоні чи планшеті.</h2>
<p class="text-grey-black dark:text-white text-base mb-[16px]">
Відкриті ключі та адреса черги повідомлень у цьому посиланні НЕ передаються мережею при перегляді цієї сторінки — вони містяться в хеш-фрагменті URL-адреси посилання.
Публічні ключі та адреса черги повідомлень в цьому посиланні НЕ відправляються по мережі під час перегляду цієї сторінки — вони містяться в хеш-фрагменті URL-посилання.
</p>
<p class="text-grey-black dark:text-white text-base">Ще не завантажили SimpleX Chat?</p>
<p class="text-grey-black dark:text-white text-base mb-[24px]">Щоб завантажити додаток, скористайтеся посиланнями нижче.</p>
<p class="text-grey-black dark:text-white text-base mb-[24px]">Скористайтеся посиланнями нижче, щоб завантажити додаток.</p>
<div class="flex items-center justify-center gap-4 flex-wrap">
<a href="https://apps.apple.com/us/app/simplex-chat/id1605771084" target="_blank"><img class="h-[40px] w-auto" src="/img/new/apple_store.svg"></a>
@@ -596,7 +596,7 @@ window.addEventListener('scroll',changeHeaderBg);
</div>
<div class="z-10 flex flex-col items-center pt-[40px] ml-[-15px]">
<p class="text-base font-medium text-center max-w-[234px]">Відскануйте QR-код з мобільного додатку</p>
<p class="text-base font-medium text-center max-w-[234px]">Сканувати QR-код з мобільного додатка</p>
<canvas class="conn_req_uri_qrcode"></canvas>
</div>
</div>
@@ -608,11 +608,11 @@ window.addEventListener('scroll',changeHeaderBg);
<section class="block xl:hidden pt-[106px] pb-[90px] bg-white dark:bg-gradient-radial-mobile dark:lg:bg-gradient-radial">
<div class="container m-auto h-full px-5">
<div class="flex flex-col items-center">
<h1 class="text-[28px] font-bold text-center max-w-[602px] mb-[40px] primary-header-contact">Ви отримали одноразове посилання для підключення до чату SimpleX</h1>
<p class="text-[20px] leading-[28px] text-grey-black dark:text-white font-medium mb-[30px]">Щоб встановити зв'язок:</p>
<h1 class="text-[28px] font-bold text-center max-w-[602px] mb-[40px] primary-header-contact">Ви отримали 1-разове посилання для підключення в SimpleX Chat</h1>
<p class="text-[20px] leading-[28px] text-grey-black dark:text-white font-medium mb-[30px]">Щоб здійснити підключення:</p>
<div class="flex flex-col justify-center items-center p-4 w-full max-w-[468px] min-h-[131px] rounded-[30px] border-[1px] border-[#A8B0B4] dark:border-white border-opacity-60 mb-6 relative">
<p class="text-xl font-medium text-grey-black dark:text-white mb-4">Встановіть додаток SimpleX</p>
<p class="text-xl font-medium text-grey-black dark:text-white mb-4">Встановити додаток SimpleX</p>
<div class="flex flex-wrap items-center justify-center gap-2">
<a class="apple-store-btn hidden" href="https://apps.apple.com/us/app/simplex-chat/id1605771084" target="_blank"><img class="h-[40px] w-auto" src="/img/new/apple_store.svg"></a>
<a class="google-play-btn hidden" href="https://play.google.com/store/apps/details?id=chat.simplex.app" target="_blank" title="Public iOS preview on TestFlight"><img class="h-[40px] w-auto" src="/img/new/google_play.svg"></a>
@@ -625,8 +625,8 @@ window.addEventListener('scroll',changeHeaderBg);
</div>
<div class="flex flex-col justify-center items-center w-full max-w-[468px] h-[131px] rounded-[30px] border-[1px] border-[#A8B0B4] dark:border-white border-opacity-60 mb-6 relative">
<p class="text-xl font-medium text-grey-black dark:text-white mb-4">Підключіться в додатку</p>
<a id="mobile_conn_req_uri" class="bg-[#0053D0] text-white py-3 px-8 rounded-[34px] h-[44px] text-[16px] leading-[19px] tracking-[0.02em]">Відкрийте програму Simplex</a>
<p class="text-xl font-medium text-grey-black dark:text-white mb-4">Підключитися в додатку</p>
<a id="mobile_conn_req_uri" class="bg-[#0053D0] text-white py-3 px-8 rounded-[34px] h-[44px] text-[16px] leading-[19px] tracking-[0.02em]">Відкрити додаток SimpleX</a>
<div class="absolute bg-[#0197FF] h-[44px] w-[44px] rounded-full flex items-center justify-center top-0 left-0 translate-x-[-30%] translate-y-[-30%]">
<p class="text-base text-white font-bold leading-[36px]">2</p>
@@ -634,7 +634,7 @@ window.addEventListener('scroll',changeHeaderBg);
</div>
<div class="flex flex-col justify-center items-center w-full max-w-[468px] h-[131px] rounded-[30px] border-[1px] border-[#A8B0B4] dark:border-white border-opacity-60 relative">
<p class="text-xl font-medium text-grey-black dark:text-white max-w-[230px] text-center">Натисніть кнопку <span class="text-active-blue">‘підключитися‘</span> у додатку</p>
<p class="text-xl font-medium text-grey-black dark:text-white max-w-[230px] text-center">Торкніться кнопки <span class="text-active-blue">‘підключити</span> в додатку</p>
<div class="absolute bg-[#0197FF] h-[44px] w-[44px] rounded-full flex items-center justify-center top-0 left-0 translate-x-[-30%] translate-y-[-30%]">
<p class="text-base text-white font-bold leading-[36px]">3</p>
@@ -653,7 +653,7 @@ window.addEventListener('scroll',changeHeaderBg);
<div class="hidden md:block xl:hidden for-tablet">
<div class="contact-tab">
<div class="flex items-center justify-between my-[40px] contact-tab-btn cursor-pointer">
<h2 class="text-xl font-bold">Відскануйте QR-код за допомогою програми SimpleX Chat</h2>
<h2 class="text-xl font-bold">Скануйте QR-код за допомогою додатка SimpleX Chat</h2>
<svg class="fill-grey-black dark:fill-white" width="10" height="5" viewBox="0 0 10 5" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.40813 4.79332C8.69689 5.06889 9.16507 5.06889 9.45384 4.79332C9.7426 4.51775 9.7426 4.07097 9.45384 3.7954L5.69327 0.206676C5.65717 0.17223 5.61827 0.142089 5.57727 0.116255C5.29026 -0.064587 4.90023 -0.0344467 4.64756 0.206676L0.886983 3.7954C0.598219 4.07097 0.598219 4.51775 0.886983 4.79332C1.17575 5.06889 1.64393 5.06889 1.93269 4.79332L5.17041 1.70356L8.40813 4.79332Z"></path>
</svg>
@@ -662,7 +662,7 @@ window.addEventListener('scroll',changeHeaderBg);
<div class="contact-tab-content flex flex-col gap-10">
<p class="text-base mb-5">
Відкриті ключі та адреса черги повідомлень за цим посиланням НЕ передаються мережею при перегляді цієї сторінки —<br> вони містяться в хеш-фрагменті URL-адреси посилання.
Публічні ключі та адреса черги повідомлень в цьому посиланні НЕ відправляються по мережі під час перегляду цієї сторінки —<br> вони містяться в хеш-фрагменті URL-посилання.
</p>
<canvas class="self-center conn_req_uri_qrcode"></canvas>
</div>
@@ -673,7 +673,7 @@ window.addEventListener('scroll',changeHeaderBg);
<div class="hidden xl:block">
<div class="contact-tab">
<div class="flex items-center justify-between my-[40px] contact-tab-btn cursor-pointer">
<h2 class="text-xl font-bold">Встановлення чату SimpleX на термінал</h2>
<h2 class="text-xl font-bold">Встановлення SimpleX Chat для терміналу</h2>
<svg class="fill-grey-black dark:fill-white" width="10" height="5" viewBox="0 0 10 5" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.40813 4.79332C8.69689 5.06889 9.16507 5.06889 9.45384 4.79332C9.7426 4.51775 9.7426 4.07097 9.45384 3.7954L5.69327 0.206676C5.65717 0.17223 5.61827 0.142089 5.57727 0.116255C5.29026 -0.064587 4.90023 -0.0344467 4.64756 0.206676L0.886983 3.7954C0.598219 4.07097 0.598219 4.51775 0.886983 4.79332C1.17575 5.06889 1.64393 5.06889 1.93269 4.79332L5.17041 1.70356L8.40813 4.79332Z"></path>
</svg>
@@ -681,13 +681,13 @@ window.addEventListener('scroll',changeHeaderBg);
<div class="contact-tab-content">
<p class="text-base mb-4">Використовуй цю команду:</p>
<p class="text-base mb-4">Використовуйте цю команду:</p>
<p class="bg-white flex items-center justify-between rounded p-3 shadow-[inset_0px_2px_2px_rgba(0,0,0,0.15)] mb-8">
<span class="text-grey-black font-light text-[14px] leading-6">curl -o- https://raw.githubusercontent.com/simplex-chat/simplex-chat/master/install.sh | bash</span>
<!-- <img class="content_copy" src="/img/new/content-copy.svg" /> -->
</p>
<p class="flex text-base font-medium mb-[76px]">Дивіться Чат SimpleX &nbsp;
<p class="flex text-base font-medium mb-[76px]">Дивіться SimpleX Chat &nbsp;
<a href="" class="flex gap-1 no-underline">
<span class="text-primary-light dark:text-primary-dark underline underline-offset-4 text-base font-medium">Репозиторій GitHub</span>
<svg class="fill-primary-light dark:fill-primary-dark" width="24" height="24" viewBox="0 0 41 41" fill="none" xmlns="http://www.w3.org/2000/svg">
@@ -696,7 +696,7 @@ window.addEventListener('scroll',changeHeaderBg);
</svg>
</a>
&nbsp;
інструкції, як завантажити або скомпілювати його з вихідного коду.</p>
інструкції з того, як його завантажити чи скомпілювати з вихідного коду.</p>
</div>
</div>
@@ -713,7 +713,7 @@ window.addEventListener('scroll',changeHeaderBg);
<div class="contact-tab-content">
<p class="text-base font-medium mb-[46px]">Якщо ви вже встановили&nbsp;
<a href="" class="text-base font-medium">SimpleX Chat для терміналу</a>&nbsp;
v1.0.0+, скопіюйте команду нижче і використовуйте її в чаті:
v1.0.0+, скопіюйте команду нижче та використовуйте її в чаті:
</p>
<p class="bg-white flex items-center justify-between rounded p-3 shadow-[inset_0px_2px_2px_rgba(0,0,0,0.15)] mb-[36px]">
<span id="conn_req_uri_text" class="text-grey-black font-light text-[14px] leading-6"></span>
@@ -732,8 +732,8 @@ window.addEventListener('scroll',changeHeaderBg);
<section id="join-simplex" class="bg-primary-bg-light dark:bg-primary-bg-dark lg:h-[855px] py-[90px] px-5">
<div class="container flex flex-col items-center">
<h2 class="text-[38px] leading-[36px] md:leading-[55px] text-grey-black dark:text-white text-center font-bold mb-5"><span class="text-active-blue">Приєднуйтесь</span> SimpleX</h2>
<p class="text-black dark:text-white text-base text-center mb-14">Запрошуємо вас долучитися до розмови</p>
<h2 class="text-[38px] leading-[36px] md:leading-[55px] text-grey-black dark:text-white text-center font-bold mb-5"><span class="text-active-blue">Приєднатися</span> SimpleX</h2>
<p class="text-black dark:text-white text-base text-center mb-14">Ми запрошуємо вас приєднатися до розмови</p>
<div class="flex flex-col items-center gap-5 self-stretch mb-12">
<a href="https://www.reddit.com/r/SimpleXChat/" class="flex items-center justify-center h-11 w-full max-w-[294px] font-medium text-base rounded-[34px] tracking-[0.02em] text-primary-light dark:text-primary-dark dark:bg-primary-bg-dark dark:border-primary-dark dark:border bg-[#D9ECFF]">Приєднуйтесь до спільноти REDDIT</a>
@@ -741,10 +741,10 @@ window.addEventListener('scroll',changeHeaderBg);
<a href="https://github.com/simplex-chat/simplex-chat#help-us-with-donations" class="flex items-center justify-center h-11 w-full max-w-[294px] font-medium text-base rounded-[34px] tracking-[0.02em] text-primary-light dark:text-primary-dark dark:border-none bg-white dark:bg-[rgba(112,240,249,0.2)] border border-[#0053D0]">Пожертвуйте тут, щоб допомогти нам</a>
</div>
<p class="text-grey-black dark:text-white text-base text-center mb-7">Підпишіться на наші оновлення</p>
<p class="text-grey-black dark:text-white text-base text-center mb-7">Підпишіться, щоб отримувати наші оновлення</p>
<form class="flex items-center w-full max-w-[540px] mb-20" action="https://chat.us2.list-manage.com/subscribe/post?u=ddd892b258ae36e5438e6d4e1&amp;id=ad6037a2fe" method="post" target="_blank" novalidate="">
<input name="EMAIL" type="text" class="h-[44px] ltr:rounded-l-[34px] rtl:rounded-r-[34px] bg-transparent border border-primary-light focus:outline-none text-primary-light dark:text-primary-dark text-base w-full max-w-[400px] px-5 placeholder:text-grey-black placeholder:dark:text-white placeholder:text-base placeholder:font-normal placeholder:tracking-[0.01em]" placeholder="Введіть адресу вашої електронної пошти">
<input name="EMAIL" type="text" class="h-[44px] ltr:rounded-l-[34px] rtl:rounded-r-[34px] bg-transparent border border-primary-light focus:outline-none text-primary-light dark:text-primary-dark text-base w-full max-w-[400px] px-5 placeholder:text-grey-black placeholder:dark:text-white placeholder:text-base placeholder:font-normal placeholder:tracking-[0.01em]" placeholder="Введіть свою електронну адресу">
<span aria-hidden="true" class="hidden">
<input type="text" name="b_ddd892b258ae36e5438e6d4e1_ad6037a2fe" tabindex="-1" value="">
</span>
@@ -753,7 +753,7 @@ window.addEventListener('scroll',changeHeaderBg);
<hr class="block mb-7 mx-5 dark:opacity-[0.2] w-full">
<p class="text-grey-black dark:text-white text-center mb-7">Отримати SimpleX <a href="/downloads">desktop app</a></p>
<p class="text-grey-black dark:text-white text-center mb-7">Отримати SimpleX <a href="/downloads">додаток для настільних комп'ютерів</a></p>
<div class="flex items-center justify-center gap-4 flex-wrap">
<a href="https://apps.apple.com/us/app/simplex-chat/id1605771084" target="_blank"><img class="h-[40px] w-auto" src="/img/new/apple_store.svg"></a>
<a href="https://play.google.com/store/apps/details?id=chat.simplex.app" target="_blank" title="Public iOS preview on TestFlight"><img class="h-[40px] w-auto" src="/img/new/google_play.svg"></a>
@@ -806,7 +806,7 @@ window.addEventListener('scroll',changeHeaderBg);
<a href="https://github.com/simplex-chat/simplex-chat#help-us-with-donations"
target="_blank"
class="text-grey-black dark:text-white text-[14px] font-medium leading-[28px] tracking-[0.01em] mb-3 flex items-center gap-1">
Пожертвуйте
Пожертвувати
<svg class="float-right" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg>
</a>
</div>
@@ -895,7 +895,7 @@ window.addEventListener('scroll',changeHeaderBg);
</div>
</article>
</div>
<a href="#" class="text-grey-black dark:text-white text-[16px] text-center lg:ltr:text-left lg:rtl:text-right font-medium leading-[28px] tracking-[0.01em] block mt-[60px]">© 2020-2023 SimpleX | Проект з відкритим вихідним кодом</a>
<a href="#" class="text-grey-black dark:text-white text-[16px] text-center lg:ltr:text-left lg:rtl:text-right font-medium leading-[28px] tracking-[0.01em] block mt-[60px]">© 2020-2023 SimpleX | Проект з відкритим кодом</a>
</div>
</section>