0.0.47
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
{% load static %}
|
||||
<div class="container_sections_buttons">
|
||||
<div class="cut-width container_content_sections_buttons">
|
||||
{% for section in sections %}
|
||||
<a href="{% url 'section_page' section.url %}" class="section_btn {% if section == cur_section or page == section %}open{% else %}close{% endif %} standart_txt pointer" data-url="{{ section.url }}">
|
||||
<div class="txt_section standart_txt">{{ section.name }}</div>
|
||||
</a>
|
||||
{% endfor %}
|
||||
<div class="cut-width sections_btns">
|
||||
<div class="container_content_sections_buttons">
|
||||
{% for section in sections %}
|
||||
<a href="{% url 'section_page' section.url %}" class="section_btn {% if section == cur_section or page == section %}open{% else %}close{% endif %} standart_txt pointer" data-url="{{ section.url }}">
|
||||
<div class="txt_section standart_txt">{{ section.name }}</div>
|
||||
</a>
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -28,5 +28,8 @@
|
||||
</div>
|
||||
<a class="standart_txt text_header last_right orange pointer">Личный кабинет</a>
|
||||
</div>
|
||||
<div class="right_part_header_mobile">
|
||||
<img class="burger_menu_header" src="{% static "/images/burger_menu.svg" %}">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -18,11 +18,7 @@
|
||||
{% include 'blocks/b_how_dev.html' %}
|
||||
{% elif block.block_type == 'present_technology_block' %}
|
||||
{% include 'blocks/b_present_technology.html' %}
|
||||
{% elif block.block_type == 'present_technology_block' %}
|
||||
{% include 'blocks/b_present_technology.html' %}
|
||||
{% endif %}
|
||||
|
||||
|
||||
{% endfor %}
|
||||
{% if page.plugin_presentation.all %}
|
||||
{% include 'blocks/b_3d_s_d.html' with block=page.plugin_presentation.all.0 %}
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
{% include 'head_includes/fonts_include.html' %}
|
||||
<link rel="stylesheet" href="{% static "fonts/fonts.css" %}">
|
||||
<link rel="stylesheet" href="{% static "aerbimCSS.css" %}">
|
||||
<link rel="stylesheet" href="{% static "aerbimCSSMOBILE.css" %}">
|
||||
<script src="{% static "jquery_v3_6_4.js" %}"></script>
|
||||
<script src="{% static "aerbimJS.js" %}"></script>
|
||||
<meta name="viewport" content="width=100%,maximum-scale=5,minimum-scale=1,initial-scale=1">
|
||||
|
||||
Reference in New Issue
Block a user