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

94 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
content="EndeavourOS svobodný operační systém...."
name="description"
2024-04-17 21:15:50 +00:00
/>
<meta content="EndeavourOS" name="keywords"/>
<meta content="Kankys" name="author"/>
2024-04-17 21:15:50 +00:00
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<link href="style.css" rel="stylesheet"/>
<link href="../../fullStyle.css" rel="stylesheet"/>
<link href="/img/icons.png" rel="shortcut icon"/>
2024-04-17 21:15:50 +00:00
<script
2024-08-21 18:30:11 +00:00
crossorigin="anonymous"
src="https://kit.fontawesome.com/0a43c6cd1f.js"
2024-04-17 21:15:50 +00:00
></script>
<!--icons dark, go to up-->
<link
2024-08-21 18:30:11 +00:00
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
rel="stylesheet"
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 alt="" src="/img/EndeavourOS-logo.webp"/>
2024-08-23 13:23:38 +00:00
</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>
2024-10-03 16:03:51 +00:00
<a href="https://forum.arch-linux.cz/" target="_blank">Fórum</a>
2024-08-21 18:30:11 +00:00
</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-10-03 16:03:51 +00:00
<li><a href="/odkazy/index.html">Odkazy</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 id="scrollToTopBtn" onclick="scrollToTop()" title="Go to top">
2024-08-21 18:30:11 +00:00
<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>