You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
126 lines
4.1 KiB
HTML
126 lines
4.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="cs">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<title>Novináři</title>
|
|
|
|
<link rel="stylesheet" href="common.css">
|
|
<link rel="stylesheet" href="main.css">
|
|
<link rel="icon" href="favicon.ico">
|
|
</head>
|
|
<body>
|
|
|
|
<header>
|
|
<h1>Název Projektu</h1>
|
|
<nav>
|
|
<ul>
|
|
<li><a href="">Návod</a></li>
|
|
<li><a href="">Kontakt</a></li>
|
|
<li><a href="">Můj profil</a></li>
|
|
<li><a href="">Odhlásit se</a></li>
|
|
</ul>
|
|
</nav>
|
|
</header>
|
|
|
|
<main>
|
|
<section class="search">
|
|
<input type="text" placeholder="Vyhledat téma …">
|
|
</section>
|
|
<section class="filter">
|
|
<ul>
|
|
<li>Příroda</li>
|
|
<li>Historie</li>
|
|
<li>Jazyky</li>
|
|
<li>Hudba</li>
|
|
<li>Sport</li>
|
|
<li>Něco</li>
|
|
<li>Umění</li>
|
|
<li>Informatika</li>
|
|
<li>Literatura</li>
|
|
<li>Digitální marketing</li>
|
|
<li>Grafika</li>
|
|
<li>Právo</li>
|
|
<li>Politologie</li>
|
|
<li>Memes</li>
|
|
<li>Další</li>
|
|
<li>Další</li>
|
|
</ul>
|
|
</section>
|
|
<section class="list">
|
|
<div class="item">
|
|
<div class="head">
|
|
<img src="placeholder.png" alt="">
|
|
<span class="title">Ing. Aleksandar Golotvinov, Ph.D.</span>
|
|
</div>
|
|
<div class="tags"></div>
|
|
<p>I'd just like to interject for a moment. What you're refering to as Linux, is in fact, GNU/Linux, or as I've recently taken to calling it, GNU plus Linux.</p>
|
|
</div>
|
|
<div class="item">
|
|
<div class="head">
|
|
<img src="placeholder.png" alt="">
|
|
<span class="title">Ing. Aleksandar Golotvinov, Ph.D.</span>
|
|
</div>
|
|
<div class="tags"></div>
|
|
<p>I'd just like to interject for a moment. What you're refering to as Linux, is in fact, GNU/Linux, or as I've recently taken to calling it, GNU plus Linux.</p>
|
|
</div>
|
|
<div class="item">
|
|
<div class="head">
|
|
<img src="placeholder.png" alt="">
|
|
<span class="title">Ing. Aleksandar Golotvinov, Ph.D.</span>
|
|
</div>
|
|
<div class="tags"></div>
|
|
<p>I'd just like to interject for a moment. What you're refering to as Linux, is in fact, GNU/Linux, or as I've recently taken to calling it, GNU plus Linux.</p>
|
|
</div>
|
|
<div class="item">
|
|
<div class="head">
|
|
<img src="placeholder.png" alt="">
|
|
<span class="title">Ing. Aleksandar Golotvinov, Ph.D.</span>
|
|
</div>
|
|
<div class="tags"></div>
|
|
<p>I'd just like to interject for a moment. What you're refering to as Linux, is in fact, GNU/Linux, or as I've recently taken to calling it, GNU plus Linux.</p>
|
|
</div>
|
|
<div class="item">
|
|
<div class="head">
|
|
<img src="placeholder.png" alt="">
|
|
<span class="title">Ing. Aleksandar Golotvinov, Ph.D.</span>
|
|
</div>
|
|
<div class="tags"></div>
|
|
<p>I'd just like to interject for a moment. What you're refering to as Linux, is in fact, GNU/Linux, or as I've recently taken to calling it, GNU plus Linux.</p>
|
|
</div>
|
|
<div class="item">
|
|
<div class="head">
|
|
<img src="placeholder.png" alt="">
|
|
<span class="title">Ing. Aleksandar Golotvinov, Ph.D.</span>
|
|
</div>
|
|
<div class="tags"></div>
|
|
<p>I'd just like to interject for a moment. What you're refering to as Linux, is in fact, GNU/Linux, or as I've recently taken to calling it, GNU plus Linux.</p>
|
|
</div>
|
|
<div class="item">
|
|
<div class="head">
|
|
<img src="placeholder.png" alt="">
|
|
<span class="title">Ing. Aleksandar Golotvinov, Ph.D.</span>
|
|
</div>
|
|
<div class="tags"></div>
|
|
<p>I'd just like to interject for a moment. What you're refering to as Linux, is in fact, GNU/Linux, or as I've recently taken to calling it, GNU plus Linux.</p>
|
|
</div>
|
|
<div class="item">
|
|
<div class="head">
|
|
<img src="placeholder.png" alt="">
|
|
<span class="title">Ing. Aleksandar Golotvinov, Ph.D.</span>
|
|
</div>
|
|
<div class="tags"></div>
|
|
<p>I'd just like to interject for a moment. What you're refering to as Linux, is in fact, GNU/Linux, or as I've recently taken to calling it, GNU plus Linux.</p>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
|
|
<footer>
|
|
© 2021 – Projekt vznikl kolaborací <a href="https://pedf.cuni.cz">PedF UK</a> a <a href="https://www.ped.muni.cz">PedF MUNI</a>
|
|
</footer>
|
|
|
|
</body>
|
|
</html>
|
|
|