Files
web-mxchat/index.html
T
Archos ea6875d2ea design: refresh landing page
- cleanup alt.style.css (remove duplicates, unused selectors)
- add Inter font for modern typography
- reduce .project-name size for better hierarchy
- new index.html with logo, sections, icons, primary CTAs
- link OSCloud word in tagline to https://oscloud.cz
2026-04-25 12:28:01 +02:00

118 lines
4.3 KiB
HTML
Executable File

<!--
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>Mxchat CZ — komunitní šifrovaný chat</title>
<meta name="description" content="Mxchat.cz je komunitní šifrovaný chat postavený na protokolu Matrix. Provozuje OSCloud kolektiv." />
<script defer src="https://analytics.oscloud.cz/script.js" data-website-id="d11917fd-7d35-485d-b288-d71eaf85a56d"></script>
<link rel="stylesheet" type="text/css" href="./style/alt.style.css" />
<link rel="icon" type="image/x-icon" href="./res/site/icons/favicon.ico" />
<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"
/>
</head>
<body>
<header class="page-header" role="banner">
<img src="./index/img/logo_oscloud.png" alt="OSCloud"
style="max-width: 110px; height: auto; display: block; margin: 0 auto;" />
<h1 class="project-name">Mxchat CZ</h1>
<p class="project-tagline">
Komunitní šifrovaný chat postavený na protokolu Matrix.
Provozuje kolektiv <a href="https://oscloud.cz" target="_blank" rel="noopener"><strong>OSCloud</strong></a>.
</p>
</header>
<div class="main-content">
<p class="section-title">Začínáte?</p>
<nav>
<a href="/index/registrace/registrace.html" class="btn btn-primary">
<i class="fa fa-user-plus"></i> Registrace
</a>
<a href="/index/navody/index.html" class="btn btn-primary">
<i class="fa fa-book"></i> Návody
</a>
<a href="/index/FAQ/FAQ.html" class="btn">
<i class="fa fa-question-circle"></i> FAQ
</a>
</nav>
<p class="section-title">O projektu</p>
<nav>
<a href="/index/about/index.html" class="btn">
<i class="fa fa-info-circle"></i> O Mxchat
</a>
<a href="/index/Bridges/index.html" class="btn">
<i class="fa fa-link"></i> Mosty
</a>
<a href="/index/news/news.html" class="btn">
<i class="fa fa-newspaper-o"></i> Novinky
</a>
<a href="/index/podpora/index.html" class="btn">
<i class="fa fa-heart"></i> Podpořit
</a>
</nav>
<p class="section-title">Komunita</p>
<nav>
<a href="/index/kontakty/index.html" class="btn">
<i class="fa fa-envelope"></i> Kontakty
</a>
<a href="https://matrix.to/#/#podpora:mxchat.cz" class="btn" target="_blank" rel="noopener">
<i class="fa fa-matrix-org"></i> #podpora:mxchat.cz
</a>
<a href="https://mamutovo.cz/@mxchatcz" class="btn" target="_blank" rel="noopener">
<i class="fa fa-mastodon"></i> Mastodon
</a>
</nav>
<p class="section-title">Právní informace</p>
<nav>
<a href="/index/Pravidla/index.html" class="btn">
<i class="fa fa-list-ul"></i> Pravidla
</a>
<a href="/index/podminky/index.html" class="btn">
<i class="fa fa-file-text-o"></i> Podmínky služby
</a>
<a href="/index/privacy-policy/index.html" class="btn">
<i class="fa fa-shield"></i> Privacy Policy
</a>
</nav>
</div>
<footer class="site-footer">
<p>
Copyright &copy; 2024-2026 Oscloud
&middot;
<a href="https://git.arch-linux.cz/Oscloud/web-mxchat" target="_blank" rel="noopener">
<i class="fa fa-gitea"></i> Gitea
</a>
</p>
</footer>
</body>
</html>