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 ...."/>
|
||||
<meta name="keywords" content="EndeavourOS"/>
|
||||
<meta name="author" content="Kankys"/>
|
||||
<meta content="EndeavourOS ...." name="description"/>
|
||||
<meta content="EndeavourOS" 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>
|
||||
@ -33,7 +33,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>
|
||||
|
||||
@ -80,7 +80,7 @@
|
||||
|
||||
<h2>Endeavour znikl</h2>
|
||||
|
||||
<img src="img/endeavour.jpg" alt=''>
|
||||
<img alt='' src="img/endeavour.jpg">
|
||||
|
||||
<p>Naším původním cílem bylo pokračovat v projektu Antergos, zdálo se to jednodušší, ale zakladatelé Antergos
|
||||
toto neschvalovali, použít jméno Antergos, ale mohli jsme použít jejich kód pod jiným názvem projektu.</p>
|
||||
@ -94,7 +94,7 @@
|
||||
pomoci najít definitivní název pro projekt, protože Endeavour nebyl dobře přijat týmem, byl jsem jediný komu
|
||||
se mu líbil, a byl by problém to vyslovovat pro neanglické řečníky, se kterým jsme tehdy pracovali.</p>
|
||||
|
||||
<img src="img/b71a631e6d7d0a6d05402d77f899533200d3b791_2_690x388.jpeg" alt="">
|
||||
<img alt="" src="img/b71a631e6d7d0a6d05402d77f899533200d3b791_2_690x388.jpeg">
|
||||
|
||||
|
||||
<p>Oznámení získalo mnoho nadšení a našim překvapivým blogerům a vloggerům se také zvedly zprávy.</p>
|
||||
@ -116,7 +116,7 @@
|
||||
|
||||
<h2>5 let EndeavourOS</h2>
|
||||
|
||||
<img src="img/3b3784b2e553b8ab85e1fb98d489e39326a27ebd_2_690x387.png" alt="">
|
||||
<img alt="" src="img/3b3784b2e553b8ab85e1fb98d489e39326a27ebd_2_690x387.png">
|
||||
|
||||
|
||||
<p>Při psaní se teď cítím včera a ve stejnou dobu světla roky daleko.</p>
|
||||
@ -140,13 +140,13 @@
|
||||
|
||||
|
||||
<iframe
|
||||
allowtransparency="true"
|
||||
class="discord"
|
||||
frameborder="0"
|
||||
height="300"
|
||||
sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"
|
||||
src="https://discord.com/widget?id=1229577574087135353&theme=dark"
|
||||
width="350"
|
||||
height="300"
|
||||
allowtransparency="true"
|
||||
frameborder="0"
|
||||
sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"
|
||||
></iframe>
|
||||
<p>
|
||||
<code
|
||||
@ -156,7 +156,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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -2,22 +2,22 @@
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<meta name="description" content="EndeavourOS okénko do historie...."/>
|
||||
<meta name="keywords" content="EndeavourOS, historie"/>
|
||||
<meta name="author" content="Kankys"/>
|
||||
<meta content="EndeavourOS okénko do historie...." name="description"/>
|
||||
<meta content="EndeavourOS, historie" 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>
|
||||
|
||||
@ -65,7 +65,7 @@
|
||||
V tomto článku trochu zamíříme do historie EndeavourOS v časové
|
||||
smičce.
|
||||
</p>
|
||||
<p><img class="history" src="img/EndeavourOS_4.webp" alt=""/></p>
|
||||
<p><img alt="" class="history" src="img/EndeavourOS_4.webp"/></p>
|
||||
<p>
|
||||
Když populární distro Antergos v květnu 2019 ukončilo svou činnost,
|
||||
zanechalo za sebou přátelskou a mimořádně nápomocnou komunitu. Během
|
||||
@ -98,7 +98,7 @@
|
||||
výjimečné funkce: naší živé a přátelské komunity.
|
||||
</p>
|
||||
<p>První vydání a snímek původního webu EndeavourOS:</p>
|
||||
<p><img class="history" src="img/endeavouros-preview.webp" alt=""/></p>
|
||||
<p><img alt="" class="history" src="img/endeavouros-preview.webp"/></p>
|
||||
<p>
|
||||
Výsledkem je distribuce, která je lehká a dodává se s minimálním
|
||||
množstvím předinstalovaných aplikací. Téměř prázdné plátno připravené
|
||||
@ -110,7 +110,7 @@
|
||||
spuštěno přidání online instalátoru na ISO.
|
||||
</p>
|
||||
<p>Oznámení EndeavourOS ARM:</p>
|
||||
<p><img class="history" src="img/announcment_eos_c.webp" alt=""/></p>
|
||||
<p><img alt="" class="history" src="img/announcment_eos_c.webp"/></p>
|
||||
<p>
|
||||
Po spuštění online instalačního programu se člen komunity Pudge ozval,
|
||||
aby EndeavourOS fungoval na zařízení ARM. Původně to měl být článek
|
||||
@ -119,7 +119,7 @@
|
||||
</p>
|
||||
<p>Snímek druhé verze webu EndavourOS:</p>
|
||||
<p>
|
||||
<img class="history" src="img/EndeavourOS-website-2.webp" alt=""/>
|
||||
<img alt="" class="history" src="img/EndeavourOS-website-2.webp"/>
|
||||
</p>
|
||||
<h2><strong>Časová osa EndeavourOS:</strong></h2>
|
||||
<table>
|
||||
@ -284,7 +284,7 @@
|
||||
15.4.2024</code
|
||||
</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>
|
||||
|
||||
|
@ -2,22 +2,22 @@
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<meta name="description" content="EndeavourOS ...."/>
|
||||
<meta name="keywords" content="EndeavourOS, Firefox"/>
|
||||
<meta name="author" content="Kankys"/>
|
||||
<meta content="EndeavourOS ...." name="description"/>
|
||||
<meta content="EndeavourOS, Firefox" 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>
|
||||
@ -33,7 +33,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>
|
||||
|
||||
@ -63,7 +63,7 @@
|
||||
<main>
|
||||
<section class="welcome">
|
||||
<h1>Jak v Firefox aktivovat náhledy načtených panelů</h1>
|
||||
<img src="img/cool-firefox-logo-wallpaper-1933780132.jpg" alt=""/>
|
||||
<img alt="" src="img/cool-firefox-logo-wallpaper-1933780132.jpg"/>
|
||||
<p>
|
||||
Tato skvělá funkce ještě není v Firefoxu zcela dostupná z nastavení (k
|
||||
datu 20.4.2024). Ale dá se velmi lehce aktivovat a myslím že je to
|
||||
@ -80,9 +80,9 @@
|
||||
stav změňte na true.
|
||||
</p>
|
||||
<img
|
||||
src="img/Snímek obrazovky pořízený 2024-04-20 22-29-56.png"
|
||||
alt=""
|
||||
class="qt"
|
||||
src="img/Snímek obrazovky pořízený 2024-04-20 22-29-56.png"
|
||||
/>
|
||||
<p>
|
||||
Defaultně je nastaveno že se náhled zobrazí po 1 sekundě. Pokud tento
|
||||
@ -97,13 +97,13 @@
|
||||
</p>
|
||||
|
||||
<iframe
|
||||
allowtransparency="true"
|
||||
class="discord"
|
||||
frameborder="0"
|
||||
height="300"
|
||||
sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"
|
||||
src="https://discord.com/widget?id=1229577574087135353&theme=dark"
|
||||
width="350"
|
||||
height="300"
|
||||
allowtransparency="true"
|
||||
frameborder="0"
|
||||
sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"
|
||||
></iframe>
|
||||
<p>
|
||||
<code
|
||||
@ -113,7 +113,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>
|
||||
|
||||
|
@ -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>
|
||||
|
@ -1,30 +1,3 @@
|
||||
|
||||
|
||||
/* EOS - Welcome*/
|
||||
|
||||
.welcome {
|
||||
/*background: url("image/background.webp");*/
|
||||
min-height: calc(100vh - 70px);
|
||||
background-size: cover;
|
||||
/*background-position: center;*/
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
h2 {
|
||||
color: #734f96;
|
||||
margin-top: 50px;
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
p {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
|
||||
/* About sekce */
|
||||
|
||||
.about-section {
|
||||
|
Reference in New Issue
Block a user