-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplayers.html
More file actions
79 lines (69 loc) · 3.56 KB
/
players.html
File metadata and controls
79 lines (69 loc) · 3.56 KB
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html lang="cs">
<head>
<meta name="viewport" content="height=device-height, width=device-width, initial-scale=1.0, minimum-scale=1.0, target-densitydpi=device-dpi"/>
<link rel="icon" type="image/png" href="favicon.png"/>
<meta charset="UTF-8">
<title>"Monday Fight Players"</title>
<script type="text/javascript" src="js/minimal.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/mf.css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CX3WGLDEW7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CX3WGLDEW7');
</script>
</head>
<body>
<div class="body">
<div class="mondayFightCaption">
<img src="img/pohar.png" style="position: absolute; z-index: -1; height:80px; float:left; margin:-2px -20px 0 0px"/>
<span class="icon"><a href="javascript:void(0);" onclick="showMondayFightMenu()" style="color:#00b5ad">
<i class="fa fa-bars hamburger"></i>
</a>
</span>
<span class="captionText">Monday Fights Hráči</span>
<div class="topnav">
<div id="myLinks">
<a href="index.html">Main page</a>
<a href="actualities.html">Hot News</a>
<a href="hallOfFame.html">Síň slávy ♕</a>
<a href="chessboard.html">Krotitelé šachovnic</a>
<a href="tables.html">Leaderboards</a>
<a href="cross.html">Cross table</a>
<a href="openings.html">Openings table</a>
<a href="search.html">Search Engine</a>
<a href="archiv2020.html">Archiv 2020</a>
<a href="archiv2021.html">Archiv 2021</a>
<a href="archiv2022.html">Archiv 2022</a>
<a href="archiv2023.html">Archiv 2023</a>
<a href="archiv2024.html">Archiv 2024</a>
<a href="archiv2025.html">Archiv 2025</a>
<a href="cards.html">Duel Cards</a>
<a href="players.html">Players</a>
</div>
</div>
</div>
<div class="article first">
<img src="img/znamosti2023.png" width=100%>
<div align="center "style="margin-bottom:10px"><i>Monday Fighťácí v roce 2023</i></div>
<img src="img/znamosti2022.jpg" width=100%>
<div align="center "style="margin-bottom:10px"><i>Borkyně a borci Monday Fights v roce 2022</i></div>
<img src="img/znamosti.png" width=100%>
<div align="center "style="margin-bottom:10px"><i>Složení Monday Fights komunity 2020-2021</i></div>
<h2>Z ohlasů slavných</h2>
<p>"Sledujíc váš turnaj, mnohdy jsem spálila večeři." <i>Zuzana Čaputová</i>
<p>"Občas sleduji Monday Fight místo horrorů od Hitchcocka!" <i>Anish Giri</i>
<p>"Podle stylu hry bych hádala, že Jouzolean je žena." <i>Judith Polgárová</i>
<p>"Ten Bébul, jak hraje, tak bych také chtěl umět hrát!" <i>Magnus Carlsen</i>
<p>"Posledních několik turnajů už, hernajs, jako Bébul hraju!" <i>Magnus Carlsen</i>
<p>"#drawbukowskic #saynoto2200" <i>Sergey Karjakin</i>
<p>"Smell the <a href="https://lichess.org/TRR68mu7#29">blood</a> in the water, dude, be a fucki*g shark!" <i>Magnus Carlsen</i>
<div><img src="img/tlama-animate2.gif"></div>
</div>
</div>
</body>
</html>