web/index.html
changeset 94 873b0e9ff7f6
parent 80 46b897524cc4
child 103 be6c1f9cc258
--- a/web/index.html	Mon Jan 21 21:04:36 2013 +0100
+++ b/web/index.html	Mon Jan 21 21:05:32 2013 +0100
@@ -12,10 +12,9 @@
 		<!-- Site Optimization for Facebook -->
         <meta property="og:title" content="The End, etc." />
 		<meta property="og:type" content="website" />
-		<meta property="og:url" content="http://www.clients.incandescence.com/theend/" />
-		<meta property="og:image" content="https://www.clients.incandescence.com/theend/theend_fb.jpg" />
+		<meta property="og:image" content="http://www.clients.incandescence.com/theend/theend_fb.jpg" />
 		<meta property="og:site_name" content="The End, etc." />
-        <meta property="og:description" content="@todo"/>		
+        <meta property="og:description" content="The End, etc. : une expérience web de Laetitia Masson"/>		
 		
 		<!-- Mobile Specific Metas -->		
 		<meta name="viewport" content="user-scalable=no">
@@ -119,29 +118,29 @@
 			</footer>
 			<section id="popUpDiv" style="display:none;">
 				<div id="popUpTitle">
-					<h3>Mentions Légales</h3>
-					<a id="popUpClose" class="floatR clearfix pointer" onclick="popup('popUpDiv', 'content')">
+					<h2>Mentions Légales</h2>
+					<a id="popUpClose" class="pointer" onclick="popup('popUpDiv', 'content')">
 						<img alt="Fermer" src="static/res/img/popUpClose.png"/>
 					</a>
 				</div>
 				<div id="popUpTxtScroll">				
-					<p><strong>Editeur :</strong> FRANCE TELEVISIONS<br>
-					<strong>Siège social :</strong> 7, Esplanade Henri de France 75015 PARIS<br>
-					<strong>RCS de Paris :</strong> 432 766 947<br>
-					<strong>Directeur de la Publication :</strong> Rémy Pflimlin<br>
-					<strong>Tel :</strong> (+33) 08 90 71 02 02 (0.15 €/min)</p>
-					<p><strong>Hébergeur :</strong> FRANCE OXALIDE<br>
-					<strong>Siège social :</strong> 25, Boulevard de Strasbourg 75010 Paris<br>
-					<strong>Tel :</strong> + 33(0)1 75 771 660</p>
-					<h4>DONNEES PERSONNELLES</h4>
+					<p><span class="gris">Editeur :</span> FRANCE TELEVISIONS<br>
+					<span class="gris">Siège social :</span> 7, Esplanade Henri de France 75015 PARIS<br>
+					<span class="gris">RCS de Paris :</span> 432 766 947<br>
+					<span class="gris">Directeur de la Publication :</span> Rémy Pflimlin<br>
+					<span class="gris">Tel :</span> (+33) 08 90 71 02 02 (0.15 €/min)</p>
+					<p><span class="gris">Hébergeur :</span> FRANCE OXALIDE<br>
+					<span class="gris">Siège social :</span> 25, Boulevard de Strasbourg 75010 Paris<br>
+					<span class="gris">Tel :</span> + 33(0)1 75 771 660</p>
+					<h3>DONNEES PERSONNELLES</h3>
 					<p>En application de la loi n°78-17 du 6 janvier 1978 relative à l’informatique, aux fichiers et aux libertés, chaque internaute dispose des droits d’opposition (article 38 de la loi), d’accès (articles 39, 41 et 42 de la loi) et de rectification (article 40 de la loi) des données le concernant. </p>
 					<p>Ainsi, il peut exiger que soient rectifiées, complétées, clarifiées, mises à jour ou effacées les informations le concernant qui sont inexactes, incomplètes, équivoques, périmées, ou dont la collecte ou l’utilisation, la communication ou la conservation est interdite.</p>
 					<p>Chaque internaute peut exercer ces droits :<br>
 					- soit en accédant à son compte à l’aide de son e-mail et de son mot de passe à l’adresse suivante : http://www.leclubfrancetelevisions.fr<br>
 					- soit en écrivant à FranceTélévisions - A l’attention de Monsieur le Responsable du Service Inscription Internet - 7 Esplanade Henri de France 75015 Paris.</p>
-					<h4>CREDITS</h4>
+					<h3>CREDITS</h3>
 					<p>Les dépêches de presse et contenus graphiques d’agence utilisés dans la préparation des informations sont la propriété intellectuelle des différentes agences partenaires de francetvinfo (AFP, Reuters, MaxpPPP, Sipa, Getty).</p>
-					<h4>LOGICIELS</h4>
+					<h3>LOGICIELS</h3>
 					<p>Certains sites de France Télévisions sont créés à partir des logiciels libres (sous licence GPL) de publication Spip (http://www.uzine.net/spip) et Drupal (http://drupal.org).</p>
 				</div>
 			</section>		
@@ -153,7 +152,7 @@
         <script src="static/res/js/ease.js"></script>        
         <script src="static/res/js/incresize.js"></script>
         <script src="static/res/js/incmosaic.js"></script>
-        <script src="static/res/js/popUp.js"></script>
+        <script src="static/res/js/popup.js"></script>
         <script>        
             $(function() {
             	// Init the resize object
@@ -168,7 +167,7 @@
                 incMosaic.addImageUrl("static/res/img/accueil-05.jpg");
 
                 // Start mosaic effect
-    			incMosaic.start("mosaic", 1, 9, 5, true, false, null);
+    			incMosaic.start("mosaic", 1, 9, 5, true, false, null, null);
             });
 
             var cliked = false;
@@ -190,7 +189,7 @@
             	}, mosaicFadeStartAtTime);
 
             	setTimeout(function() {
-            		location.href = "prologue.html";
+            		location.href = "prologue-the-end-etc.html";
             	}, nextPageTime);
             }