diff --git a/alt.index.html b/alt.index.html index 26e78aa..2fcebe6 100755 --- a/alt.index.html +++ b/alt.index.html @@ -12,17 +12,28 @@ +

Umožňuje vám psát na klienty jako Discord, WhatsApp, Telegram, Signal, Facebook Messenger, Google Chat a Google Messages z jednoho místa. S mxchat máte jistotu, že vaše komunikace je bezpečná a šifrovaná.

+ +
+
+
+ diff --git a/index/Bridges/bridges.html b/index/Bridges/bridges.html deleted file mode 100644 index e69de29..0000000 diff --git a/index/Bridges/index.html b/index/Bridges/index.html index ecdce39..addebe7 100644 --- a/index/Bridges/index.html +++ b/index/Bridges/index.html @@ -6,7 +6,7 @@ Mxchat Cz - Mosty - + diff --git a/index/about/mxchat.html b/index/about/mxchat.html deleted file mode 100644 index de77c71..0000000 --- a/index/about/mxchat.html +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - Mxchat Cz - - - - - - -
-

Mxcahat Cz je platforma postavená na protokolu Matrix, která poskytuje bezpečnou a decentralizovanou komunikaci.

- -

Obsah

- - -

Úvod do Matrix a Synapse

-

Matrix je otevřená síť pro bezpečnou a decentralizovanou komunikaci. Synapse je referenční implementace domácího serveru Matrix, navržená tak, aby byla lehká a snadno instalovatelná. S Matrixem mohou uživatelé komunikovat napříč různými platformami pomocí mostů.

- -

Element

-

Element je klient pro komunikaci v síti Matrix, který nabízí uživatelsky přívětivé rozhraní a pokročilé funkce jako end-to-end šifrování, videohovory a mnoho dalšího. Element můžete používat přímo na našem serveru:

-

Element mxchat.cz

- -

Mosty (Bridges)

-

mxchat.cz podporuje integraci s mnoha dalšími komunikačními platformami pomocí mostů (bridges). Tyto mosty umožňují komunikaci napříč různými platformami přímo z Matrixu. Zde je seznam podporovaných mostů:

- - -

Registrace

-

Registrace jsou momentálně uzavřené. Pro registraci mě prosím kontaktujte na e-mailu archos@arch-linux.cz a já vám zašlu registrační token.

- -

Základní Konfigurace

-

mxchat.cz je open-source projekt a tento repozitář obsahuje přehled kódu a základní příklady konfigurace pro Matrix Synapse.

- -

Ověření Federace

-

Pro ověření federace a klientských verzí můžete použít následující odkazy:

- - -
- - - diff --git a/index/registrace/registrace.html b/index/registrace/registrace.html new file mode 100644 index 0000000..9a877cf --- /dev/null +++ b/index/registrace/registrace.html @@ -0,0 +1,22 @@ + + + + + + + Registrace - Mxchat Cz + + + + + +
+

Registrace jsou momentálně uzavřené. Pro registraci mě prosím kontaktujte na e-mailu podpora@mxchat.cz a já vám zašlu registrační token.

+
+ + + diff --git a/style/alt.style.css b/style/alt.style.css index ae55ffe..e6afd6a 100755 --- a/style/alt.style.css +++ b/style/alt.style.css @@ -313,3 +313,63 @@ sup { sub { bottom: -0.25em; } +html, body { + height: 100%; + margin: 0; + padding: 0; +} + +body { + display: flex; + flex-direction: column; + justify-content: space-between; +} + +.main-content { + flex: 1; +} +.site-footer p { + text-align: center; + margin: 0; +} +.site-footer p { + text-align: center; + margin: 0; +} + +.project-description { + margin: 1rem auto; + max-width: 80%; + font-size: 1.1rem; + line-height: 1.5; + color: #606c71; +} +.project-tagline { + max-width: 60%; + margin: 0 auto; + text-align: center; + font-weight: normal; + opacity: 0.7; + font-family: "Montserrat", sans-serif; +} + +@media screen and (min-width: 64em) { + .project-tagline { + font-size: 1.25rem; + } +} + +@media screen and (min-width: 42em) and (max-width: 64em) { + .project-tagline { + font-size: 1.15rem; + } +} + +@media screen and (max-width: 42em) { + .project-tagline { + font-size: 1rem; + } +} +.spacer { + height: 90px; /* Zde určíte výšku mezery */ +} diff --git a/style/style.css b/style/style.css index 11d5c7e..e10b398 100755 --- a/style/style.css +++ b/style/style.css @@ -742,3 +742,19 @@ body { .grid-item-banner { width: 88px; } +html, body { + height: 100%; + margin: 0; + padding: 0; +} + +body { + display: flex; + flex-direction: column; + justify-content: space-between; +} +.site-footer p { + text-align: center; + margin: 0; +} +