-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
63 lines (58 loc) · 2.64 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styl.css"/>
<link rel="stylesheet" href="styl_galery.css"/>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap" rel="stylesheet">
<link rel="shortcut icon" type="image/png" href="favicon.png"/>
<script src="galerie/galerie.js"></script>
<script defer src="js/frontInicializer.js"></script>
<meta name="viewport" content="width=device-width", initial-scale="1">
</head>
<body onload="initFront()">
<div id="logo_block">
</div>
<div id="menu_block">
</div>
<div id="info">
<div id="info_nahore">
<div id="info_text_1a">
<h3>KDY</h3>
<p>26.-28.9.2025</p>
</div>
<div id="info_text_1b" >
<h3>KDE</h3>
<p>RS Vyhlídka Těrlicko</p>
</div>
</div>
<div class="info_text_2">
<div >
<h3>CO</h3>
<p>Setkání plachetnic třídy NSS - A,B,C,RG-650 a další typy plachetnic bez strojního pohonu</p>
</div>
</div>
</div>
<br>
<h3>PROPOZICE</h3>
<p>Dosud nezveřejněno</p>
<div id="propozice">
<img src="./propozice/propozice1-brzy.png" width="100%" class="myImg">
<img src="./propozice/propozice2-brzy.png" width="100%" class="myImg">
</div>
<div id="propozice_m">
<img src="./propozice/propozice1-brzy.png" width="100%" class="myImg">
<img src="./propozice/propozice2-brzy.png" width="100%" class="myImg">
</div>
<!-- <div class="spacer"><a href='./propozice/propozice.pdf' class="his_nav_button" >Stažení propozic!</a></div></div></div> -->
<br><div></div>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d5154.750184284669!2d18.491579140758724!3d49.760200904961785!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4713f8a4faf18b1d%3A0x173c33626a5fee4d!2zUmVrcmVhxI1uw60gU3TFmWVkaXNrbyBOYSBWeWhsw61kY2U!5e0!3m2!1scs!2scz!4v1643894168889!5m2!1scs!2scz" width=100% height="300px" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
<div class="footer" id="footer">
</div>
<!-- The Modal -->
<div id="myModal" class="modal">
<span class="close">×</span>
<img class="modal-content" id="img01">
<div id="caption"></div>
</div>
</body>
</html>