integration/v2/home.html
changeset 118 a06fb50d574f
parent 117 655351c846e1
child 119 9d2a4916ee7a
--- a/integration/v2/home.html	Fri Jun 14 17:40:06 2013 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,120 +0,0 @@
-<!DOCTYPE html>
-<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
-<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
-<!--[if IE 8]>         <html class="no-js lt-ie9"> <![endif]-->
-<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
-<head>
-    <meta charset="utf-8">
-    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-    <meta name="description" content="eGonomy">
-    <title>eGonomy</title>
-    
-    <link rel="stylesheet" href="css/reset.css">
-    <link rel="stylesheet" href="css/fonts.css">
-    <link rel="stylesheet" href="css/style.css">
-    <script src="js/vendor/modernizr-2.6.2.min.js"></script>
-</head>
-<body>
-
-    <div class="wrap">
-        <header class="clearfix">
-            <h1><a href="#">EGONOMY</a></h1>
-            <div class="col-right">
-                <ul class="head-login clearfix">
-                    <li>
-                        <form action="#">
-                            <p><input type="text" placeholder="Rechercher dans le site"></p>
-                        </form>
-                    </li>
-                    <li class="hello-user">Bonjour Anthony Ly</li>
-                    <li><span class="dot-6"></span></li>
-                    <li><a class="login" href="#">Déconnexion</a></li>
-                </ul>
-                <nav>
-                    <ul class="nav clearfix">
-                        <li><a href="#" title="home"><img src="img/icon-home.png" alt="home"></a></li>
-                        <li><span class="dot-10"></span></li>
-                        <li><a href="#">explorer</a></li>
-                        <li><span class="dot-10"></span></li>
-                        <li><a href="#">collectionner</a></li>
-                        <li><span class="dot-10"></span></li>
-                        <li><a href="#">créer</a></li>
-                        <li><span class="dot-10"></span></li>
-                        <li><a href="#">mon profil</a></li>
-                    </ul>
-                </nav>
-            </div>
-        </header>
-        <section>
-            <h2>
-                EGONOMY EST LE SERVICE D’ÉCHANGE<br/>
-                ET DE COLLECTION D’IMAGES DE LA RMN.<br/>
-                NAVIGUEZ DANS LES 250 000 IMAGES DU SITE, ANNOTEZ<br/>
-                LES, COMMENTEZ LES, FRAGMENTEZ LES TOUTES!
-            </h2>
-            <p class="our-images">Découvrez les images</p>
-            <div id="home-images" class="home-images clearfix">
-                <a href="#home-images" class="home-arrow"></a>
-                <div class="col-left">
-                    <div class="box-black box-1">
-                        EXPLOREZ
-                    </div>
-                    <div class="box-white box-2">
-                        <span class="bold">plus de</span>
-                        <span class="number">250 000</span>
-                        <span class="bold">images d’oeuvres</span>
-                    </div>
-                    <div class="box-white box-3">Retrouvez les collections des plus grands musées, découvrez leurs auteurs, annotez les, regroupez les, documentez les à votre tour!  </div>
-                    <img src="img/home-image-left.png" alt="">
-                </div>
-                <div class="col-right">
-                    <img src="img/home-image-right.png" alt="">
-                    <img src="img/home-image-right-2.png" alt="">
-                </div>
-            </div>
-            <ul class="list-projets clearfix">
-                <li>
-                    <img src="img/225x225.png" alt="">
-                    <div>
-                        <h3>Annotez, échangez réagissez</h3>
-                        <p>Partagez votre vision en décrivant les euvres, en les regroupant, devenez critique d’Art!</p>
-                        <a href="#">Créer une collection</a>
-                    </div>
-                </li>
-                <li>
-                    <img src="img/225x225.png" alt="">
-                    <div>
-                        <h3>Annotez, échangez réagissez</h3>
-                        <p>Partagez votre vision en décrivant les euvres, en les regroupant, devenez critique d’Art!</p>
-                        <a href="#">Créer une collection</a>
-                    </div>
-                </li>
-                <li>
-                    <img src="img/225x225.png" alt="">
-                    <div>
-                        <h3>Annotez, échangez réagissez</h3>
-                        <p>Partagez votre vision en décrivant les euvres, en les regroupant, devenez critique d’Art!</p>
-                        <a href="#">Créer une collection</a>
-                    </div>
-                </li>
-                <li>
-                    <img src="img/225x225.png" alt="">
-                    <div>
-                        <h3>Annotez, échangez réagissez</h3>
-                        <p>Partagez votre vision en décrivant les euvres, en les regroupant, devenez critique d’Art!</p>
-                        <a href="#">Créer une collection</a>
-                    </div>
-                </li>
-            </ul>
-        </section>
-        <footer class="clearfix">
-            <h6>EGONOMY est un projet de l’IRI et de la réunion des Musées Nationaux</h6>
-            <p>Mai 2013</p>
-        </footer>
-    </div><!-- /.wrap -->
-
-    <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
-    <script>window.jQuery || document.write('<script src="js/vendor/jquery-1.9.1.min.js"><\/script>')</script>
-    <script src="js/main.js"></script>
-</body>
-</html>