new index.php
This commit is contained in:
		
							
								
								
									
										160
									
								
								assets/css/styly.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										160
									
								
								assets/css/styly.css
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,160 @@
 | 
				
			|||||||
 | 
					:root {
 | 
				
			||||||
 | 
					    --my-brown: brown;
 | 
				
			||||||
 | 
					    --my-red: red;
 | 
				
			||||||
 | 
					    --my-black: black;
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					  
 | 
				
			||||||
 | 
					  footer {
 | 
				
			||||||
 | 
					    position: fixed;
 | 
				
			||||||
 | 
					    bottom: 0;
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					  
 | 
				
			||||||
 | 
					  body {
 | 
				
			||||||
 | 
					    background-image: url(../../img/005.jpg);
 | 
				
			||||||
 | 
					    background-size: 100%;
 | 
				
			||||||
 | 
					    max-width: 1200px;
 | 
				
			||||||
 | 
					    margin: auto;
 | 
				
			||||||
 | 
					    margin-bottom: 25px;
 | 
				
			||||||
 | 
					    /* obrázek na pozadí */
 | 
				
			||||||
 | 
					    background-attachment: fixed;
 | 
				
			||||||
 | 
					    /* pozadí neroluje */
 | 
				
			||||||
 | 
					    /*background-color: black;  /* případná barva pozadí černá */
 | 
				
			||||||
 | 
					    /*color: white; } /* bílý text */
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  li {
 | 
				
			||||||
 | 
					    color: brown;
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					  
 | 
				
			||||||
 | 
					  li a {
 | 
				
			||||||
 | 
					    color: brown;
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  @media screen and (max-width: 600px) {
 | 
				
			||||||
 | 
					    body {
 | 
				
			||||||
 | 
					      width: calc(100% - 16px);
 | 
				
			||||||
 | 
					      background-image: url(../../img/005.jpg);
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					  
 | 
				
			||||||
 | 
					  /*flebox*/
 | 
				
			||||||
 | 
					  .flexbox {
 | 
				
			||||||
 | 
					    display: flex;
 | 
				
			||||||
 | 
					    justify-content: flex-start;
 | 
				
			||||||
 | 
					    gap: 45px;
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					  
 | 
				
			||||||
 | 
					  /* <style> */
 | 
				
			||||||
 | 
					  a.tlacitko {
 | 
				
			||||||
 | 
					    /*border-bottom : 1px solid #D1D1D1;*/
 | 
				
			||||||
 | 
					    background-color: transparent;
 | 
				
			||||||
 | 
					    font-size: 10pt;
 | 
				
			||||||
 | 
					    font-family: Arial, Helvetica, sans-serif;
 | 
				
			||||||
 | 
					    width: 160px;
 | 
				
			||||||
 | 
					    /* padding: 0px 5px 0px 5px; */
 | 
				
			||||||
 | 
					    color: #666666;
 | 
				
			||||||
 | 
					    /* margin: 0px 10px 0px 10px; */
 | 
				
			||||||
 | 
					    /* display: block; */
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					  
 | 
				
			||||||
 | 
					  a.tlacitko:link {
 | 
				
			||||||
 | 
					    text-decoration: none;
 | 
				
			||||||
 | 
					    color: var(--my-brown);
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					  
 | 
				
			||||||
 | 
					  a.tlacitko:visited {
 | 
				
			||||||
 | 
					    text-decoration: none;
 | 
				
			||||||
 | 
					    color: var(--my-red);
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					  
 | 
				
			||||||
 | 
					  a.tlacitko:hover {
 | 
				
			||||||
 | 
					    text-decoration: none;
 | 
				
			||||||
 | 
					    /*border-bottom : 1px solid orange;*/
 | 
				
			||||||
 | 
					    color: var(--my-brown);
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					  /* </style> */
 | 
				
			||||||
 | 
					  .dot {
 | 
				
			||||||
 | 
					    list-style-type: none;
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					  
 | 
				
			||||||
 | 
					  @media screen and (max-width: 600px) {
 | 
				
			||||||
 | 
					    .flexbox {
 | 
				
			||||||
 | 
					      flex-direction: column;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    .menu {
 | 
				
			||||||
 | 
					      order: -1;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					  
 | 
				
			||||||
 | 
					    .text-obsah {
 | 
				
			||||||
 | 
					      order: 1;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					  
 | 
				
			||||||
 | 
					  @media screen and (max-width: 600px) {
 | 
				
			||||||
 | 
					    .clock {
 | 
				
			||||||
 | 
					      display: flex;
 | 
				
			||||||
 | 
					      display: none;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					  
 | 
				
			||||||
 | 
					  
 | 
				
			||||||
 | 
					  /* ˇO mě */
 | 
				
			||||||
 | 
					  .obsah {
 | 
				
			||||||
 | 
					    flex-direction: column;
 | 
				
			||||||
 | 
					    background-color: rgba(250, 250, 250, 0.576);
 | 
				
			||||||
 | 
					    text-align: center;
 | 
				
			||||||
 | 
					    border-radius: 50px;
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					  
 | 
				
			||||||
 | 
					  /* Zvětšení písma */
 | 
				
			||||||
 | 
					  .tlacitko {
 | 
				
			||||||
 | 
					    transition: font-size 0.3s ease;
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					  .tlacitko:hover {
 | 
				
			||||||
 | 
					    font-size: 20px;
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					  
 | 
				
			||||||
 | 
					  p {
 | 
				
			||||||
 | 
					    transition: color 0.3s ease;
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					  
 | 
				
			||||||
 | 
					  p:hover {
 | 
				
			||||||
 | 
					    color: var(--my-brown);
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  /* Rozbalovací menu */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  #toggle-list {
 | 
				
			||||||
 | 
					    background-color: #efbdc0;
 | 
				
			||||||
 | 
					    border-radius: 10px;
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  .collapsible-list {
 | 
				
			||||||
 | 
					    list-style-type: none;
 | 
				
			||||||
 | 
					    padding: 0;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.content {
 | 
				
			||||||
 | 
					    padding: 0 18px;
 | 
				
			||||||
 | 
					    display: none;
 | 
				
			||||||
 | 
					    overflow: hidden;
 | 
				
			||||||
 | 
					    background-color: #efbdc0;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#toggle-list1 {
 | 
				
			||||||
 | 
					  background-color: #efbdc0;
 | 
				
			||||||
 | 
					  border-radius: 10px;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.collapsible-list1 {
 | 
				
			||||||
 | 
					  list-style-type: none;
 | 
				
			||||||
 | 
					  padding: 0;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.content1 {
 | 
				
			||||||
 | 
					  padding: 0 18px;
 | 
				
			||||||
 | 
					  display: none;
 | 
				
			||||||
 | 
					  overflow: hidden;
 | 
				
			||||||
 | 
					  background-color: #efbdc0;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
@@ -145,3 +145,4 @@ function scrollToTop() {
 | 
				
			|||||||
  document.body.scrollTop = 0; // Pro Safari
 | 
					  document.body.scrollTop = 0; // Pro Safari
 | 
				
			||||||
  document.documentElement.scrollTop = 0; // Pro ostatní prohlížeče
 | 
					  document.documentElement.scrollTop = 0; // Pro ostatní prohlížeče
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										276
									
								
								index.php
									
									
									
									
									
								
							
							
						
						
									
										276
									
								
								index.php
									
									
									
									
									
								
							@@ -1,17 +1,15 @@
 | 
				
			|||||||
<!DOCTYPE html>
 | 
					<!DOCTYPE html>
 | 
				
			||||||
<html lang="cs">
 | 
					<html lang="cs-cz">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<head>
 | 
					<head>
 | 
				
			||||||
        <meta charset="UTF-8">
 | 
					    <meta charset="utf-8" />
 | 
				
			||||||
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
					    <title>Lukáš bloguje</title>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <meta name="description" content="Blog o všem možném i nemožném...." />
 | 
					    <meta name="description" content="Blog o všem možném i nemožném...." />
 | 
				
			||||||
        <meta name="keywords" content="Projekty a odkazy" />
 | 
					    <meta name="keywords" content="Hlavní strana" />
 | 
				
			||||||
    <meta name="author" content="Lukáš Kaňka" />
 | 
					    <meta name="author" content="Lukáš Kaňka" />
 | 
				
			||||||
        <link rel="stylesheet" href="./assets/css/style.css" />
 | 
					    <link rel="shortcut icon" href="obrazky/tux" />
 | 
				
			||||||
        <!--nav bar-->
 | 
					    <link type="text/css" rel="stylesheet" href="assets/css/styly.css" />
 | 
				
			||||||
        <script src="https://kit.fontawesome.com/0a43c6cd1f.js" crossorigin="anonymous"></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" />
 | 
					 | 
				
			||||||
    <!--ubuntu fonts-->
 | 
					    <!--ubuntu fonts-->
 | 
				
			||||||
    <style>
 | 
					    <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");
 | 
					        @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");
 | 
				
			||||||
@@ -19,129 +17,173 @@
 | 
				
			|||||||
    <!--         líbivé   ikony -->
 | 
					    <!--         líbivé   ikony -->
 | 
				
			||||||
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css"
 | 
					    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css"
 | 
				
			||||||
        integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY=" crossorigin="anonymous" />
 | 
					        integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY=" crossorigin="anonymous" />
 | 
				
			||||||
<script defer src="https://analytics.oscloud.cz/script.js" data-website-id="66d8b702-e220-4828-a10f-b40dcc429d2c"></script>	
 | 
					    <script defer src="https://analytics.oscloud.cz/script.js"
 | 
				
			||||||
<title>Odkazy a mé repozitáře</title>
 | 
					        data-website-id="66d8b702-e220-4828-a10f-b40dcc429d2c"></script>
 | 
				
			||||||
 | 
					        <!--nav bar-->
 | 
				
			||||||
 | 
					        <script src="https://kit.fontawesome.com/0a43c6cd1f.js" crossorigin="anonymous"></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" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
</head>
 | 
					</head>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<body>
 | 
					<body>
 | 
				
			||||||
 | 
					    <div class="title">
 | 
				
			||||||
        <header>
 | 
					        <strong>
 | 
				
			||||||
            <div class="logo">
 | 
					            <figure>
 | 
				
			||||||
                <link rel="stylesheet" href="style.css" />
 | 
					                <center>
 | 
				
			||||||
                <img src="img/1702045296079.jpeg" alt="" />
 | 
					                    <figcaption>
 | 
				
			||||||
                <h1 class="title">Lukáš Kaňka</h1>
 | 
					                        <!-- <img src="obrazky/tux.png" width="150" height="100" alt="linux" /> -->
 | 
				
			||||||
<!--                <p class="nav-p">Blog o všem možném i nemožném...</p>-->
 | 
					                        <h1>Lukáš Bloguje</h1>
 | 
				
			||||||
 | 
					                        <h3>Blog o všem možném i nemožném....</h3>
 | 
				
			||||||
 | 
					                    </figcaption>
 | 
				
			||||||
 | 
					                </center>
 | 
				
			||||||
 | 
					            </figure>
 | 
				
			||||||
 | 
					        </strong>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
 | 
					    <hr>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            <!--navigation -->
 | 
					    <div class="flexbox">
 | 
				
			||||||
            <nav class="navigation">
 | 
					 | 
				
			||||||
                <ul>
 | 
					 | 
				
			||||||
                    <li><a href="https://endeavouros.cz/" target="_blank">🚀 EndeavourOS</a></li>
 | 
					 | 
				
			||||||
                    <li><a href="https://git.arch-linux.cz/kankys/ApolloNvim" target="_blank">🚀 ApolloNvim</a></li>
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
                    <li><a href="./services/index.php" target="_blank">💻 Mé služby</a></li>
 | 
					        <!-- <div class="menu-conteiner"> -->
 | 
				
			||||||
                    <li><a href="https://lukan.cz" target="_blank">📒 Blog na lukan.cz</a> </li>
 | 
					
 | 
				
			||||||
                    <li><a href="#contact">📱 Kontakty</a></li>
 | 
					        <div class="menu-navigation">
 | 
				
			||||||
 | 
					        <button id="toggle-list" ><h3>Navigace:</h3></button>
 | 
				
			||||||
 | 
					        <ul class="collapsible-list">
 | 
				
			||||||
 | 
					        <li>
 | 
				
			||||||
 | 
					            <div class="content">
 | 
				
			||||||
 | 
					                <p><strong><a href="https://endeavouros.cz/" target="_blank">🚀 EndeavourOS</a></strong></p>
 | 
				
			||||||
 | 
					            </div>
 | 
				
			||||||
 | 
					        </li>
 | 
				
			||||||
 | 
					        <li>
 | 
				
			||||||
 | 
					            <div class="content">
 | 
				
			||||||
 | 
					                <p><strong><a href="https://git.arch-linux.cz/kankys/ApolloNvim" target="_blank">🚀 ApolloNvim</a></strong></p>
 | 
				
			||||||
 | 
					            </div>
 | 
				
			||||||
 | 
					        </li>
 | 
				
			||||||
 | 
					        <li>
 | 
				
			||||||
 | 
					            <div class="content">
 | 
				
			||||||
 | 
					                <p><strong><a href="./services/index.php" target="_blank">💻 Mé služby</a></i></strong></p>
 | 
				
			||||||
 | 
					            </div>
 | 
				
			||||||
 | 
					        </li>
 | 
				
			||||||
 | 
					        <li>
 | 
				
			||||||
 | 
					            <div class="content">
 | 
				
			||||||
 | 
					                <p><strong><a href="https://lukan.cz" target="_blank">📒 Blog na lukan.cz</a></strong></p>
 | 
				
			||||||
 | 
					            </div>
 | 
				
			||||||
 | 
					        </li>
 | 
				
			||||||
        </ul>
 | 
					        </ul>
 | 
				
			||||||
            </nav>
 | 
					 | 
				
			||||||
            <div class="menu-icon">
 | 
					 | 
				
			||||||
                <!-- Ikona hamburger -->
 | 
					 | 
				
			||||||
                <i class="fa-solid fa-bars"></i>
 | 
					 | 
				
			||||||
                <!-- Ikona cross -->
 | 
					 | 
				
			||||||
                <!-- <i class="fa-solid fa-xmark"></i> -->
 | 
					 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
        </header>
 | 
					 | 
				
			||||||
        <hr />
 | 
					 | 
				
			||||||
        <button id="toggleButton"><i class="fas fa-adjust"></i></button>
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <section class="content" id="welcome">
 | 
					
 | 
				
			||||||
            <section class="welcome">
 | 
					
 | 
				
			||||||
                <h2>O mně:</h2>
 | 
					        <div class="text-title">
 | 
				
			||||||
 | 
					            <b>
 | 
				
			||||||
                <p>👉 Jsem IT nadšenec s pozitivním přístupem k životu a vášní pro
 | 
					                <p>👉 Jsem IT nadšenec s pozitivním přístupem k životu a vášní pro
 | 
				
			||||||
                    technologie, ve kterých se neustále vzdělávám. Absolvoval jsem kurz
 | 
					                    technologie, ve kterých se neustále vzdělávám. Absolvoval jsem kurz
 | 
				
			||||||
                    testingu a SQL v Acamaru, další kurz byl web developer u společnosti Engeto. Pracoval jsem na pozici testera ve společnosti Uniprog a nyní pracuji ve společnosti Kyndryl na projektu České Spořitelny pro platformu SMART. Stále se vzdělávám, a nyní hlavně v PHP, které mě velmi nadchlo.</p>
 | 
					                    testingu a SQL v Acamaru, další kurz byl web developer u společnosti Engeto. Pracoval jsem na pozici
 | 
				
			||||||
                <p>👉 Nyní navíc nabízím IT služby, pro více informací<a class="tlacitko" href="services/" target="_blank"> klikněte sem</a>.</p>
 | 
					                    testera ve společnosti Uniprog a nyní pracuji ve společnosti Kyndryl na projektu České Spořitelny
 | 
				
			||||||
                <p>👉 Mé ropozitáře na mé projekty najdete pod tímto <a class="tlacitko" href="https://git.arch-linux.cz/kankys" target="_blank">odkazem</a>.</p>
 | 
					                    pro platformu SMART. Stále se vzdělávám, a nyní hlavně v PHP, které mě velmi nadchlo.</p>
 | 
				
			||||||
 | 
					                <p>👉 Nyní navíc nabízím IT služby, pro více informací<a class="tlacitko" href="services/"
 | 
				
			||||||
 | 
					                        target="_blank"> klikněte sem</a>.</p>
 | 
				
			||||||
 | 
					                <p>👉 Mé ropozitáře na mé projekty a více informací o mně najdete pod tímto <a class="tlacitko"
 | 
				
			||||||
 | 
					                        href="https://git.arch-linux.cz/kankys" target="_blank">odkazem</a>.</p>
 | 
				
			||||||
                <p>👉 Mé CV najdete <a class="tlacitko" href="./zivotopis/index.php" target="_blank">zde</a>. </p>
 | 
					                <p>👉 Mé CV najdete <a class="tlacitko" href="./zivotopis/index.php" target="_blank">zde</a>. </p>
 | 
				
			||||||
            </section>
 | 
					            </b>
 | 
				
			||||||
            <section id="advantages">
 | 
					 | 
				
			||||||
                <h2>Mé repozitáře:</h2>
 | 
					 | 
				
			||||||
                <p>👉 <a href="https://git.arch-linux.cz/kankys" target="_blank"><i class="fa fa-gitea"></i> Gitea -
 | 
					 | 
				
			||||||
                        arch-linux</a></p>
 | 
					 | 
				
			||||||
                <p>👉 <a href="https://codeberg.org/Kankys" target="_blank"><i class="fa fa-gitea"></i> Codeberg</a></p>
 | 
					 | 
				
			||||||
                <p>👉 <a href="https://gitlab.com/LukasKanka" target="_blank"><i class="fa fa-gitlab"></i> GitLab</a></p>
 | 
					 | 
				
			||||||
                <p>👉 <a href="https://github.com/LukasKanka" target="_blank"><i class="fa fa-github"></i> GitHub</a></p>
 | 
					 | 
				
			||||||
            </section>
 | 
					 | 
				
			||||||
            <section class="photo">
 | 
					 | 
				
			||||||
                <img class="picture" src="img/linux-penguin-and-rainbow-background-imsv6hxt0e8zcl7m-3730406657.jpg" alt="Linux" />
 | 
					 | 
				
			||||||
                <img class="picture1" src="img/IMG_4835.JPG" alt="Lukáš Kaňka" />
 | 
					 | 
				
			||||||
                <img class="picture2" src="img/endeavourOS-astronaught-3246654328.jpg" alt="EndeavourOS" />
 | 
					 | 
				
			||||||
            </section>
 | 
					 | 
				
			||||||
            <section id="plans">
 | 
					 | 
				
			||||||
		<h2>Kam přispívám a projekty:</h2>
 | 
					 | 
				
			||||||
		<p><a href="https://lukaskanka.cz/apollo-nvim/index.php" target="_blank">🚀 ApolloNvim - tento projekt je věnován editoru Neovim.</p>
 | 
					 | 
				
			||||||
                <p><a href="../butcher" target="_blank">Textová hra plná napětí z podsvětí temného města.</a></p>
 | 
					 | 
				
			||||||
                <p><a href="https://endeavouros.cz/" target="_blank">Jsem zakládající člen České komunity EndeavourOS.</a></p>
 | 
					 | 
				
			||||||
                <p><a href="https://arch-linux.cz/" target="_blank">Aktivně přispívám do české komunity Arch Linux a přidružených projektů Oscloud a další. </a></p>
 | 
					 | 
				
			||||||
            </section>
 | 
					 | 
				
			||||||
            <section id="install">
 | 
					 | 
				
			||||||
                <h2>OpenSource a můj oblíbený software:</h2>
 | 
					 | 
				
			||||||
                <p><a href="https://vscodium.com/" target="_blank"><i class="fa fa-vscodium"></i> VSCodium</a> - opensource alternativa k VSCode bez Microsoft telemetrie.</p>
 | 
					 | 
				
			||||||
                <p><a href="https://netbeans.apache.org/front/main/index.html" terget="_blank"><i class="fa fa-netbeans"></i> Apache NetBeans</a> - tuto stálici na poli IDE teprve používám od doby kdy jsem se začal zajímat o PHP. NetBeans pochází z Čech a za jeho vznikem stál vysokoškolský projekt.</p>
 | 
					 | 
				
			||||||
                <p><a href="https://www.apachefriends.org/index.html" target="_blank"><i class="fa fa-xampp"></i> XAMPP</a> - vývojové prostředí pro PHP.</p>              
 | 
					 | 
				
			||||||
                <p><a href="https://filezilla-project.org/" target="_blank"><i class="fa fa-filezilla"></i> FileZilla</a> - FTP klient který zapínám hned po startu pc jako první.</p>
 | 
					 | 
				
			||||||
                <p><a href="https://www.mozilla.org/en-US/firefox/new/" target="_blank"><i class="fa fa-firefox"></i> Firefox</a> - nejoblíbenější, nestarnoucí webový prohlížeč.</p>
 | 
					 | 
				
			||||||
                <p><a href="https://cryptpad.arch-linux.cz/" target="_blank"><i class="fa fa-cryptpad"></i> CryptPad</a> - pokud potřebuji šifrovat dokumenty nebo jen s někým něco sdílet, ale navíc i nahradí office a skvěle si poradí s Markdown.</p>
 | 
					 | 
				
			||||||
                <p><a href="https://git.archoslinux.cz/" target="_blank"><i class="fa fa-gitea"></i> Gitea</a> - mimo GitHub svůj kód ukládám na Giteu.</p>
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
            </section>
 | 
					        </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            <section id="contact">
 | 
					 | 
				
			||||||
                <h2>Kontakty:</h2>
 | 
					 | 
				
			||||||
                <p>👉 <a href="https://mastodon.arch-linux.cz/deck/@Kankys" target="_blank"><i class="fa fa-mastodon"></i> Mastodon</a><p>
 | 
					 | 
				
			||||||
                <p>👉 <a href="https://www.linkedin.com/in/luk%C3%A1%C5%A1-ka%C5%88ka-b2a0a1a0/" target="_blank"><i class="fa fa-linkedin"></i> LinkedIn</a></p>
 | 
					 | 
				
			||||||
                <p>👉 <a href="https://t.me/Kankys" target="_blank"><i class="fa fa-telegram"></i> Telegram</a></p>
 | 
					 | 
				
			||||||
                <p>👉 <a href="https://pixelfed.cz/i/web/profile/464150575238569182"><i class="fa fa-pixelfed"></i> Pixelded CZ</a></p>
 | 
					 | 
				
			||||||
                <p>👉 Telefoní číslo: <i class="fas fa-phone"></i> <a href="tel:+725303747"> +420 725 303 747</a></a></p>
 | 
					 | 
				
			||||||
                <p>👉 E-mail: <i class="fas fa-envelope"></i> <a href="mailto:lukas.kanka@outlook.cz"> Lukáš Kaňka</a></p>
 | 
					 | 
				
			||||||
            </section>
 | 
					 | 
				
			||||||
            <section id="help">
 | 
					 | 
				
			||||||
                <h2>Podpora:</h2>
 | 
					 | 
				
			||||||
                <p>
 | 
					 | 
				
			||||||
                    👉 Pokud mě chceš podpořit nebo se podílet na obsahu projetků na kterých pracuji ve svém volném čase, budu rád, když mi napíšeš.
 | 
					 | 
				
			||||||
                </p>
 | 
					 | 
				
			||||||
                <p>👉 Taky můžeš tento projekt podpořit pár Satoshi:</p>
 | 
					 | 
				
			||||||
                <img class="sat" src="https://lukan.cz/wp-content/uploads/2024/03/sat-150x150.jpeg" alt="Satoshi" />
 | 
					 | 
				
			||||||
            </section>
 | 
					 | 
				
			||||||
            <section id="other">
 | 
					 | 
				
			||||||
                <h2>Další projekty a odkazy:</h2>
 | 
					 | 
				
			||||||
                <p>
 | 
					 | 
				
			||||||
                    👉 <a href="https://arch-linux.cz/" target="_blank">ArchLinux CZ</a>
 | 
					 | 
				
			||||||
                </p>
 | 
					 | 
				
			||||||
                <p>
 | 
					 | 
				
			||||||
                    👉
 | 
					 | 
				
			||||||
                    <a href="https://searxng.cz/" target="_blank">Vyhledávač SearXNG CZ</a>
 | 
					 | 
				
			||||||
                </p>
 | 
					 | 
				
			||||||
                <p>
 | 
					 | 
				
			||||||
                    👉
 | 
					 | 
				
			||||||
                    <a href="https://endeavouros.com/" target="_blank">EndeavourOS Linux</a>
 | 
					 | 
				
			||||||
                </p>
 | 
					 | 
				
			||||||
                <p>
 | 
					 | 
				
			||||||
                    👉 <a href="https://i3wm.org/" target="_blank">i3 window manager</a>
 | 
					 | 
				
			||||||
                </p>
 | 
					 | 
				
			||||||
            </section>
 | 
					 | 
				
			||||||
        </section>
 | 
					 | 
				
			||||||
        <button onclick="scrollToTop()" id="scrollToTopBtn" title="Go to top">
 | 
					 | 
				
			||||||
            <i class="fas fa-arrow-up"></i>
 | 
					 | 
				
			||||||
        </button>
 | 
					 | 
				
			||||||
        <footer>
 | 
					 | 
				
			||||||
            Copyright ©
 | 
					 | 
				
			||||||
            <a href="https://git.archoslinux.cz/kankys" target="_blank">Lukáš Kaňka</a>
 | 
					 | 
				
			||||||
            2024
 | 
					 | 
				
			||||||
        </footer>
 | 
					 | 
				
			||||||
    </section>
 | 
					 | 
				
			||||||
    <script src="./assets/js/script.js"></script>
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        <div class="menu-contact">
 | 
				
			||||||
 | 
					        <button id="toggle-list1"><h3>Kontakty:</h3></button>
 | 
				
			||||||
 | 
					    <ul class="collapsible-list1">
 | 
				
			||||||
 | 
					        <li>
 | 
				
			||||||
 | 
					            <div class="content1">
 | 
				
			||||||
 | 
					                <p><strong><a href="https://git.arch-linux.cz/kankys" target="_blank" ><i class="fa fa-gitea"></i> Gitea -
 | 
				
			||||||
 | 
					                arch-linux</a></strong></p>
 | 
				
			||||||
 | 
					            </div>
 | 
				
			||||||
 | 
					        </li>
 | 
				
			||||||
 | 
					        <li>
 | 
				
			||||||
 | 
					            <div class="content1">
 | 
				
			||||||
 | 
					                <p><strong><a href="https://codeberg.org/Kankys" target="_blank" ><i class="fa fa-gitea"></i> Codeberg</a></strong></p>
 | 
				
			||||||
 | 
					            </div>
 | 
				
			||||||
 | 
					        </li>
 | 
				
			||||||
 | 
					        <li>
 | 
				
			||||||
 | 
					            <div class="content1">
 | 
				
			||||||
 | 
					                <p><strong><a href="https://gitlab.com/LukasKanka" target="_blank" ><i class="fa fa-gitlab"></i> GitLab</a></strong></p>
 | 
				
			||||||
 | 
					            </div>
 | 
				
			||||||
 | 
					        </li>
 | 
				
			||||||
 | 
					        <li>
 | 
				
			||||||
 | 
					            <div class="content1">
 | 
				
			||||||
 | 
					                <p><strong><a href="https://github.com/LukasKanka" target="_blank" ><i class="fa fa-github"></i> GitHub</a></strong></p>
 | 
				
			||||||
 | 
					            </div>
 | 
				
			||||||
 | 
					        </li>
 | 
				
			||||||
 | 
					        <li>
 | 
				
			||||||
 | 
					            <div class="content1">
 | 
				
			||||||
 | 
					                <p><strong><a href="https://mastodon.arch-linux.cz/deck/@Kankys" target="_blank" ><i class="fa fa-mastodon"></i> Mastodon</a></strong></p>
 | 
				
			||||||
 | 
					            </div>
 | 
				
			||||||
 | 
					        </li>
 | 
				
			||||||
 | 
					        <li>
 | 
				
			||||||
 | 
					            <div class="content1">
 | 
				
			||||||
 | 
					                <p><strong><a href="https://www.linkedin.com/in/luk%C3%A1%C5%A1-ka%C5%88ka-b2a0a1a0/" target="_blank"><i class="fa fa-linkedin"></i> LinkedIn</a></strong></p>
 | 
				
			||||||
 | 
					            </div>
 | 
				
			||||||
 | 
					        </li>
 | 
				
			||||||
 | 
					        <li>
 | 
				
			||||||
 | 
					            <div class="content1">
 | 
				
			||||||
 | 
					                <p><strong><a href="https://t.me/Kankys" target="_blank"><i class="fa fa-telegram"></i> Telegram</a></strong></p>
 | 
				
			||||||
 | 
					            </div>
 | 
				
			||||||
 | 
					        </li>
 | 
				
			||||||
 | 
					        <li>
 | 
				
			||||||
 | 
					            <div class="content1"> 
 | 
				
			||||||
 | 
					                <p><strong><a href="https://pixelfed.cz/i/web/profile/464150575238569182" target="_ublank" ><i class="fa fa-pixelfed"></i> Pixelded CZ</a></strong></p>
 | 
				
			||||||
 | 
					            </div>
 | 
				
			||||||
 | 
					        </li>
 | 
				
			||||||
 | 
					        <li>
 | 
				
			||||||
 | 
					            <div class="content1">
 | 
				
			||||||
 | 
					                <p><strong>Telefoní číslo: <i class="fas fa-phone"></i> <a href="tel:+725303747"> +420 725 303 747</a></strong></p>
 | 
				
			||||||
 | 
					            </div>
 | 
				
			||||||
 | 
					        </li>
 | 
				
			||||||
 | 
					        <li>
 | 
				
			||||||
 | 
					            <div class="content1">
 | 
				
			||||||
 | 
					                <p><strong>E-mail: <i class="fas fa-envelope"></i> <a href="mailto:lukas.kanka@outlook.cz"> Lukáš Kaňka</a></strong></p>
 | 
				
			||||||
 | 
					            </div>
 | 
				
			||||||
 | 
					        </li>
 | 
				
			||||||
 | 
					    </ul>
 | 
				
			||||||
 | 
					                    </div>
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					  
 | 
				
			||||||
 | 
					    <footer>Copyright © Lukáš Kaňka 2023</footer>
 | 
				
			||||||
 | 
					    <script src="assets/js/script.js"></script>
 | 
				
			||||||
 | 
					    <script>document.addEventListener('DOMContentLoaded', function() {
 | 
				
			||||||
 | 
					    var toggleButton = document.getElementById('toggle-list');
 | 
				
			||||||
 | 
					    var contents = document.querySelectorAll('.content');
 | 
				
			||||||
 | 
					  
 | 
				
			||||||
 | 
					    toggleButton.addEventListener('click', function() {
 | 
				
			||||||
 | 
					        contents.forEach(function(content) {
 | 
				
			||||||
 | 
					            if (content.style.display === 'block') {
 | 
				
			||||||
 | 
					                content.style.display = 'none';
 | 
				
			||||||
 | 
					            } else {
 | 
				
			||||||
 | 
					                content.style.display = 'block';
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        });
 | 
				
			||||||
 | 
					    });
 | 
				
			||||||
 | 
					  });
 | 
				
			||||||
 | 
					  
 | 
				
			||||||
 | 
					  
 | 
				
			||||||
 | 
					    
 | 
				
			||||||
 | 
					    </script>
 | 
				
			||||||
 | 
					  <script>document.addEventListener('DOMContentLoaded', function() {
 | 
				
			||||||
 | 
					    var toggleButton1 = document.getElementById('toggle-list1');
 | 
				
			||||||
 | 
					    var contents1 = document.querySelectorAll('.content1');
 | 
				
			||||||
 | 
					  
 | 
				
			||||||
 | 
					    toggleButton1.addEventListener('click', function() {
 | 
				
			||||||
 | 
					        contents1.forEach(function(content1) {
 | 
				
			||||||
 | 
					            if (content1.style.display === 'block') {
 | 
				
			||||||
 | 
					                content1.style.display = 'none';
 | 
				
			||||||
 | 
					            } else {
 | 
				
			||||||
 | 
					                content1.style.display = 'block';
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        });
 | 
				
			||||||
 | 
					    });
 | 
				
			||||||
 | 
					});</script>
 | 
				
			||||||
</body>
 | 
					</body>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
</html>
 | 
					</html>
 | 
				
			||||||
							
								
								
									
										147
									
								
								index.php.bak_původní hezká
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										147
									
								
								index.php.bak_původní hezká
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,147 @@
 | 
				
			|||||||
 | 
					<!DOCTYPE html>
 | 
				
			||||||
 | 
					<html lang="cs">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    <head>
 | 
				
			||||||
 | 
					        <meta charset="UTF-8">
 | 
				
			||||||
 | 
					        <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
				
			||||||
 | 
					        <meta name="description" content="Blog o všem možném i nemožném...." />
 | 
				
			||||||
 | 
					        <meta name="keywords" content="Projekty a odkazy" />
 | 
				
			||||||
 | 
					        <meta name="author" content="Lukáš Kaňka" />
 | 
				
			||||||
 | 
					        <link rel="stylesheet" href="./assets/css/style.css" />
 | 
				
			||||||
 | 
					        <!--nav bar-->
 | 
				
			||||||
 | 
					        <script src="https://kit.fontawesome.com/0a43c6cd1f.js" crossorigin="anonymous"></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" />
 | 
				
			||||||
 | 
					        <!--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");
 | 
				
			||||||
 | 
					        </style>
 | 
				
			||||||
 | 
					        <!--         líbivé   ikony -->
 | 
				
			||||||
 | 
					        <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css"
 | 
				
			||||||
 | 
					              integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY=" crossorigin="anonymous" />
 | 
				
			||||||
 | 
					<script defer src="https://analytics.oscloud.cz/script.js" data-website-id="66d8b702-e220-4828-a10f-b40dcc429d2c"></script>	
 | 
				
			||||||
 | 
					<title>Odkazy a mé repozitáře</title>
 | 
				
			||||||
 | 
					    </head>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    <body>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        <header>
 | 
				
			||||||
 | 
					            <div class="logo">
 | 
				
			||||||
 | 
					                <link rel="stylesheet" href="style.css" />
 | 
				
			||||||
 | 
					                <img src="img/1702045296079.jpeg" alt="" />
 | 
				
			||||||
 | 
					                <h1 class="title">Lukáš Kaňka</h1>
 | 
				
			||||||
 | 
					<!--                <p class="nav-p">Blog o všem možném i nemožném...</p>-->
 | 
				
			||||||
 | 
					            </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            <!--navigation -->
 | 
				
			||||||
 | 
					            <nav class="navigation">
 | 
				
			||||||
 | 
					                <ul>
 | 
				
			||||||
 | 
					                    <li><a href="https://endeavouros.cz/" target="_blank">🚀 EndeavourOS</a></li>
 | 
				
			||||||
 | 
					                    <li><a href="https://git.arch-linux.cz/kankys/ApolloNvim" target="_blank">🚀 ApolloNvim</a></li>
 | 
				
			||||||
 | 
					                   
 | 
				
			||||||
 | 
					                    <li><a href="./services/index.php" target="_blank">💻 Mé služby</a></li>
 | 
				
			||||||
 | 
					                    <li><a href="https://lukan.cz" target="_blank">📒 Blog na lukan.cz</a> </li>
 | 
				
			||||||
 | 
					                    <li><a href="#contact">📱 Kontakty</a></li>
 | 
				
			||||||
 | 
					                </ul>
 | 
				
			||||||
 | 
					            </nav>
 | 
				
			||||||
 | 
					            <div class="menu-icon">
 | 
				
			||||||
 | 
					                <!-- Ikona hamburger -->
 | 
				
			||||||
 | 
					                <i class="fa-solid fa-bars"></i>
 | 
				
			||||||
 | 
					                <!-- Ikona cross -->
 | 
				
			||||||
 | 
					                <!-- <i class="fa-solid fa-xmark"></i> -->
 | 
				
			||||||
 | 
					            </div>
 | 
				
			||||||
 | 
					        </header>
 | 
				
			||||||
 | 
					        <hr />
 | 
				
			||||||
 | 
					        <button id="toggleButton"><i class="fas fa-adjust"></i></button>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        <section class="content" id="welcome">
 | 
				
			||||||
 | 
					            <section class="welcome">
 | 
				
			||||||
 | 
					                <h2>O mně:</h2>
 | 
				
			||||||
 | 
					                <p>👉 Jsem IT nadšenec s pozitivním přístupem k životu a vášní pro
 | 
				
			||||||
 | 
					                    technologie, ve kterých se neustále vzdělávám. Absolvoval jsem kurz
 | 
				
			||||||
 | 
					                    testingu a SQL v Acamaru, další kurz byl web developer u společnosti Engeto. Pracoval jsem na pozici testera ve společnosti Uniprog a nyní pracuji ve společnosti Kyndryl na projektu České Spořitelny pro platformu SMART. Stále se vzdělávám, a nyní hlavně v PHP, které mě velmi nadchlo.</p>
 | 
				
			||||||
 | 
					                <p>👉 Nyní navíc nabízím IT služby, pro více informací<a class="tlacitko" href="services/" target="_blank"> klikněte sem</a>.</p>
 | 
				
			||||||
 | 
					                <p>👉 Mé ropozitáře na mé projekty najdete pod tímto <a class="tlacitko" href="https://git.arch-linux.cz/kankys" target="_blank">odkazem</a>.</p>
 | 
				
			||||||
 | 
					                <p>👉 Mé CV najdete <a class="tlacitko" href="./zivotopis/index.php" target="_blank">zde</a>. </p>
 | 
				
			||||||
 | 
					            </section>
 | 
				
			||||||
 | 
					            <section id="advantages">
 | 
				
			||||||
 | 
					                <h2>Mé repozitáře:</h2>
 | 
				
			||||||
 | 
					                <p>👉 <a href="https://git.arch-linux.cz/kankys" target="_blank"><i class="fa fa-gitea"></i> Gitea -
 | 
				
			||||||
 | 
					                        arch-linux</a></p>
 | 
				
			||||||
 | 
					                <p>👉 <a href="https://codeberg.org/Kankys" target="_blank"><i class="fa fa-gitea"></i> Codeberg</a></p>
 | 
				
			||||||
 | 
					                <p>👉 <a href="https://gitlab.com/LukasKanka" target="_blank"><i class="fa fa-gitlab"></i> GitLab</a></p>
 | 
				
			||||||
 | 
					                <p>👉 <a href="https://github.com/LukasKanka" target="_blank"><i class="fa fa-github"></i> GitHub</a></p>
 | 
				
			||||||
 | 
					            </section>
 | 
				
			||||||
 | 
					            <section class="photo">
 | 
				
			||||||
 | 
					                <img class="picture" src="img/linux-penguin-and-rainbow-background-imsv6hxt0e8zcl7m-3730406657.jpg" alt="Linux" />
 | 
				
			||||||
 | 
					                <img class="picture1" src="img/IMG_4835.JPG" alt="Lukáš Kaňka" />
 | 
				
			||||||
 | 
					                <img class="picture2" src="img/endeavourOS-astronaught-3246654328.jpg" alt="EndeavourOS" />
 | 
				
			||||||
 | 
					            </section>
 | 
				
			||||||
 | 
					            <section id="plans">
 | 
				
			||||||
 | 
							<h2>Kam přispívám a projekty:</h2>
 | 
				
			||||||
 | 
							<p><a href="https://lukaskanka.cz/apollo-nvim/index.php" target="_blank">🚀 ApolloNvim - tento projekt je věnován editoru Neovim.</p>
 | 
				
			||||||
 | 
					                <p><a href="../butcher" target="_blank">Textová hra plná napětí z podsvětí temného města.</a></p>
 | 
				
			||||||
 | 
					                <p><a href="https://endeavouros.cz/" target="_blank">Jsem zakládající člen České komunity EndeavourOS.</a></p>
 | 
				
			||||||
 | 
					                <p><a href="https://arch-linux.cz/" target="_blank">Aktivně přispívám do české komunity Arch Linux a přidružených projektů Oscloud a další. </a></p>
 | 
				
			||||||
 | 
					            </section>
 | 
				
			||||||
 | 
					            <section id="install">
 | 
				
			||||||
 | 
					                <h2>OpenSource a můj oblíbený software:</h2>
 | 
				
			||||||
 | 
					                <p><a href="https://vscodium.com/" target="_blank"><i class="fa fa-vscodium"></i> VSCodium</a> - opensource alternativa k VSCode bez Microsoft telemetrie.</p>
 | 
				
			||||||
 | 
					                <p><a href="https://netbeans.apache.org/front/main/index.html" terget="_blank"><i class="fa fa-netbeans"></i> Apache NetBeans</a> - tuto stálici na poli IDE teprve používám od doby kdy jsem se začal zajímat o PHP. NetBeans pochází z Čech a za jeho vznikem stál vysokoškolský projekt.</p>
 | 
				
			||||||
 | 
					                <p><a href="https://www.apachefriends.org/index.html" target="_blank"><i class="fa fa-xampp"></i> XAMPP</a> - vývojové prostředí pro PHP.</p>              
 | 
				
			||||||
 | 
					                <p><a href="https://filezilla-project.org/" target="_blank"><i class="fa fa-filezilla"></i> FileZilla</a> - FTP klient který zapínám hned po startu pc jako první.</p>
 | 
				
			||||||
 | 
					                <p><a href="https://www.mozilla.org/en-US/firefox/new/" target="_blank"><i class="fa fa-firefox"></i> Firefox</a> - nejoblíbenější, nestarnoucí webový prohlížeč.</p>
 | 
				
			||||||
 | 
					                <p><a href="https://cryptpad.arch-linux.cz/" target="_blank"><i class="fa fa-cryptpad"></i> CryptPad</a> - pokud potřebuji šifrovat dokumenty nebo jen s někým něco sdílet, ale navíc i nahradí office a skvěle si poradí s Markdown.</p>
 | 
				
			||||||
 | 
					                <p><a href="https://git.archoslinux.cz/" target="_blank"><i class="fa fa-gitea"></i> Gitea</a> - mimo GitHub svůj kód ukládám na Giteu.</p>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            </section>
 | 
				
			||||||
 | 
					         
 | 
				
			||||||
 | 
					            <section id="contact">
 | 
				
			||||||
 | 
					                <h2>Kontakty:</h2>
 | 
				
			||||||
 | 
					                <p>👉 <a href="https://mastodon.arch-linux.cz/deck/@Kankys" target="_blank"><i class="fa fa-mastodon"></i> Mastodon</a><p>
 | 
				
			||||||
 | 
					                <p>👉 <a href="https://www.linkedin.com/in/luk%C3%A1%C5%A1-ka%C5%88ka-b2a0a1a0/" target="_blank"><i class="fa fa-linkedin"></i> LinkedIn</a></p>
 | 
				
			||||||
 | 
					                <p>👉 <a href="https://t.me/Kankys" target="_blank"><i class="fa fa-telegram"></i> Telegram</a></p>
 | 
				
			||||||
 | 
					                <p>👉 <a href="https://pixelfed.cz/i/web/profile/464150575238569182"><i class="fa fa-pixelfed"></i> Pixelded CZ</a></p>
 | 
				
			||||||
 | 
					                <p>👉 Telefoní číslo: <i class="fas fa-phone"></i> <a href="tel:+725303747"> +420 725 303 747</a></a></p>
 | 
				
			||||||
 | 
					                <p>👉 E-mail: <i class="fas fa-envelope"></i> <a href="mailto:lukas.kanka@outlook.cz"> Lukáš Kaňka</a></p>
 | 
				
			||||||
 | 
					            </section>
 | 
				
			||||||
 | 
					            <section id="help">
 | 
				
			||||||
 | 
					                <h2>Podpora:</h2>
 | 
				
			||||||
 | 
					                <p>
 | 
				
			||||||
 | 
					                    👉 Pokud mě chceš podpořit nebo se podílet na obsahu projetků na kterých pracuji ve svém volném čase, budu rád, když mi napíšeš.
 | 
				
			||||||
 | 
					                </p>
 | 
				
			||||||
 | 
					                <p>👉 Taky můžeš tento projekt podpořit pár Satoshi:</p>
 | 
				
			||||||
 | 
					                <img class="sat" src="https://lukan.cz/wp-content/uploads/2024/03/sat-150x150.jpeg" alt="Satoshi" />
 | 
				
			||||||
 | 
					            </section>
 | 
				
			||||||
 | 
					            <section id="other">
 | 
				
			||||||
 | 
					                <h2>Další projekty a odkazy:</h2>
 | 
				
			||||||
 | 
					                <p>
 | 
				
			||||||
 | 
					                    👉 <a href="https://arch-linux.cz/" target="_blank">ArchLinux CZ</a>
 | 
				
			||||||
 | 
					                </p>
 | 
				
			||||||
 | 
					                <p>
 | 
				
			||||||
 | 
					                    👉
 | 
				
			||||||
 | 
					                    <a href="https://searxng.cz/" target="_blank">Vyhledávač SearXNG CZ</a>
 | 
				
			||||||
 | 
					                </p>
 | 
				
			||||||
 | 
					                <p>
 | 
				
			||||||
 | 
					                    👉
 | 
				
			||||||
 | 
					                    <a href="https://endeavouros.com/" target="_blank">EndeavourOS Linux</a>
 | 
				
			||||||
 | 
					                </p>
 | 
				
			||||||
 | 
					                <p>
 | 
				
			||||||
 | 
					                    👉 <a href="https://i3wm.org/" target="_blank">i3 window manager</a>
 | 
				
			||||||
 | 
					                </p>
 | 
				
			||||||
 | 
					            </section>
 | 
				
			||||||
 | 
					        </section>
 | 
				
			||||||
 | 
					        <button onclick="scrollToTop()" id="scrollToTopBtn" title="Go to top">
 | 
				
			||||||
 | 
					            <i class="fas fa-arrow-up"></i>
 | 
				
			||||||
 | 
					        </button>
 | 
				
			||||||
 | 
					        <footer>
 | 
				
			||||||
 | 
					            Copyright ©
 | 
				
			||||||
 | 
					            <a href="https://git.archoslinux.cz/kankys" target="_blank">Lukáš Kaňka</a>
 | 
				
			||||||
 | 
					            2024
 | 
				
			||||||
 | 
					        </footer>
 | 
				
			||||||
 | 
					    </section>
 | 
				
			||||||
 | 
					    <script src="./assets/js/script.js"></script>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					</body>
 | 
				
			||||||
 | 
					</html>
 | 
				
			||||||
		Reference in New Issue
	
	Block a user