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