přidána sekce FAQ

This commit is contained in:
archos 2024-08-24 11:32:04 +02:00
parent 51ab59b89c
commit 4258668e99
2 changed files with 68 additions and 1 deletions

View File

@ -58,7 +58,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
</nav>
<nav>
<a href="/index/kontakty/index.html" class="btn">Kontakty</a>
<a href="/index/Bridges/index.html" class="btn">FAQ</a>
<a href="/index/FAQ/FAQ.html" class="btn">FAQ</a>
</nav>
</div>
<footer class="site-footer">

67
index/FAQ/FAQ.html Normal file
View File

@ -0,0 +1,67 @@
<!--
This file is part of <project name>.
Copyright (C) 2024 Oscloud
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
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="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>Často kladené otázky</title>
<link rel="stylesheet" href="../../style/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">Často kladené otázky</h1>
</header>
<div class="main-content">
<!-- Seznam otázek a odpovědí -->
<div class="faq-item">
<h2>Co je Mxchat?</h2>
<p>Mxchat je komunikační platforma postavená na protokolu Matrix, která poskytuje bezpečnou a decentralizovanou komunikaci. Umožňuje integraci s různými aplikacemi prostřednictvím mostů (bridges).</p>
</div>
<div class="faq-item">
<h2>Jak se mohu registrovat na Mxchat?</h2>
<p>Registrace jsou momentálně uzavřené. Pro registraci mě prosím kontaktujte na e-mailu <a href="mailto:podpora@mxchat.cz">podpora@mxchat.cz</a> a já vám zašlu registrační token.</p>
</div>
<div class="faq-item">
<h2>Jaké aplikace jsou kompatibilní s Mxchatem?</h2>
<p>Mxchat podporuje integraci s mnoha dalšími komunikačními platformami jako jsou Telegram, Discord, Signal, a další. Seznam všech podporovaných aplikací najdete v sekci Aplikace na našem webu.</p>
</div>
<div class="faq-item">
<h2>Je Mxchat zdarma?</h2>
<p>Ano, Mxchat je zdarma a open-source. Kdokoli může přispět k jeho vývoji nebo si vytvořit vlastní instanci.</p>
</div>
<div class="faq-item">
<h2>Jaké jsou bezpečnostní funkce Mxchatu?</h2>
<p>Mxchat podporuje end-to-end šifrování, což znamená, že vaše zprávy jsou šifrovány a nikdo jiný než vy a příjemce je nemůže číst. Mxchat také podporuje dvoufaktorovou autentizaci pro zvýšení bezpečnosti účtů.</p>
</div>
</div>
</div>
</div>
<footer class="site-footer">
<p style="text-align:center;">Copyright &copy; Oscloud 2024</p>
</footer>
</body>
</html>