0.0.46
This commit is contained in:
@@ -75,6 +75,24 @@ body,html{
|
|||||||
padding-right: 90px;
|
padding-right: 90px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.description_page{
|
||||||
|
margin-top: 60px;
|
||||||
|
display: block;
|
||||||
|
font-size: 24px;
|
||||||
|
font-weight: 500;
|
||||||
|
color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
|
.title_page{
|
||||||
|
font-size: 36px;
|
||||||
|
font-weight: 700;
|
||||||
|
text-transform: uppercase;
|
||||||
|
color: #000000;
|
||||||
|
margin-top: 10px;
|
||||||
|
display: block;
|
||||||
|
margin-bottom: 60px;
|
||||||
|
}
|
||||||
|
|
||||||
.standart_txt{
|
.standart_txt{
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
/*font-family: Spline Sans;*/
|
/*font-family: Spline Sans;*/
|
||||||
@@ -801,3 +819,34 @@ body,html{
|
|||||||
color: #000000;
|
color: #000000;
|
||||||
text-transform: unset;
|
text-transform: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*block present technology*/
|
||||||
|
|
||||||
|
.txt_block_present_technology{
|
||||||
|
width: 100%;
|
||||||
|
display: block;
|
||||||
|
text-align: center;
|
||||||
|
padding-bottom: 5px;
|
||||||
|
padding-top: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content_block_present_technology{
|
||||||
|
width: calc(100% - 170px);
|
||||||
|
margin-left: 170px;
|
||||||
|
text-align: -webkit-right;
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.left_part_block_present_technology{
|
||||||
|
width: calc(100% - 230px);
|
||||||
|
}
|
||||||
|
.right_part_block_present_technology{
|
||||||
|
width: 130px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.img_block_present_technology{
|
||||||
|
width: 130px;
|
||||||
|
}
|
||||||
@@ -1,10 +1,12 @@
|
|||||||
<!DOCTYPE html>
|
{% load static %}
|
||||||
<html lang="en">
|
<div class="cut-width">
|
||||||
<head>
|
<div class="content_block_present_technology">
|
||||||
<meta charset="UTF-8">
|
<div class="left_part_block_present_technology">
|
||||||
<title>Title</title>
|
<div class="txt_block_present_technology semi_large_light">{{ block.description }}</div>
|
||||||
</head>
|
<div class="txt_block_present_technology large_txt">{{ block.name }}</div>
|
||||||
<body>
|
</div>
|
||||||
|
<div class="right_part_block_present_technology">
|
||||||
</body>
|
<img class="img_block_present_technology" src="{{ block.picture.url }}">
|
||||||
</html>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
@@ -18,6 +18,8 @@
|
|||||||
{% include 'blocks/b_how_dev.html' %}
|
{% include 'blocks/b_how_dev.html' %}
|
||||||
{% elif block.block_type == 'present_technology_block' %}
|
{% elif block.block_type == 'present_technology_block' %}
|
||||||
{% include 'blocks/b_present_technology.html' %}
|
{% include 'blocks/b_present_technology.html' %}
|
||||||
|
{% elif block.block_type == 'present_technology_block' %}
|
||||||
|
{% include 'blocks/b_present_technology.html' %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
{% include 'blocks/dynamic/b_sections_buttons.html' %}
|
{% include 'blocks/dynamic/b_sections_buttons.html' %}
|
||||||
|
<div class="cut-width">
|
||||||
{% if page.description %}
|
{% if page.description %}
|
||||||
<div>{{ page.description }}</div>
|
<div class="description_page">{{ page.description }}</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if page.title %}
|
{% if page.title %}
|
||||||
<div>{{ page.title }}</div>
|
<div class="title_page">{{ page.title }}</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
</div>
|
||||||
{% if services_view_scheme == '3_cols_w_group' %}
|
{% if services_view_scheme == '3_cols_w_group' %}
|
||||||
{% include 'blocks/b_service.html' %}
|
{% include 'blocks/b_service.html' %}
|
||||||
{% elif services_view_scheme == '2_cols_wo_group' %}
|
{% elif services_view_scheme == '2_cols_wo_group' %}
|
||||||
|
|||||||
Reference in New Issue
Block a user