web/index.html
changeset 124 8d2376eb825c
parent 106 8f3da46f4543
child 128 d223f66ae890
equal deleted inserted replaced
123:82b232c8f305 124:8d2376eb825c
     6 		<meta charset="UTF-8">
     6 		<meta charset="UTF-8">
     7 		<title>THE END, ETC. UNE EXPÉRIENCE WEB DE LAETITIA MASSON</title>
     7 		<title>THE END, ETC. UNE EXPÉRIENCE WEB DE LAETITIA MASSON</title>
     8 		
     8 		
     9 		<meta name="description" content="MEMO PROD présente THE END, ETC. Une coproduction FRANCE TÉLÉVISIONS - MEMO PROD avec la participation du CENTRE NATIONAL DU CINÉMA ET DE L’IMAGE ANIMÉE. Un projet écrit et réalisé par LAETITIA MASSON">
     9 		<meta name="description" content="MEMO PROD présente THE END, ETC. Une coproduction FRANCE TÉLÉVISIONS - MEMO PROD avec la participation du CENTRE NATIONAL DU CINÉMA ET DE L’IMAGE ANIMÉE. Un projet écrit et réalisé par LAETITIA MASSON">
    10 		
    10 		
    11 		<meta name="keywords" content="The End, etc, The End, Laetitia Masson, France Télévisions, CNC, Centre national du cinéma et de l'image animée, Nouvelles écritures, Memo Prod, Incandescence, IRI, Institut de recherche et de l'innovation du Centre Georges Pompidou, France Inter, expérience, une expérience de cinéma, film, production Géraldine Michelon, Œuvre en ligne, musique Jean-Louis Murat, engagement, désangagement, Élodie Bouchez, Aurore Clément, Haïm Cohen, Fred et Farid, Denis Jeambar, Jérôme Kircher, Elliot Perlman, Christian Tortu, Philippe Venere, André Wilms, La Marseillaise, L'Internationale, l'idée, Ni Dieu ni maître, Fiction, Portraits">	
    11 		<meta name="keywords" content="The End, etc., The End, Laetitia Masson, France Télévisions, CNC, Centre national du cinéma et de l'image animée, Nouvelles écritures, Memo Prod, Incandescence, IRI, Institut de recherche et de l'innovation du Centre Georges Pompidou, France Inter, expérience, une expérience de cinéma, film, production Géraldine Michelon, Œuvre en ligne, musique Jean-Louis Murat, engagement, désangagement, Élodie Bouchez, Aurore Clément, Haïm Cohen, Fred et Farid, Denis Jeambar, Jérôme Kircher, Elliot Perlman, Christian Tortu, Philippe Venere, André Wilms, La Marseillaise, L'Internationale, l'idée, Ni Dieu ni maître, Fiction, Portraits">	
    12 		
    12 		
    13 		<link rel="icon" href="static/res/img/favicon.ico" />		
    13 		<link rel="icon" href="static/res/img/favicon.ico" />		
    14 		
    14 		
    15 		<!-- Site Optimization for Facebook -->
    15 		<!-- Site Optimization for Facebook -->
    16         <meta property="og:title" content="The End, etc." />
    16         <meta property="og:title" content="The End, etc." />
    17 		<meta property="og:type" content="website" />
    17 		<meta property="og:type" content="website" />
    18 		<meta property="og:image" content="http://www.clients.incandescence.com/theend/theend_fb.jpg" />
    18 		<meta property="og:image" content="http://the-end.nouvelles-ecritures.francetv.fr/theend_fb.jpg" />
    19 		<meta property="og:site_name" content="The End, etc." />
    19 		<meta property="og:site_name" content="The End, etc." />
    20         <meta property="og:description" content="The End, etc. : une expérience web de Laetitia Masson"/>		
    20         <meta property="og:description" content="The End, etc. : une expérience web de Laetitia Masson"/>		
    21 		
    21 		
    22 		<!-- Mobile Specific Metas -->		
    22 		<!-- Mobile Specific Metas -->		
    23 		<meta name="viewport" content="user-scalable=no">
    23 		<meta name="viewport" content="user-scalable=no">
    33 
    33 
    34 		<!-- Test html5  -->
    34 		<!-- Test html5  -->
    35 	    <script src="static/res/js/modernizr.custom.js"></script>        
    35 	    <script src="static/res/js/modernizr.custom.js"></script>        
    36 		<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
    36 		<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
    37 		<script>
    37 		<script>
    38 
    38 		
    39 			var nosupport = false;
    39 			var nosupport = false;
    40 			if (!Modernizr.canvas) {
    40 			if (!Modernizr.canvas) {
    41 				console.log("No canvas support");
    41 				console.log("No canvas support");
    42 				nosupport = true;
    42 				nosupport = true;
    43 			}
    43 			}
    44 			if (!Modernizr.audio) {
    44 			if (!Modernizr.audio || !(Modernizr.audio.mp3 || Modernizr.audio.ogg)) {
    45 				console.log("No audio support");
    45 				console.log("No audio support");
    46 				nosupport = true;
    46 				nosupport = true;
    47 			}
    47 			}
    48 			if (!Modernizr.video) {
    48 			if (!Modernizr.video || !(Modernizr.video.mp4 || Modernizr.video.ogg)) {
    49 				console.log("No video support");
    49 				console.log("No video support");
    50 				nosupport = true;
    50 				nosupport = true;
    51 			}
    51 			}
    52 			if (nosupport) {
    52 			if (nosupport) {
    53 				location.href = "non-supporte.html";
    53 				location.href = "non-supporte.html";
    56 
    56 
    57 		<!-- Metanav FranceTV 	-->
    57 		<!-- Metanav FranceTV 	-->
    58 		<script src="http://static.francetv.fr/js/jquery.metanav-min.js" charset="utf-8"></script>
    58 		<script src="http://static.francetv.fr/js/jquery.metanav-min.js" charset="utf-8"></script>
    59 
    59 
    60 		<link rel="stylesheet" href="static/res/css/style_1024.css" /> 
    60 		<link rel="stylesheet" href="static/res/css/style_1024.css" /> 
    61 
    61 		
       
    62 		<!-- tags FTV  Variables Xiti-->		
       
    63 		<script>
       
    64 		<!--//--><![CDATA[//><!--
       
    65 			// Variables Xiti
       
    66 			var xtsite = "511613";
       
    67 			var xtn2 = "5";
       
    68 			var xtpage = "Accueil_The_End";
       
    69 		//--><!]]>
       
    70 		</script>
       
    71 		<noscript>
       
    72 			<img width="1" height="1" alt="" src="http://logc238.xiti.com/hit.xiti?s=511613&s2=5&p=Accueil_The_End" >
       
    73 		</noscript>
       
    74 		<script src="http://static.francetv.fr/js/audience-min.js"></script>	
    62 	</head>
    75 	</head>
    63 	<body>
    76 	<body>
    64 		<!-- div content - site takes the full height of browser -->	
    77 		<!-- div content - site takes the full height of browser -->	
    65 		<div id="content" class="smallMargin">
    78 		<div id="content" class="smallMargin">
    66 		
    79 		
   103 								<a href="http://www.memoprod.fr" target="_blank">
   116 								<a href="http://www.memoprod.fr" target="_blank">
   104 									<img alt="Memo prod." src="static/res/img/footer/memoprod.png" />
   117 									<img alt="Memo prod." src="static/res/img/footer/memoprod.png" />
   105 								</a>
   118 								</a>
   106 							</li>
   119 							</li>
   107 						</ul>
   120 						</ul>
   108 					</li><!--
   121 					</li>
   109 					--><li>AVEC LE SOUTIEN DE
   122 				</ul>
       
   123 				<ul class="logo_partners floatL">
       
   124 					<li>AVEC LE SOUTIEN DE
   110 						<ul>
   125 						<ul>
   111 							<li>
   126 							<li>
   112 								<a href="http://www.cnc.fr" target="_blank">
   127 								<a href="http://www.cnc.fr" target="_blank">
   113 									<img alt="CNC - Centre national du cinéma et de l'image animée" src="static/res/img/footer/cnc.png" />
   128 									<img alt="CNC - Centre national du cinéma et de l'image animée" src="static/res/img/footer/cnc.png" />
   114 								</a>
   129 								</a>
   175 
   190 
   176 		<!-- JavaScript -->		
   191 		<!-- JavaScript -->		
   177         <script src="static/res/js/ease.js"></script>        
   192         <script src="static/res/js/ease.js"></script>        
   178         <script src="static/res/js/incresize.js"></script>
   193         <script src="static/res/js/incresize.js"></script>
   179         <script src="static/res/js/incmosaic.js"></script>
   194         <script src="static/res/js/incmosaic.js"></script>
   180         <script src="static/res/js/popup.js"></script>
   195         <script src="static/res/js/popup.js"></script> 					
   181         <script>        
   196         <script>        
   182             $(function() {
   197             $(function() {
   183             	// Init the resize object
   198             	// Init the resize object
   184             	incResize.init("content", "top", "mosaic", "bottom", "footer", 130, 1800/750, false, [incMosaic.registerPostNewCanvasSize, resizePopup]);
   199             	incResize.init("content", "top", "mosaic", "bottom", "footer", 130, 1800/750, false, [incMosaic.registerPostNewCanvasSize, resizePopup]);
   185 
   200