|
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
{% load static %} |
|
|
|
|
{% load crispy_forms_tags %} |
|
|
|
|
|
|
|
|
|
{% block title %}Русские программы{% endblock title %} |
|
|
|
|
{% block title %}{{ title }}{% endblock title %} |
|
|
|
|
|
|
|
|
|
{% block pre_content %} |
|
|
|
|
<div class="banner"> |
|
|
|
|
@ -15,23 +15,6 @@ |
|
|
|
|
{% endblock pre_content %} |
|
|
|
|
{% block right_common_content %} |
|
|
|
|
<div class="content"> |
|
|
|
|
<div class="content__menu"> |
|
|
|
|
<div class="row"> |
|
|
|
|
<div class="col-5 d-flex justify-content-start align-items-center"> |
|
|
|
|
<button id="content__category-btn" class="content__menu-btn">Разделы сайта</button> |
|
|
|
|
</div> |
|
|
|
|
<div class="col-7 justify-content-center"> |
|
|
|
|
<div class="content__search"> |
|
|
|
|
<form action=""> |
|
|
|
|
<input type="text" placeholder="Поиск программы..."> |
|
|
|
|
<button class="content__search-btn"> |
|
|
|
|
<img src="{% static "img/search.svg" %}" alt="Поиск"> |
|
|
|
|
</button> |
|
|
|
|
</form> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="content__category"> |
|
|
|
|
<ul class="content__category-list"> |
|
|
|
|
<li><a href="#">Microsoft</a></li> |
|
|
|
|
|