forked from justdealman/am
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontacts.html
147 lines (147 loc) · 5.08 KB
/
contacts.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<!DOCTYPE html>
<html>
<head>
<title>Алтайские мельницы</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=1280, user-scalable=yes">
<link href="./favicon.ico" rel="shortcut icon" type="image/x-icon">
<link href="./css/style.css" rel="stylesheet" type="text/css" title="compact">
</head>
<body>
<div class="wrapper">
<div class="header">
<h3>Экспорт высококачественных продуктов зернопереработки</h3>
<a href="#"><img src="./img/logo.png" width="96" height="102" class="logo" alt=""></a>
<ul class="ml">
<li><a href="#">Главная</a></li>
<li><a href="#">Новости</a></li>
<li><a href="#">Компания</a></li>
</ul>
<ul class="mr">
<li><a href="#">Продукция</a></li>
<li class="active"><a href="#">Контакты</a></li>
</ul>
<h5>
<span class="active">Ru</span>
<span>En</span>
</h5>
<div>
<p>Тел.: +7 (3852) 538-831</p>
<p><i>[email protected]</i></p>
</div>
<button>Напишите нам</button>
</div>
<div class="contactus">
<div id="map">
<script src="http://api-maps.yandex.ru/2.1/?lang=ru_RU" type="text/javascript"></script>
<script type="text/javascript">
ymaps.ready(init);
function init() {
var map = new ymaps.Map('map', {
center: [53.32656294, 83.67887451],
zoom: 16
});
var barnaul = new ymaps.Placemark([53.33066294, 83.67517451], {}, {
iconLayout: 'default#image',
iconImageHref: './img/mark_icon.png',
iconImageSize: [76, 77],
iconImageOffset: [-38, -77],
hideIconOnBalloonOpen: false
});
map.geoObjects.add(barnaul);
map.controls.remove('fullscreenControl').remove('geolocationControl').remove('searchControl').remove('trafficControl').remove('typeSelector').remove('zoomControl').remove('rulerControl');
}
</script>
</div>
<div class="information">
<div>
<div class="office">
<h2><span>Головной офис</span></h2>
<div>
<p>
<em>
<img src="./img/office_icon1.png" width="11" height="16" alt="">
</em>
<strong>Адрес -</strong>
<span>РФ, 656058, Г. БАРНАУЛ, УЛ. ШУМАКОВА, 74Б, ОФ. 15</span>
</p>
<p>
<em>
<img src="./img/office_icon2.png" width="16" height="16" alt="">
</em>
<strong>Телефон</strong>
<span>+7 (3852) 538-831, 538-832</span>
</p>
<p>
<em>
<img src="./img/office_icon3.png" width="20" height="16" alt="">
</em>
<strong>Факс</strong>
<span>+7 (3852) 538-832</span>
</p>
<p>
<em>
<img src="./img/office_icon4.png" width="16" height="12" alt="">
</em>
<strong>Электронная почта</strong>
<span>[email protected], [email protected]</span>
</p>
<p>
<em>
<img src="./img/office_icon5.png" width="16" height="16" alt="">
</em>
<strong>Официальный сайт</strong>
<span>www.altaimills.ru</span>
</p>
<p>
<em>
<img src="./img/office_icon6.png" width="16" height="16" alt="">
</em>
<strong>Страница на Facebook</strong>
<span>FACEBOOK.COM/ALTAIFLOURMILLS</span>
</p>
</div>
</div>
<div class="agent">
<h2><span><strong>Представитель в Москве <em>Дворник Вячеслав Николаевич</em></strong></span></h2>
<div>
<p>
<em>
<img src="./img/office_icon2.png" width="16" height="16" alt="">
</em>
<strong>Телефон</strong>
<span>+7-926-225-9854</span>
</p>
<p>
<em>
<img src="./img/office_icon4.png" width="16" height="12" alt="">
</em>
<strong>Электронная почта</strong>
<span>[email protected]</span>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="address">
<p>Все права защищены © 2009-2015</p>
<p>ООО «Алтайские мельницы»</p>
<p>РФ, 656058, г. Барнаул, ул. Шумакова, д. 74б, оф. 15</p>
</div>
<div class="contacts">
<p>Телефоны: <strong>+7 (3852) 538-831, 538-832</strong></p>
<p>Факс: <strong>+7 (3852) 538-832</strong></p>
<p class="email"><i>[email protected]; [email protected]</i></p>
</div>
<h5><span>Разработка сайта:</span> - <a href="http://letsrock.pro" target="_blank"><img src="./img/letsrock_logo.png" width="89" height="22" alt=""></a></h5>
</div>
<script type="text/javascript" src="./js/jquery.js"></script>
<script type="text/javascript" src="./js/drawdoughnutchart.js"></script>
<script type="text/javascript" src="./js/easing.js"></script>
<script type="text/javascript" src="./js/slides.js"></script>
<script type="text/javascript" src="./js/dynamic.js"></script>
</body>
</html>