TRI-283: end adaptive 1920 + start header

This commit is contained in:
2024-11-19 00:25:47 +03:00
parent da6f47f439
commit 4996d02f71
36 changed files with 2118 additions and 384 deletions

View 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>