create link
This commit is contained in:
parent
dc2d09c86b
commit
389f0c8281
@ -1,11 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="cs">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta
|
||||
content="EndeavourOS svobodný operační systém...."
|
||||
name="description"
|
||||
/>
|
||||
<meta content="EndeavourOS svobodný operační systém...." name="description" />
|
||||
<meta content="EndeavourOS O nás" name="keywords" />
|
||||
<meta content="Kankys" name="author" />
|
||||
|
||||
@ -13,15 +11,9 @@
|
||||
<link href="style.css" rel="stylesheet" />
|
||||
<link href="../fullStyle.css" rel="stylesheet" />
|
||||
<link href="/img/icons.png" rel="shortcut icon" />
|
||||
<script
|
||||
crossorigin="anonymous"
|
||||
src="https://kit.fontawesome.com/0a43c6cd1f.js"
|
||||
></script>
|
||||
<script crossorigin="anonymous" src="https://kit.fontawesome.com/0a43c6cd1f.js"></script>
|
||||
<!--icons dark, go to up-->
|
||||
<link
|
||||
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" rel="stylesheet" />
|
||||
<!--ubuntu fonts-->
|
||||
<style>
|
||||
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
|
||||
@ -29,6 +21,7 @@
|
||||
|
||||
<title>EndeavourOS - O nás</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<!-- EOS - logo () -->
|
||||
@ -79,11 +72,7 @@
|
||||
</p>
|
||||
<h2>Kontakty</h2>
|
||||
<p>
|
||||
<a
|
||||
href="https://git.archoslinux.cz/kankys/EndeavourOS_CZ"
|
||||
target="_blank"
|
||||
>Git</a
|
||||
>
|
||||
<a href="https://git.arch-linux.cz/kankys/EndeavourOS_CZ" target="_blank">Git</a>
|
||||
stránka tohoto projektu.
|
||||
</p>
|
||||
<p>
|
||||
@ -108,16 +97,10 @@
|
||||
rád, když mi napíšeš.
|
||||
</p>
|
||||
<p>👉 Taky můžeš tento projekt podpořit pár Satoshi:</p>
|
||||
<img
|
||||
alt="Satoshi"
|
||||
class="sat"
|
||||
src="https://lukan.cz/wp-content/uploads/2024/03/sat-150x150.jpeg"
|
||||
/>
|
||||
<img alt="Satoshi" class="sat" src="https://lukan.cz/wp-content/uploads/2024/03/sat-150x150.jpeg" />
|
||||
<p>👉 Nebo přes Paypal:</p>
|
||||
<img
|
||||
alt="Paypal"
|
||||
src="https://substackcdn.com/image/fetch/w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4fc91bd2-e8d0-4005-845f-ca0f87a1a59e_500x500.png"
|
||||
/>
|
||||
<img alt="Paypal"
|
||||
src="https://substackcdn.com/image/fetch/w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4fc91bd2-e8d0-4005-845f-ca0f87a1a59e_500x500.png" />
|
||||
<p>Všechny prostředky budou použity na provoz tohoto webu.</p>
|
||||
</section>
|
||||
</main>
|
||||
@ -127,12 +110,11 @@
|
||||
|
||||
<footer>
|
||||
Copyright ©
|
||||
<a href="https://git.archoslinux.cz/kankys" target="_blank"
|
||||
>Lukáš Kaňka</a
|
||||
>
|
||||
<a href="https://git.archoslinux.cz/kankys" target="_blank">Lukáš Kaňka</a>
|
||||
2024
|
||||
</footer>
|
||||
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
@ -65,6 +65,7 @@
|
||||
<main>
|
||||
<section class="welcome">
|
||||
<h2>České odkazy:</h2>
|
||||
<h4><a href="https://git.arch-linux.cz/kankys/ApolloNvim" target="_blank">Project 🚀 ApolloNvim - projekt pro podporu editoru Neovim.</a></h4>
|
||||
<h4><a href="https://lukan.cz/" target="_blank">Blog LukanCZ</a></h4>
|
||||
<h4><a href="https://arch-linux.cz/" target="_blank">Česká komunita Arch linuxu.</a></h4>
|
||||
<h2>Zahraniční odkazy:</h2>
|
||||
|
Loading…
Reference in New Issue
Block a user