-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathKontacti.HTML
More file actions
89 lines (77 loc) · 3.34 KB
/
Copy pathKontacti.HTML
File metadata and controls
89 lines (77 loc) · 3.34 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
80
81
82
83
84
85
86
87
88
89
<html>
<head>
<meta charset="utf-8">
<title>Контакты</title>
<link href='https://fonts.googleapis.com/css?family=Comfortaa:700&subset=vietnamese,cyrillic-ext,cyrillic,latin,greek' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans&subset=latin,cyrillic-ext' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="CSS/main.css">
</head>
<body>
<div class="content">
<nav class="nav">
<ul>
<div id="animated-example" class="animated bounceInLeft">
<li><a href="index.html">Главная</a></li>
<li><a href="Menu.HTML">Меню</a></li>
<li><a href="KartaVin.HTML">Винная карта</a></li>
<li class="current"><a href="#">Контакты</a></li>
<li ><a href="ORestorane.html">О ресторане</a></li>
</div>
</ul>
</nav>
<div class="podval">
<div class="mapp">
<br>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d26137.254759292893!2d30.74825368932619!3d46.481570160220784!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0000000000000000%3A0x0615d78617e79394!2z0KHQtdGA0LLQtdGAINCe0LTQtdGB0YHQutC40Lkg0JrQvtC70LvQtdC00LYg0JrQvtC80L_RjNGO0YLQtdGA0L3Ri9GFINCi0LXRhdC90L7Qu9C-0LPQuNC5!5e0!3m2!1sru!2sua!4v1446927563512" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
<div class="layout">
<div class="col1">
<p>
<span>
Адрес: <br/>
</span> Польский спуск, 1, Украина, Одесса
</p>
<p>
<span>
телефон: <br/>
</span> +3 (333) 333-33-33
</p>
<p>
<span>
е-мейл <br/>
</span>
<a href="mailto:admin@pornomy.tk" target="_blank">admin@pornomy.tk</a>
</p>
</div>
<div class="col2">
<p>
Мы в соцсетях:
</p>
<ul class="soc-widget">
<li>
<a href="#" target="_blank"><img src="IMG/social/FB.png" /></a>
</li>
<li>
<a href="#" target="_blank"><img src="IMG/social/G.png" /></a>
</li>
<li>
<a href="#" target="_blank"><img src="IMG/social/TW.png" /></a>
</li>
<li>
<a href="#" target="_blank"><img src="IMG/social/YB.png" /></a>
</li>
</ul>
<p class="doptext">
<br/> 2015 г. @ ArenaTDK
</p>
</div>
<div class="col3">
<br>
<br>
<a href="#" target="_blank"><img src="IMG/GP.png" />
</div>
</div>
</div>
</div>
</body>
</html>