This repository has been archived by the owner on Nov 22, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kontakt.html
58 lines (56 loc) · 3.7 KB
/
kontakt.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
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="cs" lang="cs">
<!-- Mirrored from kytkozrouti.instruktori.cz/kontakt.php by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 05 Jan 2019 14:13:08 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack -->
<head>
<title>Ochutnávka podzimu</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-language" content="cs" />
<meta http-equiv="Keywords" content="Ochutnávka podzimu, Instruktoři Brno" />
<meta name="author" content="Pavel Černohorský" />
<meta name="e-mail" content="pavel ZAVINAC cernohorsky TECKA name" />
<link rel="stylesheet" href="style.css" type="text/css" media="all" />
<script type="text/javascript">
//<![CDATA[
function unescapeMails()
{
for (var i = 0; i < unescapeMails.arguments.length; ++i)
{
var emailElement = document.getElementById(unescapeMails.arguments[i]);
emailElement.innerHTML = emailElement.innerHTML.replace(" ZAVINAC ", "@").replace(" TECKA ", ".");
emailElement.href = emailElement.href.replace("ZAVINAC", "@").replace("TECKA", ".");
}
}
//]]>
</script>
</head>
<body onload="unescapeMails('email1')">
<div id="inner_body">
<div id="header">
<img src="img/title.png" alt="Ochutnávka podzimu" />
<div id="menu">
<a href=".html" onmouseover="document.menu_img_about.src='img/menu_about_hot.png';" onmouseout="document.menu_img_about.src='img/menu_about_normal.png';"><img name="menu_img_about" src="img/menu_about_normal.png" alt="O akci" /></a>
<a href="info.html" onmouseover="document.menu_img_info.src='img/menu_info_hot.png';" onmouseout="document.menu_img_info.src='img/menu_info_normal.png';"><img name="menu_img_info" src="img/menu_info_normal.png" alt="Informace" /></a>
<a href="metoda.html" onmouseover="document.menu_img_method.src='img/menu_method_hot.png';" onmouseout="document.menu_img_method.src='img/menu_method_normal.png';"><img name="menu_img_method" src="img/menu_method_normal.png" alt="Metoda" /></a>
<a href="kontakt.html"><img name="menu_img_contact" src="img/menu_contact_active.png" alt="Kontakt a přihlášení" /></a>
</div>
<img src="img/subtitle.png" alt="--------------------" />
</div>
<div id="main">
<p>
<img id="contact_image" src="img/card.png" alt="Karta" />
<span class="headline">Kontakt:</span><br />
E-mail: <a id="email1" href="mailto:ochutnavka.podzimuZAVINACgmailTECKAcom">ochutnavka.podzimu ZAVINAC gmail TECKA com</a><br />
Osobní kontakt pro další dotazy také na telefonu: 723 264 589
</p>
<p>
<span class="headline">Přihlašovací formulář:</span><br />
Pokud Tě Ochutnávka podzimu zaujala a chceš se jí zúčastnit, vyplň nám prosím následující přihlašovací formulář. Do tří dnů po Tvém přihlášení se Ti ozveme s dalšími informacemi. Těšíme se na Tvou účast!
</p>
<p class="centered_notice">Akce již proběhla, přihlašování uzavřeno.</p>
</div>
</div>
</body>
<!-- Mirrored from kytkozrouti.instruktori.cz/kontakt.php by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 05 Jan 2019 14:13:10 GMT -->
</html>