first commit
This commit is contained in:
116
index.html
Normal file
116
index.html
Normal file
@ -0,0 +1,116 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="cs-cz">
|
||||
|
||||
<head>
|
||||
<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="Kankys" />
|
||||
<link rel="shortcut icon" href="obrazky/tux.png" />
|
||||
<link type="text/css" rel="stylesheet" href="styly.css" />
|
||||
<title>Redirect</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="flexbox">
|
||||
<div class="menu">
|
||||
<img src="obrazky/tux.png" width="150" height="100" alt="linux" />
|
||||
<h3>Navigace:</h3>
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
<strong><a href="o-mne.html" class="tlacitko">O mně</a></strong>
|
||||
</li>
|
||||
<li>
|
||||
<strong><a href="zivotopis.html" class="tlacitko">Životopis</a></strong>
|
||||
</li>
|
||||
<li>
|
||||
<strong><a href="privaci-polici.html" class="tlacitko">Zásady ochrany osobních údaju</a></strong>
|
||||
</li>
|
||||
<li>
|
||||
<strong><a href="test-page/test-page.html" class="tlacitko">Test Page</a></strong>
|
||||
</li>
|
||||
</ul>
|
||||
<h3>Kde všude mně najdete:</h3>
|
||||
<ul>
|
||||
<li>
|
||||
<strong><a href="https://lukan.cz/" target="_blank" class="tlacitko">Lukáš Bloguje</a></strong>
|
||||
</li>
|
||||
<li>
|
||||
<strong><a href="https://www.linkedin.com/in/luk%C3%A1%C5%A1-ka%C5%88ka-b2a0a1a0/" target="_blank"
|
||||
class="tlacitko">LinkedIn</a></strong>
|
||||
</li>
|
||||
<li>
|
||||
<strong><a href="https://github.com/LukasKanka" target="_blank" class="tlacitko">GitHub</a></strong>
|
||||
</li>
|
||||
<li>
|
||||
<strong><a href="https://testing-docs.cz" target="_blank" class="tlacitko">Má TestingDocs</a></strong>
|
||||
</li>
|
||||
|
||||
<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: rgb(0, 0, 0);
|
||||
"><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>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="obsah">
|
||||
<strong>
|
||||
<figure>
|
||||
<center>
|
||||
<figcaption>
|
||||
<h1>Lukáš Bloguje</h1>
|
||||
<br />Blog o všem možném i nemožném....
|
||||
</figcaption>
|
||||
</center>
|
||||
</figure>
|
||||
</strong><br />
|
||||
|
||||
<p>
|
||||
<b>Možná už znáš můj blog, který běží na Wordpressu. Přednedávnem jsem
|
||||
si založil tuto další doménu.<br />
|
||||
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.<br />
|
||||
Tento blog bude takové hřiště na mé zdokolování psaní
|
||||
automatizovaných testů a tvorbu webů.
|
||||
<p>
|
||||
Pokud se o mně a co dělám chceš dozvědět více mrkni do sekce O
|
||||
mně.
|
||||
</p>
|
||||
</b>
|
||||
</p>
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer>Copyright © Lukáš Kaňka 2023</footer>
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user