Files
tripwithbonus/templates/blocks/static_pages_blocks/b_about_service.html

74 lines
3.4 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{% load i18n %}
<div class="top_block_static_wrapper">
<div class="top_block_static">
<div id=title_static>{% blocktrans %}Отправляй <span class="color_title">посылку</span> в любую точку мира!{% endblocktrans %}</div>
<span id="sub_title_static">{{ page.description }}</span>
<div class="button_container">
<button
onclick="document.location='{% url 'profile_page' 'create_route_for_customer' %}'"
id="more_button">{% translate "Отправить посылку" %}</button>
<button
onclick= "document.location='#title_static'"
id="how_it_work_b">{% translate "Как это работает?" %}</button>
</div>
</div>
</div>
<div class="mid_block_static">
<div id="title_static">{% translate "О сервисе Trip With Bonus" %}</div>
<div class="text_wrapper" id="scroll_to_wrapper">
<span>{% translate "Trip With Bonus- это сервис, который соединяет отправителя посылки и перевозчика." %}</span>
<span>{% translate "Вы можете разместить объявление о перевозке посылки и перевозчики со всего мира откликнуться на ваше объявление или воспользовавшись поиском на сайте найти перевозчика, который будет готов взять Вашу посылку и доставить в указанное место авто- или авива транспортом." %}</span>
<span>{% translate "Если же Вы часто путешествуете или в разъездах, Вы можете самостоятельно перевозить посылки и при этом получать бонусы и благодарности." %}</span>
</div>
<div class="map_wrapper">
<img src="/static/img/svg/Map.svg" alt="">
</div>
<div class="clear_both"></div>
{% include "blocks/static_pages_blocks/b_benefit_img_about_service.html" %}
</div>
<div class="bottom_block_static">
<div id=title_static>{% blocktrans %}Станьте нашим <span class="color_title">партнером</span>{% endblocktrans %}</div>
<span
id="sub_title_static">
<p>
{% translate "Приглашаем к сотрудничесту и развитию, вместе с большой и сильной командой. Мы предлагаем Вам" %}
{% translate "вместе с нами развивать сервис и стать партнером" %}
</p>
</span>
<div class="button_container">
<button
onclick="document.location = '/ru/page/partners/'"
id="more_button">{% translate "Читать подробнее" %}</button>
</div>
<img src="/static/img/png/Box5.png" alt="">
<img src="/static/img/png/Box4.png" alt="">
<img src="/static/img/png/Box4.png" alt="">
<img src="/static/img/png/Box6.png" alt="">
</div>
{% include "blocks/static_pages_blocks/b_feedback_form.html" %}