TRI-283: end adaptive 1920 + start header
This commit is contained in:
26
templates/blocks/n_header.html
Normal file
26
templates/blocks/n_header.html
Normal file
@@ -0,0 +1,26 @@
|
||||
{% load i18n %}
|
||||
{% load base_tags_extra %}
|
||||
{% load webpush_notifications %}
|
||||
|
||||
</div>
|
||||
<header id="header_bg" class="header">
|
||||
<div class="header__logo">
|
||||
|
||||
</div>
|
||||
<nav class="header__nav">
|
||||
<ul class="header__list">
|
||||
<li class="header__item">
|
||||
<a href="#benefits" class="header__link">Преимущества</a>
|
||||
</li>
|
||||
<li class="header__item">
|
||||
<a href="#rewiews" class="header__link">Отзывы</a>
|
||||
</li>
|
||||
<li class="header__item">
|
||||
<a href="#howtowork" class="header__link">Как это работает</a>
|
||||
</li>
|
||||
<li class="header__item">
|
||||
<a href="#about" class="header__link">О сервисе</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
Reference in New Issue
Block a user