web/transition.html
changeset 46 542252e0c615
child 47 dbd46ed42b0d
equal deleted inserted replaced
45:f7bfdc49982b 46:542252e0c615
       
     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 			<div id="theEnd">
       
    22                 <h1>THE END, ETC.</h1>
       
    23             </div>
       
    24 			<!--this div empty allows the element content_vcentering to be vertically aligned -->
       
    25 			<div class="strut"></div><!--
       
    26 			this comment corrects the white-space (display: inline);
       
    27 			--><section id="bg_img" class="fullScreen_vcentering">
       
    28 		    	<img id="bgimage" alt="The End, etc." src="" />
       
    29 			</section>	
       
    30 			<section id="partage" class="container_vcentering">
       
    31 				<!--this div empty allows the element content_vcentering to be vertically aligned -->
       
    32 				<div class="strut"></div><!--
       
    33 				this comment corrects the white-space (display: inline);
       
    34 				--><div class="fullScreen_vcentering box_vcentering white big_txt">
       
    35 					<p><a href="partage.html">Partagez</a></p>
       
    36 					<p><a href="choix.html">Recommencez</a></p>
       
    37 					<p class="margin_exeption"><a href="niv2_hp.html">Prolongez l'expériance</a></p>
       
    38 					<p><a href="/">Crédits</a></p>
       
    39 					<p><a href="/">The End, etc.</a></p>
       
    40 				</div>
       
    41 			</section>
       
    42 		</div>
       
    43 
       
    44 		<!-- Metanav FranceTV 	-->
       
    45 		<script src="http://static.francetv.fr/js/jquery.metanav-min.js" charset="utf-8"></script>
       
    46 		<!-- JavaScript -->
       
    47         <script src="static/res/js/jquery-1.8.2.min.js"></script>        		
       
    48         <script>
       
    49         	var r = Math.floor(Math.random()*3);
       
    50         	if (r == 0) {        		
       
    51 				$("#bgimage").attr("src", "static/res/img/transitionChoix1.jpg");
       
    52         	} else if (r == 1) {        		
       
    53 				$("#bgimage").attr("src", "static/res/img/transitionChoix2.jpg");
       
    54         	} else {
       
    55 				$("#bgimage").attr("src", "static/res/img/transitionChoix3.jpg");
       
    56         	}
       
    57         </script>						
       
    58 	
       
    59 	</body>
       
    60 </html>