aktualizace kontaktů
This commit is contained in:
parent
cc19db4c8b
commit
68ad70c416
@ -57,7 +57,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
<a href="../web-mxchat/index/podpora/index.html" class="btn">Jak podpořit Mxchat</a>
|
||||
</nav>
|
||||
<nav>
|
||||
<a href="../web-mxchat/index/about/index.html" class="btn">Kontakty</a>
|
||||
<a href="../web-mxchat/index/kontakty/index.html" class="btn">Kontakty</a>
|
||||
<a href="../web-mxchat/index/Bridges/index.html" class="btn">FAQ</a>
|
||||
</nav>
|
||||
</div>
|
||||
|
@ -17,35 +17,42 @@ You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
-->
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-US">
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Kontakty</title>
|
||||
<link rel="stylesheet" href="../../style/alt.style.css" />
|
||||
<link
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css"
|
||||
integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY="
|
||||
crossorigin="anonymous"
|
||||
/>
|
||||
<link rel="stylesheet" type="text/css" href="../../style/alt.style.css" />
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/x-icon"
|
||||
href="../../res/site/icons/favicon.ico"
|
||||
/>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header class="page-header" role="banner">
|
||||
<h1 class="project-name">Kontakty</h1>
|
||||
<h2 class="project-tagline">Mxchat je platforma postavená na protokolu Matrix, která poskytuje bezpečnou a decentralizovanou komunikaci. Mxchat je open-source přemosťovací řešení pro messaging aplikace, které klade důraz na bezpečnost a soukromí. MXchat podporuje sliding sync</h2>
|
||||
</header>
|
||||
<h2 class="project-tagline">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á.</h2>
|
||||
<h2 class="project-tagline">Jak nás kontaktovat:
|
||||
|
||||
Pro jakékoli dotazy nebo podporu nás můžete kontaktovat prostřednictvím následujících kanálů</h2>
|
||||
</header>
|
||||
<div class="spacer"></div>
|
||||
|
||||
<div class="main-content">
|
||||
<nav>
|
||||
<a href="../web-mxchat/index/news/news.html" class="btn">Novinky na Mxchatu</a>
|
||||
<a href="../../alt.index.html" class="btn">Domů</a>
|
||||
</nav>
|
||||
<nav>
|
||||
<a href="../web-mxchat/index/about/index.html" class="btn">O Mxchat</a>
|
||||
<a href="https://mamutovo.cz/@zdendys" class="btn" target="_blank"
|
||||
><i class="fa fa-mastodon"></i> Mastodon</a>
|
||||
<a href="../web-mxchat/index/Bridges/index.html" class="btn">Bridges</a>
|
||||
<a href="../web-mxchat/index/registrace/registrace.html" class="btn">Registrace</a>
|
||||
</nav>
|
||||
|
Loading…
Reference in New Issue
Block a user