|
|
|
|
@ -1,12 +1,16 @@ |
|
|
|
|
{% load static %} |
|
|
|
|
{% load active_link_tags %} |
|
|
|
|
|
|
|
|
|
{% load category_menu_items from lilcity_category %} |
|
|
|
|
|
|
|
|
|
<!DOCTYPE html> |
|
|
|
|
<html> |
|
|
|
|
|
|
|
|
|
<head> |
|
|
|
|
<meta charset="utf-8"> |
|
|
|
|
<title>Index Page</title> |
|
|
|
|
<title> |
|
|
|
|
{% block title %}Онлайн-курсы LilCity{% endblock title%} |
|
|
|
|
</title> |
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=Edge"> |
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> |
|
|
|
|
<meta name="theme-color" content="#fff"> |
|
|
|
|
@ -108,33 +112,7 @@ |
|
|
|
|
</div> |
|
|
|
|
<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> |
|
|
|
|
</a> |
|
|
|
|
<a class="header__link" href="#"> |
|
|
|
|
<div class="header__title">АКВАРЕЛЬ</div> |
|
|
|
|
</a> |
|
|
|
|
<a class="header__link" href="#"> |
|
|
|
|
<div class="header__title">ИЛЛЮСТРАЦИЯ</div> |
|
|
|
|
</a> |
|
|
|
|
<a class="header__link" href="#"> |
|
|
|
|
<div class="header__title">АНИМАЦИЯ</div> |
|
|
|
|
</a> |
|
|
|
|
<a class="header__link" href="#"> |
|
|
|
|
<div class="header__title">ПАСТЕЛЬ</div> |
|
|
|
|
</a> |
|
|
|
|
<a class="header__link" href="#"> |
|
|
|
|
<div class="header__title">ПЛАСТИЛИН</div> |
|
|
|
|
</a> |
|
|
|
|
<a class="header__link" href="#"> |
|
|
|
|
<div class="header__title">КРЕАТИВНОЕ МЫШЛЕНИЕ</div> |
|
|
|
|
</a> |
|
|
|
|
<a class="header__link" href="#"> |
|
|
|
|
<div class="header__title">МОТОРИКА</div> |
|
|
|
|
</a> |
|
|
|
|
<a class="header__link" href="#"> |
|
|
|
|
<div class="header__title">ЖИВОПИСЬ</div> |
|
|
|
|
</a> |
|
|
|
|
{% category_menu_items %} |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="header__group"><a class="header__section" href="#">БЛОГ</a></div> |
|
|
|
|
|