web/inter_choix.html
author veltr
Fri, 04 Jan 2013 18:13:55 +0100
changeset 66 331e70527d74
parent 46 542252e0c615
child 78 8c3f0b94d056
permissions -rw-r--r--
Set version to 1.13

<!DOCTYPE html>
<html lang="fr">
	<head>
		<meta charset="utf-8">
		<title>The End - @todo</title>
		
		<meta name="description" content="@todo">
		
		<!-- Mobile Specific Metas -->
		<meta name="viewport" content="initial-scale=1.0, width=device-width" />
		
		<link rel="stylesheet" href="static/res/css/style_1024.css" /> 
		<!-- stylesheet for ipad 3 
		<link rel="stylesheet" href="static/res/css/style_2048.css" /> 
		-->
		
	</head>
	<body>
		<!-- div content - site takes the full height of browser -->	
		<div id="content" class="full_screen pointer" onClick="gotoChoice();">
		
			<!--this div empty allows the element content_vcentering to be vertically aligned -->
			<div class="strut"></div><!--
			this comment corrects the white-space (display: inline);
			--><section class="fullScreen_vcentering container_vcentering inter_choice">
					<!-- pour changer la tranparance tu accedes à la class ="box_transparance" et tu changes 'opacity: 0;' maintenat c'est 'opacity : 1;' -->
					<div class="box_vcentering box_transparance big_txt">
						<p>3 ÉCRANS</p>
						<p>CHOISISSEZ UN MOT PAR ÉCRANS</p>
						<p>COMPOSEZ VOTRE FILM</p>
					</div>
			</section>				
		</div>	

		<!-- Metanav FranceTV 	-->
		<!-- JavaScript -->		
        <script src="static/res/js/jquery-1.8.2.min.js"></script> 
        <script>        
            $(function() {
				  $('.box_transparance').animate({
				    	opacity: 0,
					  }, 10000, function() {
					  	gotoChoice();
					 });
            });
            var gotoChoice = function() {
				location.href = "choix.html";            	
            }
        </script>               
	</body>
</html>