0.0.140
This commit is contained in:
@@ -1455,13 +1455,13 @@ body.n_scroll{
|
||||
}
|
||||
|
||||
.title_proj {
|
||||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
color: #0C54A0;
|
||||
border-radius: 5px;
|
||||
background: #003f811f;
|
||||
padding: 5px;
|
||||
width: 158px;
|
||||
padding: 5px 10px;
|
||||
width: fit-content;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
|
||||
@@ -79,6 +79,7 @@ function renderContent (el=null) {
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
function getLang () {
|
||||
let lang = ''
|
||||
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="left_part_proj">
|
||||
{# <div class="title_proj">{% translate "Примеры проектов" %}</div>#}
|
||||
<div class="title_proj">{% translate "Выполненные проекты" %}</div>
|
||||
<div class="name_proj">{{ project.name }}</div>
|
||||
{# <div class="task_title">{% translate "Задача" %}</div>#}
|
||||
<div class="task_description">{{ project.description|safe|linebreaksbr }}</div>
|
||||
|
||||
Reference in New Issue
Block a user