|
|
|
|
@ -26,7 +26,10 @@ |
|
|
|
|
</div> |
|
|
|
|
<nav class="header__nav"> |
|
|
|
|
<div class="header__group"> |
|
|
|
|
<a class="header__section header__section_sub js-header-section {% active_link 'index' %}" href="{% url 'index' %}">ОНЛАЙН-ШКОЛА</a> |
|
|
|
|
<a class="header__section header__section_sub js-header-section {% active_link 'school:school' %}" href="{% url 'school:school' %}"> |
|
|
|
|
ОНЛАЙН-ШКОЛА |
|
|
|
|
<div class="header__dot"></div> |
|
|
|
|
</a> |
|
|
|
|
<div class="header__list js-header-list"> |
|
|
|
|
<a class="header__link" data-scroll href="/#about"> |
|
|
|
|
<div class="header__title">О школе</div> |
|
|
|
|
@ -66,7 +69,7 @@ |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="header__group"> |
|
|
|
|
<a class="header__section header__section_sub js-header-section {% active_link 'courses' %}" href="{% url 'courses' %}">ВИДЕОКУРСЫ</a> |
|
|
|
|
<a class="header__section header__section_sub js-header-section {% active_link 'courses' %}" href="{% url 'courses' %}">ВИДЕО-КУРСЫ</a> |
|
|
|
|
<div class="header__list js-header-list"> |
|
|
|
|
{% category_menu_items category %} |
|
|
|
|
</div> |
|
|
|
|
|