diff --git a/batiskaf/templates/jinja2/contacts.jinja b/batiskaf/templates/jinja2/contacts.jinja index 32ccbb1..91c7fb4 100644 --- a/batiskaf/templates/jinja2/contacts.jinja +++ b/batiskaf/templates/jinja2/contacts.jinja @@ -1,13 +1,60 @@ {% extends 'base.jinja' %} {% block title %} -Контакты + Контакты {% endblock %} {% block content %} -

Контакты

+

Контакты


+

+ С вами работают: +

+
+
+ +
+
+

+ + Региональный менеджер Горбунов Евгений
+ Телефоны: +7 (777) 163-14-34, +7 (775) 859-12-17
+ E-mail: sales@batiskaf-kz.kz +

+
+
+
+ +
+
+ +
+
+

+ + Менеджер по продажам по ВКО и городу
+ Усть-Каменогорску Трофимова Анастасия
+ Телефон: 8(7232) 26-29-69 | +7(705) 501-85-58 +

+
+
+

+ +

+

Режим работы магазина Батискаф Казахстан:
+ Понедельник – Суббота: 10:00 – 19:00. + +
После 19:00 и в Воскресение:
+ Воспользуйтесь формой обратной связи: Написать нам
+ Или закажите звонок: Заказать + звонок + +


+

Схема проезда


+
diff --git a/static/img/contacts1.jpg b/static/img/contacts1.jpg new file mode 100644 index 0000000..5971282 Binary files /dev/null and b/static/img/contacts1.jpg differ diff --git a/static/img/contacts2.jpg b/static/img/contacts2.jpg new file mode 100644 index 0000000..fb2a42f Binary files /dev/null and b/static/img/contacts2.jpg differ diff --git a/static/js/_.js b/static/js/_.js index 46b54b5..9c0b7aa 100644 --- a/static/js/_.js +++ b/static/js/_.js @@ -231,7 +231,7 @@ $(document).ready(function () { }); - $('#order-call-link').magnificPopup({ + $('#order-call-link, #order-call-link2').magnificPopup({ type: 'inline', preloader: false, });