new content
This commit is contained in:
parent
2efea1ad80
commit
0b77ee5786
@ -61,6 +61,11 @@
|
|||||||
<h3>
|
<h3>
|
||||||
<a href="eos-history.html">Do historie EndeavourOS v časové smičce</a>
|
<a href="eos-history.html">Do historie EndeavourOS v časové smičce</a>
|
||||||
</h3>
|
</h3>
|
||||||
|
<h3>
|
||||||
|
<a href="firefox-nahledy-jak-aktivovat.html"
|
||||||
|
>Jak v Firefox aktivovat náhledy načtených panelů</a
|
||||||
|
>
|
||||||
|
</h3>
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
<button onclick="scrollToTop()" id="scrollToTopBtn" title="Go to top">
|
<button onclick="scrollToTop()" id="scrollToTopBtn" title="Go to top">
|
||||||
|
@ -154,6 +154,10 @@ footer {
|
|||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.qt {
|
||||||
|
width: 60%;
|
||||||
|
}
|
||||||
|
|
||||||
/* Go to go */
|
/* Go to go */
|
||||||
#scrollToTopBtn {
|
#scrollToTopBtn {
|
||||||
display: none;
|
display: none;
|
||||||
|
41
index.html
41
index.html
@ -1,17 +1,17 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="cs">
|
<html lang="cs">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8"/>
|
||||||
<meta
|
<meta
|
||||||
name="description"
|
name="description"
|
||||||
content="EndeavourOS svobodný operační systém...."
|
content="EndeavourOS svobodný operační systém...."
|
||||||
/>
|
/>
|
||||||
<meta name="keywords" content="EndeavourOS" />
|
<meta name="keywords" content="EndeavourOS"/>
|
||||||
<meta name="author" content="Kankys" />
|
<meta name="author" content="Kankys"/>
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||||
<link rel="stylesheet" href="style.css" />
|
<link rel="stylesheet" href="style.css"/>
|
||||||
<link rel="shortcut icon" href="img/icons.png" />
|
<link rel="shortcut icon" href="img/icons.png"/>
|
||||||
<script
|
<script
|
||||||
src="https://kit.fontawesome.com/0a43c6cd1f.js"
|
src="https://kit.fontawesome.com/0a43c6cd1f.js"
|
||||||
crossorigin="anonymous"
|
crossorigin="anonymous"
|
||||||
@ -28,18 +28,17 @@
|
|||||||
</style>
|
</style>
|
||||||
|
|
||||||
<title>EndeavourOS</title>
|
<title>EndeavourOS</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<!-- EOS - logo () -->
|
<!-- EOS - logo () -->
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<img src="img/EndeavourOS-logo.webp" alt="" />
|
<img src="img/EndeavourOS-logo.webp" alt=""/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- EOS - navigation -->
|
<!-- EOS - navigation -->
|
||||||
<nav>
|
<nav>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/novinky/index.html">Novinky</a></li>
|
|
||||||
<li><a href="/wiki/index.html">Wiki</a></li>
|
<li><a href="/wiki/index.html">Wiki</a></li>
|
||||||
<li><a href="/clanky/index.html">Články</a></li>
|
<li><a href="/clanky/index.html">Články</a></li>
|
||||||
<li>
|
<li>
|
||||||
@ -57,8 +56,8 @@
|
|||||||
<!-- Ikona cross -->
|
<!-- Ikona cross -->
|
||||||
<!-- <i class="fa-solid fa-xmark"></i> -->
|
<!-- <i class="fa-solid fa-xmark"></i> -->
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
<main>
|
<main>
|
||||||
<section class="welcome">
|
<section class="welcome">
|
||||||
<h2>🇨🇿 Vítám Tě na webu České komunity EndeavourOS! 🇨🇿</h2>
|
<h2>🇨🇿 Vítám Tě na webu České komunity EndeavourOS! 🇨🇿</h2>
|
||||||
<p>
|
<p>
|
||||||
@ -249,18 +248,18 @@
|
|||||||
sledovací zařízení.
|
sledovací zařízení.
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
<button onclick="scrollToTop()" id="scrollToTopBtn" title="Go to top">
|
<button onclick="scrollToTop()" id="scrollToTopBtn" title="Go to top">
|
||||||
<i class="fas fa-arrow-up"></i>
|
<i class="fas fa-arrow-up"></i>
|
||||||
</button>
|
</button>
|
||||||
<footer>
|
<footer>
|
||||||
Copyright ©
|
Copyright ©
|
||||||
<a href="https://git.archoslinux.cz/kankys" target="_blank"
|
<a href="https://git.archoslinux.cz/kankys" target="_blank"
|
||||||
>Lukáš Kaňka</a
|
>Lukáš Kaňka</a
|
||||||
>
|
>
|
||||||
2024
|
2024
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<script src="script.js"></script>
|
<script src="script.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -60,7 +60,14 @@
|
|||||||
</header>
|
</header>
|
||||||
<main>
|
<main>
|
||||||
<section class="welcome">
|
<section class="welcome">
|
||||||
<h2>Na obsahu v této sekci pilně pracuji.</h2>
|
<img src="img/eos-gem-final2.webp" alt="" />
|
||||||
|
<h2>
|
||||||
|
<a
|
||||||
|
href="plasma-6-s-moznosti-wayland-nebo-x11-a-qt-6-ported-calamares-seznamte-se-s-gemini.html"
|
||||||
|
>Novinka 23.4.2024 - Plasma 6 s možností Wayland nebo X11 a qt 6
|
||||||
|
ported Calamares, seznamte se s Gemini</a
|
||||||
|
>
|
||||||
|
</h2>
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
<button onclick="scrollToTop()" id="scrollToTopBtn" title="Go to top">
|
<button onclick="scrollToTop()" id="scrollToTopBtn" title="Go to top">
|
||||||
|
@ -71,6 +71,14 @@ h2 {
|
|||||||
margin-bottom: 50px;
|
margin-bottom: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
color: #734f96;
|
||||||
|
margin: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
width: 70%;
|
||||||
|
}
|
||||||
p {
|
p {
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
}
|
}
|
||||||
@ -168,3 +176,25 @@ footer {
|
|||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Různé -css */
|
||||||
|
h1 {
|
||||||
|
color: #734f96;
|
||||||
|
margin-top: 50px;
|
||||||
|
font-size: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 a {
|
||||||
|
color: #734f96;
|
||||||
|
}
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
color: #734f96;
|
||||||
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
width: 40%;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
background-color: aliceblue;
|
||||||
|
}
|
||||||
|
@ -67,6 +67,7 @@
|
|||||||
<a href="/clanky/eos-history.html"
|
<a href="/clanky/eos-history.html"
|
||||||
>Do historie EndeavourOS v časové smičce</a
|
>Do historie EndeavourOS v časové smičce</a
|
||||||
</h4>
|
</h4>
|
||||||
|
<h4><a href="/clanky/firefox-nahledy-jak-aktivovat.html">Jak v Firefox aktivovat náhledy načtených panelů</a></h4>
|
||||||
<h2>⬇ Wiki ⬇</h2>
|
<h2>⬇ Wiki ⬇</h2>
|
||||||
<h4><a href="/wiki/acpi-kernel/parametry-jadra-acpi-a-jak-je-vybrat.html">ACPI parametry jádra - Parametry jádra ACPI a jak je vybrat </a></h4>
|
<h4><a href="/wiki/acpi-kernel/parametry-jadra-acpi-a-jak-je-vybrat.html">ACPI parametry jádra - Parametry jádra ACPI a jak je vybrat </a></h4>
|
||||||
<h4><a href="/wiki/aplikace/firewalid.html">Aplikace - FirewalID</a></h4>
|
<h4><a href="/wiki/aplikace/firewalid.html">Aplikace - FirewalID</a></h4>
|
||||||
|
Loading…
Reference in New Issue
Block a user