Dva nové články, další úpravy css
This commit is contained in:
@ -2,22 +2,22 @@
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<meta name="description" content="EndeavourOS články...."/>
|
||||
<meta name="keywords" content="EndeavourOS, Články"/>
|
||||
<meta name="author" content="Kankys"/>
|
||||
<meta content="EndeavourOS články...." name="description"/>
|
||||
<meta content="EndeavourOS, Články" 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-->
|
||||
@ -32,7 +32,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>
|
||||
|
||||
@ -61,7 +61,8 @@
|
||||
<main>
|
||||
<section class="welcome">
|
||||
<h2>Články</h2>
|
||||
<h3><a href="5-let-endeavouros.html">Konec projektu Antergos, začátek EndeavourOS a kde jsme nyní, o 5 let později - 21.8.2024</a></h3>
|
||||
<h3><a href="5-let-endeavouros.html">Konec projektu Antergos, začátek EndeavourOS a kde jsme nyní, o 5 let
|
||||
později - 21.8.2024</a></h3>
|
||||
<h3>
|
||||
<a href="eos-history.html">Do historie EndeavourOS v časové smičce</a>
|
||||
</h3>
|
||||
@ -72,7 +73,7 @@
|
||||
</h3>
|
||||
</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>
|
||||
<footer>
|
||||
|
Reference in New Issue
Block a user