change setup blog

This commit is contained in:
kankys 2024-09-04 22:39:26 +02:00
parent 89660024ae
commit 3525ac6824
33 changed files with 638 additions and 1091 deletions

View File

@ -1,601 +0,0 @@
:root {
--word-black: #000;
--word-white: #fff;
--link-one: #efa69d;
--link-two: #e9877b;
--background-one: #6a5cd4;
--background-two: #5b5ac5;
--background-three: #439ed6;
--background-four: #f2f2f2;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: "Roboto", sans-serif;
}
/* Navigace (horní menu) */
nav {
padding: 10px;
background-color: var(--background-one);
font-size: 20px;
margin: 10px;
border-radius: 7px;
}
a {
text-decoration: none;
color: var(--word-white);
}
.dot {
list-style: none;
}
nav ul {
list-style: none;
display: flex;
justify-content: space-between;
flex-grow: 1;
}
.navigation {
width: 65%;
margin: 0 auto;
}
.icon {
width: auto;
height: 22px;
display: none;
margin-left: auto;
margin-right: 12px;
}
.icon img {
width: 100%;
height: 100%;
}
@media (max-width: 768px) {
.navigation {
width: 90%;
margin: 0 auto;
}
nav ul {
flex-direction: column;
}
nav a {
/*display: none;*/
}
/*.icon {*/
/* display: block;*/
/*}*/
}
/* Hero - section */
.hero-section {
height: 80vh;
background-image: url(../../img/400789-Linux-GNU-GNU_-_Linux-minimalism.jpg);
background-size: 70%;
background-position: center;
background-repeat: no-repeat;
}
.hero-text-wrapper {
position: relative;
width: 65%;
margin: 0 auto;
height: 100%;
}
.hero-text {
color: var(--word-white);
position: absolute;
right: 0;
bottom: 50px;
font-size: 80px;
text-align: right;
}
.h2-about {
font-weight: 700;
}
@media (max-width: 768px) {
.hero-text-wrapper {
width: 90%;
margin: 0 auto;
}
.hero-text {
font-size: 35px;
height: 80px;
margin-bottom: 5px;
color: black;
}
}
/* About sekce */
.about-section {
margin: 45px 0;
}
.about-section-wrapper {
width: 65%;
margin: 0 auto;
display: flex;
gap: 20px;
}
.about-text {
flex: 1;
}
.about-img {
flex: 1;
}
img {
width: 100%;
height: 100%;
object-fit: cover;
}
@media (max-width: 768px) {
.about-section-wrapper {
flex-direction: column;
width: 90%;
margin: 0 auto;
}
.about-text {
text-align: left;
}
.about-img {
text-align: center;
}
.about-text-p {
padding-top: 15px;
}
}
/* We Do */
.what-section {
background-color: var(--background-one);
color: var(--word-white);
margin: 10px;
border-radius: 7px;
}
.what-section-wrapper {
width: 65%;
margin: 0 auto;
}
.what-text {
text-align: center;
}
.h2-what-we {
font-size: 38px;
text-align: center;
padding-top: 45px;
padding-bottom: 35px;
}
.where-text {
text-align: center;
}
.icon-what-section {
margin-top: 45px;
padding: 45px;
list-style: none;
display: flex;
justify-content: space-between;
flex-grow: 1;
}
.img-icons {
width: 100px;
height: 100px;
align-items: center;
}
.icon-text {
text-align: center;
padding-top: 15px;
font-size: 25px;
}
.dotkontakt {
padding-bottom: 40px;
}
@media (max-width: 768px) {
.what-section-wrapper {
width: 90%;
margin: 0 auto;
}
.icon-what-section {
flex-direction: column;
align-items: center;
text-align: center;
}
.img-icons {
width: 80px;
height: 80px;
margin-top: 20px;
align-items: center;
}
.icon-text {
padding-top: 0px;
}
}
/* Our Trips */
.trips-section {
margin-top: 45px;
margin-bottom: 45px;
}
.trips-section-wrapper {
display: flex;
flex-wrap: wrap;
width: 65%;
margin: auto;
gap: 10px;
}
.images-item {
height: 222px;
width: 32%;
flex-shrink: 1;
border-radius: 4px;
}
.images-trips-1 {
background-image: url(../../img/linux-penguin-and-rainbow-background-imsv6hxt0e8zcl7m-3730406657.jpg);
background-size: cover;
background-position: center;
}
.images-trips-2 {
background-image: url(../../img/1-4204059220.png);
background-size: cover;
background-position: center;
}
.images-trips-3 {
background-image: url(../../img/fedora-feat-5b9fe676c9e77c0050ce388c-2333270958.jpg);
background-size: cover;
background-position: center;
}
.images-trips-4 {
background-image: url(../../img/ubuntu-linux-minimal-4k-on-3840x2160-2398598343.jpg);
background-size: cover;
background-position: center;
}
.text-trips {
background-color: var(--background-four);
color: var(--word-black);
display: flex;
justify-content: center;
align-items: center;
font-size: 32px;
font-weight: 700;
}
.images-trips-5 {
background-image: url(../../img/Kali-linux-872298623.jpg);
background-size: cover;
background-position: center;
}
.images-trips-6 {
background-image: url(../../img/wp8843183-1041051902.jpg);
background-size: cover;
background-position: center;
}
.images-trips-7 {
background-image: url(../../img/91488-2048748032.jpg);
background-size: cover;
background-position: center;
}
.images-trips-8 {
background-image: url(../../img/endeavourOS-astronaught-3246654328.jpg);
background-size: cover;
background-position: center;
}
@media (max-width: 768px) {
.trips-section-wrapper {
width: 90%;
margin: 0 auto;
}
.images-item {
width: 333px;
height: 222px;
}
.text-trips {
height: 80px;
}
}
/* Where togo */
.where-section {
background-color: var(--background-two);
color: var(--word-white);
display: flex;
margin: 10px;
border-radius: 7px;
}
.where-section-wrapper {
width: 65%;
margin: 0 auto;
padding-top: 45px;
padding-bottom: 45px;
display: flex;
}
.where-text {
display: flex;
}
.h2-where {
flex: 1;
font-size: 25px;
width: 272px;
height: 114px;
text-align: center;
}
.where-text-div {
flex: 1;
width: 572;
height: 201;
}
.contact-text {
margin-top: 20px;
text-align: center;
}
.contact-button {
margin-top: 35px;
background-color: var(--background-four);
width: 133px;
height: 43px;
border-radius: 4px;
text-align: center;
line-height: 43px;
}
.contact-button-text {
font-size: 14px;
font-weight: 700;
font-family: Inter;
color: var(--word-black);
display: block;
}
.mobile {
display: none;
}
@media (max-width: 768px) {
.where-section-wrapper {
width: 90%;
margin: 0 auto;
}
.where-text {
flex-direction: column;
}
.desktop {
display: none;
}
.mobile {
display: block;
font-size: 25px;
margin-bottom: 25px;
}
}
/* Reviews section */
.reviews-section {
width: 65%;
margin: 0 auto;
margin-top: 45px;
margin-bottom: 45px;
}
.h2-reviews {
text-align: center;
padding-bottom: 20px;
}
.reviews-text {
width: 332px;
height: 159px;
text-align: center;
margin: auto;
}
.reviews-card-wrapper {
display: flex;
align-items: center;
justify-content: space-evenly;
gap: 300px;
}
.reviews-card {
width: 378.49px;
height: 346px;
text-align: center;
}
.reviews-card-1 {
width: 378.49px;
height: 346px;
text-align: center;
}
.reviews-card img {
width: 122.13px;
height: 111px;
border-radius: 50%;
}
.reviews-card-1 img {
width: 122.13px;
height: 111px;
border-radius: 50%;
}
.reviews-card-text {
margin-top: 20px;
}
.reviews-name {
font-weight: 700;
padding-top: 50px;
height: 19px;
align-items: center;
}
@media (max-width: 768px) {
.reviews-section {
width: 90%;
margin: 0 auto;
}
.reviews-card-wrapper {
flex-direction: column;
width: 90%;
margin: 0 auto;
gap: 95px;
}
.reviews-card {
width: 324px;
}
.reviews-card-1 {
width: 324px;
}
.reviews-text {
width: 263px;
}
.h2-reviews {
padding-top: 40px;
}
.reviews-name {
padding-bottom: 40px;
}
}
/* Photo gallery */
.photo-gallery {
/* display: flex; */
/* flex-wrap: wrap; */
}
.photo-gallery-wrapper {
display: flex;
flex-wrap: wrap;
}
.picture-img {
width: 100%;
height: auto;
display: block;
object-fit: cover;
max-width: 50%;
}
@media (max-width: 768px) {
.photo-gallery-wrapper {
flex-direction: column;
margin-top: 100px;
}
.picture-img {
max-width: 100%;
height: 260px;
}
}
/* Footer */
.footer {
margin: 10px;
border-radius: 7px;
}
.footer-wrapper {
background-color: var(--background-three);
padding: 45px;
}
.footer-text {
text-align: center;
}
.footer-contact {
color: var(--link-two);
text-decoration: underline;
font-weight: 700;
}
.footer-text-p {
padding-top: 20px;
text-align: center;
color: var(--word-white);
font-weight: 700;
}
@media (max-width: 768px) {
.footer-contact {
font-size: 12px;
}
.footer-text-p {
font-size: 10px;
}
}
/* Rolovací tlačítko */
#scrollToTopBtn {
display: none;
position: fixed;
bottom: 20px;
right: 20px;
/*butoon přes obsah*/
z-index: 99;
outline: none;
cursor: pointer;
padding: 15px;
border-radius: 50%;
background-color: transparent;
}
/* Styly pro PHP */
.date {
color: #f2f2f2;
text-align: center;
}
.linkservices {
color: royalblue;
}

