ZeroMenu#1
ZeroMenu#2
Planning Your Gap Year Abroad
TRAVEL GUIDE
The hard truth about volunteering
About our company
Professional photography, setting organization, professional photo processing
My name is Courtney and I am a photographer based in Berlin. I specialise on portraits, studio photography and documentary photography.
It is necessary to choose a visual aid that is appropriate for the material and audience.
Each type of visual aid has pros and cons that must be evaluated to ensure it will be beneficial to the overall presentation. Before incorporating visual aids into speeches, the speaker should understand that if used incorrectly, the visual will not be an aid, but a distraction.

Planning ahead is important when using visual aids. It is necessary to choose a visual aid that is appropriate for the material and audience. The purpose of the visual aid is to enhance the presentation. Each type of visual aid has pros and cons that must be evaluated to ensure it will be beneficial to the overall presentation. Before incorporating visual aids into speeches, the speaker should understand that if used incorrectly, the visual will not be an aid, but a distraction. Planning ahead is important when using visual aids. It is necessary to choose a visual aid that is appropriate for the material and audience. The purpose of the visual aid is to enhance the presentation.
Why choose us?
Quality
We are the leading firm by delivering quality and value to our clients. We like what we do.
Support
Our managers are always ready to answer your questions. You can call us at the weekends and at night.
Experience
All our professionals have more than 5 years of legal experiences. They use their knowledge to make our clients life better.
We love our clients
Our favourite customers share their impressions.
Got one? Leave a review!
Sell pictures
A picture is worth a thousand words. Capture, annotate and share a screenshot - all without cluttering up your desktop.
Find sutomers
Record as an animated GIF or movie with audio. Perfect for customer support or showing your interactive prototypes.
Easy integrations
Works with all your favorite apps - design tools like Adobe CC & Sketch, chat tools like Slack, Skype, & HipChat, and many more.
Module System
Build your page from a wide range of pre-designed blocks.
All you need is good content and some taste. Contemporary look and high flexibility makes them handy and applicable for any kind of content.

Book design is the art
Book design is the art of incorporating the content, style, format, design, and sequence of the various components of a book into a coherent whole. In the words of Jan Tschichold, "methods and rules upon which it is impossible to improve, have been developed over centuries. To produce perfect books, these rules have to be brought back to life and applied."



Literature course for people who can't live without books
You will study English Literature, an introduction to key aspects central to the study of English Literature. You will also choose an option course from another subject area.
  • Concept
    Visual communication takes place through pictures, graphs and charts, as well as through signs, signals and symbols. It may be used either independently or as an adjunct to the other methods.
  • Research
    Symbolization is an important definition for this perspective. Cultural perspective involves identity of symbols. The uses of words that are related with the image, the use of heroes in the image, etc. are the symbolization of the image.
  • Marketing
    The view of images in the critical perspective is when the viewers criticise the images, but the critics have been made in interests of the society, although an individual makes the critics.

Как сделать замену блоков Zero при скролле в Tilda

1. Создаём 2 меню в ZeroBlock
2. Добавляем скрипт на страницу
3. В скрипте меняем ID блоков на свои
#rec50299116 ID - меню 1 из Zero
#rec50300533 ID - меню 2 из Zero

#rec50298212 Блоки, где нужно менять меню
#rec50298250 Блоки, где нужно менять меню
#rec50298512 Блоки, где нужно менять меню
#rec50298592 Блоки, где нужно менять меню
#rec50298603 Блоки, где нужно менять меню
#rec50298655 Блоки, где нужно менять меню
#rec50299041 Блоки, где нужно менять меню



Скрипт добавляется в блок ДРУГОЕ►Т123


<style>
#rec50299116{
   display: none;
   opacity:0;
}


#rec50300533 {
    display: none;
    opacity:0;
}


/*Задаём ширину экрана в 100%*/
.floating {
 width: 100%;
}
/*Выставляем фиксированную позицию на экране и номер слоя выше остальных*/
.fixed {
 position: fixed;
 top: 0px;
 /*Задаём время и характер анимации для фона меню */
 transition:all 0.3s cubic-bezier(0, 0, 0.8, 1.0);
}
.fposition{
   z-index: 9999;
}

.sposition{

   z-index: 9990;
}


</style>


<script>
$(document).ready(function(){
    /* Задаём переменной значение ID меню с Zero */
    var blockMenuID1 = '#rec50299116';
    var blockMenuID2 = '#rec50300533';
    
   
    //Добавляем класс с шириной и фиксацией
    $(blockMenuID1).addClass('floating fixed fposition');
    $(blockMenuID2).addClass('floating fixed sposition');
    
    //Включаем наши меню 
    $(blockMenuID1).css('display' , 'block');
    $(blockMenuID2).css('display' , 'block');
   
    
   //Когда начался скролл экрана
    $(window).scroll(function() { 
        var top = $(document).scrollTop();
        //Если перемещение больше 100 px
        if (top >= 100) { 
       //Задаём прозрачность меню
          $(blockMenuID1).css('opacity' , '1');
         
        } else {
       //Иначе делаем невидимым
        $(blockMenuID1).css('opacity' , '0');
        
        };
    //Прописываем ID нужных блоков при пролистывании    
	var scrollEvent = ($(window).scrollTop() >  $("#rec50298212").offset().top); 
	var scrollEvent1 = ($(window).scrollTop() > $("#rec50298250").offset().top);
	var scrollEvent2 = ($(window).scrollTop() > $("#rec50298512").offset().top); 
	var scrollEvent3 = ($(window).scrollTop() > $("#rec50298592").offset().top);
	var scrollEvent4 = ($(window).scrollTop() > $("#rec50298603").offset().top);
	var scrollEvent5 = ($(window).scrollTop() > $("#rec50298655").offset().top);
	var scrollEvent6 = ($(window).scrollTop() > $("#rec50299041").offset().top);
	


        //Если дошли до 1-го нужного блока
     	if(scrollEvent) { 
     	    
     	    
			    //Меняем блоки
			     $(".fposition").css('z-index' , '9970');
			     $(blockMenuID2).css('opacity' , '1')
			} else {
			   //Иначе нет
			   $(".fposition").css('z-index' , '9999');
			    $(blockMenuID2).css('opacity' , '0')
			};
			
		//Если дошли до 2-го нужного блока - Меняем блоки	
		if(scrollEvent1) {  $(".fposition").css('z-index' , '9999'); };		
	    //Если дошли до 3-го нужного блока - Меняем блоки
        if(scrollEvent2) {  $(".fposition").css('z-index' , '9970'); };	 
        //Если дошли до 4-го нужного блока  - Меняем блоки
        if(scrollEvent3) {  $(".fposition").css('z-index' , '9999'); };	 
        //Если дошли до 5-го нужного блока  - Меняем блоки
        if(scrollEvent4) { $(".fposition").css('z-index' , '9970'); };
        //Если дошли до 5-го нужного блока  - Меняем блоки
        if(scrollEvent5) { $(".fposition").css('z-index' , '9999'); };
        //Если дошли до 5-го нужного блока  - Меняем блоки
        if(scrollEvent6) { $(".fposition").css('z-index' , '9970'); };
        
    });
});
</script>
Made on
Tilda