-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
66 lines (55 loc) · 3.39 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="cs">
<head>
<title>Česko ukrajinské pexeso</title>
<meta charset="utf-8"/>
<meta name="description" content="Jednoduchá hra na procvičování ukrajinské abecedy pro české hráče.">
<meta property="og:image" content="https://www.ucimeseabecedu.cz/pexeso.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://unpkg.com/mvp.css">
<link rel="stylesheet" href="/styles.css">
<link rel="stylesheet" href="/pexeso.css">
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png">
<link rel="manifest" href="/favicons/site.webmanifest">
<link rel="mask-icon" href="/favicons/safari-pinned-tab.svg" color="#ffffff">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<header>
<h1>Česko ukrajinské pexeso</h1>
<p>Jednoduchá hra na procvičování ukrajinské abecedy pro české hráče.</p>
<p>Procvičování české abecedy pro ukrajinské hráče najdete <a href="/ua">zde</a>.</p>
</header>
<main>
<section class="pexeso-difficulty btn-group" role="group">
<button type="button" class="btn btn-green">začátečník</button> <span> </span>
<button type="button" class="btn btn-default">pokročilý</button> <span> </span>
<button type="button" class="btn btn-default">expert</button>
</section>
<section class="pexeso-timer"><h2>Váš čas: <time>00:00:00</time><br>Vaše tahy: <span class="turns" data-turns="0">0</span></h2></section>
<section><h2 class="pexeso-message alert alert-success hidden">Gratulujeme, hotovo.</h2></section>
<div class="pexeso-container"></div>
<h2>Jak se to hraje?</h2>
<p>Klasické pexeso určitě znáte. Otáčíte karty a musíte najít dvě stejné. Tady je to podobné. Akorát na jednom obrázku uvidíte velké a malé písmeno z cyrilice (ukrajinské abecedy) a na druhém české písmenko.</p>
<p>Obtížnost určuje pouze počet kartiček. Čas ani počty tahů se nikde neukládají. Cílem není být nejlepší hráč, ale formou hry se naučit něco nového.</p>
</main>
<footer>
<hr>
<p>Vytvořil <a href="https://www.polzer.cz/" rel="noopener">Jan Polzer</a> v březnu 2022.</p>
<p>Postaveno s využitím <a href="https://andybrewer.github.io/mvp/" target="_blank" rel="noopener">MVP.css</a>.</p>
<p>Další pomoc s výukou ukrajinštiny najdete na <a href="https://www.movapp.cz/" rel="nopener">MOVAPP</a>.</p>
</footer>
<a href="https://www.toplist.cz"><script language="JavaScript" type="text/javascript" charset="utf-8">
<!--
document.write('<img src="https://toplist.cz/dot.asp?id=1811236&http='+
encodeURIComponent(document.referrer)+'&t='+encodeURIComponent(document.title)+'&l='+encodeURIComponent(document.URL)+
'&wi='+encodeURIComponent(window.screen.width)+'&he='+encodeURIComponent(window.screen.height)+'&cd='+
encodeURIComponent(window.screen.colorDepth)+'" width="1" height="1" border=0 alt="TOPlist" />');
//--></script><noscript><img src="https://toplist.cz/dot.asp?id=1811236&njs=1" border="0"
alt="TOPlist" width="1" height="1" /></noscript></a>
<script src="/pexeso.js"></script>
</body>
</html>