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

@@ -1644,7 +1644,7 @@ span#sub_title_static{
line-height: 22px;
}
button#more_button{
display: block;
display: inline-block;
height: 60px;
width: 20%;
background: #FF613A;
@@ -1760,6 +1760,25 @@ button#more_button{
margin: auto;
padding: 10px;
width: 30%;
}
.button_container{
text-align: center;
}
#how_it_work_b{
border-radius: 10px;
background: #E6E6E6;
width: 20%;
height: 60px;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 26px;
color: rgba(39, 36, 36, 0.60);
}
/*end_static_pages*/

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="">