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.
46 lines
2.2 KiB
46 lines
2.2 KiB
{% set current_path = template_path ~ '/modules/header' %}
|
|
<header class="header">
|
|
<div class="container header-container">
|
|
<button class="header-bars">
|
|
<img src="{{ current_path }}/assets/img/bars.svg" alt="">
|
|
</button>
|
|
<a href="/" class="header-logo">
|
|
<img src="{{ current_path }}/assets/img/logo.svg" alt="">
|
|
<span>сosmopet</span>
|
|
</a>
|
|
<ul class="header-navs">
|
|
<li>
|
|
<a href="#" class="header-navs__link">ГЛАВНАЯ</a>
|
|
</li>
|
|
<li>
|
|
<a href="#" class="header-navs__link">О COSMOPET</a>
|
|
</li>
|
|
<li>
|
|
<a href="#" class="header-navs__link">ПРОИЗВОДСТВО</a>
|
|
</li>
|
|
<li>
|
|
<a href="#" class="header-navs__link">БЛОГ</a>
|
|
</li>
|
|
<li class="header-accordion">
|
|
<div class="header-accordion__btn">
|
|
<span>ПРОДУКЦИЯ</span>
|
|
<img src="{{ current_path }}/assets/img/arrow-down.svg" alt="">
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
<div class="header-right">
|
|
<div class="header-lang">
|
|
<div class="header-lang__btn">
|
|
<span>RU</span>
|
|
<img src="{{ current_path }}/assets/img/arrow-down.svg" alt="">
|
|
</div>
|
|
</div>
|
|
<a href="#">
|
|
<img src="{{ current_path }}/assets/img/user-icon.svg" alt="">
|
|
</a>
|
|
<a href="#">
|
|
<img src="{{ current_path }}/assets/img/basket-icon.svg" alt="">
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
|