aktualazica stranky
This commit is contained in:
parent
8404c5bf43
commit
7db1a67892
28
alt.index.html
Executable file
28
alt.index.html
Executable file
@ -0,0 +1,28 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en-US">
|
||||||
|
<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</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" />
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<header class="page-header" role="banner">
|
||||||
|
<h1 class="project-name">Mxchat Cz</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í. Je založené na Matrix Synapse a podporuje sliding sync</h2>
|
||||||
|
</header>
|
||||||
|
<div class="main-content">
|
||||||
|
<nav>
|
||||||
|
<a href="../" class="btn">Home</a>
|
||||||
|
</nav>
|
||||||
|
<nav>
|
||||||
|
<a href="../web-mxchat/index/about/index.html" class="btn">Co je Mxchat</a>
|
||||||
|
<a href="" class="btn">Co je Mxchat</a>
|
||||||
|
<a href="#" class="btn">navigation button</a>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
69
index.html
69
index.html
@ -1,69 +0,0 @@
|
|||||||
<<!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" />
|
|
||||||
<meta name="MXchat" content="MXchat web" />
|
|
||||||
<title>Mxchat Cz</title>
|
|
||||||
<link rel="stylesheet" type="text/css" href="./style/alt.style.css" />
|
|
||||||
<link
|
|
||||||
rel="stylesheet"
|
|
||||||
href="./res/site/fonts/DarkNewRoman/stylesheet.css"
|
|
||||||
type="text/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">
|
|
||||||
<h1 class="project-name" style="font-family: DarkNewRoman">
|
|
||||||
MXChat
|
|
||||||
</h1>
|
|
||||||
<h2 class="project-tagline">MXChat je moderní webová aplikace určená pro jednoduchou a efektivní komunikaci mezi uživateli.</h2>
|
|
||||||
</header>
|
|
||||||
<div class="main-content">
|
|
||||||
<nav>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a href="index/" target="_blank" class="btn">Blog</a>
|
|
||||||
<a href="index/project/zivotopis/zivotopis.html" target="_blank" class="btn">Životopis</a>
|
|
||||||
<!-- <a href="./index/games/" class="btn">Games</a> -->
|
|
||||||
<a href="https://publish.obsidian.md/kankys-note/" target="_blank" class="btn">Digital Garden</a>
|
|
||||||
<a href="./index/about/" class="btn">O projektu</a>
|
|
||||||
</nav>
|
|
||||||
<nav>
|
|
||||||
<a href="index/repository/index.html" class="btn">Repositáře</a>
|
|
||||||
<a href="./index/project/" class="btn">Projekty</a>
|
|
||||||
<a href="https://testing-docs.cz/" target="_blank" class="btn">Testing Docs CZ</a>
|
|
||||||
<!-- <a href="./index/apps/" class="btn">Services</a> -->
|
|
||||||
<!-- <a href="./index/projects/" class="btn">Projects<sup>⨳</sup></a> -->
|
|
||||||
<!-- <a href="./index/webrings/" class="btn">Webrings<sup>⨳</sup></a> -->
|
|
||||||
<a href="index/privaci-policy/index.html" class="btn"
|
|
||||||
> Zásady ochrany osobních údaju</a
|
|
||||||
>
|
|
||||||
</nav> <nav>
|
|
||||||
<a href="https://git.archoslinux.cz/kankys" class="btn" target="_blank"
|
|
||||||
><i class="fa fa-gitea"></i> Gitea</a
|
|
||||||
>
|
|
||||||
<a href="https://www.linkedin.com/in/luk%C3%A1%C5%A1-ka%C5%88ka-b2a0a1a0/" class="btn" target="_blank"
|
|
||||||
><i class="fa fa-linkedin"></i> LinkedIn</a
|
|
||||||
>
|
|
||||||
<a href="https://mastodon.arch-linux.cz/deck/@Kankys" class="btn" target="_blank"
|
|
||||||
><i class="fa fa-mastodon"></i> Mastodon</a
|
|
||||||
>
|
|
||||||
</nav>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<footer >
|
|
||||||
Copyright © MXChat 2024
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
0
index/Bridges/bridges.html
Normal file
0
index/Bridges/bridges.html
Normal file
Loading…
Reference in New Issue
Block a user