TRI-283: edit customer

This commit is contained in:
2024-11-27 12:24:21 +03:00
parent 7c173c9195
commit 7062c756b6
6 changed files with 7 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 373 KiB

After

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 373 KiB

After

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 373 KiB

After

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 777 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 251 KiB

After

Width:  |  Height:  |  Size: 2.3 MiB

View File

@@ -174,9 +174,10 @@
<a href="{% url "registration_page" %}"> <a href="{% url "registration_page" %}">
<picture> <picture>
<source srcset="{% static "img/png/customer/use-1720.png" %}" media="(min-width: 1720px)"/> <source srcset="{% static "img/png/customer/use-1720.png" %}" media="(min-width: 1720px)"/>
<source srcset="{% static "img/png/customer/use-1280.png" %}" media="(min-width: 1304px)"/> <source srcset="{% static "img/png/mover/use-1280.png" %}" media="(min-width: 1304px)"/>
<source srcset="{% static "img/png/customer/use-1120.png" %}" media="(min-width: 1280px)"/> <source srcset="{% static "img/png/mover/use-1120.png" %}" media="(min-width: 1280px)"/>
<img src="{% static "img/png/customer/use-640.png" %}" alt="list users" class="use__img"> <source srcset="{% static "img/png/mover/use-640.png" %}" media="(min-width: 768px)"/>
<img src="{% static "img/png/mover/use-328.png" %}" alt="list users" class="use__img">
</picture> </picture>
</a> </a>
<div class="h3"> <div class="h3">
@@ -387,7 +388,7 @@
const observer = new IntersectionObserver( const observer = new IntersectionObserver(
(entries, interserctionObserver) => { (entries, interserctionObserver) => {
entries.forEach(entry => { entries.forEach(entry => {
console.log('or', entry) {#console.log('or', entry)#}
if (entry.isIntersecting) { if (entry.isIntersecting) {
counter++; counter++;
const el = entry.target; const el = entry.target;