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;
|
||||
|
@ -39,7 +39,6 @@
|
||||
<!-- 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>
|
||||
|
@ -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