Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -2196,6 +2196,7 @@
|
|||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
height: 110px;
|
height: 110px;
|
||||||
width: 110px;
|
width: 110px;
|
||||||
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.upload_photo_container{
|
.upload_photo_container{
|
||||||
|
|||||||
@@ -137,6 +137,7 @@ legend {
|
|||||||
|
|
||||||
html, body{
|
html, body{
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
scroll-behavior: smooth;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wrapper_content {
|
.wrapper_content {
|
||||||
@@ -2087,7 +2088,7 @@ button#more_button{
|
|||||||
}
|
}
|
||||||
.mid_block_static>.text_wrapper>span{
|
.mid_block_static>.text_wrapper>span{
|
||||||
display: block;
|
display: block;
|
||||||
width: 50%;
|
width: 55%;
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
}
|
}
|
||||||
.benefit_img{
|
.benefit_img{
|
||||||
@@ -2240,13 +2241,16 @@ button#more_button{
|
|||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
line-height: 26px;
|
line-height: 26px;
|
||||||
color: rgba(39, 36, 36, 0.60);
|
color: rgba(39, 36, 36, 0.60);
|
||||||
|
margin-left: 5px;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.benefit_img_item{
|
.benefit_img_item{
|
||||||
width: 30%
|
width: 30%;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -2300,8 +2304,8 @@ button#more_button{
|
|||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
border: 1px solid #FF613A;
|
border: 1px solid #FF613A;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 130px;
|
min-height: 130px;
|
||||||
min-width: 65px;
|
|
||||||
padding: 10px 0 0 10px;
|
padding: 10px 0 0 10px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
|
|||||||
@@ -50,7 +50,7 @@
|
|||||||
{% if profileForm.errors.country %}<div class="error_form_profile">{{ profileForm.errors.country }}</div>{% endif %}
|
{% if profileForm.errors.country %}<div class="error_form_profile">{{ profileForm.errors.country }}</div>{% endif %}
|
||||||
</div>
|
</div>
|
||||||
<div class="container_el_form_profile">
|
<div class="container_el_form_profile">
|
||||||
<label class="label_f_profile" for="id_city">{% if profileForm.fields.city.required %}<span class="orange-text">*</span>{% endif %}{% translate "Город проживаня" %} </label>
|
<label class="label_f_profile" for="id_city">{% if profileForm.fields.city.required %}<span class="orange-text">*</span>{% endif %}{% translate "Город проживания" %} </label>
|
||||||
<input class="input_f_profile" type="text" id="id_city" name="city" {% if profileForm.initial.city %}value="{{ profileForm.initial.city }}" {% endif %} {% if profileForm.initial.city %}data-initial-value="{{ profileForm.initial.city }}"{% else %}data-initial-value=""{% endif %}>
|
<input class="input_f_profile" type="text" id="id_city" name="city" {% if profileForm.initial.city %}value="{{ profileForm.initial.city }}" {% endif %} {% if profileForm.initial.city %}data-initial-value="{{ profileForm.initial.city }}"{% else %}data-initial-value=""{% endif %}>
|
||||||
{% if profileForm.errors.city %}<div class="error_form_profile">{{ profileForm.errors.city }}</div>{% endif %}
|
{% if profileForm.errors.city %}<div class="error_form_profile">{{ profileForm.errors.city }}</div>{% endif %}
|
||||||
</div>
|
</div>
|
||||||
@@ -62,7 +62,7 @@
|
|||||||
<input class="input_f_profile" type="text" id="id_password" name="password" {% if profileForm.initial.password %}value="{{ profileForm.initial.password }}" {% endif %} {% if profileForm.initial.password %}data-initial-value="{{ profileForm.initial.password }}"{% else %}data-initial-value=""{% endif %}>
|
<input class="input_f_profile" type="text" id="id_password" name="password" {% if profileForm.initial.password %}value="{{ profileForm.initial.password }}" {% endif %} {% if profileForm.initial.password %}data-initial-value="{{ profileForm.initial.password }}"{% else %}data-initial-value=""{% endif %}>
|
||||||
</div>
|
</div>
|
||||||
<div class="container_el_form_profile">
|
<div class="container_el_form_profile">
|
||||||
<label class="label_f_profile" for="id_confirm_password">{% if profileForm.fields.confirm_password.required %}<span class="orange-text">*</span>{% endif %}{% translate "Подвердить пароль" %} </label>
|
<label class="label_f_profile" for="id_confirm_password">{% if profileForm.fields.confirm_password.required %}<span class="orange-text">*</span>{% endif %}{% translate "Подтвердить пароль" %} </label>
|
||||||
<input class="input_f_profile" type="text" id="id_confirm_password" name="confirm_password" {% if profileForm.initial.confirm_password %}value="{{ profileForm.initial.confirm_password }}" {% endif %} {% if profileForm.initial.confirm_password %}data-initial-value="{{ profileForm.initial.confirm_password }}"{% else %}data-initial-value=""{% endif %}>
|
<input class="input_f_profile" type="text" id="id_confirm_password" name="confirm_password" {% if profileForm.initial.confirm_password %}value="{{ profileForm.initial.confirm_password }}" {% endif %} {% if profileForm.initial.confirm_password %}data-initial-value="{{ profileForm.initial.confirm_password }}"{% else %}data-initial-value=""{% endif %}>
|
||||||
</div>
|
</div>
|
||||||
<button class="confirm_profile_btn" onclick="change_profile_confirm(this)">{% translate "Сохарнить" %}</button>
|
<button class="confirm_profile_btn" onclick="change_profile_confirm(this)">{% translate "Сохарнить" %}</button>
|
||||||
|
|||||||
@@ -17,7 +17,29 @@
|
|||||||
|
|
||||||
<div class="mid_block_static">
|
<div class="mid_block_static">
|
||||||
<h2 id="title_static">{% translate "Почему это выгодно?" %}</h2>
|
<h2 id="title_static">{% translate "Почему это выгодно?" %}</h2>
|
||||||
{% include "blocks/static_pages_blocks/b_benefit_img_about_service.html" %}
|
<div class="benefit_img_about_service">
|
||||||
|
<figure>
|
||||||
|
<img src="/static/img/svg/cooperation_img.svg" alt="">
|
||||||
|
<figcaption>{% translate "Полное брендирвоание страницы или раздела" %}</figcaption>
|
||||||
|
</figure>
|
||||||
|
<figure>
|
||||||
|
<img src="/static/img/svg/ad_img.svg" alt="">
|
||||||
|
<figcaption>{% translate "Реклама для целевой аудитории" %}</figcaption>
|
||||||
|
</figure>
|
||||||
|
<figure>
|
||||||
|
<img src="/static/img/svg/build_logistics.svg" alt="">
|
||||||
|
<figcaption>{% translate "Индивидуальное согласование цены при объеме" %}</figcaption>
|
||||||
|
</figure>
|
||||||
|
<figure>
|
||||||
|
<img src="/static/img/svg/using_service_img.svg" alt="">
|
||||||
|
<figcaption>{% translate "Более чем 10 000 уникальных посещений в день" %}</figcaption>
|
||||||
|
</figure>
|
||||||
|
<figure>
|
||||||
|
<img src="/static/img/svg/effective_img.svg" alt="">
|
||||||
|
<figcaption >{% translate "Высокая эффективность" %}</figcaption>
|
||||||
|
</figure>
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="bottom_block_static">
|
<div class="bottom_block_static">
|
||||||
|
|||||||
@@ -25,6 +25,6 @@
|
|||||||
</figure>
|
</figure>
|
||||||
<figure>
|
<figure>
|
||||||
<img src="/static/img/svg/communication_img.svg" alt="">
|
<img src="/static/img/svg/communication_img.svg" alt="">
|
||||||
<figcaption>{% translate "Общение и новые знакомства" %}</figcaption>
|
<figcaption >{% translate "Общение и новые знакомства" %}</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<button
|
<button
|
||||||
onclick= "document.location='#title_static'"
|
onclick= "document.location='#anchor_how_it_work'"
|
||||||
id="how_it_work_b">{% translate "Как это работает?" %}
|
id="how_it_work_b">{% translate "Как это работает?" %}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
@@ -48,36 +48,37 @@
|
|||||||
<span>{% translate "Если же Вы часто путешествуете или в разъездах, Вы можете самостоятельно перевозить посылки и при этом получать бонусы и благодарности." %}</span>
|
<span>{% translate "Если же Вы часто путешествуете или в разъездах, Вы можете самостоятельно перевозить посылки и при этом получать бонусы и благодарности." %}</span>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="map_wrapper">
|
<div class="map_wrapper" >
|
||||||
<img src="/static/img/svg/Map.svg" alt="">
|
<img src="/static/img/svg/Map.svg" alt="">
|
||||||
</div>
|
</div>
|
||||||
<div class="clear_both"></div>
|
<div class="clear_both" ></div>
|
||||||
|
|
||||||
{% include "blocks/static_pages_blocks/b_benefit_img_about_service.html" %}
|
{% include "blocks/static_pages_blocks/b_benefit_img_about_service.html" %}
|
||||||
|
|
||||||
|
<div id="anchor_how_it_work"></div>
|
||||||
|
|
||||||
<div id="title_static"
|
<div id="title_static"
|
||||||
|
|
||||||
class="how_it_work">{% translate "Как это работает?" %}
|
class="how_it_work" >{% translate "Как это работает?" %}
|
||||||
</div>
|
</div>
|
||||||
<div class="benefit_img">
|
<div class="benefit_img" >
|
||||||
|
|
||||||
<div class="benefit_img_item">
|
<div class="benefit_img_item" >
|
||||||
<img src="/static/img/svg/Find_carrier.svg" alt="">
|
<img src="/static/img/svg/Find_carrier.svg" alt="">
|
||||||
{% if page.url == 'for_customers' %}
|
{% if page.url == 'for_customers' %}
|
||||||
<h3>{% translate "Найдите перевозчика" %}</h3>
|
<h3 >{% translate "Найдите перевозчика" %}</h3>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if page.url == 'for_movers' %}
|
{% if page.url == 'for_movers' %}
|
||||||
<h3>{% translate "Разместите объявление" %}</h3>
|
<h3>{% translate "Разместите объявление" %}</h3>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if page.url == 'for_customers' %}
|
{% if page.url == 'for_customers' %}
|
||||||
<span>{% translate "Зайдите на сайт Trip With Bonus и в форме вверху страницы, заполните данные для поиска перевозчика." %}</span>
|
<span>{% translate "Зайдите на сайт Trip With Bonus и в форме вверху страницы, заполните данные для поиска перевозчика." %}</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if page.url == 'for_movers' %}
|
{% if page.url == 'for_movers' %}
|
||||||
<span>{% translate "Укажите откуда, куда хотите перевезти посылку, а также Вашу дату отправки и прибытия. При желании Вы можете указать дополнительные параметры: тип, вес, вид перевозки и т.д" %}</span>
|
<span>{% translate "Укажите откуда, куда хотите перевезти посылку, а также Вашу дату отправки и прибытия. При желании Вы можете указать дополнительные параметры: тип, вес, вид перевозки и т.д" %}</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<img src="/static/img/svg/Arrow_direction.svg" alt="">
|
<img src="/static/img/svg/Arrow_direction.svg" alt="">
|
||||||
|
|||||||
Reference in New Issue
Block a user