View File

@ -1,17 +0,0 @@
window.onscroll = function () {
scrollFunction();
};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
document.getElementById("scrollToTopBtn").style.display = "block";
} else {
document.getElementById("scrollToTopBtn").style.display = "none";
}
}
// Posunout nahoru, když uživatel klikne na tlačítko
function scrollToTop() {
document.body.scrollTop = 0; // Pro Safari
document.documentElement.scrollTop = 0; // Pro ostatní prohlížeče
}

View File

@ -47,7 +47,8 @@ button {
.footer {
margin: 10px;
border-radius: 7px;
margin-top: 400px;
position: fixed;
bottom: 0;
}
.footer-wrapper {
padding: 45px;

BIN
img/005.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 325 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 821 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 291 KiB

BIN
img/1702045296079.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 180 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 117 KiB

BIN
img/cyberpunk.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 352 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 178 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

BIN
img/qrcode-paypal.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

BIN
img/tux.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 754 KiB

BIN
img/white-21.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 143 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

453
index.php
View File

@ -1,323 +1,162 @@
<!DOCTYPE html>
<html lang="cs">
<html lang="cs-cz">
<head>
<link rel="stylesheet" type="text/css" href="./assets/css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<script
<meta charset="utf-8" />
<title>Lukáš bloguje</title>
<meta name="description" content="Blog o všem možném i nemožném...." />
<meta name="keywords" content="Hlavní strana" />
<meta name="author" content="Lukáš Kaňka" />
<link rel="shortcut icon" href="img/tux.png" />
<link type="text/css" rel="stylesheet" href="styly.css" />
<!-- Script pro hezčí ikony -->
<script
crossorigin="anonymous"
src="https://kit.fontawesome.com/0a43c6cd1f.js"
></script>
<meta charset="UTF-8">
<meta name="description" content="Osobní Blog Lukáše Kaňky">
<meta name="keywords" content="Linux, ArchLinux, EndeavourOS, Open Source, OSCloud">
<meta name="author" content="Kankys">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="img/600px-Arch-linux-logo-691350772.png">
<title>Lukáš Kaňka</title>
</head>
<div>
<!-- Navigace -->
<nav>
<ul class="navigation" id="navigation">
<li><a href="#about">O mně</a></li>
<li><a href="#what-we-do">Co dělám </a></li>
<li><a href="#trips">Stačí si vybrat</a></li>
<li><a href="./project/index.php">Odkazy a projekty</a></li>
<!-- <li><a href="#reviews">Reviews</a></li>-->
</ul>
<img class="icon" src="icons/PngItem_1608357.png" alt="#">
<?php
$mesice = array('leden', 'Únor', 'duben', 'červen', 'červenec', 'srpen', 'říjen', 'listopad', 'prosinec');
$den = date('j');
$mesic = date('m');
$mesicSlovy = $mesice[$mesic - 1];
$rok = date('Y');
echo ("<p class='date'>Dnes je $den . $mesicSlovy . $rok</p>");
?>
</nav>
<!-- About Us -->
<div class="content">
<section class="about-section" id="about">
<div class="about-section-wrapper">
<div class="about-text">
<h2 class="h2-about">O mně</h2>
<p class="about-text-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.
</p>
<p>Nyní navíc nabízím IT služby, pro více informací<a class="linkservices" href="services/" target="_blank"> klikněte sem</a>.</p>
<p> ropozitáře na projekty najdete pod tímto <a class="linkservices" href="https://git.archoslinux.cz/kankys" target="_blank">odkazem</a></p>
</div>
<div class="about-img"><img class="about-img content-container"
src="img/IMG_4835.JPG" alt="#">
</div>
</div>
</section>
<!-- Hero section -->
<header class="hero-section ">
<div class="hero-text-wrapper">
<h1 class="hero-text">
</h1>
</div>
</header>
<!-- What We Do -->
<section class="what-section" id="what-we-do">
<div class="what-section-wrapper">
<div class="what-text">
<h2 class="h2-what-we">Co dělám</h2>
<p class="what-text-p">
<ul class="dot">
<li><strong>Ve volném čase se věnuji:</strong></li>
<li>Svému blogu:<a href="https://lukan.cz"> Lukáš Bloguje.</a></li>
<li>Spolku Arch Linux CZ, kde jsem členem a pomáhám se správou webu: <a href="https://arch-linux.cz"
target="_blank">Arch Linux
CZ</a> a dalších webových aplikacích Arch Linux CZ.
</li>
<li>Linuxu, MacOS a Opensource (i si rozumím s Windows :-)).</li>
<li>Seberozvoji v oblasti komunikace a emoční inteligence.</li>
<li>Sportu, který mi dobíjí baterky.</li>
<li>Missing maps pro Lékaře bez hranic.</li>
<li>Mapování v OSM.</li>
<li><strong>V osobním životě se snažím vedle komerčních aplikací poznávat a
používat Opensource.</strong></li>
<li>To to jsou opensource aplikace, které používám vedle placených
aplikací a stojí myslím za vyzkoušení:
</li>
<li>Alternativa za OneNote od Microsoftu je aplikace <a href="https://joplinapp.org/"
target="_blank">Joplin</a></li>
<li>Pro cloud a tvorbu dokumentů k Microsoft 365 doporučuji <a href="https://cloud.arch-linux.cz"
target="_blank">NextCloud</a></li>
<li>Pokud potřebuji šifrovat dokumenty nebo jen s někým něco sdílet a
nechci sdílet s NextCloud nebo OneDrive použiji <a href="https://cryptpad.arch-linux.cz/"
target="_blank">CryptPad</a></li>
<li>Náhradu za Jiru může být <a href="https://tasks.archoslinux.cz/" target="_blank">Vikunja</a></li>
<li>Mimo GitHub svůj kód ukládám na <a href="https://git.archoslinux.cz/" target="_blank">Gitea</a></li>
<li>Pro tvorbu tohoto blogu vedle VS Code používám <a href="https://brackets.io/" target="_blank">Brackets</a>
</li>
<li>Jako RSS čtečku využívám minimalistickou <a href="https://rss.archoslinux.cz/">MiniFlux</a></li>
<li> Správce hesel může být <a href="https://bitwarden.archoslinux.cz/" target="_blank">Bitwarden</a>
</li>
<li>Internetový prohlížeč <a href="https://www.mozilla.org/en-US/firefox/new/"
target="_blank">Firefox</a>
</li>
<li>E-mail klienta používám <a href="https://www.thunderbird.net/en-US/" target="_blank">Thunderbird</a>
</li>
<li>Alternativu k sociální sítím může být <a href="https://mastodon.arch-linux.cz/"
terget="_blank">Mastodon</a><a
href="https://element.mxchat.cz/" target="blank">Element</a></li>
<li>Alternativou k Instagramu může být <a href="https://pixelfed.cz" target="_blank">Pixelfed</a></li>
</ul>
</p>
</div>
<ul class="icon-what-section">
<li>
<!-- <img class="img-icons" src="icons/hiking-white.png " alt="#"><br>-->
<p class="icon-text">PHP</p>
</li>
<li>
<!-- <img class="img-icons" src="icons/cycle-white.png" alt="#">-->
<p class="icon-text">MySQL</p>
</li>
<li>
<!-- <img class="img-icons" src="icons/water-white.png" alt="#">-->
<p class="icon-text">Linux</p>
</li>
<li>
<!-- <img class="img-icons" src="icons/car-white.png" alt="#">-->
<p class="icon-text">Opensource</p>
</li>
</ul>
</div>
</section>
<!-- Our Trips -->
<section class="trips-section">
<div class="trips-section-wrapper">
<div class="images-trips-1 images-item "></div>
<div class="images-trips-2 images-item "></div>
<div class="images-trips-3 images-item "></div>
<div class="images-trips-4 images-item "></div>
<!-- Zde zjistit proč nejde link -->
<div class="text-trips images-item" id="trips" ><p><a href="services/" target="_blank"></a>Stačí si vybrat</p></div>
<div class="images-trips-5 images-item "></div>
<div class="images-trips-6 images-item "></div>
<div class="images-trips-7 images-item "></div>
<div class="images-trips-8 images-item "></div>
</div>
</section>
<!-- What We Do -->
<section class="what-section" id="what-we-do">
<div class="what-section-wrapper">
<div class="what-text">
<h2 class="h2-what-we">Kontakty</h2>
<p class="what-text-p">
<ul class="dot dotkontakt">
<li><strong>Kde všude mně najdete: </strong></li>
<li><a href="https://mastodon.arch-linux.cz/deck/@Kankys"
target="_blank"
><i class="fa fa-mastodon"></i>
Mastodon</a
></li>
<li><a
href="https://t.me/Kankys"
target="_blank"
><i class="fa fa-telegram"></i>
Telegram</a
></li>
<li><a
href="https://pixelfed.cz/i/web/profile/464150575238569182"
><i class="fa fa-pixelfed"></i> Pixelded
CZ</a
></li>
<a
href="https://discord.com/kankys_"
target="_blank"
><i class="fa fa-discord"></i>
Discord</a
>
<li><a href="https://git.archoslinux.cz/kankys" target="_blank"><i
class="fa fa-gitea"></i> Gitea</a></li>
<li><a href="https://www.github.com/LukasKanka" target="_blank"><i
class="fa fa-github"></i> GitHub</a></li>
<li><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></li>
<li><p class="contact-text">Telefoní číslo: <i class="fas fa-phone"></i> <a href="tel:+725303747"> +420 725 303 747</a></a></p></li>
<li><p class="contact-text">E-mail: <i class="fas fa-envelope"></i> <a href="mailto:lukas.kanka@outlook.cz"> Lukáš Kaňka</a></p></li>
</ul>
</div>
</div>
</section>
<!-- Where togo -->
<!-- <section class="where-section" id="where">
<div class="where-section-wrapper">
<div class="where-text">
<div class="h2-where">
<h2 class="desktop"></h2>
<h2 class="mobile"></h2>
</div>
<div class="where-text-div">
<p class="contact-text">Telefoní číslo: <i class="fas fa-phone"></i> <a href="tel:+725303747"> +420 725 303 747</a></a></p>
<p class="contact-text">E-mail: <i class="fas fa-envelope"></i> <a href="mailto:lukas.kanka@outlook.cz"> Lukáš Kaňka</a></p> -->
<!-- <div class="contact-button">-->
<!-- <a href="#" class="contact-button-text"></a>-->
<!-- </div>-->
<!-- </div>
</div>
</div>
</section> -->
<!-- &lt;!&ndash; Reviews section &ndash;&gt;-->
<!-- <section class="reviews-section" id="reviews">-->
<!-- <h2 class="h2-reviews">Reviews</h2>-->
<!-- <div class="reviews-text">-->
<!-- <p>Our amazing clients are the reason we exist, and their reactions to our-->
<!-- customized travel experiences-->
<!-- and personalized service keep us smiling all day long. Here is just a sampling of what theyve said:-->
<!-- </p>-->
<!-- </div>-->
<!-- <div class="reviews-card-wrapper">-->
<!-- <div class="reviews-card">-->
<!-- <img src="images/kalen-emsley-kGSapVfg8Kw-unsplash.jpg" alt="#">-->
<!-- <div class="reviews-card-text">-->
<!-- She has booked two major European trips for us in the past year and every aspect has met, and-->
<!-- in-->
<!-- most cases exceeded, our expectations. Best prices, best hotels, best itineraries, and best-->
<!-- cruises, she does it all. But the most important thing is she remembers the little things-->
<!-- that-->
<!-- we would do if we were making the plans ourselves.-->
<!-- <div class="reviews-name">-->
<!-- Bertie Norton-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="reviews-card-1">-->
<!-- <img src="images/jeffrey-keenan-pUhxoSapPFA-unsplash.jpg" alt="#">-->
<!-- <div class="reviews-card-text">-->
<!-- Leigh McAdam has been making my travel arrangements for about 20 years and there is no one-->
<!-- else I would trust to arrange my trips and tours. I've also had great fun on a few of the-->
<!-- group trips she has arranged - Peru & Machu Picchu and a 10-day cruise out of Venice and-->
<!-- diving. It's always an eclectic group of well traveled, interesting people.-->
<!-- <div class="reviews-name">-->
<!-- Frank Kinney-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </section>-->
<!-- &lt;!&ndash; Photo galery &ndash;&gt;-->
<!-- <section class="photo-gallery">-->
<!-- <div class="photo-gallery-wrapper">-->
<!-- <img class="picture-img" src="images/alexey-fedenkov-BaCZYH9RLmQ-unsplash.jpg" alt="picture-1">-->
<!-- <img class="picture-img" src="images/omer-salom-LoijtQXXNhs-unsplash.jpg" alt="picture-2">-->
<!-- <img class="picture-img" src="images/vincentiu-solomon-7MH4ped6_Mo-unsplash.jpg" alt="picture-3">-->
<!-- <img class="picture-img" src="images/daniel-tseng-73lmMKhi2U8-unsplash.jpg" alt="picture-4">-->
<!-- </div>-->
<!-- </section>-->
<!-- Footer -->
<footer class="footer">
<div class="footer-wrapper">
<div class="footer-text">
<!-- <a class="footer-contact" href="#">Contact</a>-->
<div class="footer-text-div">
<p class="footer-text-p">
© 2024 - Lukáš Kaňka. All Rights Reserved.
</p>
<body>
<div class="title">
<strong>
<figure>
<center>
<figcaption>
<!-- <img src="obrazky/tux.png" width="150" height="100" alt="linux" /> -->
<h1>Lukáš Bloguje</h1>
<h3>Blog o všem možném i nemožném....</h3>
</figcaption>
</center>
</figure>
</strong>
</div>
<hr>
</div>
</div>
</div>
</footer>
<div class="flexbox">
<!-- <div class="menu-conteiner"> -->
<div class="menu-navigation">
<!-- <h3>Navigace:</h3>
--> <ul>
<li><img src="img/1702045296079.jpeg" width="150" height="150"> </li>
<li>
<strong><a href="./zivotopis/index.php" target="_blank" class="tlacitko">Životopis</a></strong>
</li>
<li>
<strong><a href="./project/index.php" class="tlacitko">Projekty a odkazy</a></strong>
</li>
<li>
<strong><a href="privaci-polici.php" class="tlacitko">Zásady ochrany osobních údaju</a></strong>
</li>
</ul>
</div>
</div>
<button id="scrollToTopBtn" onclick="scrollToTop()" title="Go to top">
<i class="fas fa-arrow-up"></i>
</button>
<script src="./assets/js/script.js"></script>
<div class="text-title">
<b>
<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á 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> ropozitáře na projekty najdete pod tímto <a class="tlacitko" href="https://git.archoslinux.cz/kankys" target="_blank">odkazem</a>.</p>
<p> CV najdete <a class="tlacitko" href="./zivotopis/index.php" target="_blank">zde</a>. </p>
</b>
</div>
<div class="menu-contact">
<!-- <h3>Kde všude najdete:</h3>
--> <ul>
<!-- <li>
<strong><a href="https://www.linkedin.com/in/luk%C3%A1%C5%A1-ka%C5%88ka-b2a0a1a0/" target="_blank"
class="tlacitko"><i class="fa fa-linkedin"></i> LinkedIn</a></strong>
</li>
<li>
<strong><a href="https://git.archoslinux.cz/kankys" target="_blank" class="tlacitko" ><i class="fa fa-gitea"></i> Gitea na ArchLinux
CZ</a></strong></strong>
</li>
<a href="https://t.me/Kankys" target="_blank" class="tlacitko"><i class="fa fa-telegram"></i> Telegram</a>
<li>
<strong></strong>
</li> -->
<!-- <div class="clock">
<div style="
margin: 15px 0px 0px;
display: inline-block;
text-align: center;
width: 118px;
">
<noscript>
<div style="
display: inline-block;
padding: 2px 4px;
margin: 0px 0px 5px;
border: 1px solid rgb(204, 204, 204);
text-align: center;
background-color: rgb(255, 255, 255);
">
<a href="https://localtimes.info/Europe/Czech_Republic/Prague/" style="
text-decoration: none;
font-size: 13px;
color: var(--my-black);
"><img src="https://localtimes.info/images/countries/cz.png"="" border="0"=""
style="border: 0; margin: 0; padding: 0"="" />
Prague</a>
</div>
</noscript>
<script type="text/javascript"
src="https://localtimes.info/clock.php?continent=Europe&country=Czech Republic&city=Prague&cp1_Hex=000000&cp2_Hex=FFFFFF&cp3_Hex=000000&fwdt=118&ham=0&hbg=0&hfg=0&sid=0&mon=0&wek=0&wkf=0&sep=0&widget_number=121"></script>
</div>
</div> -->
</ul>
</div>
</div>
<!-- <div class="text-obsah">
<b>
<p>
Možná znáš můj blog, který běží na Wordpressu. Přednedávnem jsem
si založil tuto další doménu.
</p>
<p>
Proč jsem to udělal? Původní blog běží zcela na Wordpressu. Teď jsem
se jako samouk začal učit HTML/CSS. Proto jsem se rozhodl založit
tento blog.
</p>
<p>
Navíc jsem se přihlásil do Akademie Engeto kde jsem nastoupil na kurz Front-end Developer,který mi doufám
pomůže k práci web developra.
</p>
<p>
Tento blog bude takové hřiště na zdokolování psaní
automatizovaných testů a tvorbu webů.
</p>
<p>
Pokud se o mně a co dělám chceš dozvědět více mrkni do sekce: <a class="tlacitko" href="o-mne.html">O
mně.</a>
</p>
</b>
</div> -->
<!-- </div> -->
<footer> © 2024 - Lukáš Kaňka. All Rights Reserved.
</footer>
</body>
</html>

View File

@ -1,8 +1,50 @@
<?php
echo '<h1>Omlouváme se, stránka se upravuje</h1>';
echo ('</br>');
echo "<a href='../index.php'>Zpět na hlavní stranu</a>";
echo ('</br>');
echo '<p><a href="https://git.archoslinux.cz/kankys" target="_blank">Zatím se můžete podívat na mé rozitáře na Git</a></p>';
</html>
<!DOCTYPE html>
<html lang="cs">
?>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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" />
<title>Odkazy a repozitáře</title>
</head>
<body>
<h1>Omlouváme se, stránka se připravuje</h1>
<p><a href='../index.php'>Zpět na hlavní stranu</a></p>
<h2> Git ropossitáře:</h2>
<ul>
<li> <a href="https://git.archoslinux.cz/kankys" target="_blank"><i class="fa fa-gitea"></i> Gitea na ArchLinux
CZ</a></li>
<li><a href="https://git.archoslinux.cz/kankys" target="_blank"><i class="fa fa-gitea"></i> Gitea -
archoslinux</a></li>
<li><a href="https://git.arch-linux.cz/kankys" target="_blank"><i class="fa fa-gitea"></i> Gitea -
arch-linux</a></li>
<li><a href="https://codeberg.org/Kankys" target="_blank"><i class="fa fa-gitea"></i> Codeberg</a></li>
<li><a href="https://gitlab.com/LukasKanka" target="_blank"><i class="fa fa-gitlab"></i> GitLab</a></li>
<li><a href="https://github.com/LukasKanka" target="_blank"><i class="fa fa-github"></i> GitHub</a></li>
</ul>
<h2> projekty a kam přispívám:</h2>
<ul>
<li><p><a href="../butcher" target="_blank">Textová hra plná napětí z podsvětí temného města</a></p></li>
<li><p><a href="https://endeavouros.cz/" target="_blank">Jsem zakládající člen České komunity EndeavourOS</a></p></li>
</ul>
<h2>Sociální sítě kde najdete:</h2>
<ul>
<li><a href="https://mastodon.arch-linux.cz/deck/@Kankys" target="_blank"><i class="fa fa-mastodon"></i> Mastodon</a></li>
<li><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></li>
<li><a href="https://t.me/Kankys" target="_blank"><i class="fa fa-telegram"></i> Telegram</a></li>
<li><a href="https://pixelfed.cz/i/web/profile/464150575238569182"><i class="fa fa-pixelfed"></i> Pixelded CZ</a></li>
<li><a href="https://discord.com/kankys_" target="_blank"><i class="fa fa-discord"></i> Discord</a></li>
</ul>
<h2>OpenSource a můj oblíbený software:</h2>
<ul>
<li><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></li>
<li><p><a href="https://vscodium.com/" target="_blank"><i class="fa fa-vscodium"></i> VSCodium</a> - opensource alternativa k VSCode bez Microsoft telemetrie.</p></li>
<li><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></li>
<li><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></li>
</ul>
</body>
</html>

163
styly.css Normal file
View File

@ -0,0 +1,163 @@
: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 */
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
}
@media screen and (max-width: 600px) {
body {
width: calc(100% - 16px);
background-image: url(img/white-21.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;
}
}
/* web s projekty */
.flexbox-project {
flex-direction: column;
background-color: rgba(250, 250, 250, 0.576);
text-align: center;
border-radius: 50px;
}
.h1pr {
text-align: center;
}
.project {
margin-bottom: 15px;
padding: 10px;
}
@media screen and (max-width: 600px) {
.flexbox-projekt {
width: calc(100% - 16px);
flex-direction: column;
display: flex;
}
.h1pr {
text-align: center;
}
/* .dot.pr {
text-align: center;
color: red;
} */
.content-pr {
/* display: flex; */
text-align: center;
padding: auto;
}
.project {
/* display: flex; */
text-align: center;
padding: auto;
}
}
/* ˇ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);
}

View File

@ -1,18 +0,0 @@
.columns-container {
display: flex;
align-items: center;
justify-content: center;
}
.columns-container .column-left {
width: 35%;
}
.columns-container .column-right {
width: 65%;
}
.login-form,
.register-form {
display: none;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

View File

@ -1,91 +0,0 @@
<!DOCTYPE html>
<html lang="cs">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css" integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous"> <!-- import BS 4.6 lepší podpora pro jQuery, ale může se používat pět -->
<link rel="stylesheet" href="./assets/CSS/style.css">
<title>PHP 1O1</title>
</head>
<body>
<section id="leading">
<div class="columns-container">
<div class="column-left">
<div class="forms-container">
<h2>Login or Registr</h2>
<div class="login-wrapper ">
<button class="btn btn-primary login-btn">
Login
</button>
<form class="login-form">
<div class="form-group">
<label for="login-username">Username:</label>
<input type="text" class="form-control" id="login-username">
</div>
<div class="form-group">
<label for="login-password">Password:</label>
<input type="password" class="form-control" id="login-password">
</div>
</form>
</div>
<!-- REGISTR_WRAPPER -->
<div class="register-wrapper">
<button class="btn btn-primary register-btn">
Registr
</button>
<form class="register-form">
<div class="form-group">
<label for="register-username">Email:</label>
<input type="text" class="form-control" id="login-username">
</div>
<div class="form-group">
<label for="register-username">Username:</label>
<input type="text" class="form-control" id="login-username">
</div>
<div class="form-group">
<label for="register-password">Password:</label>
<input type="password" class="form-control" id="login-password">
</div>
</form>
</div>
</div>
<div class="waves-container">
<div class="wawe-1">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="52 128.405 350 319.6">
<path d="M 52 150 c 101 -88 239 130 350 0|0 298 | -350 0" fill="#F3A095"/>
</svg>
</div>
<div class="wave-2">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="52 128.405 350 319.6">
<path d="M 52 150 c 101 -88 239 130 350 0|0 298 | -350 0" fill="#EC7564"/>
</svg>
</div>
<div class="wave-3">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="52 128.405 350 319.6">
<path d="M 52 150 c 101 -88 239 130 350 0|0 298 | -350 0" fill="EF5742"/>
</svg>
</div>
</div>
</div>
</div>
<div class="column-right">
<div class="container">
<div class="logo-wrapper">
<img src="./img/images.png" alt="PHP 1O1">
</div>
<h1>Become a web developer</h1>
<h3>From begginer to intermediate programmer in one course</h3>
<button class="btn btn-primary btn-showmore">What can i learn?</button>
</div>
</div>
</div>
</section>
<!-- import boostrab funkcí do projecktu -->
<script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.min.js" integrity="sha384-+sLIOodYLS7CIrQpBjl+C7nPvqq+FbNUBDunl/OZv93DB7Ln/533i8e/mZXLi/P+" crossorigin="anonymous"></script>
<script src="./assets/js/script.js"></script>
</body>
</html>

View File

@ -1,49 +0,0 @@
<!DOCTYPE html>
<html>
<body>
<?php
echo 'My first PHP script!';
echo '</br>';
echo phpversion();
echo '</br>';
$txt = 'PHP';
echo "I love $txt!";
echo '</br>';
echo 'I love ' . $txt . '!';
$x = 5;
$y = 4;
echo '</br>';
echo $x + $y;
echo '</br>';
var_dump($x);
echo '</br>';
var_dump('John');
echo '</br>';
var_dump(3.14);
echo '</br>';
var_dump(true);
echo '</br>';
var_dump([2, 3, 56]);
echo '</br>';
var_dump(null);
echo '</br>';
/* Všechny tři proměnné získají hodnotu "Ovoce": */
$q = $w = $e = 'Ovoce';
echo '</br>';
function myTest() {
$xx = 5; // local scope
echo"<p>Variable x inside function is: $xx</p>;
}
myTest();
echo '</br>';
echo"<p>Variable x outside is: $x</p>";
?>
</body>
</html>

View File

@ -0,0 +1,86 @@
:root {
--my-black: black;
--my-beckground: #ded4d4;
max-width: 1200px;
margin: auto;
}
body {
background-color: var(--my-beckground);
max-width: 1200px;
margin: auto;
margin-bottom: 25px;
}
@media screen and (max-width: 600px) {
body {
width: calc(100% - 16px);
}
}
footer {
position: fixed;
bottom: 0;
}
.tlacitko {
color: var(--my-black);
}
td,
th {
border: 1px solid var(--my-black);
padding: 15px;
}
.flexbox {
display: flex;
max-width: auto;
margin: auto;
}
.flexbox-content {
display: flex;
flex-direction: column;
}
.menu {
margin-top: 25px;
}
.content {
order: 2;
flex: 3;
padding: 55px;
margin-top: -45px;
}
.dot {
list-style-type: none;
}
.jobs,
.course,
.fun {
font-size: 20px;
}
.title {
text-align: center;
order: 1;
}
@media screen and (max-width: 600px) {
.flexbox {
flex-direction: column;
}
.menu {
order: 1;
text-align: center;
}
.dot-none {
list-style-type: none;
}
/* .content {
order: 3;
} */
.title {
order: -1;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

192
zivotopis/index.php Normal file
View File

@ -0,0 +1,192 @@
<!DOCTYPE html>
<html lang="cs">
<head>
<meta charset="UTF-8" />
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta name="description" content="CV Lukáše Kaňky" />
<meta name="keywords" content="Hlavní strana" />
<meta name="author" content="Lukáš Kaňka" />
<link rel="stylesheet" href="./assets/css/style.css" />
<title>Životopis</title>
</head>
<body>
<div class="flexbox">
<!-- <div class="title">
<h1>ŽIVOTOPIS LUKÁŠ<br> KAŇKA</h1>
</div> -->
<div class="menu">
<img src="./img/1702045296079.jpeg" width="200" height="200" alt="Lukáš Kaňka" />
<h2>Státní příslušnost:</h2>
<ul class="dot-none">
<li>Česká</li>
</ul>
<h2>Datum narození:</h2>
<ul class="dot-none">
<li>2.4.1981</li>
</ul>
<h2>Kontakty:</h2>
<ul class="dot-none">
<li>
<a class="tlacitko" href="Tel: +420 725 303 747">Telefon: +420 725 303 747</a>
</li>
<li>
<a class="tlacitko" href="Mailto:lukas.kanka@lukan.cz" target="_blank">Email
</a>
</li>
<li>
<a class="tlacitko" href="https://lukaskanka.cz" target="_blank">Web</a>
</li>
<li>
<a class="tlacitko" href="https://github.com/LukasKanka" target="_blank">GitHub</a>
</li>
<li>
<a class="tlacitko" href="https://www.linkedin.com/in/luk%C3%A1%C5%A1-ka%C5%88ka-b2a0a1a0/"
target="_blank">LinkedIn</a>
</li>
</ul>
<h2>Adresa:</h2>
<ul class="dot-none">
<li>Petržílkova 27</li>
<li>Praha 13</li>
<li>158 00</li>
</ul>
</div>
<div class="flexbox-content">
<div class="title">
<h1>ŽIVOTOPIS<br> LUKÁŠ KAŇKA</h1>
</div>
<div class="content">
<section class="info-section">
<h2>O MNĚ</h2>
<hr />
<p>
IT nadšenec s pozitivním přístupem k životu a vášní pro technologie.
Do světa IT jsem vstoupil jako Support, pak osud dovedl na pozici
Testera a v současné době měním svůj kariérní směr do Front-Endu. Kód
i programování lákalo dlouho, baví zobrazení okamžitého
výsledku, který mi umožňuje zlepšení a zdokonalení kódu. Aktuálně se
vzdělávám v JavaScript, TypeScript, HTML, CSS. Jako návazný krok bych své znalosti rád
prohluboval ve frameworcích React a také v PHP, které velmi oslovilo.
</p>
</section>
<section class="job-section">
<h2>PRACOVNÍ ZKUŠENOSTI</h2>
<hr />
<ul class="dot">
<li>
<strong class="jobs">Vývojář na platformě Smart</strong>
</li>
<li><strong>Kyndryl [ 15/05/2022 ]</strong></li>
<li>Město: Praha</li>
<li>Země: Česko</li>
<li>Vývojář na platformě Smart pro Českou spořitelnu.</li>
<li>Technologie:Jira, GitHub, TypeScript, Kibana.</li>
</ul>
<ul class="dot">
<li>
<strong class="jobs">Tester softwaru</strong>
</li>
<li><strong>Uniprog Solutions, a.s [ 15/08/2022 14/08/2023 ]</strong></li>
<li>Město: Praha</li>
<li>Země: Česko</li>
<li>Manuální testování PowerBuilder aplikací.</li>
<li>Údržba a oprava automatizovaných testů Cucumber.</li>
<li>Manuální testování webových aplikací dle Test Case a dokumentace.</li>
<li>Komunikace napříč vývojovými týmy.</li>
<li>Technologie: MSSQL, Jira, PowerBuilder, GitLab.</li>
</ul>
<ul class="dot">
<li><strong class="jobs">IT support</strong></li>
<li><strong>Comfort Finance Group CFG Živnostník [ 04/2022 07/2022 ]</strong></li>
<li> Město: Praha </li>
<li>Země: Česko </li>
<li>Poskytování IT podpory uživatelům (SW, HW), onboarding nováčků,
evidence skladu vybavení, řešení nastalých technických problémů.</li>
<li>Reporting systémových chyb na adekvátní oddělení.</li>
<li>Práce v OS Ubuntu Linux.</li>
<li>Práce s nástroji jako Intergromat, Jira.</li>
</ul>
<ul class="dot">
<li><strong class="jobs">Řidič dodávky</strong></li>
<li>
<strong>Artglass Lighting Na plný úvazek [ 03/2016 04/2020 ]</strong><br />
Země: Česko <br />
Řízení dodávky, komunikace se zákazníky, podpora prodeje.
</li>
</ul>
<ul class="dot">
<li><strong class="pozice">Řidič nákladního vozu</strong></li>
<li>
<strong>ČSAD Liberec Na plný úvazek [ 07/2006 08/2014 ]</strong>
</li>
<li>Řízení nákladních vozidel (MAN, DAF, Iveco, Renault).
</li>
</ul>
</section>
<section class="edu-section">
<h2>VZDĚLÁNÍ A ODBORNÁ PŘÍPRAVA</h2>
<hr />
<ul class="dot">
<li><strong class="course">Základy Testingu, SQL, Web Services</strong></li>
<li>
<strong>Acamar [ 08/2020 ]</strong>
</li>
<li>Město: Praha </li>
<li>Země: Česko</li>
</ul>
<ul class="dot">
<li><strong class="course">Úvod do Playwright</strong></li>
<li><strong>Tesena [ 04/2023 ]</strong></li>
<li>Město: Praha </li>
<li>Země: Česko</li>
</ul>
</section>
<section class="hobby-section">
<h2>ZÁJMY A KONÍČKY</h2>
<hr />
<ul class="dot">
<li><strong class="fun">
Opensource, Linux, Sebevzdělávání v testingu a dalších technologiích,
Cyklistika
</strong></li>
<li>
Na mi mo pracovních projektech mám základní zkušenosti se SW a
technologiemi jako: C#, .Net, NUnit, Selenium, Selenide,Cypress,
Playwrigt, Java, Linux Ubuntu a další distribuce, Docker, MacOS,
MangoDB, Windows, Obsidian. <br />
Mimo jiné se ve volném čase účastním amatérských závodů na kole a rád
si zaběhám.
</li>
</ul>
<h2>DOBROVOLNICKÁ ČINNOST</h2>
<hr />
<ul class="dot">
<li><strong class="fun">Maper Missing Maps</strong></li>
<li>
Ve volném čase mapuji pro humanitární účely, v projektu
<a class="tlacitko" href="https://www.missingmaps.org" target="_blank">Missing Maps</a>
pomocí OSM na platformě
<a class="tlacitko" href="https://tasks.hotosm.org" target="_blank">Hot Tasking Manager</a>.
</li>
</ul>
</section>
</div>
</div>
</div>
<footer>Copyright &copy; Lukáš Kaňka 2023</footer>
</body>
</html>