0.0.140
This commit is contained in:
@@ -1454,14 +1454,14 @@ body.n_scroll{
|
|||||||
margin-right: 2.5%;
|
margin-right: 2.5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title_proj{
|
.title_proj {
|
||||||
font-size: 16px;
|
font-size: 14px;
|
||||||
font-weight: 500;
|
font-weight: 400;
|
||||||
color: #0C54A0;
|
color: #0C54A0;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
background: #003f811f;
|
background: #003f811f;
|
||||||
padding: 5px;
|
padding: 5px 10px;
|
||||||
width: 158px;
|
width: fit-content;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -79,6 +79,7 @@ function renderContent (el=null) {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
function getLang () {
|
function getLang () {
|
||||||
let lang = ''
|
let lang = ''
|
||||||
if (window.location.href.includes("/en/")){
|
if (window.location.href.includes("/en/")){
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
<div class="el_container_projects_slider{% if forloop.counter0 == 0 %} show{% else %} hide{% endif %}" data-index-slide-proj="{{ forloop.counter }}" data-count-slides-proj="{{ page.get_projects|length }}">
|
<div class="el_container_projects_slider{% if forloop.counter0 == 0 %} show{% else %} hide{% endif %}" data-index-slide-proj="{{ forloop.counter }}" data-count-slides-proj="{{ page.get_projects|length }}">
|
||||||
<div class="left_part_proj">
|
<div class="left_part_proj">
|
||||||
{# <div class="title_proj">{% translate "Примеры проектов" %}</div>#}
|
<div class="title_proj">{% translate "Выполненные проекты" %}</div>
|
||||||
<div class="name_proj">{{ project.name }}</div>
|
<div class="name_proj">{{ project.name }}</div>
|
||||||
{# <div class="task_title">{% translate "Задача" %}</div>#}
|
{# <div class="task_title">{% translate "Задача" %}</div>#}
|
||||||
<div class="task_description">{{ project.description|safe|linebreaksbr }}</div>
|
<div class="task_description">{{ project.description|safe|linebreaksbr }}</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user