|
|
|
|
@ -1,4 +1,6 @@ |
|
|
|
|
{% load static %} |
|
|
|
|
{% load active_link_tags %} |
|
|
|
|
|
|
|
|
|
<!DOCTYPE html> |
|
|
|
|
<html> |
|
|
|
|
|
|
|
|
|
@ -48,13 +50,13 @@ |
|
|
|
|
<div class="outer js-outer"> |
|
|
|
|
<header class="header js-header"> |
|
|
|
|
<div class="header__center center"> |
|
|
|
|
<div class="header__container"><button class="header__menu js-header-menu"><svg class="icon icon-menu"><use xlink:href={% static "img/sprite.svg" %}#icon-menu></use></svg></button><a class="header__logo logo" href="#"></a> |
|
|
|
|
<div class="header__container"><button class="header__menu js-header-menu"><svg class="icon icon-menu"><use xlink:href={% static "img/sprite.svg" %}#icon-menu></use></svg></button><a class="header__logo logo" href="/"></a> |
|
|
|
|
<div class="header__wrap js-header-wrap"> |
|
|
|
|
<div class="header__top"><button class="header__close js-header-close"><svg class="icon icon-close"><use xlink:href={% static "img/sprite.svg" %}#icon-close></use></svg></button> |
|
|
|
|
<form class="header__search search js-search" action=""><input class="search__input js-search-input" type="text"><button class="search__btn js-search-btn" type="submit"><svg class="icon icon-search"><use xlink:href={% static "img/sprite.svg" %}#icon-search></use></svg></button></form> |
|
|
|
|
</div> |
|
|
|
|
<nav class="header__nav"> |
|
|
|
|
<div class="header__group"><a class="header__section header__section_sub js-header-section active" href="#">ОНЛАЙН-ШКОЛА</a> |
|
|
|
|
<div class="header__group"><a class="header__section header__section_sub js-header-section {% active_link 'index' %}" href="{% url 'index' %}">ОНЛАЙН-ШКОЛА</a> |
|
|
|
|
<div class="header__list js-header-list"> |
|
|
|
|
<a class="header__link" href="#"> |
|
|
|
|
<div class="header__title">О школе</div> |
|
|
|
|
@ -88,7 +90,7 @@ |
|
|
|
|
</a> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="header__group"><a class="header__section header__section_sub js-header-section" href="#">ВИДЕО-КУРСЫ</a> |
|
|
|
|
<div class="header__group"><a class="header__section header__section_sub js-header-section {% active_link 'courses' %}" href="{% url 'courses' %}">ВИДЕО-КУРСЫ</a> |
|
|
|
|
<div class="header__list js-header-list"> |
|
|
|
|
<a class="header__link" href="#"> |
|
|
|
|
<div class="header__title">ПЕРСОНАЖ</div> |
|
|
|
|
@ -130,7 +132,7 @@ |
|
|
|
|
<footer class="footer"> |
|
|
|
|
<div class="footer__center center"> |
|
|
|
|
<div class="footer__row footer__row_first"> |
|
|
|
|
<div class="footer__col footer__col_md"><a class="footer__logo logo" href="#"></a> |
|
|
|
|
<div class="footer__col footer__col_md"><a class="footer__logo logo" href="/"></a> |
|
|
|
|
<div class="footer__content">Первая онлайн-школа креативного мышления Lil City School</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="footer__col"> |
|
|
|
|
|