Merge remote-tracking branch 'origin/main'

This commit is contained in:
SBD
2023-11-27 18:24:05 +03:00
8 changed files with 117 additions and 21 deletions

View File

@@ -11,8 +11,7 @@
<div class="text-align-center fw-700 font-large c-txt-b2 m-a w-80 m-t-8p">
{% blocktranslate %}
Упс... <span class="orange-text">Ничего не найдено</span>, попробуйте
изменить параметры поиска или оставьте заявку
на перевозку посылки
изменить параметры поиска
{% endblocktranslate %}
</div>
<img class="boxes_not_fond_routes left" src="{% static "/img/boxes_for_not_found_routes/b_1.svg" %}">

View File

@@ -12,9 +12,9 @@
</div>
</div>
<div class="social_media_footer">
<img class="svg" src="/static/img/svg/Instagram.svg">
<img class="svg" src="/static/img/svg/Telegram.svg">
<img class="svg" src="/static/img/svg/facebook.svg">
<a href=""><img class="svg" src="/static/img/svg/Instagram.svg"></a>
<a href=""><img class="svg" src="/static/img/svg/Telegram.svg"></a>
<a href=""><img class="svg" src="/static/img/svg/facebook.svg"></a>
</div>
</div>
<div class="second-column">

View File

@@ -8,7 +8,7 @@
onclick="document.location='{% url 'profile_page' 'create_route_for_customer' %}'"
id="more_button">{% translate "Отправить посылку" %}</button>
<button
onclick= "document.location='#title_static'"
onclick= "document.location='#scroll_to_wrapper'"
id="how_it_work_b">{% translate "Как это работает?" %}</button>
</div>
</div>

View File

@@ -9,7 +9,7 @@
<span id="sub_title_static">{{ page.description }}</span>
<div class="button_container">
<button
onclick="document.location='{% url "static_page" "partners" %}'"
onclick="document.location='#scroll_to_form'"
id="more_button">{% translate "Узнать подробнее" %}</button>
</div>
</div>
@@ -31,7 +31,7 @@
<figcaption>{% translate "Индивидуальное согласование цены при объеме" %}</figcaption>
</figure>
<figure>
<img src="/static/img/svg/uniq_user_img.svg" alt="">
<img src="/static/img/svg/uniq_user_img.svg " alt="">
<figcaption>{% translate "Более чем 10 000 уникальных посещений в день" %}</figcaption>
</figure>
<figure>
@@ -42,7 +42,7 @@
</div>
<div class="bottom_block_static">
<div class="bottom_block_static" id="scroll_to_form">
<h2 id=title_static>{% translate "Стоимость" %}</h2>
<span id="sub_title_static">{% translate "Оставьте заявку и получите персональное коммерческое предложение" %}</span>

View File

@@ -177,7 +177,10 @@
<div class="bottom_block_static">
<div id=title_static_customer>{% blocktrans %}Оформи <span class="color_title">подписку</span> сейчас и получи{% endblocktrans %}</div>
<div id=title_static_customer2>{% blocktrans %}<span class="color_title">1 день </span>пользования сервисом <span class="color_title">в подарок!</span>{% endblocktrans %}</div>
<div class="button_container">
<div class="button_container"
onclick="document.location='{% url 'profile_page' 'my_subscribe' %}'"
>
<button id="more_button">{% translate "Получить" %}</button>
</div>