web/index.html
changeset 42 01415303372e
parent 39 6605de5fe0bd
child 46 542252e0c615
equal deleted inserted replaced
41:f2123b4487e9 42:01415303372e
    36 				</section>
    36 				</section>
    37 				
    37 				
    38 				<!--  change with js: height and line-height (the same size) of "container_vcentering"  -->
    38 				<!--  change with js: height and line-height (the same size) of "container_vcentering"  -->
    39 				<section id="bottom" class="container_vcentering">
    39 				<section id="bottom" class="container_vcentering">
    40 					<div class="box_vcentering">
    40 					<div class="box_vcentering">
    41 						<p class="big_link"><a href ="/">COMPOSEZ VOTRE FILM</a></p>
    41 						<p class="big_link"><a href ="prologue.html">COMPOSEZ VOTRE FILM</a></p>
    42 					</div>
    42 					</div>
    43 				</section>
    43 				</section>
    44 			</div>
    44 			</div>
    45 			<!-- /div content_top -->				
    45 			<!-- /div content_top -->				
    46 
    46 
   108                 incMosaic.addImageUrl("static/res/img/accueil-03.jpg");
   108                 incMosaic.addImageUrl("static/res/img/accueil-03.jpg");
   109                 incMosaic.addImageUrl("static/res/img/accueil-04.jpg");
   109                 incMosaic.addImageUrl("static/res/img/accueil-04.jpg");
   110                 incMosaic.addImageUrl("static/res/img/accueil-05.jpg");
   110                 incMosaic.addImageUrl("static/res/img/accueil-05.jpg");
   111 
   111 
   112                 // Start mosaic effect
   112                 // Start mosaic effect
   113     			incMosaic.start("mosaic", 9, 5);
   113     			incMosaic.start("mosaic", 1, 9, 5, true, false, null);
   114             });
   114             });
   115         </script>		
   115         </script>		
   116 	</body>
   116 	</body>
   117 </html>
   117 </html>