contact.php
18.1 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
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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
<!-- *** LOGIN MODAL ***
_________________________________________________________ -->
<div class="modal fade" id="login-modal" tabindex="-1" role="dialog" aria-labelledby="Login" aria-hidden="true">
<div class="modal-dialog modal-sm">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title" id="Login">Customer login</h4>
</div>
<div class="modal-body">
<form action="customer-orders.html" method="post">
<div class="form-group">
<input type="text" class="form-control" id="email_modal" placeholder="email">
</div>
<div class="form-group">
<input type="password" class="form-control" id="password_modal" placeholder="password">
</div>
<p class="text-center">
<button class="btn btn-template-main"><i class="fa fa-sign-in"></i> Log in</button>
</p>
</form>
<p class="text-center text-muted">Not registered yet?</p>
<p class="text-center text-muted"><a href="customer-register.html"><strong>Register now</strong></a>! It is easy and done in 1 minute and gives you access to special discounts and much more!</p>
</div>
</div>
</div>
</div>
<!-- *** LOGIN MODAL END *** -->
<div id="heading-breadcrumbs">
<div class="container">
<div class="row">
<div class="col-md-7">
<h1>Контакты</h1>
</div>
<div class="col-md-5">
<ul class="breadcrumb">
<li><a href="index.html">Главная</a>
</li>
<li>Контакты</li>
</ul>
</div>
</div>
</div>
</div>
<div id="content">
<div class="container" id="contact">
<section>
<div class="row">
<div class="col-md-12">
<section>
<div class="heading">
<h2>КАК НАС НАЙТИ</h2>
</div>
<p class="lead">Вы сразу обратите внимание на наш офис. Нас можно найти в Дарницком районе, город Киев, по адресу проспект Николая Бажана 1-М, офис 25. Заблудились? Звоните и мы вас встретим. </p>
<p class="lead">Наша служба работы с клиентами всегда берет трубку.</p>
</section>
</div>
</div>
</section>
<section>
<div class="row">
<div class="col-md-4">
<div class="box-simple">
<div class="icon">
<i class="fa fa-map-marker"></i>
</div>
<h3>Адрес</h3>
<p>Киев, ул. Н. Бажана 1-М<br/>(Дарницкий район).
</p>
</div>
<!-- /.box-simple -->
</div>
<div class="col-md-4">
<div class="box-simple">
<div class="icon">
<i class="fa fa-phone"></i>
</div>
<h3>Телефон</h3>
<!--<p class="text-muted">Боитесь говорить по телефону? Порой, мы тоже. Можем ответить вам в Telegram, Viber, Whatsapp.</p>-->
<p>Контактный номер:<br/>
<strong>+38 (044) 593-73-76</strong><br/>
<strong>+38 (098) 468-07-64</strong>
</p>
</div>
<!-- /.box-simple -->
</div>
<div class="col-md-4">
<div class="box-simple">
<div class="icon">
<i class="fa fa-envelope"></i>
</div>
<h3>Электронная почта</h3>
<p class="text-muted">Пишите письма, все читаем. Рабочая почта:</p>
<ul class="list-style-none">
<li><strong><a href="mailto:mpav@artweb.ua">mpav@artweb.ua</a></li>
</ul>
</div>
<!-- /.box-simple -->
</div>
</div>
</section>
<section>
<div class="row text-center">
<div class="col-md-12">
<div class="heading">
<h2>Связаться с нами</h2>
</div>
</div>
<div class="col-md-8 col-md-offset-2">
<form>
<div class="row">
<div class="col-sm-6">
<div class="form-group">
<label for="firstname">Имя</label>
<input type="text" class="form-control" id="firstname">
</div>
</div>
<div class="col-sm-6">
<div class="form-group">
<label for="lastname">Фамилия</label>
<input type="text" class="form-control" id="lastname">
</div>
</div>
<div class="col-sm-6">
<div class="form-group">
<label for="email">Email</label>
<input type="text" class="form-control" id="email">
</div>
</div>
<div class="col-sm-6">
<div class="form-group">
<label for="subject">Тема</label>
<input type="text" class="form-control" id="subject">
</div>
</div>
<div class="col-sm-12">
<div class="form-group">
<label for="message">Сообщение</label>
<textarea id="message" class="form-control"></textarea>
</div>
</div>
<div class="col-sm-12 text-center">
<button type="submit" class="btn btn-template-main"><i class="fa fa-envelope-o"></i> Отправить сообщение</button>
</div>
</div>
<!-- /.row -->
</form>
</div>
</div>
<!-- /.row -->
</section>
</div>
<!-- /#contact.container -->
</div>
<!-- /#content -->
<div id="map">
</div>
<!-- *** GET IT ***
_________________________________________________________ -->
<div id="get-it">
<div class="container">
<div class="col-md-8 col-sm-12">
<h3>ХОТИТЕ ЗАКАЗАТЬ ОБРАТНЫЙ ЗВОНОК?</h3>
</div>
<div class="col-md-4 col-sm-12">
<a href="contact.html#" class="btn btn-template-transparent-primary modal-link" data-title="Заказать" data-form="artboxcore-modal">ПОЗВОНИТЕ МНЕ</a>
</div>
</div>
</div>
<!-- *** GET IT END *** -->
<?php
require("./blocks/modal.php");
?>
<!-- *** FOOTER ***
_________________________________________________________ -->
<footer id="footer">
<div class="container">
<div class="col-md-3 col-sm-6">
<h4>О нас</h4>
<p>Сложившаяся структура организации требует определения и уточнения форм развития.</p>
<hr>
<h4>Подпишитесь на нашу рассылку</h4>
<form>
<div class="input-group">
<input type="text" class="form-control">
<span class="input-group-btn">
<button class="btn btn-default" type="button"><i class="fa fa-send"></i></button>
</span>
</div>
<!-- /input-group -->
</form>
<hr class="hidden-md hidden-lg hidden-sm">
</div>
<!-- /.col-md-3 -->
<div class="col-md-3 col-sm-6">
<h4>Блог</h4>
<div class="blog-entries">
<div class="item same-height-row clearfix">
<div class="image same-height-always">
<a href="index.html#">
<img class="img-responsive" src="img/detailsquare7.jpg" alt="">
</a>
</div>
<div class="name same-height-always">
<h5><a href="index.html#">САМЫЕ ИНТЕРЕСНЫЕ МЕСТА ИНДИИ</a></h5>
</div>
</div>
<div class="item same-height-row clearfix">
<div class="image same-height-always">
<a href="index.html#">
<img class="img-responsive" src="img/detailsquare8.jpg" alt="">
</a>
</div>
<div class="name same-height-always">
<h5><a href="index.html#">ЖИВОПИСНАЯ НОРВЕГИЯ</a></h5>
</div>
</div>
<div class="item same-height-row clearfix">
<div class="image same-height-always">
<a href="index.html#">
<img class="img-responsive" src="img/detailsquare9.jpg" alt="">
</a>
</div>
<div class="name same-height-always">
<h5><a href="index.html#">МАЛЬДИВЫ: РАЙ ДЛЯ ТУРИСТА?</a></h5>
</div>
</div>
</div>
<hr class="hidden-md hidden-lg">
</div>
<!-- /.col-md-3 -->
<div class="col-md-3 col-sm-6">
<h4>Контакты</h4>
<p><strong>Название компании.</strong>
<br>Название улицы
<br>Дом и офис
<br>Киев
<br>
<strong>Украина</strong>
</p>
<a href="contact.html" class="btn btn-small btn-template-main">На страницу контактов</a>
<hr class="hidden-md hidden-lg hidden-sm">
</div>
<!-- /.col-md-3 -->
<div class="col-md-3 col-sm-6">
<h4>Фотогалерея</h4>
<div class="photostream">
<div>
<a href="/gallery.html">
<img src="img/detailsquare.jpg" class="img-responsive" alt="#">
</a>
</div>
<div>
<a href="/gallery.html">
<img src="img/detailsquare2.jpg" class="img-responsive" alt="#">
</a>
</div>
<div>
<a href="/gallery.html">
<img src="img/detailsquare3.jpg" class="img-responsive" alt="#">
</a>
</div>
<div>
<a href="/gallery.html">
<img src="img/detailsquare4.jpg" class="img-responsive" alt="#">
</a>
</div>
<div>
<a href="/gallery.html">
<img src="img/detailsquare5.jpg" class="img-responsive" alt="#">
</a>
</div>
<div>
<a href="/gallery.html">
<img src="img/detailsquare6.jpg" class="img-responsive" alt="#">
</a>
</div>
</div>
</div>
<!-- /.col-md-3 -->
</div>
<!-- /.container -->
</footer>
<!-- /#footer -->
<!-- *** FOOTER END *** -->
<button type="button" class="btn btn-template-primary btn-sm collapsed" data-toggle="collapse" data-target="#style-switch" id="style-switch-button" aria-expanded="false">
<i class="fa fa-cog fa-2x"></i>
</button>
<div id="style-switch" class="collapse" aria-expanded="false" style="height: 42px;">
<h4 class="text-uppercase">Цвет темы</h4>
<form class="mb-small">
<select class="form-control" name="colour" id="colour">
<option value="">Выбрать цвет темы</option>
<option value="lightblue">голубой</option>
<option value="default">зелёный</option>
<option value="blue">синий</option>
<option value="pink">розовый</option>
<option value="turquoise">бирюзовый</option>
<option value="violet">фиолетовый</option>
<option value="red">красный</option>
<option value="marsala">марсала</option>
</select>
</form>
<h4 class="text-uppercase">Формат темы</h4>
<form class="mb-small">
<select class="form-control" name="layout" id="layout">
<option value="">Выбрать формат темы</option>
<option value="wide">Широкий</option>
<option value="boxed">Компактный</option>
</select>
</form>
<p>
<img class="img-responsive" src="img/templatepop.png" alt="">
</p>
</div>
</div>
<!-- /#all -->
<!-- #### JAVASCRIPT FILES ### -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script>
window.jQuery || document.write('<script src="js/jquery-1.11.0.min.js"><\/script>')
</script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script>
<script src="js/jquery.cookie.js"></script>
<script src="js/waypoints.min.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<script src="js/jquery.parallax-1.1.3.js"></script>
<script src="js/front.js"></script>
<script src="js/modal.js"></script>
<script src="/js/photoswipe.min.js"></script>
<script src="/js/photoswipe-ui-default.min.js"></script>
<script src="/js/start-swipe.js"></script>
<!-- gmaps -->
<script src="/js/gmaps.init.js"></script>
<script src="//maps.googleapis.com/maps/api/js?key=AIzaSyCgyPQhOmGEwyAdZ0uS6fJLLvnNxgncfy0"></script>
<!-- gmaps end -->
<!-- owl carousel -->
<script src="js/owl.carousel.min.js"></script>
</body>
</html>