This commit is contained in:
SBD
2024-01-20 11:36:46 +03:00
parent 049412be4c
commit fefc494ba9
3 changed files with 38 additions and 3 deletions

View File

@@ -11,5 +11,15 @@
<div class="right_part_proj">
<img class="img_proj" src="{{ MEDIA_URL }}{{ project.picture }}" alt="">
</div>
<div class="mobile_switchers_f_projects">
<picture>
<source srcset="{% static "images/arrow_white_left.svg" %}">
<img onclick="changeSlideProject(this,'back')" class="left_arrow_f_projects_mobile" src="{% static "images/arrow_white_left.svg" %}">
</picture>
<span class="counter_elements_projects_slider">{{ forloop.counter }} / {{ forloop|length }}</span>
<picture>
<source srcset="{% static "images/arrow_white_right.svg" %}">
<img onclick="changeSlideProject(this,'next')" class="right_arrow_f_projects_mobile" src="{% static "images/arrow_white_left.svg" %}">
</picture>
</div>
</div>