equal
deleted
inserted
replaced
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> |