0.0.158
This commit is contained in:
@@ -921,7 +921,7 @@ body.n_scroll{
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: left;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.how_dev_widget{
|
.how_dev_widget{
|
||||||
@@ -1380,6 +1380,15 @@ body.n_scroll{
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
.mobile_additionals_btns .checkbox_container{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.mobile_additionals_btns .checkbox_container{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.mobile_additionals_btns .button_form_feedback{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.cards_contacts_container {
|
.cards_contacts_container {
|
||||||
padding: 80px 70px;
|
padding: 80px 70px;
|
||||||
|
|||||||
@@ -7,6 +7,13 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 1024px) {
|
@media (max-width: 1024px) {
|
||||||
|
.name_language {
|
||||||
|
color: #FFFFFF;
|
||||||
|
}
|
||||||
|
.img_arrow_language_select{
|
||||||
|
filter: brightness(0) saturate(100%) invert(100%) sepia(12%) saturate(0%) hue-rotate(69deg) brightness(103%) contrast(102%);
|
||||||
|
}
|
||||||
|
|
||||||
.line_go_to_sections{
|
.line_go_to_sections{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
@@ -43,6 +50,15 @@
|
|||||||
top: 50px;
|
top: 50px;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
}
|
}
|
||||||
|
.container_sections_buttons.main{
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
.container_sections_buttons.not_main{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.container_sliders{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
.txt_section {
|
.txt_section {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
@@ -251,6 +267,7 @@
|
|||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
padding-bottom: 15px;
|
padding-bottom: 15px;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -272,22 +289,48 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 800px) {
|
@media (max-width: 800px) {
|
||||||
.container_sections_buttons.main{
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
.container_sections_buttons.not_main{
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
.container_sliders{
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
.container_content_functional_features_block_items{
|
.container_content_functional_features_block_items{
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
.container_content_features_block_item{
|
.container_content_features_block_item{
|
||||||
width: 45%;
|
width: 45%;
|
||||||
}
|
}
|
||||||
|
.desctop_additionals_btns .checkbox_container{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.desctop_additionals_btns .checkbox_container{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.desctop_additionals_btns .button_form_feedback{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.mobile_additionals_btns .checkbox_container{
|
||||||
|
display: block;
|
||||||
|
position: unset;
|
||||||
|
}
|
||||||
|
.mobile_additionals_btns .checkbox_container{
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
.mobile_additionals_btns .button_form_feedback{
|
||||||
|
display: block;
|
||||||
|
position: unset;
|
||||||
|
}
|
||||||
|
.mobile_additionals_btns{
|
||||||
|
margin-top: 30px;
|
||||||
|
}
|
||||||
|
.form_feedback_content{
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.description_form_feedback{
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.container_content_form_feedback{
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
.description_form_feedback_txt{
|
||||||
|
margin-bottom: 30px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 700px) {
|
@media (max-width: 700px) {
|
||||||
@@ -310,6 +353,12 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 670px) {
|
||||||
|
.how_dev_widget_description{
|
||||||
|
height: unset;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 600px) {
|
@media (max-width: 600px) {
|
||||||
.first_line_block_functional_features{
|
.first_line_block_functional_features{
|
||||||
flex-direction: column-reverse;
|
flex-direction: column-reverse;
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ $(document).ready(function (){
|
|||||||
if (document.querySelector(".header").dataset['page'] === 'True' && getInfoAboutUser()[0] !== 'mobile' && getInfoAboutUser()[0] !== 'laptop'){
|
if (document.querySelector(".header").dataset['page'] === 'True' && getInfoAboutUser()[0] !== 'mobile' && getInfoAboutUser()[0] !== 'laptop'){
|
||||||
resetSlider()
|
resetSlider()
|
||||||
renderContent()
|
renderContent()
|
||||||
|
resize_iframe()
|
||||||
} else {
|
} else {
|
||||||
let el = document.querySelector(".container_sections_buttons")
|
let el = document.querySelector(".container_sections_buttons")
|
||||||
if (el){
|
if (el){
|
||||||
@@ -9,11 +10,21 @@ $(document).ready(function (){
|
|||||||
replace_select_language()
|
replace_select_language()
|
||||||
resetSlider()
|
resetSlider()
|
||||||
autoPlaySlider()
|
autoPlaySlider()
|
||||||
|
resize_iframe()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
autoplayInterval = null
|
autoplayInterval = null
|
||||||
|
|
||||||
|
function resize_iframe () {
|
||||||
|
$("iframe").each(function() {
|
||||||
|
let old_width = $(this).width()
|
||||||
|
$(this).width('100%');
|
||||||
|
var new_width = $(this).width ();
|
||||||
|
let height = $(this).height()
|
||||||
|
$(this).css("height", height/(old_width/new_width) + "px");
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
function getInfoAboutUser (){
|
function getInfoAboutUser (){
|
||||||
let user_type = ''
|
let user_type = ''
|
||||||
|
|||||||
@@ -24,13 +24,13 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="container_els_curtain border">
|
<div class="container_els_curtain border">
|
||||||
<a class="txt_curtain_el standart_txt">{% translate "Проектирование" %}</a>
|
{% for section in sections %}
|
||||||
<a class="txt_curtain_el standart_txt">{% translate "Разработка плагинов" %}</a>
|
<a href="{% url 'section_page' section.url %}" class="txt_curtain_el standart_txt">{{ section.name }}</a>
|
||||||
<a class="txt_curtain_el standart_txt">{% translate "3D SECURITY DESIGNER" %}</a>
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
<div class="container_els_curtain">
|
<div class="container_els_curtain">
|
||||||
<a class="txt_curtain_el standart_txt">{% translate "Поддержка" %}</a>
|
{# <a class="txt_curtain_el standart_txt">{% translate "Поддержка" %}</a>#}
|
||||||
<a class="txt_curtain_el standart_txt">{% translate "Контакты" %}</a>
|
<a href="{% url 'contacts' %}" class="txt_curtain_el standart_txt">{% translate "Контакты" %}</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -6,11 +6,19 @@
|
|||||||
<div class="standart_txt description_form_feedback_txt">
|
<div class="standart_txt description_form_feedback_txt">
|
||||||
{{ block.description|linebreaksbr }}
|
{{ block.description|linebreaksbr }}
|
||||||
</div>
|
</div>
|
||||||
|
<div class="desctop_additionals_btns">
|
||||||
|
<div class="checkbox_container">
|
||||||
|
{% include 'widgets/w_checkbox_f_feedback.html' %}
|
||||||
|
</div>
|
||||||
|
<button onclick="sendFormfeedback(this)" class="button_form_feedback">{{ block.but_title }}</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="form_feedback_content">
|
||||||
|
{% include 'widgets/elements_form_feedback.html' %}
|
||||||
|
</div>
|
||||||
|
<div class="mobile_additionals_btns">
|
||||||
<div class="checkbox_container">
|
<div class="checkbox_container">
|
||||||
{% include 'widgets/w_checkbox_f_feedback.html' %}
|
{% include 'widgets/w_checkbox_f_feedback.html' %}
|
||||||
</div>
|
</div>
|
||||||
<button onclick="sendFormfeedback(this)" class="button_form_feedback">{{ block.but_title }}</button>
|
<button onclick="sendFormfeedback(this)" class="button_form_feedback">{{ block.but_title }}</button>
|
||||||
</div>
|
|
||||||
<div class="form_feedback_content">
|
|
||||||
{% include 'widgets/elements_form_feedback.html' %}
|
|
||||||
</div>
|
</div>
|
||||||
Reference in New Issue
Block a user