web/inter_choix.html
author Edwin Razafimahatratra <edwin@robotalismsoft.com>
Mon, 10 Dec 2012 20:55:18 +0100
changeset 38 cdbb56b876c9
parent 37 1f10a9688c1b
child 39 6605de5fe0bd
permissions -rw-r--r--
mosaic effect loops

<!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="">
		
			<!--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">
					<div class="box_vcentering">
						<p class="big_txt">3 ÉCRANS</p>
						<p class="big_txt">CHOISISSEZ UN MOT PAR ÉCRANS</p>
						<p class="big_txt">COMPOSEZ VOTRE FILM</p>
					</div>
			</section>				
		</div>	

		<!-- Metanav FranceTV 	-->
		<script src="http://static.francetv.fr/js/jquery.metanav-min.js" charset="utf-8"></script>
		<!-- JavaScript -->		
        <script src="static/res/js/jquery-1.8.2.min.js"></script>        
        <script src="static/res/js/ease.js"></script>        
        <script src="static/res/js/incmosaic.js"></script>	
	</body>
</html>