| author | ymh <ymh.work@gmail.com> |
| Thu, 09 Jan 2020 13:37:23 +0100 | |
| changeset 298 | c40c501bca19 |
| parent 201 | 4b67b2e26925 |
| permissions | -rwxr-xr-x |
| 138 | 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"> |
|
|
201
4b67b2e26925
replace all list-projects by list-style
Anthony Ly <anthonyly.com@gmail.com>
parents:
188
diff
changeset
|
10 |
<title>eGonomy : Collection vue mosaïque</title> |
| 138 | 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="popin-wrap"> |
|
20 |
<div id="collection-parameters" class="popin big-popin box-shadow"> |
|
21 |
<header> |
|
22 |
<h2>PARAMÈTRES DE LA COLLECTION</h2> |
|
23 |
<a href="#" class="close-popin"></a> |
|
24 |
</header> |
|
25 |
<section> |
|
26 |
<form action="#"> |
|
27 |
<div class="col-left"> |
|
28 |
<table> |
|
29 |
<tbody> |
|
30 |
<tr> |
|
31 |
<th>Vignette :</th> |
|
32 |
<td> |
|
| 142 | 33 |
<label class="no-margin styled-select"> |
34 |
<select class="w-192"> |
|
| 138 | 35 |
<option selected value="">Mosaïque</option> |
| 142 | 36 |
<option value="/egonomy/allfragments/">Argumentaire</option> |
| 138 | 37 |
</select> |
38 |
</label> |
|
39 |
</td> |
|
40 |
</tr> |
|
| 142 | 41 |
<tr> |
42 |
<th>Visibilité :</th> |
|
43 |
<td> |
|
44 |
<label class="no-margin styled-select"> |
|
45 |
<select class="w-192"> |
|
46 |
<option selected value="">Visible par moi uniquement</option> |
|
47 |
</select> |
|
48 |
</label> |
|
49 |
</td> |
|
50 |
</tr> |
|
51 |
<tr> |
|
52 |
<th><label for="share-collection">Partager :</label></th> |
|
53 |
<td> |
|
54 |
<input id="share-collection" class="w-194" type="text" placeholder="http://"> |
|
55 |
</td> |
|
56 |
</tr> |
|
57 |
<tr> |
|
|
146
6691086f43fd
update mosaic behavior
Anthony Ly <anthonyly.com@gmail.com>
parents:
142
diff
changeset
|
58 |
<th colspan="2"><label for="description-collection">Description :</label></th> |
| 142 | 59 |
</tr> |
60 |
<tr> |
|
61 |
<td colspan="2"> |
|
|
146
6691086f43fd
update mosaic behavior
Anthony Ly <anthonyly.com@gmail.com>
parents:
142
diff
changeset
|
62 |
<textarea name="" id="description-collection"></textarea> |
| 142 | 63 |
</td> |
64 |
</tr> |
|
| 138 | 65 |
</tbody> |
66 |
</table> |
|
67 |
</div> |
|
|
201
4b67b2e26925
replace all list-projects by list-style
Anthony Ly <anthonyly.com@gmail.com>
parents:
188
diff
changeset
|
68 |
<ul class="list-style-2 clearfix float-left no-border-bot"> |
| 142 | 69 |
<li> |
70 |
<div class="top clearfix"> |
|
71 |
<img src="img/113x113.png" alt=""> |
|
72 |
<img src="img/113x113-2.png" alt=""> |
|
73 |
</div> |
|
74 |
<div class="mid"> |
|
75 |
<h3>Collection n°1</h3> |
|
76 |
<p>par Hubert Trucchose</p> |
|
77 |
</div> |
|
78 |
<div class="bot clearfix"> |
|
79 |
<img src="img/113x113.png" alt=""> |
|
80 |
<img src="img/113x113-2.png" alt=""> |
|
81 |
</div> |
|
82 |
</li> |
|
83 |
</ul> |
|
| 138 | 84 |
<div class="buttons"> |
85 |
<a href="#" class="btn close-popin">Annuler</a> |
|
86 |
<input class="btn" type="submit" value="Valider"> |
|
87 |
</div> |
|
88 |
</form> |
|
89 |
</section> |
|
90 |
</div> |
|
91 |
</div> |
|
92 |
||
93 |
||
94 |
<div class="wrap"> |
|
95 |
<header class="clearfix"> |
|
96 |
<h1><a href="#">egonomy</a></h1> |
|
97 |
<div class="col-right"> |
|
98 |
<ul class="head-login clearfix"> |
|
99 |
<li> |
|
100 |
<form method="GET" action="/egonomy/allpictures/"> |
|
101 |
<p class="clearfix"> |
|
102 |
<input id="id_search" type="text" placeholder="Rechercher dans le site"> |
|
103 |
<label class="styled-select"> |
|
104 |
<select> |
|
105 |
<option selected="" value="/egonomy/allpictures/">Images</option> |
|
106 |
<option value="/egonomy/allfragments/">Fragments</option> |
|
107 |
</select> |
|
108 |
</label> |
|
109 |
</p> |
|
110 |
<input type="hidden" name="field" value="all"> |
|
111 |
</form> |
|
112 |
</li> |
|
113 |
<li class="hello-user">Bonjour Anthony Ly</li> |
|
114 |
<li><span class="dot-6"></span></li> |
|
115 |
<li><a class="login" href="#">Déconnexion</a></li> |
|
116 |
</ul> |
|
117 |
<nav> |
|
118 |
<ul class="nav clearfix"> |
|
119 |
<li><a href="#" title="home"><img src="img/icon-home.png" alt="home"></a></li> |
|
120 |
<li><span class="dot-10"></span></li> |
|
121 |
<li><a href="#">explorer</a></li> |
|
122 |
<li><span class="dot-10"></span></li> |
|
123 |
<li><a href="#">collectionner</a></li> |
|
124 |
<li><span class="dot-10"></span></li> |
|
125 |
<li><a href="#">créer</a></li> |
|
126 |
<li><span class="dot-10"></span></li> |
|
127 |
<li><a href="#">mon profil</a></li> |
|
128 |
</ul> |
|
129 |
</nav> |
|
130 |
</div> |
|
131 |
</header> |
|
132 |
<section> |
|
133 |
<div class="title-page"> |
|
134 |
<h2>Romantisme noir</span></h2> |
|
135 |
<ul class="sub-nav title-menu clearfix"> |
|
136 |
<li><a href="#">argumentaire</a></li> |
|
137 |
<li><span class="dot-6"></span></li> |
|
138 |
<li><a href="#" class="active">mosaïque</a></li> |
|
139 |
<li><span class="dot-6"></span></li> |
|
140 |
<li><a href="#">géographique</a></li> |
|
141 |
<li><span class="dot-6"></span></li> |
|
142 |
<li><a href="#">envoyer vers collage</a></li> |
|
143 |
</ul> |
|
144 |
</div> |
|
145 |
<div class="bar-tools clearfix"> |
|
146 |
<ul class="clearfix"> |
|
147 |
<li><a class="toggle-comment" href="#"> |
|
148 |
<span class="show-comment">Afficher</span> |
|
149 |
<span class="hide-comment">Masquer</span> les commentaires |
|
150 |
</a></li> |
|
151 |
<li><a href="#">imprimer la vue en PDF</a></li> |
|
152 |
<li><a class="icon save" href="#">enregistrer sous</a></li> |
|
153 |
<li><a class="open-popin" href="#collection-parameters">paramètres de la collection</a></li> |
|
154 |
</ul> |
|
155 |
</div> |
|
156 |
<div class="clearfix"> |
|
157 |
<div class="filters-wrap float-left"> |
|
158 |
<ul class="filters"> |
|
| 187 | 159 |
|
| 138 | 160 |
</ul> |
161 |
</div> |
|
162 |
||
|
201
4b67b2e26925
replace all list-projects by list-style
Anthony Ly <anthonyly.com@gmail.com>
parents:
188
diff
changeset
|
163 |
<ul class="list-style-5 mosaic float-left clearfix masonry-177"> |
| 164 | 164 |
|
165 |
||
| 188 | 166 |
|
| 181 | 167 |
<li class="item-masonry" data-keywords="Musée Grévin, über ällës, Beaux Arts, courant stylistique (thématique ga bu zo meu)"> |
| 188 | 168 |
|
| 138 | 169 |
<div class="curtain"></div> |
170 |
<div class="visuel-project"> |
|
171 |
<img src="img/177x224.png" alt=""> |
|
172 |
<div class="tools toggle"> |
|
173 |
<div class="title-project"> |
|
174 |
<h3>Sapho</h3> |
|
175 |
<h4>Théodore Chasseriau</h4> |
|
176 |
</div> |
|
177 |
<ul class="clearfix"> |
|
178 |
<li><a title="Partager sur Twitter" class="tool twitter" href="#"></a></li> |
|
179 |
<li><a title="Partager sur Facebook" class="tool facebook" href="#"></a></li> |
|
180 |
<li><a title="Ajouter à ma collection" class="tool plus" href="#"></a></li> |
|
181 |
<li><a title="Créer un fragment" class="tool cut" href="#"></a></li> |
|
182 |
<li><a title="Supprimer" class="tool trash" href="#"></a></li> |
|
183 |
</ul> |
|
184 |
</div> |
|
185 |
</div> |
|
186 |
<div class="content-project"> |
|
187 |
<div class="title-project"> |
|
188 |
<h3>Sapho</h3> |
|
189 |
<h4>Théodore Chasseriau</h4> |
|
190 |
</div> |
|
191 |
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Minus aut nostrum omnis cumque maxime delectus numquam natus sapiente enim reiciendis nulla animi praesentium odio cupiditate temporibus! Nisi alias eius animi.</p> |
|
192 |
</div> |
|
193 |
</li> |
|
| 164 | 194 |
|
195 |
<li class="item-masonry" data-keywords="Beaux Arts"> |
|
| 138 | 196 |
<div class="curtain"></div> |
197 |
<div class="visuel-project"> |
|
198 |
<img src="img/177x264.png" alt=""> |
|
199 |
<div class="tools toggle"> |
|
200 |
<div class="title-project"> |
|
201 |
<h3>Dolores ipsum des dolores</h3> |
|
202 |
<h4>Théodore Chasseriau</h4> |
|
203 |
</div> |
|
204 |
<ul class="clearfix"> |
|
205 |
<li><a title="Partager sur Twitter" class="tool twitter" href="#"></a></li> |
|
206 |
<li><a title="Partager sur Facebook" class="tool facebook" href="#"></a></li> |
|
207 |
<li><a title="Ajouter à ma collection" class="tool plus" href="#"></a></li> |
|
208 |
<li><a title="Créer un fragment" class="tool cut" href="#"></a></li> |
|
209 |
<li><a title="Supprimer" class="tool trash" href="#"></a></li> |
|
210 |
</ul> |
|
211 |
</div> |
|
212 |
</div> |
|
213 |
<div class="content-project"> |
|
214 |
<div class="title-project"> |
|
215 |
<h3>Dolores ipsum des dolores</h3> |
|
216 |
<h4>Théodore Chasseriau</h4> |
|
217 |
</div> |
|
218 |
<p>Lorem ipsum dolor</p> |
|
219 |
</div> |
|
220 |
</li> |
|
| 164 | 221 |
|
222 |
<li class="item-masonry" data-keywords="éè"> |
|
| 138 | 223 |
<div class="curtain"></div> |
224 |
<div class="visuel-project"> |
|
225 |
<img src="img/177x232.png" alt=""> |
|
226 |
<div class="tools toggle"> |
|
227 |
<div class="title-project"> |
|
228 |
<h3>azerty qwerty allo hello</h3> |
|
229 |
<h4>Théodore Chasseriau</h4> |
|
230 |
</div> |
|
231 |
<ul class="clearfix"> |
|
232 |
<li><a title="Partager sur Twitter" class="tool twitter" href="#"></a></li> |
|
233 |
<li><a title="Partager sur Facebook" class="tool facebook" href="#"></a></li> |
|
234 |
<li><a title="Ajouter à ma collection" class="tool plus" href="#"></a></li> |
|
235 |
<li><a title="Créer un fragment" class="tool cut" href="#"></a></li> |
|
236 |
<li><a title="Supprimer" class="tool trash" href="#"></a></li> |
|
237 |
</ul> |
|
238 |
</div> |
|
239 |
</div> |
|
240 |
<div class="content-project"> |
|
241 |
<div class="title-project"> |
|
242 |
<h3>azerty qwerty allo hello</h3> |
|
243 |
<h4>Théodore Chasseriau</h4> |
|
244 |
</div> |
|
245 |
<p>azerty qwerty allo hello azerty qwerty allo hello</p> |
|
246 |
</div> |
|
247 |
</li> |
|
| 164 | 248 |
|
249 |
<li class="item-masonry" data-keywords="über ällës"> |
|
250 |
<div class="curtain"></div> |
|
251 |
<div class="visuel-project"> |
|
252 |
<img src="img/177x224.png" alt=""> |
|
253 |
<div class="tools toggle"> |
|
254 |
<div class="title-project"> |
|
255 |
<h3>Sapho</h3> |
|
256 |
<h4>Théodore Chasseriau</h4> |
|
257 |
</div> |
|
258 |
<ul class="clearfix"> |
|
259 |
<li><a title="Partager sur Twitter" class="tool twitter" href="#"></a></li> |
|
260 |
<li><a title="Partager sur Facebook" class="tool facebook" href="#"></a></li> |
|
261 |
<li><a title="Ajouter à ma collection" class="tool plus" href="#"></a></li> |
|
262 |
<li><a title="Créer un fragment" class="tool cut" href="#"></a></li> |
|
263 |
<li><a title="Supprimer" class="tool trash" href="#"></a></li> |
|
264 |
</ul> |
|
265 |
</div> |
|
266 |
</div> |
|
267 |
<div class="content-project"> |
|
268 |
<div class="title-project"> |
|
269 |
<h3>Sapho</h3> |
|
270 |
<h4>Théodore Chasseriau</h4> |
|
271 |
</div> |
|
272 |
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Minus aut nostrum omnis cumque maxime delectus numquam natus sapiente enim reiciendis nulla animi praesentium odio cupiditate temporibus! Nisi alias eius animi.</p> |
|
273 |
</div> |
|
274 |
</li> |
|
275 |
||
276 |
<li class="item-masonry" data-keywords="Musée Grévin, über ällës"> |
|
| 138 | 277 |
<div class="curtain"></div> |
278 |
<div class="visuel-project"> |
|
279 |
<img src="img/177x224.png" alt=""> |
|
280 |
<div class="tools toggle"> |
|
281 |
<div class="title-project"> |
|
282 |
<h3>Sapho</h3> |
|
283 |
<h4>Théodore Chasseriau</h4> |
|
284 |
</div> |
|
285 |
<ul class="clearfix"> |
|
286 |
<li><a title="Partager sur Twitter" class="tool twitter" href="#"></a></li> |
|
287 |
<li><a title="Partager sur Facebook" class="tool facebook" href="#"></a></li> |
|
288 |
<li><a title="Ajouter à ma collection" class="tool plus" href="#"></a></li> |
|
289 |
<li><a title="Créer un fragment" class="tool cut" href="#"></a></li> |
|
290 |
<li><a title="Supprimer" class="tool trash" href="#"></a></li> |
|
291 |
</ul> |
|
292 |
</div> |
|
293 |
</div> |
|
294 |
<div class="content-project"> |
|
295 |
<div class="title-project"> |
|
296 |
<h3>Sapho</h3> |
|
297 |
<h4>Théodore Chasseriau</h4> |
|
298 |
</div> |
|
299 |
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Minus aut nostrum omnis cumque maxime delectus numquam natus sapiente enim reiciendis nulla animi praesentium odio cupiditate temporibus! Nisi alias eius animi.</p> |
|
300 |
</div> |
|
301 |
</li> |
|
| 164 | 302 |
|
303 |
<li class="item-masonry" data-keywords="Beaux Arts"> |
|
| 138 | 304 |
<div class="curtain"></div> |
305 |
<div class="visuel-project"> |
|
306 |
<img src="img/177x264.png" alt=""> |
|
307 |
<div class="tools toggle"> |
|
308 |
<div class="title-project"> |
|
309 |
<h3>Dolores ipsum des dolores</h3> |
|
310 |
<h4>Théodore Chasseriau</h4> |
|
311 |
</div> |
|
312 |
<ul class="clearfix"> |
|
313 |
<li><a title="Partager sur Twitter" class="tool twitter" href="#"></a></li> |
|
314 |
<li><a title="Partager sur Facebook" class="tool facebook" href="#"></a></li> |
|
315 |
<li><a title="Ajouter à ma collection" class="tool plus" href="#"></a></li> |
|
316 |
<li><a title="Créer un fragment" class="tool cut" href="#"></a></li> |
|
317 |
<li><a title="Supprimer" class="tool trash" href="#"></a></li> |
|
318 |
</ul> |
|
319 |
</div> |
|
320 |
</div> |
|
321 |
<div class="content-project"> |
|
322 |
<div class="title-project"> |
|
323 |
<h3>Dolores ipsum des dolores</h3> |
|
324 |
<h4>Théodore Chasseriau</h4> |
|
325 |
</div> |
|
326 |
<p>Lorem ipsum dolor</p> |
|
327 |
</div> |
|
328 |
</li> |
|
| 164 | 329 |
|
330 |
<li class="item-masonry" data-keywords="éè"> |
|
| 138 | 331 |
<div class="curtain"></div> |
332 |
<div class="visuel-project"> |
|
333 |
<img src="img/177x232.png" alt=""> |
|
334 |
<div class="tools toggle"> |
|
335 |
<div class="title-project"> |
|
336 |
<h3>azerty qwerty allo hello</h3> |
|
337 |
<h4>Théodore Chasseriau</h4> |
|
338 |
</div> |
|
339 |
<ul class="clearfix"> |
|
340 |
<li><a title="Partager sur Twitter" class="tool twitter" href="#"></a></li> |
|
341 |
<li><a title="Partager sur Facebook" class="tool facebook" href="#"></a></li> |
|
342 |
<li><a title="Ajouter à ma collection" class="tool plus" href="#"></a></li> |
|
343 |
<li><a title="Créer un fragment" class="tool cut" href="#"></a></li> |
|
344 |
<li><a title="Supprimer" class="tool trash" href="#"></a></li> |
|
345 |
</ul> |
|
346 |
</div> |
|
347 |
</div> |
|
348 |
<div class="content-project"> |
|
349 |
<div class="title-project"> |
|
350 |
<h3>azerty qwerty allo hello</h3> |
|
351 |
<h4>Théodore Chasseriau</h4> |
|
352 |
</div> |
|
353 |
<p>azerty qwerty allo hello azerty qwerty allo hello</p> |
|
354 |
</div> |
|
355 |
</li> |
|
| 164 | 356 |
|
357 |
<li class="item-masonry" data-keywords="über ällës"> |
|
358 |
<div class="curtain"></div> |
|
359 |
<div class="visuel-project"> |
|
360 |
<img src="img/177x224.png" alt=""> |
|
361 |
<div class="tools toggle"> |
|
362 |
<div class="title-project"> |
|
363 |
<h3>Sapho</h3> |
|
364 |
<h4>Théodore Chasseriau</h4> |
|
365 |
</div> |
|
366 |
<ul class="clearfix"> |
|
367 |
<li><a title="Partager sur Twitter" class="tool twitter" href="#"></a></li> |
|
368 |
<li><a title="Partager sur Facebook" class="tool facebook" href="#"></a></li> |
|
369 |
<li><a title="Ajouter à ma collection" class="tool plus" href="#"></a></li> |
|
370 |
<li><a title="Créer un fragment" class="tool cut" href="#"></a></li> |
|
371 |
<li><a title="Supprimer" class="tool trash" href="#"></a></li> |
|
372 |
</ul> |
|
373 |
</div> |
|
374 |
</div> |
|
375 |
<div class="content-project"> |
|
376 |
<div class="title-project"> |
|
377 |
<h3>Sapho</h3> |
|
378 |
<h4>Théodore Chasseriau</h4> |
|
379 |
</div> |
|
380 |
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Minus aut nostrum omnis cumque maxime delectus numquam natus sapiente enim reiciendis nulla animi praesentium odio cupiditate temporibus! Nisi alias eius animi.</p> |
|
381 |
</div> |
|
382 |
</li> |
|
| 138 | 383 |
</ul> |
384 |
</div> |
|
385 |
||
386 |
||
387 |
</section> |
|
388 |
<footer class="clearfix"> |
|
389 |
<h6>EGONOMY est un projet de l’IRI et de la réunion des Musées Nationaux</h6> |
|
390 |
<p>Mai 2013</p> |
|
391 |
</footer> |
|
392 |
</div><!-- /.wrap --> |
|
393 |
||
394 |
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> |
|
395 |
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.9.1.min.js"><\/script>')</script> |
|
396 |
<script src="js/masonry.min.js"></script> |
|
397 |
<script src="js/main.js"></script> |
|
| 179 | 398 |
<script src="js/keyword-mosaic.js"></script> |
| 138 | 399 |
</body> |
400 |
</html> |