diff --git a/wiki/ruzne/co-je-to-aur.html b/co-je-to-aur.php similarity index 77% rename from wiki/ruzne/co-je-to-aur.html rename to co-je-to-aur.php index d1deb2b..b591524 100644 --- a/wiki/ruzne/co-je-to-aur.html +++ b/co-je-to-aur.php @@ -10,8 +10,7 @@ - - + + + + diff --git a/wiki/ruzne/korenovy-oddil-je-plny.html b/korenovy-oddil-je-plny.php similarity index 76% rename from wiki/ruzne/korenovy-oddil-je-plny.html rename to korenovy-oddil-je-plny.php index ad24d9d..904a93c 100644 --- a/wiki/ruzne/korenovy-oddil-je-plny.html +++ b/korenovy-oddil-je-plny.php @@ -10,8 +10,7 @@ - - + + + + diff --git a/odkazy.php b/odkazy.php index 2c3ff2f..fcaed07 100644 --- a/odkazy.php +++ b/odkazy.php @@ -39,6 +39,7 @@ Česká komunita Arch linuxu.

Zahraniční odkazy:

+

EndeavourOS na Redditu

diff --git a/ruzne-clanky.php b/ruzne-clanky.php new file mode 100644 index 0000000..b9866bb --- /dev/null +++ b/ruzne-clanky.php @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + EndeavourOS + + + +
+
+

Různé články

+

+ Kořenový oddíl je plný? Nepropadejte panice, nejprve vymažte Pacmanovu + mezipaměť! - 26.8.2024 +

+

+ Co je to AUR? - 26.8.2024 +

+
+
+ + + + + + diff --git a/wiki/ruzne/index.html b/wiki/ruzne/index.html deleted file mode 100644 index 724c08d..0000000 --- a/wiki/ruzne/index.html +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - - - - - - - - - - - - EndeavourOS - - -
- - - - - - - -
-
-
-

Různé články

-

- Kořenový oddíl je plný? Nepropadejte panice, nejprve vymažte Pacmanovu - mezipaměť! - 26.8.2024 -

-

- Co je to AUR? - 26.8.2024 -

-
-
- - - - - - diff --git a/wiki/ruzne/script.js b/wiki/ruzne/script.js deleted file mode 100644 index b44da4b..0000000 --- a/wiki/ruzne/script.js +++ /dev/null @@ -1,35 +0,0 @@ -const menuIcon = document.querySelector(".menu-icon"); -const menuList = document.querySelector("nav"); -const hamburgerIcon = document.querySelector(".fa-solid"); - -menuIcon.addEventListener("click", () => { - if (hamburgerIcon.classList[1] === "fa-bars") { - hamburgerIcon.classList.add("fa-xmark"); - hamburgerIcon.classList.remove("fa-bars"); - menuList.style.display = "block"; - } else { - hamburgerIcon.classList.add("fa-bars"); - hamburgerIcon.classList.remove("fa-xmark"); - menuList.style.display = "none"; - } -}); - -// Tlačítko go to top -// Zobrazení tlačítka od rolovaní části stránky (víc logické než až na konci) -window.onscroll = function () { - scrollFunction(); -}; - -function scrollFunction() { - if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) { - document.getElementById("scrollToTopBtn").style.display = "block"; - } else { - document.getElementById("scrollToTopBtn").style.display = "none"; - } -} - -// Posunout nahoru, když uživatel klikne na tlačítko -function scrollToTop() { - document.body.scrollTop = 0; // Pro Safari - document.documentElement.scrollTop = 0; // Pro ostatní prohlížeče -} diff --git a/wiki/ruzne/style.css b/wiki/ruzne/style.css deleted file mode 100644 index edf6aa1..0000000 --- a/wiki/ruzne/style.css +++ /dev/null @@ -1,79 +0,0 @@ -/* About sekce */ - -.about-section { - margin: 45px 0; -} - -.about-section-wrapper { - width: 65%; - margin: 0 auto; - display: flex; - gap: 20px; -} - -.about-text { - flex: 1; -} - -.about-img { - flex: 1; -} - -img { - width: 100%; - height: 100%; - object-fit: cover; -} - -@media (max-width: 768px) { - .about-section-wrapper { - flex-direction: column; - width: 90%; - margin: 0 auto; - } - - .about-text { - text-align: left; - } - - .about-img { - text-align: center; - } - - .about-text-p { - padding-top: 15px; - } -} - -footer { - text-align: center; - margin-top: 20px; - margin-bottom: 20px; -} - -/* Go to go */ -#scrollToTopBtn { - display: none; - position: fixed; - bottom: 20px; - right: 20px; - /*butoon přes obsah*/ - z-index: 99; - outline: none; - cursor: pointer; - padding: 15px; - border-radius: 50%; - background-color: transparent; -} - -/* Různé - extra css */ -h1 { - color: #734f96; - margin-top: 50px; - font-size: 50px; -} - -img { - width: 30%; -} - diff --git a/z-internetu.php b/z-internetu.php index e69de29..792508a 100644 --- a/z-internetu.php +++ b/z-internetu.php @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + EndeavourOS - Z internetu + + + + +
+
+

Zajímavosti odkazy, dotazy a vše ostatní z internetu

+ +
+
+ + + + + + + \ No newline at end of file