This commit is contained in:
epoberezkin
2024-04-13 11:13:29 +00:00
parent 18d02fb3f9
commit f036409058
152 changed files with 9217 additions and 753 deletions
+73 -7
View File
@@ -189,8 +189,6 @@
<li><a href="/downloads/" class=" lg:px-[20px] inline-block whitespace-nowrap">Downloads</a></li>
<li><a href="/transparency/" class=" lg:px-[20px] inline-block whitespace-nowrap">Transparency</a></li>
<hr class=" h-[1px] w-full dark:opacity-[0.1]">
@@ -414,6 +412,47 @@
<li>
<a href="/docs/lang/pl/simplex.html" class="px-[20px] flex items-center gap-4 flag-anchor whitespace-nowrap">
<img class="h-4" src="/img/flags/pl.svg" alt="" srcset="">
<p>Polski</p>
</a>
</li>
</ul>
@@ -556,6 +595,8 @@ window.addEventListener('scroll',changeHeaderBg);
@@ -616,6 +657,8 @@ window.addEventListener('scroll',changeHeaderBg);
@@ -662,10 +705,6 @@ window.addEventListener('scroll',changeHeaderBg);
<a class="" href="/downloads/">Download SimpleX apps</a>
</li>
<li>
<a class="" href="/transparency/">Transparency Reports</a>
</li>
</ul>
@@ -684,6 +723,8 @@ window.addEventListener('scroll',changeHeaderBg);
@@ -703,12 +744,37 @@ window.addEventListener('scroll',changeHeaderBg);
@@ -772,7 +838,7 @@ window.addEventListener('scroll',changeHeaderBg);
</div>
</div>
</div>
<div><p>| Updated 07.02.2023 | Languages: EN, <a href="/docs/lang/fr/simplex.html">FR</a>, <a href="/docs/lang/cs/simplex.html">CZ</a> |</p>
<div><p>| Updated 07.02.2023 | Languages: EN, <a href="/docs/lang/fr/simplex.html">FR</a>, <a href="/docs/lang/cs/simplex.html">CZ</a>, <a href="/docs/lang/pl/simplex.html">PL</a> |</p>
<h1 id="simplex-platform-motivation-and-comparison" tabindex="-1">SimpleX platform - motivation and comparison</h1>
<h2 id="problems" tabindex="-1">Problems</h2>
<p>Existing chat platforms and protocols have some or all of the following problems:</p>