Aktualizace index.html, stylů. přidány kontakty
This commit is contained in:
parent
f52109b5ee
commit
be5836b40f
@ -6,7 +6,12 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Mxchat Cz</title>
|
||||
<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>
|
||||
@ -33,9 +38,14 @@
|
||||
<a href="../web-mxchat/index/Pravidla/index.html" class="btn">Pravidla</a>
|
||||
<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/Bridges/index.html" class="btn">FAQ</a>
|
||||
</nav>
|
||||
</div>
|
||||
<footer class="site-footer">
|
||||
<p>Copyright © Oscloud 2024</p>
|
||||
<p>Copyright © Oscloud 2024 <a href="https://git.arch-linux.cz/Oscloud/mxchat" class="#" target="_blank"
|
||||
><i class="fa fa-gitea"></i> Gitea</</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -8,13 +8,10 @@
|
||||
<title>Mxchat Cz</title>
|
||||
<link rel="stylesheet" href="../../style/style.css" />
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/x-icon"
|
||||
href="../../res/site/icons/favicon.ico"
|
||||
/>
|
||||
<link
|
||||
href="//cdn.jsdelivr.net/npm/font-logos@1/assets/font-logos.css"
|
||||
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>
|
||||
@ -61,7 +58,7 @@
|
||||
</ul>
|
||||
|
||||
<h2 id="registrace">Registrace</h2>
|
||||
<p>Registrace jsou momentálně uzavřené. Pro registraci mě prosím kontaktujte na e-mailu <a href="mailto:archos@arch-linux.cz">archos@arch-linux.cz</a> a já vám zašlu registrační token.</p>
|
||||
<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>
|
||||
|
||||
<h2 id="konfigurace">Základní Konfigurace</h2>
|
||||
<p>mxchat.cz je open-source projekt a tento repozitář obsahuje přehled kódu a základní příklady konfigurace pro Matrix Synapse.</p>
|
||||
@ -76,7 +73,8 @@
|
||||
</ul>
|
||||
</div>
|
||||
<footer class="site-footer">
|
||||
<p>Copyright © Lukáš Kaňka 2024</p>
|
||||
<p>Copyright © Oscloud 2024 <a href="https://git.arch-linux.cz/Oscloud/mxchat" class="#" target="_blank"
|
||||
><i class="fa fa-gitea"></i> Gitea</</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user