integ/about.html
author cavaliet
Tue, 02 Apr 2013 12:45:17 +0200
changeset 0 ca1b8c0fbe35
permissions -rw-r--r--
first commit. Integ from AC

<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"><![endif]-->
<!--[if IE 7]>	<html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]-->
<!--[if IE 8]><html class="no-js lt-ie9" lang="en"><![endif]-->
<!--[if IE 9]><html class="no-js ie9" lang="en"><![endif]-->
<!--[if gt IE 9]><!--> <html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Cinegift</title>
<meta name="description" content="" />
<meta name="viewport" content="width=980" />
<link rel="stylesheet" href="css/default.css" />
<link rel="stylesheet" href="css/reset.css" />
<link rel="stylesheet" href="css/styles.css" />

<!-- Custom scrollbars CSS -->
<link href="css/jquery.mCustomScrollbar.css" rel="stylesheet" type="text/css" />
<script src="js/libs/modernizr-2.5.3.min.js"></script>
</head>

<body class="profile">
  <!--[if lt IE 7]><p class=chromeframe>Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</p><![endif]-->
  <header>
	<h1><img src="img/logo.png" alt="AlloCiné LAB" class="logo" /></h1>
	
	<section class="connect">

		<span class="def_btn btn_01">LOG IN</span>

	</section>
	<!-- /connect -->
  </header>
  <div role="main">
	<section class="central">
		
	</section>
	<!-- /central -->
  </div>
  <!-- /main -->
  <footer>
	<span class="copyright">copyright &copy; 2012 Allocine</span>
  </footer>

  <script src="js/libs/jquery-1.7.1.min.js"></script>
  <script src="js/script.js"></script>
  <script type='text/javascript' src='js/jquery.simplemodal.js'></script>
  
</body>
</html>