|
1 <!DOCTYPE html> |
|
2 <html lang="fr"> |
|
3 <head> |
|
4 <meta charset="utf-8"> |
|
5 <title>The End - @todo</title> |
|
6 |
|
7 <meta name="description" content="@todo"> |
|
8 |
|
9 <!-- Mobile Specific Metas --> |
|
10 <meta name="viewport" content="initial-scale=1.0, width=device-width" /> |
|
11 |
|
12 <link rel="stylesheet" href="static/res/css/style_1024.css" /> |
|
13 <!-- stylesheet for ipad 3 |
|
14 <link rel="stylesheet" href="static/res/css/style_2048.css" /> |
|
15 --> |
|
16 |
|
17 </head> |
|
18 <body> |
|
19 <!-- div content - site takes the full height of browser --> |
|
20 <div id="content" class="full_screen"> |
|
21 <!--this div empty allows the element content_vcentering to be vertically aligned --> |
|
22 <div class="strut"></div><!-- |
|
23 this comment corrects the white-space (display: inline); |
|
24 --><section class="fullScreen_vcentering container_vcentering choix"> |
|
25 <div id="choix1" class="box_vcentering blue big_txt"> |
|
26 <p><a href="/" onClick="">Famille</a></p> |
|
27 <p><a href="/" onClick="">Amour</a></p> |
|
28 <p><a href="/" onClick="">Travail</a></p> |
|
29 <p><a href="/" onClick="">International</a></p> |
|
30 <p><a href="/" onClick="">Dieu</a></p> |
|
31 <p><a href="/" onClick="">Président</a></p> |
|
32 </div> |
|
33 </section> |
|
34 |
|
35 <!-- il faut regler comment on nome ici les id. j'aimerai changer id="main" mais je ne sai pas si je peux |
|
36 --> |
|
37 <section id="main" class="mosaic_choice"> |
|
38 <canvas id="mosaic" width="100" height="100"></canvas> |
|
39 </section> |
|
40 </div> |
|
41 |
|
42 <!-- Metanav FranceTV --> |
|
43 <script src="http://static.francetv.fr/js/jquery.metanav-min.js" charset="utf-8"></script> |
|
44 <!-- JavaScript --> |
|
45 <script src="static/res/js/jquery-1.8.2.min.js"></script> |
|
46 <script src="static/res/js/ease.js"></script> |
|
47 <script src="static/res/js/incresize.js"></script> |
|
48 <script src="static/res/js/incmosaic.js"></script> |
|
49 <script> |
|
50 $(function() { |
|
51 // Init the resize object |
|
52 //incResize.init("content", "top", "mosaic", "bottom", "footer", 130, 1800/750, null, incMosaic.registerPostNewCanvasSize); |
|
53 |
|
54 // Set mosaic pair of images |
|
55 incMosaic.addImageUrl("static/res/img/accueil-00.jpg"); |
|
56 incMosaic.addImageUrl("static/res/img/accueil-01.jpg"); |
|
57 incMosaic.addImageUrl("static/res/img/accueil-02.jpg"); |
|
58 incMosaic.addImageUrl("static/res/img/accueil-03.jpg"); |
|
59 incMosaic.addImageUrl("static/res/img/accueil-04.jpg"); |
|
60 incMosaic.addImageUrl("static/res/img/accueil-05.jpg"); |
|
61 |
|
62 // Start mosaic effect |
|
63 incMosaic.start("mosaic", 9, 5); |
|
64 }); |
|
65 </script> |
|
66 </body> |
|
67 </html> |