new content
This commit is contained in:
parent
2efea1ad80
commit
0b77ee5786
@ -61,6 +61,11 @@
|
||||
<h3>
|
||||
<a href="eos-history.html">Do historie EndeavourOS v časové smičce</a>
|
||||
</h3>
|
||||
<h3>
|
||||
<a href="firefox-nahledy-jak-aktivovat.html"
|
||||
>Jak v Firefox aktivovat náhledy načtených panelů</a
|
||||
>
|
||||
</h3>
|
||||
</section>
|
||||
</main>
|
||||
<button onclick="scrollToTop()" id="scrollToTopBtn" title="Go to top">
|
||||
|
@ -154,6 +154,10 @@ footer {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.qt {
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
/* Go to go */
|
||||
#scrollToTopBtn {
|
||||
display: none;
|
||||
|
41
index.html
41
index.html
@ -1,17 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<meta
|
||||
name="description"
|
||||
content="EndeavourOS svobodný operační systém...."
|
||||
/>
|
||||
<meta name="keywords" content="EndeavourOS" />
|
||||
<meta name="author" content="Kankys" />
|
||||
<meta name="keywords" content="EndeavourOS"/>
|
||||
<meta name="author" content="Kankys"/>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<link rel="shortcut icon" href="img/icons.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<link rel="stylesheet" href="style.css"/>
|
||||
<link rel="shortcut icon" href="img/icons.png"/>
|
||||
<script
|
||||
src="https://kit.fontawesome.com/0a43c6cd1f.js"
|
||||
crossorigin="anonymous"
|
||||
@ -28,18 +28,17 @@
|
||||
</style>
|
||||
|
||||
<title>EndeavourOS</title>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<!-- EOS - logo () -->
|
||||
<div class="logo">
|
||||
<img src="img/EndeavourOS-logo.webp" alt="" />
|
||||
<img src="img/EndeavourOS-logo.webp" alt=""/>
|
||||
</div>
|
||||
|
||||
<!-- EOS - navigation -->
|
||||
<nav>
|
||||
<ul>
|
||||
<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>
|
||||
@ -57,8 +56,8 @@
|
||||
<!-- Ikona cross -->
|
||||
<!-- <i class="fa-solid fa-xmark"></i> -->
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
</header>
|
||||
<main>
|
||||
<section class="welcome">
|
||||
<h2>🇨🇿 Vítám Tě na webu České komunity EndeavourOS! 🇨🇿</h2>
|
||||
<p>
|
||||
@ -249,18 +248,18 @@
|
||||
sledovací zařízení.
|
||||
</p>
|
||||
</section>
|
||||
</main>
|
||||
<button onclick="scrollToTop()" id="scrollToTopBtn" title="Go to top">
|
||||
</main>
|
||||
<button onclick="scrollToTop()" id="scrollToTopBtn" title="Go to top">
|
||||
<i class="fas fa-arrow-up"></i>
|
||||
</button>
|
||||
<footer>
|
||||
</button>
|
||||
<footer>
|
||||
Copyright ©
|
||||
<a href="https://git.archoslinux.cz/kankys" target="_blank"
|
||||
>Lukáš Kaňka</a
|
||||
>
|
||||
2024
|
||||
</footer>
|
||||
</footer>
|
||||
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -60,7 +60,14 @@
|
||||
</header>
|
||||
<main>
|
||||
<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>
|
||||
</main>
|
||||
<button onclick="scrollToTop()" id="scrollToTopBtn" title="Go to top">
|
||||
|
@ -71,6 +71,14 @@ h2 {
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: #734f96;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 70%;
|
||||
}
|
||||
p {
|
||||
margin: 10px;
|
||||
}
|
||||
@ -168,3 +176,25 @@ footer {
|
||||
border-radius: 50%;
|
||||
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"
|
||||
>Do historie EndeavourOS v časové smičce</a
|
||||
</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>
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user