EndeavourOS-Web/wiki/spravci-oken/index.html

92 lines
2.7 KiB
HTML
Raw Normal View History

2024-04-17 21:15:50 +00:00
<!DOCTYPE html>
<html lang="cs">
2024-08-21 18:30:11 +00:00
<head>
<meta charset="UTF-8"/>
2024-04-17 21:15:50 +00:00
<meta
2024-08-21 18:30:11 +00:00
name="description"
content="EndeavourOS svobodný operační systém...."
2024-04-17 21:15:50 +00:00
/>
2024-08-21 18:30:11 +00:00
<meta name="keywords" content="EndeavourOS"/>
<meta name="author" content="Kankys"/>
2024-04-17 21:15:50 +00:00
2024-08-21 18:30:11 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" href="style.css"/>
2024-08-26 18:11:02 +00:00
<link rel="stylesheet" href="../../fullStyle.css"/>
2024-08-21 18:30:11 +00:00
<link rel="shortcut icon" href="/img/icons.png"/>
2024-04-17 21:15:50 +00:00
<script
2024-08-21 18:30:11 +00:00
src="https://kit.fontawesome.com/0a43c6cd1f.js"
crossorigin="anonymous"
2024-04-17 21:15:50 +00:00
></script>
<!--icons dark, go to up-->
<link
2024-08-21 18:30:11 +00:00
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
2024-04-17 21:15:50 +00:00
/>
<!--ubuntu fonts-->
<style>
2024-08-21 18:30:11 +00:00
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
2024-04-17 21:15:50 +00:00
</style>
<title>EndeavourOS</title>
2024-08-21 18:30:11 +00:00
</head>
<body>
<header>
<!-- EOS - logo () -->
<div class="logo">
2024-08-23 13:23:38 +00:00
<a href="../../index.html">
<img src="/img/EndeavourOS-logo.webp" alt="" />
</a>
2024-08-21 18:30:11 +00:00
</div>
2024-04-17 21:15:50 +00:00
2024-08-21 18:30:11 +00:00
<!-- EOS - navigation -->
<nav>
2024-04-17 21:15:50 +00:00
<ul>
2024-08-21 18:30:11 +00:00
<li><a href="/novinky/index.html">Novinky</a></li>
<li><a href="/wiki/index.html">Wiki</a></li>
<li><a href="/clanky/index.html">Články</a></li>
<li>
<a href="https://discord.gg/9YA8A2xf" target="_blank">Discord</a>
</li>
<li><a href="https://t.me/eoscz" target="_blank">Telegram</a></li>
<li><a href="/o-nas/index.html">O nás</a></li>
<li><a href="/rozcestnik/index.html">Rozcestník</a></li>
2024-04-17 21:15:50 +00:00
</ul>
2024-08-21 18:30:11 +00:00
</nav>
2024-04-17 21:15:50 +00:00
2024-08-21 18:30:11 +00:00
<div class="menu-icon">
2024-04-17 21:15:50 +00:00
<!-- Ikona hamburger -->
<i class="fa-solid fa-bars"></i>
<!-- Ikona cross -->
<!-- <i class="fa-solid fa-xmark"></i> -->
2024-08-21 18:30:11 +00:00
</div>
</header>
<main>
<section class="welcome">
2024-04-17 21:15:50 +00:00
<h1>Správci oken</h1>
<h2>
2024-08-21 18:30:11 +00:00
<a href="jak-v-i3wm-opravit-nefunkcni-nastaveni-jasu-monitoru.html"
2024-04-17 21:15:50 +00:00
>Jak v i3wm opravit nefunkční nastavení jasu monitoru</a
2024-08-21 18:30:11 +00:00
>
2024-04-17 21:15:50 +00:00
</h2>
2024-08-21 18:30:11 +00:00
<h2>
<a href="i3wm-prvni-kroky.html"
>i3WM - první kroky po instalaci i3wm</a>
</h2>
</section>
</main>
<button onclick="scrollToTop()" id="scrollToTopBtn" title="Go to top">
<i class="fas fa-arrow-up"></i>
</button>
<footer>
Copyright &copy;
<a href="https://git.archoslinux.cz/kankys" target="_blank"
>Lukáš Kaňka</a
>
2024
</footer>
2024-04-17 21:15:50 +00:00
2024-08-21 18:30:11 +00:00
<script src="script.js"></script>
</body>
2024-04-17 21:15:50 +00:00
</html>