Dva nové články, další úpravy css

This commit is contained in:
2024-08-26 21:53:00 +02:00
parent b0a665d0ba
commit 1f20a34470
59 changed files with 4476 additions and 4192 deletions

View File

@ -2,22 +2,22 @@
<html lang="cs">
<head>
<meta charset="UTF-8"/>
<meta name="description" content="EndeavourOS ...."/>
<meta name="keywords" content="EndeavourOS, Arch Linux Distribuce"/>
<meta name="author" content="Kankys"/>
<meta content="EndeavourOS ...." name="description"/>
<meta content="EndeavourOS, Arch Linux Distribuce" name="keywords"/>
<meta content="Kankys" name="author"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" href="style.css"/>
<link rel="stylesheet" href="../fullStyle.css"/>
<link rel="shortcut icon" href="/img/icons.png"/>
<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"/>
<script
src="https://kit.fontawesome.com/0a43c6cd1f.js"
crossorigin="anonymous"
src="https://kit.fontawesome.com/0a43c6cd1f.js"
></script>
<!--icons dark, go to up-->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
rel="stylesheet"
/>
<!--ubuntu fonts-->
<style>
@ -31,7 +31,7 @@
<!-- EOS - logo () -->
<div class="logo">
<a href="../index.html">
<img src="/img/EndeavourOS-logo.webp" alt=""/>
<img alt="" src="/img/EndeavourOS-logo.webp"/>
</a>
</div>
@ -83,7 +83,7 @@
</p>
<hr/>
<h2>EndeavourOS:</h2>
<img src="/img/icons.png" alt=""/>
<img alt="" src="/img/icons.png"/>
<p>
Tím že jste už na tomto webu asi nemusím moc představovat distribuci
<a href="https://endeavouros.com/" target="_blank">EndeavourOS</a>.
@ -106,7 +106,7 @@
</p>
</section>
</main>
<button onclick="scrollToTop()" id="scrollToTopBtn" title="Go to top">
<button id="scrollToTopBtn" onclick="scrollToTop()" title="Go to top">
<i class="fas fa-arrow-up"></i>
</button>