You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

48 lines
2.2 KiB

{% extends 'base_index.html' %}
{% block title %}Контакты компании{% endblock %}
{% block page_title %}Контакты компании{% endblock %}
{% block content %}
<div class="col">
<div class="bg-light lter b-b wrapper-md">
<div class="row">
<div class="col-lg-12 col-xs-12">
<h1 class="m-n font-thin h3" style=" margin-left: 10px !important;">
Контакты компании
</h1>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-3" style=" padding-top: 30px;
padding-bottom: 20px; margin-left: 15px;">
<b style="padding-bottom: 5px;">Наш офис</b><br>
<p style="margin-top: 5px;">Россия, Москва<br>Бауманская улица, 11с8</p>
</div>
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-3" style=" padding-top: 30px;
padding-bottom: 20px;">
<b style="padding-bottom: 5px;">Юридическая информация</b><Br>
<p style="margin-top: 5px;">ООО «СКИЛБОКС» <br> ИНН 9701078611<br> ОГРН 1177746566140<br></p>
</div>
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-3" style="padding-top: 30px; padding-bottom: 20px; width: 500px;">
<b style="padding-bottom: 5px;">Контакты</b><Br>
<div style="width: 200px; float: left">
<p style="margin-top: 5px;">Общие вопросы:</p>
hello@skillbox.ru<br>
Тел.: (495) 120-40-96 доб. 27<br>
</div>
<div style="width: 200px; float: right">
<p style="margin-top: 5px;">Тех вопросы:</p>
hello@skillbox.ru<br>
Тел.: (495) 120-40-96 доб. 25<br>
</div>
</div>
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-3">
</div>
<div style="clear: both;width: 100%;padding: 0 30px;">
<script type="text/javascript" charset="utf-8" async src="https://api-maps.yandex.ru/services/constructor/1.0/js/?sid=J0PuKHX3ko7ickygDF7NKUV93Ddo6YNv&width=100%&height=600&lang=ru_RU&sourceType=constructor&scroll=true"></script>
</div>
</div>
{% endblock %}