integration/v2/18-19-20-21-collection_vue_mosaique.html
author cavaliet
Tue, 25 Jun 2013 16:11:32 +0200
changeset 144 bf13361c0fee
parent 138 f694df1f57a6
child 142 a59f4a00e350
permissions -rwxr-xr-x
create and modify fragment
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">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    10
    <title>eGonomy : Collectionner (non connecté)</title>
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>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    33
                                        <label class="styled-select">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    34
                                            <select>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    35
                                                <option selected value="">Mosaïque</option>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    36
                                                <option value="/egonomy/allfragments/">Fragments</option>
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>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    41
                            </tbody>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    42
                        </table>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    43
                    </div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    44
                    <div class="buttons">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    45
                        <a href="#" class="btn close-popin">Annuler</a>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    46
                        <input class="btn" type="submit" value="Valider">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    47
                    </div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    48
                </form>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    49
            </section>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    50
        </div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    51
    </div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    52
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    53
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    54
    <div class="wrap">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    55
        <header class="clearfix">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    56
            <h1><a href="#">egonomy</a></h1>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    57
            <div class="col-right">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    58
                <ul class="head-login clearfix">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    59
                    <li>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    60
                        <form method="GET" action="/egonomy/allpictures/">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    61
                            <p class="clearfix">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    62
                                <input id="id_search" type="text" placeholder="Rechercher dans le site">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    63
                                <label class="styled-select">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    64
                                    <select>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    65
                                        <option selected="" value="/egonomy/allpictures/">Images</option>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    66
                                        <option value="/egonomy/allfragments/">Fragments</option>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    67
                                    </select>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    68
                                </label>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    69
                            </p>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    70
                            <input type="hidden" name="field" value="all">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    71
                        </form>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    72
                    </li>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    73
                    <li class="hello-user">Bonjour Anthony Ly</li>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    74
                    <li><span class="dot-6"></span></li>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    75
                    <li><a class="login" href="#">Déconnexion</a></li>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    76
                </ul>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    77
                <nav>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    78
                    <ul class="nav clearfix">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    79
                        <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
    80
                        <li><span class="dot-10"></span></li>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    81
                        <li><a href="#">explorer</a></li>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    82
                        <li><span class="dot-10"></span></li>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    83
                        <li><a href="#">collectionner</a></li>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    84
                        <li><span class="dot-10"></span></li>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    85
                        <li><a href="#">créer</a></li>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    86
                        <li><span class="dot-10"></span></li>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    87
                        <li><a href="#">mon profil</a></li>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    88
                    </ul>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    89
                </nav>
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
        </header>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    92
        <section>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    93
            <div class="title-page">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    94
                <h2>Romantisme noir</span></h2>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    95
                <ul class="sub-nav title-menu clearfix">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    96
                    <li><a href="#">argumentaire</a></li>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    97
                    <li><span class="dot-6"></span></li>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    98
                    <li><a href="#" class="active">mosaïque</a></li>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    99
                    <li><span class="dot-6"></span></li>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   100
                    <li><a href="#">géographique</a></li>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   101
                    <li><span class="dot-6"></span></li>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   102
                    <li><a href="#">envoyer vers collage</a></li>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   103
                </ul>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   104
            </div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   105
            <div class="bar-tools clearfix">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   106
                <ul class="clearfix">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   107
                    <li><a class="toggle-comment" href="#">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   108
                        <span class="show-comment">Afficher</span>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   109
                        <span class="hide-comment">Masquer</span> les commentaires
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   110
                    </a></li>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   111
                    <li><a href="#">imprimer la vue en PDF</a></li>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   112
                    <li><a class="icon save" href="#">enregistrer sous</a></li>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   113
                    <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
   114
                </ul>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   115
            </div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   116
            <div class="clearfix">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   117
                <div class="filters-wrap float-left">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   118
                    <ul class="filters">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   119
                        <li class="box-shadow-2"><a class="display-keyword" data-keyword="azerty" href="#">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   120
                            Paris, musée Victor Hugo <a title="close" class="icon-action cross" href="#"></a>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   121
                        </a></li>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   122
                        <li class="box-shadow-2"><a class="display-keyword" data-keyword="lorem"  href="#">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   123
                            Bonjour hello world lorem ipsum dolor <a title="circle" class="icon-action circle" href="#"></a>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   124
                        </a></li>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   125
                        <li class="box-shadow-2 disabled"><a href="#">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   126
                            Paris, musée Victor Hugo <a title="close" class="icon-action cross" href="#"></a>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   127
                        </a></li>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   128
                        <li class="box-shadow-2 disabled"><a href="#">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   129
                            Paris, musée Victor Hugo <a title="circle" class="icon-action circle" href="#"></a>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   130
                        </a></li>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   131
                    </ul>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   132
                </div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   133
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   134
                <ul class="list-projets-5 mosaic float-left clearfix masonry-177">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   135
                    <li class="item-masonry keyword-azerty">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   136
                        <div class="curtain"></div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   137
                        <div class="visuel-project">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   138
                            <img src="img/177x224.png" alt="">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   139
                            <div class="tools toggle">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   140
                                <div class="title-project">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   141
                                    <h3>Sapho</h3>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   142
                                    <h4>Théodore Chasseriau</h4>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   143
                                </div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   144
                                <ul class="clearfix">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   145
                                    <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
   146
                                    <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
   147
                                    <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
   148
                                    <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
   149
                                    <li><a title="Supprimer" class="tool trash" href="#"></a></li>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   150
                                </ul>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   151
                            </div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   152
                        </div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   153
                        <div class="content-project">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   154
                            <div class="title-project">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   155
                                <h3>Sapho</h3>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   156
                                <h4>Théodore Chasseriau</h4>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   157
                            </div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   158
                            <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
   159
                        </div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   160
                    </li>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   161
                    <li class="item-masonry keyword-lorem">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   162
                        <div class="curtain"></div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   163
                        <div class="visuel-project">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   164
                            <img src="img/177x264.png" alt="">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   165
                            <div class="tools toggle">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   166
                                <div class="title-project">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   167
                                    <h3>Dolores ipsum des dolores</h3>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   168
                                    <h4>Théodore Chasseriau</h4>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   169
                                </div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   170
                                <ul class="clearfix">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   171
                                    <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
   172
                                    <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
   173
                                    <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
   174
                                    <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
   175
                                    <li><a title="Supprimer" class="tool trash" href="#"></a></li>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   176
                                </ul>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   177
                            </div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   178
                        </div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   179
                        <div class="content-project">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   180
                            <div class="title-project">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   181
                                <h3>Dolores ipsum des dolores</h3>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   182
                                <h4>Théodore Chasseriau</h4>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   183
                            </div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   184
                            <p>Lorem ipsum dolor</p>
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
                    </li>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   187
                    <li class="item-masonry keyword-azerty">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   188
                        <div class="curtain"></div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   189
                        <div class="visuel-project">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   190
                            <img src="img/177x232.png" alt="">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   191
                            <div class="tools toggle">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   192
                                <div class="title-project">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   193
                                    <h3>azerty qwerty allo hello</h3>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   194
                                    <h4>Théodore Chasseriau</h4>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   195
                                </div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   196
                                <ul class="clearfix">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   197
                                    <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
   198
                                    <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
   199
                                    <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
   200
                                    <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
   201
                                    <li><a title="Supprimer" class="tool trash" href="#"></a></li>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   202
                                </ul>
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
                        </div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   205
                        <div class="content-project">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   206
                            <div class="title-project">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   207
                                <h3>azerty qwerty allo hello</h3>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   208
                                <h4>Théodore Chasseriau</h4>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   209
                            </div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   210
                            <p>azerty qwerty allo hello azerty qwerty allo hello</p>
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
                    </li>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   213
                    <li class="item-masonry keyword-lorem">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   214
                        <div class="curtain"></div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   215
                        <div class="visuel-project">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   216
                            <img src="img/177x224.png" alt="">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   217
                            <div class="tools toggle">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   218
                                <div class="title-project">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   219
                                    <h3>Sapho</h3>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   220
                                    <h4>Théodore Chasseriau</h4>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   221
                                </div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   222
                                <ul class="clearfix">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   223
                                    <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
   224
                                    <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
   225
                                    <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
   226
                                    <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
   227
                                    <li><a title="Supprimer" class="tool trash" href="#"></a></li>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   228
                                </ul>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   229
                            </div>
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
                        <div class="content-project">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   232
                            <div class="title-project">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   233
                                <h3>Sapho</h3>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   234
                                <h4>Théodore Chasseriau</h4>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   235
                            </div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   236
                            <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
   237
                        </div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   238
                    </li>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   239
                    <li class="item-masonry keyword-azerty">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   240
                        <div class="curtain"></div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   241
                        <div class="visuel-project">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   242
                            <img src="img/177x264.png" alt="">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   243
                            <div class="tools toggle">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   244
                                <div class="title-project">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   245
                                    <h3>Dolores ipsum des dolores</h3>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   246
                                    <h4>Théodore Chasseriau</h4>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   247
                                </div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   248
                                <ul class="clearfix">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   249
                                    <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
   250
                                    <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
   251
                                    <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
   252
                                    <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
   253
                                    <li><a title="Supprimer" class="tool trash" href="#"></a></li>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   254
                                </ul>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   255
                            </div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   256
                        </div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   257
                        <div class="content-project">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   258
                            <div class="title-project">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   259
                                <h3>Dolores ipsum des dolores</h3>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   260
                                <h4>Théodore Chasseriau</h4>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   261
                            </div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   262
                            <p>Lorem ipsum dolor</p>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   263
                        </div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   264
                    </li>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   265
                    <li class="item-masonry keyword-lorem">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   266
                        <div class="curtain"></div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   267
                        <div class="visuel-project">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   268
                            <img src="img/177x232.png" alt="">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   269
                            <div class="tools toggle">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   270
                                <div class="title-project">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   271
                                    <h3>azerty qwerty allo hello</h3>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   272
                                    <h4>Théodore Chasseriau</h4>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   273
                                </div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   274
                                <ul class="clearfix">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   275
                                    <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
   276
                                    <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
   277
                                    <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
   278
                                    <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
   279
                                    <li><a title="Supprimer" class="tool trash" href="#"></a></li>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   280
                                </ul>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   281
                            </div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   282
                        </div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   283
                        <div class="content-project">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   284
                            <div class="title-project">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   285
                                <h3>azerty qwerty allo hello</h3>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   286
                                <h4>Théodore Chasseriau</h4>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   287
                            </div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   288
                            <p>azerty qwerty allo hello azerty qwerty allo hello</p>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   289
                        </div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   290
                    </li>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   291
                    <li class="item-masonry keyword-azerty">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   292
                        <div class="curtain"></div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   293
                        <div class="visuel-project">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   294
                            <img src="img/177x232.png" alt="">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   295
                            <div class="tools toggle">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   296
                                <div class="title-project">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   297
                                    <h3>azerty qwerty allo hello</h3>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   298
                                    <h4>Théodore Chasseriau</h4>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   299
                                </div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   300
                                <ul class="clearfix">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   301
                                    <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
   302
                                    <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
   303
                                    <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
   304
                                    <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
   305
                                    <li><a title="Supprimer" class="tool trash" href="#"></a></li>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   306
                                </ul>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   307
                            </div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   308
                        </div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   309
                        <div class="content-project">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   310
                            <div class="title-project">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   311
                                <h3>azerty qwerty allo hello</h3>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   312
                                <h4>Théodore Chasseriau</h4>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   313
                            </div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   314
                            <p>azerty qwerty allo hello azerty qwerty allo hello</p>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   315
                        </div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   316
                    </li>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   317
                    <li class="item-masonry keyword-lorem">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   318
                        <div class="curtain"></div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   319
                        <div class="visuel-project">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   320
                            <img src="img/177x224.png" alt="">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   321
                            <div class="tools toggle">
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>Sapho</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
                                <ul class="clearfix">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   327
                                    <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
   328
                                    <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
   329
                                    <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
   330
                                    <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
   331
                                    <li><a title="Supprimer" class="tool trash" href="#"></a></li>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   332
                                </ul>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   333
                            </div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   334
                        </div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   335
                        <div class="content-project">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   336
                            <div class="title-project">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   337
                                <h3>Sapho</h3>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   338
                                <h4>Théodore Chasseriau</h4>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   339
                            </div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   340
                            <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
   341
                        </div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   342
                    </li>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   343
                    <li class="item-masonry keyword-azerty">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   344
                        <div class="curtain"></div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   345
                        <div class="visuel-project">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   346
                            <img src="img/177x264.png" alt="">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   347
                            <div class="tools toggle">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   348
                                <div class="title-project">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   349
                                    <h3>Dolores ipsum des dolores</h3>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   350
                                    <h4>Théodore Chasseriau</h4>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   351
                                </div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   352
                                <ul class="clearfix">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   353
                                    <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
   354
                                    <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
   355
                                    <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
   356
                                    <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
   357
                                    <li><a title="Supprimer" class="tool trash" href="#"></a></li>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   358
                                </ul>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   359
                            </div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   360
                        </div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   361
                        <div class="content-project">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   362
                            <div class="title-project">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   363
                                <h3>Dolores ipsum des dolores</h3>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   364
                                <h4>Théodore Chasseriau</h4>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   365
                            </div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   366
                            <p>Lorem ipsum dolor</p>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   367
                        </div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   368
                    </li>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   369
                    <li class="item-masonry keyword-lorem">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   370
                        <div class="curtain"></div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   371
                        <div class="visuel-project">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   372
                            <img src="img/177x232.png" alt="">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   373
                            <div class="tools toggle">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   374
                                <div class="title-project">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   375
                                    <h3>azerty qwerty allo hello</h3>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   376
                                    <h4>Théodore Chasseriau</h4>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   377
                                </div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   378
                                <ul class="clearfix">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   379
                                    <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
   380
                                    <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
   381
                                    <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
   382
                                    <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
   383
                                    <li><a title="Supprimer" class="tool trash" href="#"></a></li>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   384
                                </ul>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   385
                            </div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   386
                        </div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   387
                        <div class="content-project">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   388
                            <div class="title-project">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   389
                                <h3>azerty qwerty allo hello</h3>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   390
                                <h4>Théodore Chasseriau</h4>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   391
                            </div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   392
                            <p>azerty qwerty allo hello azerty qwerty allo hello</p>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   393
                        </div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   394
                    </li>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   395
                </ul>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   396
            </div>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   397
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   398
            
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   399
        </section>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   400
        <footer class="clearfix">
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   401
            <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
   402
            <p>Mai 2013</p>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   403
        </footer>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   404
    </div><!-- /.wrap -->
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   405
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   406
    <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
   407
    <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
   408
    <script src="js/masonry.min.js"></script>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   409
    <script src="js/main.js"></script>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   410
</body>
f694df1f57a6 update collection vue
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   411
</html>