|
1 <!DOCTYPE html> |
|
2 <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> |
|
3 <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> |
|
4 <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> |
|
5 <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> |
|
6 <head> |
|
7 <meta charset="utf-8"> |
|
8 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
|
9 <meta name="description" content="eGonomy"> |
|
10 <title>eGonomy</title> |
|
11 |
|
12 <link rel="stylesheet" href="css/reset.css"> |
|
13 <link rel="stylesheet" href="css/fonts.css"> |
|
14 <link rel="stylesheet" href="css/style.css"> |
|
15 <script src="js/vendor/modernizr-2.6.2.min.js"></script> |
|
16 </head> |
|
17 <body> |
|
18 |
|
19 <div class="wrap"> |
|
20 <header class="clearfix"> |
|
21 <h1><a href="#">EGONOMY</a></h1> |
|
22 <div class="col-right"> |
|
23 <ul class="head-login clearfix"> |
|
24 <li> |
|
25 <form action="#"> |
|
26 <p><input type="text" placeholder="Rechercher dans le site"></p> |
|
27 </form> |
|
28 </li> |
|
29 <li class="hello-user">Bonjour Anthony Ly</li> |
|
30 <li><span class="dot-6"></span></li> |
|
31 <li><a class="login" href="#">Déconnexion</a></li> |
|
32 </ul> |
|
33 <nav> |
|
34 <ul class="nav clearfix"> |
|
35 <li><a href="#" title="home"><img src="img/icon-home.png" alt="home"></a></li> |
|
36 <li><span class="dot-10"></span></li> |
|
37 <li><a href="#">explorer</a></li> |
|
38 <li><span class="dot-10"></span></li> |
|
39 <li><a href="#">collectionner</a></li> |
|
40 <li><span class="dot-10"></span></li> |
|
41 <li><a href="#">créer</a></li> |
|
42 <li><span class="dot-10"></span></li> |
|
43 <li><a href="#">mon profil</a></li> |
|
44 </ul> |
|
45 <ul class="sub-nav clearfix"> |
|
46 <li><span class="dot-6"></span></li> |
|
47 <li><a href="#" class="active">Mes collections</a></li> |
|
48 <li><span class="dot-6"></span></li> |
|
49 <li><a href="#">Mes collages</a></li> |
|
50 <li><span class="dot-6"></span></li> |
|
51 <li><a href="#">Mon profil</a></li> |
|
52 </ul> |
|
53 </nav> |
|
54 </div> |
|
55 </header> |
|
56 <section> |
|
57 <h2> |
|
58 EGONOMY EST LE SERVICE D’ÉCHANGE<br/> |
|
59 ET DE COLLECTION D’IMAGES DE LA RMN.<br/> |
|
60 NAVIGUEZ DANS LES 250 000 IMAGES DU SITE, ANNOTEZ<br/> |
|
61 LES, COMMENTEZ LES, FRAGMENTEZ LES TOUTES! |
|
62 </h2> |
|
63 <p class="our-images">Découvrez les images</p> |
|
64 <div class="home-images clearfix"> |
|
65 <a href="#" class="home-arrow"></a> |
|
66 <div class="col-left"> |
|
67 <img src="img/home-image-left.png" alt=""> |
|
68 </div> |
|
69 <div class="col-right"> |
|
70 <img src="img/home-image-right.png" alt=""> |
|
71 <img src="img/home-image-right-2.png" alt=""> |
|
72 </div> |
|
73 </div> |
|
74 </section> |
|
75 <footer class="clearfix"> |
|
76 <h6>EGONOMY est un projet de l’IRI et de la réunion des Musées Nationaux</h6> |
|
77 <p>Mai 2013</p> |
|
78 </footer> |
|
79 </div><!-- /.wrap --> |
|
80 |
|
81 <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> |
|
82 <script>window.jQuery || document.write('<script src="js/vendor/jquery-1.9.1.min.js"><\/script>')</script> |
|
83 <script src="js/main.js"></script> |
|
84 </body> |
|
85 </html> |