Who we are
The smartest people work every day to provide the best service and to make our clients happy
  • Max Holden
    Founder & Art Director
    Max invented our company. He is the father of our main goals and values. He has founded first core members of our team and helped them to show their unique talents in work process.
  • Lucy Good
    Design Director
    Julia takes care of everything you can see. She spent five years in London learning visual communication. She uses her knowledge to make the world a little more beautiful.
  • Eva Stark
    Customers Support
    Eva is the voice of our brand. She spends hours to make our clients feel care and enjoy communication with the company. If you have any suggestions or ideas you can write her.
  • Lucy Good#2
    Design Director
    Julia takes care of everything you can see. She spent five years in London learning visual communication. She uses her knowledge to make the world a little more beautiful.
  • Eva Stark#2
    Customers Support
    Eva is the voice of our brand. She spends hours to make our clients feel care and enjoy communication with the company. If you have any suggestions or ideas you can write her.
  • Max Holden#2
    Founder & Art Director
    Max invented our company. He is the father of our main goals and values. He has founded first core members of our team and helped them to show their unique talents in work process.
  • Eva Stark#3
    Customers Support
    Eva is the voice of our brand. She spends hours to make our clients feel care and enjoy communication with the company. If you have any suggestions or ideas you can write her.
  • Max Holden#3
    Founder & Art Director
    Max invented our company. He is the father of our main goals and values. He has founded first core members of our team and helped them to show their unique talents in work process.

Как сделать блок "Наша команда" в виде слайдера-карусели в Tilda

Данный пример выполнен на основе 2-х блоков :
--- Партнёры►PR201N и Команда►ТМ201
Выполнено для 8 персон
Как выполнили данный пример

1. Создали блок Партнёры►PR201N и задали ему настройки:
- кол-во блоков в ряду 4
- ширина блока 12 колонок

2. Создали блок Команда►ТМ201 и задали ему настройки:
- кол-во блоков в ряду 4
- высота изображения 230px
- отступ снизу и сверху 0px
- заполнили блок нужным контентом

3. Добавили код на страницу
Код вставляется в блок ДРУГОЕ►Т123

<script>
$(document).ready(function(){
 //Очищаем  слайды
   $(".t738__item").empty();

 //Перемещаем блоки в слайды
 
 //Слайды для переходов от начала влево
   $(".t527 .t527__itemwrapper:eq(4)").clone().appendTo(".t738__item:eq(0)"); 
   $(".t527 .t527__itemwrapper:eq(5)").clone().appendTo(".t738__item:eq(1)");  
   $(".t527 .t527__itemwrapper:eq(6)").clone().appendTo(".t738__item:eq(2)");
   $(".t527 .t527__itemwrapper:eq(7)").clone().appendTo(".t738__item:eq(3)");
 
 
//Основные слайды 
   $(".t527 .t527__itemwrapper:eq(0)").clone().appendTo(".t738__item:eq(4)"); 
   $(".t527 .t527__itemwrapper:eq(1)").clone().appendTo(".t738__item:eq(5)"); 
   $(".t527 .t527__itemwrapper:eq(2)").clone().appendTo(".t738__item:eq(6)"); 
   $(".t527 .t527__itemwrapper:eq(3)").clone().appendTo(".t738__item:eq(7)"); 
   $(".t527 .t527__itemwrapper:eq(4)").clone().appendTo(".t738__item:eq(8)"); 
   $(".t527 .t527__itemwrapper:eq(5)").clone().appendTo(".t738__item:eq(9)");  
   $(".t527 .t527__itemwrapper:eq(6)").clone().appendTo(".t738__item:eq(10)");
   $(".t527 .t527__itemwrapper:eq(7)").clone().appendTo(".t738__item:eq(11)");
   
//Слайды для переходов от конца вправо
   $(".t527 .t527__itemwrapper:eq(0)").clone().appendTo(".t738__item:eq(12)"); 
   $(".t527 .t527__itemwrapper:eq(1)").clone().appendTo(".t738__item:eq(13)"); 
   $(".t527 .t527__itemwrapper:eq(2)").clone().appendTo(".t738__item:eq(14)"); 
   $(".t527 .t527__itemwrapper:eq(3)").clone().appendTo(".t738__item:eq(15)"); 


});    
    
</script>

<style>
 .t527__wrapperleft {
  text-align: left;
}
[data-record-type="527"]{
  display:none;
}
.t527__bgimg {
    height: 200px;
}

</style>
Made on
Tilda