web/transition.html
changeset 78 8c3f0b94d056
parent 48 d92196482ad9
child 80 46b897524cc4
equal deleted inserted replaced
77:0055b4bee4e3 78:8c3f0b94d056
     3 	<head>
     3 	<head>
     4 		<meta charset="utf-8">
     4 		<meta charset="utf-8">
     5 		<title>The End - @todo</title>
     5 		<title>The End - @todo</title>
     6 		
     6 		
     7 		<meta name="description" content="@todo">
     7 		<meta name="description" content="@todo">
     8 		
     8 		<link rel="icon" href="static/res/img/favicon.ico" />		
     9 		<!-- Mobile Specific Metas -->
     9 
    10 		<meta name="viewport" content="initial-scale=1.0, width=device-width" />
    10 		<!-- Mobile Specific Metas -->		
    11 		
    11 		<meta name="viewport" content="user-scalable=no">
    12 		<link rel="stylesheet" href="static/res/css/style_1024.css" /> 
    12 		<!--
    13 		<!-- stylesheet for ipad 3 
    13 		<meta name="viewport" content="user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, width=device-width" />
    14 		<link rel="stylesheet" href="static/res/css/style_2048.css" /> 
       
    15 		-->
    14 		-->
    16 		
    15 
       
    16 		<!-- Test Smartphone  -->
       
    17 	    <script src="static/res/js/incdetectmobile.js"></script>        
       
    18 		<script>
       
    19 			if (IsSmartphone()) { location.href = "mindex.html"; }	
       
    20 		</script>
       
    21 		<!-- Metanav FranceTV 	-->
       
    22 		<script src="http://static.francetv.fr/js/jquery.metanav-min.js" charset="utf-8"></script>
       
    23 
       
    24 		<link rel="stylesheet" href="static/res/css/style_1024.css" />
       
    25 
    17 	</head>
    26 	</head>
    18 	<body>
    27 	<body>
    19 		<!-- div content - site takes the full height of browser -->			
    28 		<!-- div content - site takes the full height of browser -->			
    20 		<div id="content" class="full_screen">
    29 		<div id="content" class="full_hightScreen">
    21 			
    30 			
    22 			<!--opacity -->
    31 			<!--Part 1 - opacity -->
    23 			<div id="theEnd" class="box_transparance">
    32 			<section id="theEnd" class="box_transparance">
    24 				<!--this div empty allows the element content_vcentering to be vertically aligned -->
    33 				<!--this div empty allows the element content_vcentering to be vertically aligned -->
    25 				<div class="strut"></div><!--
    34 				<div class="strut"></div><!--
    26 				this comment corrects the white-space (display: inline);
    35 				this comment corrects the white-space (display: inline);
    27 				--><h1>THE END, ETC.</h1>
    36 				--><h1>THE END, ETC.</h1>
    28 			</div>
    37 			</section>
       
    38 			<!--/Part 1 -->
    29 			
    39 			
       
    40 			<!--Part 2 -->	
    30 			<!--this div empty allows the element content_vcentering to be vertically aligned -->
    41 			<!--this div empty allows the element content_vcentering to be vertically aligned -->
    31 			<div class="strut"></div><!--
    42 			<section  id="transition" class="full_hightScreen">
    32 			this comment corrects the white-space (display: inline);
       
    33 			--><section id="bg_img" class="fullScreen_vcentering">
       
    34 		    	<img id="bgimage" alt="The End, etc." src="" />
       
    35 			</section>	
       
    36 			<section id="partage" class="container_vcentering">
       
    37 				<!--this div empty allows the element content_vcentering to be vertically aligned -->
       
    38 				<div class="strut"></div><!--
    43 				<div class="strut"></div><!--
    39 				this comment corrects the white-space (display: inline);
    44 				this comment corrects the white-space (display: inline);
    40 				--><div class="fullScreen_vcentering box_vcentering white big_txt">
    45 				--><div id="bg_img" class="fullScreen_vcentering">
    41 					<p><a href="partage.html">Partagez</a></p>
    46 		    		<img id="bgimage" alt="The End, etc." src="" />
    42 					<p><a href="choix.html">Recommencez</a></p>
    47 				</div>	
    43 					<p class="margin_exeption"><a href="niv2_hp.html">Prolongez l'expérience</a></p>
    48 			
    44 					<p><a href="/">Crédits</a></p>
    49 				<div id="transitionTxt" class="positionAbs">
    45 					<p><a href="/">The End, etc.</a></p>
    50 					<!--this div empty allows the element content_vcentering to be vertically aligned -->
       
    51 					<div class="strut"></div><!--
       
    52 					this comment corrects the white-space (display: inline);
       
    53 					--><div class="fullScreen_vcentering white big_txt">
       
    54 						<p><a href="partage.html">Partagez</a></p>
       
    55 						<p><a href="choix.html">Recommencez</a></p>
       
    56 						<p><a href="menu_bonus.html">The end, etc.</a></p>
       
    57 						<p class="margin_exeption"><a href="niv2_hp.html">Prolongez l'expérience</a></p>
       
    58 						<p><a href="credit.html">Crédits</a></p>
       
    59 					</div>
    46 				</div>
    60 				</div>
    47 			</section>
    61 			</section>
       
    62 			<!--/Part 2 -->	
    48 		</div>
    63 		</div>
    49 
    64 
    50 		<!-- Metanav FranceTV 	-->
       
    51 		<script src="http://static.francetv.fr/js/jquery.metanav-min.js" charset="utf-8"></script>
       
    52 		<!-- JavaScript -->
    65 		<!-- JavaScript -->
    53         <script src="static/res/js/jquery-1.8.2.min.js"></script>        		
    66         <script src="static/res/js/jquery-1.8.2.min.js"></script>        		
    54         <script>
    67         <script>
    55         	var r = Math.floor(Math.random()*3);
    68         	var r = Math.floor(Math.random()*3);
    56         	if (r == 0) {        		
    69         	if (r == 0) {        		
    61 				$("#bgimage").attr("src", "static/res/img/transitionChoix3.jpg");
    74 				$("#bgimage").attr("src", "static/res/img/transitionChoix3.jpg");
    62         	}
    75         	}
    63 
    76 
    64             $(function() {
    77             $(function() {
    65 				setTimeout(function() {
    78 				setTimeout(function() {
    66 
    79 					$("#theEnd").addClass("display");
    67 					$('.box_transparance').animate({
    80 					$("#transition").css({"opacity" : 0});
    68 						opacity: 0,
    81 					$("#transition").animate({opacity: 1}, 3000);					
    69 					  }, 3000, function() { 
    82 				}, 3000);
    70 					  				$("#theEnd").addClass("display");
       
    71 					  			});
       
    72 
       
    73 				}, 4000);            	
       
    74             });
    83             });
    75         </script>						
    84         </script>						
    76 	
    85 	
    77 	</body>
    86 	</body>
    78 </html>
    87 </html>