0.0.124 upd about_service static_page

This commit is contained in:
2023-09-04 08:33:07 +03:00
parent aef46d5d9c
commit 27db6bd53f
3 changed files with 33 additions and 8 deletions

View File

@@ -1,9 +1,14 @@
{% load i18n %}
{% load i18n %}
<div class="top_block_static">
<h2 id=title_static>{{ page.title }}</h2>
<span id="sub_title_static">{{ page.description }}</span>
<button id="more_button">{% translate "Узнать подробнее" %}</button>
<div class="button_container">
<button id="more_button">{% translate "Узнать подробнее" %}</button>
<button id="how_it_work_b">{% translate "Как это работает?" %}</button>
</div>
<img src="/static/img/png/Box1.png" alt="">
<img src="/static/img/png/Box2.png" alt="">
<img src="/static/img/png/Box3.png" alt="">
@@ -48,11 +53,9 @@
<div class="bottom_block_static">
<h2 id=title_static>{% translate "Станьте нашим партнером" %}</h2>
<span id="sub_title_static">{% translate "Приглашаем к сотрудничесту и развитию, вместе с большой и сильной командой. Мы предлагам Вам вместе с нами развивать сервис и стать партнером" %}</span>
<div class="button_register">
<button>{% translate "Читать подробнее" %}</button>
<div class="button_container">
<button id="more_button">{% translate "Читать подробнее" %}</button>
</div>
</div>
@@ -63,3 +66,4 @@

View File

@@ -2,7 +2,9 @@
<div class="top_block_static">
<h2 id=title_static>{{ page.title }}</h2>
<span id="sub_title_static">{{ page.description }}</span>
<button id="more_button">{% translate "Узнать подробнее" %}</button>
<div class="button_container">
<button id="more_button">{% translate "Узнать подробнее" %}</button>
</div>
<img src="/static/img/png/Box1.png" alt="">
<img src="/static/img/png/Box2.png" alt="">
<img src="/static/img/png/Box3.png" alt="">