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.
 
 
 
 
 
 

79 lines
3.4 KiB

{% load cms_tags staticfiles sekizai_tags menu_tags i18n %}
{% load pipeline %}
<!doctype html>
<html ng-app="zuykov">
<head>
<meta charset="utf-8">
<title>{% block title %}Zuykov and partners{% endblock title %}</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
{% stylesheet 'main' %}
{% javascript 'vendor' %}
{% javascript 'main' %}
{% render_block "css" %}
</head>
<body ng-controller="MainCtrl">
{% cms_toolbar %}
<div class="container">
<div class="wrapper">
<div class="header-logo">
<a href="/">
<img src="{% with 'imgs/logo_'|add:request.LANGUAGE_CODE|add:'.svg' as image_static %}{% static image_static %}{% endwith %}">
</a>
<h5 class="slogan">{% trans 'Protection of intellectual property' %}</h5>
</div>
<div class="header-contacts">
<ul class="list-unstyled list-inline">
<li>{% language_chooser 'language_chooser.html' %}</li>
<li><a href="{% page_url "about" %}"><strong>{% page_attribute "page_title" "about" %}</strong></a></li>
</ul>
<p class="city">{% trans 'Moscow' %}</p>
<div class="consultation">
{% static_placeholder 'consultation' %}
</div>
</div>
</div>
{% show_menu 0 1 100 100 "menu_header.html" %}
<div class="clearfix"></div>
{% block content %}{% endblock content %}
<footer>
{% static_placeholder 'footer' %}
<div class="background-line-pattern"></div>
<div class="about">
<a href="/">
<img src="{% with 'imgs/logo_footer_'|add:request.LANGUAGE_CODE|add:'.svg' as image_static %}{% static image_static %}{% endwith %}">
</a>
<p class="copyright">© 2004—{% now "Y" %}</p>
<ul class="list-unstyled">
<li><a href="{% page_url "about" %}">{% page_attribute "page_title" "about" %}</a></li>
<li><a href="{% page_url "contacts" %}"><strong>{% page_attribute "page_title" "contacts" %}</a></strong></li>
<li>{% language_chooser 'language_chooser.html' %}</li>
</ul>
</div>
<div class="menu">
<h5><nobr>{% trans "— There is nothing impossible. Almost nothing" %}</nobr></h5>
{% show_menu 0 1 100 100 "menu_footer.html" %}
</div>
<div class="contacts pull-right">
<ul class="list-unstyled">
<li>{% trans "Contact us:" %} <a href="mailto:info@zuykov.{% if current_language == "ru" %}ru{% else %}com{% endif %}">info@zuykov.com</a></li>
<li>{% trans "Groholskiy pereulok" %},<br/>
{% trans "dom 28" %}<br/>
{% trans "Moscow, Russia, 129090" %}
</li>
<li>+7 800 700-16-83</li>
</ul>
</div>
</footer>
</div>
{% render_block "js" %}
</body>
</html>