TRI-283: edit customer
|
Before Width: | Height: | Size: 373 KiB After Width: | Height: | Size: 3.0 MiB |
|
Before Width: | Height: | Size: 373 KiB After Width: | Height: | Size: 3.0 MiB |
|
Before Width: | Height: | Size: 373 KiB After Width: | Height: | Size: 3.0 MiB |
|
Before Width: | Height: | Size: 82 KiB After Width: | Height: | Size: 777 KiB |
|
Before Width: | Height: | Size: 251 KiB After Width: | Height: | Size: 2.3 MiB |
@@ -172,11 +172,12 @@
|
|||||||
<section class="use">
|
<section class="use">
|
||||||
<div class="title">{% translate "Уже пользуются сайтом и находят посылки для перевозок" %}</div>
|
<div class="title">{% translate "Уже пользуются сайтом и находят посылки для перевозок" %}</div>
|
||||||
<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">
|
||||||
@@ -309,7 +310,7 @@
|
|||||||
</script>
|
</script>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="use use--lett" id="rewiews">
|
<section class="use use--lett" id="rewiews">
|
||||||
<div class="title">{% translate "Что о нас пишут люди" %}</div>
|
<div class="title">{% translate "Что о нас пишут люди" %}</div>
|
||||||
<picture class="hide__xs">
|
<picture class="hide__xs">
|
||||||
<source srcset="{% static "img/png/mover/use-letters-1739.png" %}" media="(min-width: 1720px)"/>
|
<source srcset="{% static "img/png/mover/use-letters-1739.png" %}" media="(min-width: 1720px)"/>
|
||||||
@@ -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;
|
||||||
|
|||||||