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 </nav> |
|
46 </div> |
|
47 </header> |
|
48 <section> |
|
49 <h2>PARTEZ À LA DÉCOUVERTE DES COLLECTIONS</h2> |
|
50 <div class="bar-tools clearfix"> |
|
51 <h3>LES DERNIÈRES COLLECTIONS</h3> |
|
52 <ul class="clearfix"> |
|
53 <li><a href="#">Voir toutes les collections</a></li> |
|
54 </ul> |
|
55 </div> |
|
56 |
|
57 <ul class="list-projets-2 clearfix"> |
|
58 <li> |
|
59 <div class="tools"> |
|
60 <ul class="clearfix"> |
|
61 <li><a href="#"><img src="img/icon-twitter.png" alt=""></a></li> |
|
62 <li><a href="#"><img src="img/icon-facebook.png" alt=""></a></li> |
|
63 <li><a href="#"><img src="img/icon-save.png" alt=""></a></li> |
|
64 </ul> |
|
65 </div> |
|
66 <div class="top clearfix"> |
|
67 <img src="img/113x113.png" alt=""> |
|
68 <img src="img/113x113-2.png" alt=""> |
|
69 </div> |
|
70 <div class="mid"> |
|
71 <h3>Collection n°1</h3> |
|
72 <p>par Hubert Trucchose</p> |
|
73 </div> |
|
74 <div class="bot clearfix"> |
|
75 <img src="img/113x113.png" alt=""> |
|
76 <img src="img/113x113-2.png" alt=""> |
|
77 </div> |
|
78 </li> |
|
79 </ul> |
|
80 |
|
81 <ul class="list-projets clearfix"> |
|
82 <li class="item-projet"> |
|
83 <img src="img/225x225.png" alt=""> |
|
84 <div> |
|
85 <h3>Annotez, échangez réagissez</h3> |
|
86 <p>Partagez votre vision en décrivant les euvres, en les regroupant, devenez critique d’Art!</p> |
|
87 <a href="#">Créer une collection</a> |
|
88 </div> |
|
89 </li> |
|
90 <li> |
|
91 <img src="img/225x225.png" alt=""> |
|
92 <div> |
|
93 <h3>Annotez, échangez réagissez</h3> |
|
94 <p>Partagez votre vision en décrivant les euvres, en les regroupant, devenez critique d’Art!</p> |
|
95 <a href="#">Créer une collection</a> |
|
96 </div> |
|
97 </li> |
|
98 <li> |
|
99 <img src="img/225x225.png" alt=""> |
|
100 <div> |
|
101 <h3>Annotez, échangez réagissez</h3> |
|
102 <p>Partagez votre vision en décrivant les euvres, en les regroupant, devenez critique d’Art!</p> |
|
103 <a href="#">Créer une collection</a> |
|
104 </div> |
|
105 </li> |
|
106 <li> |
|
107 <img src="img/225x225.png" alt=""> |
|
108 <div> |
|
109 <h3>Annotez, échangez réagissez</h3> |
|
110 <p>Partagez votre vision en décrivant les euvres, en les regroupant, devenez critique d’Art!</p> |
|
111 <a href="#">Créer une collection</a> |
|
112 </div> |
|
113 </li> |
|
114 </ul> |
|
115 </section> |
|
116 <footer class="clearfix"> |
|
117 <h6>EGONOMY est un projet de l’IRI et de la réunion des Musées Nationaux</h6> |
|
118 <p>Mai 2013</p> |
|
119 </footer> |
|
120 </div><!-- /.wrap --> |
|
121 |
|
122 <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> |
|
123 <script>window.jQuery || document.write('<script src="js/vendor/jquery-1.9.1.min.js"><\/script>')</script> |
|
124 <script src="js/main.js"></script> |
|
125 </body> |
|
126 </html> |
|