integration/v2/03-collection_non_connecte.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:
122
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     1
<!DOCTYPE html>
dabde7eb8d1f update sprite button
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]-->
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     3
<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     4
<!--[if IE 8]>         <html class="no-js lt-ie9"> <![endif]-->
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     5
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     6
<head>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     7
    <meta charset="utf-8">
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     8
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     9
    <meta name="description" content="eGonomy">
124
22f0436feacf correction nav
Anthony Ly <anthonyly.com@gmail.com>
parents: 122
diff changeset
    10
    <title>eGonomy : Collectionner (non connecté)</title>
122
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    11
    
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    12
    <link rel="stylesheet" href="css/reset.css">
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    13
    <link rel="stylesheet" href="css/fonts.css">
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    14
    <link rel="stylesheet" href="css/style.css">
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    15
    <script src="js/vendor/modernizr-2.6.2.min.js"></script>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    16
</head>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    17
<body>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    18
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    19
    <div class="wrap">
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    20
        <header class="clearfix">
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    21
            <h1><a href="#">egonomy</a></h1>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    22
            <div class="col-right">
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    23
                <ul class="head-login clearfix">
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    24
                    <li>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    25
                        <form method="GET" action="/egonomy/allpictures/">
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    26
                            <p>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    27
                                <input id="id_search" type="text" placeholder="Rechercher dans le site">
136
15a6adeeb5d1 custom select
Anthony Ly <anthonyly.com@gmail.com>
parents: 132
diff changeset
    28
                                <label class="styled-select">
15a6adeeb5d1 custom select
Anthony Ly <anthonyly.com@gmail.com>
parents: 132
diff changeset
    29
                                    <select>
15a6adeeb5d1 custom select
Anthony Ly <anthonyly.com@gmail.com>
parents: 132
diff changeset
    30
                                        <option selected="" value="/egonomy/allpictures/">Images</option>
15a6adeeb5d1 custom select
Anthony Ly <anthonyly.com@gmail.com>
parents: 132
diff changeset
    31
                                        <option value="/egonomy/allfragments/">Fragments</option>
15a6adeeb5d1 custom select
Anthony Ly <anthonyly.com@gmail.com>
parents: 132
diff changeset
    32
                                    </select>
15a6adeeb5d1 custom select
Anthony Ly <anthonyly.com@gmail.com>
parents: 132
diff changeset
    33
                                </label>
122
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    34
                            </p>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    35
                            <input type="hidden" name="field" value="all">
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    36
                        </form>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    37
                    </li>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    38
                    <li class="hello-user">Bonjour Anthony Ly</li>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    39
                    <li><span class="dot-6"></span></li>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    40
                    <li><a class="login" href="#">Déconnexion</a></li>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    41
                </ul>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    42
                <nav>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    43
                    <ul class="nav clearfix">
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    44
                        <li><a href="#" title="home"><img src="img/icon-home.png" alt="home"></a></li>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    45
                        <li><span class="dot-10"></span></li>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    46
                        <li><a href="#">explorer</a></li>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    47
                        <li><span class="dot-10"></span></li>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    48
                        <li><a href="#">collectionner</a></li>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    49
                        <li><span class="dot-10"></span></li>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    50
                        <li><a href="#">créer</a></li>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    51
                        <li><span class="dot-10"></span></li>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    52
                        <li><a href="#">mon profil</a></li>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    53
                    </ul>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    54
                </nav>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    55
            </div>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    56
        </header>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    57
        <section>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    58
            <div class="title-page">
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    59
                <h2>collection n°1 / <span>par Hubert Trucchose</span></h2>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    60
                <ul class="sub-nav title-menu clearfix">
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    61
                    <li><a href="#" class="active">argumentaire</a></li>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    62
                    <li><span class="dot-6"></span></li>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    63
                    <li><a href="#">mosaïque</a></li>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    64
                    <li><span class="dot-6"></span></li>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    65
                    <li><a href="#">géographique</a></li>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    66
                    <li><span class="dot-6"></span></li>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    67
                    <li><a href="#">envoyer vers collage</a></li>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    68
                </ul>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    69
            </div>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    70
            <div class="bar-tools clearfix">
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    71
                <ul class="clearfix">
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    72
                    <li><a href="#">imprimer en PDF</a></li>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    73
                    <li><a href="#">lire le diaporama</a></li>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    74
                    <li><a class="icon save" href="#">enregistrer sous</a></li>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    75
                </ul>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    76
            </div>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    77
201
4b67b2e26925 replace all list-projects by list-style
Anthony Ly <anthonyly.com@gmail.com>
parents: 164
diff changeset
    78
            <ul class="list-style-3 clearfix masonry-465">
164
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
    79
                
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
    80
                <li class="clearfix horizontal item-masonry">
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
    81
                    <div class="col-left">
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
    82
                        <img src="img/225x225.png" alt="">
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
    83
                        <div class="tools toggle">
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
    84
                            <ul class="clearfix">
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
    85
                                <li><a title="Partager sur Twitter" class="tool twitter" href="#"></a></li>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
    86
                                <li><a title="Partager sur Facebook" class="tool facebook" href="#"></a></li>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
    87
                                <li><a title="Ajouter à ma collection" class="tool plus" href="#"></a></li>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
    88
                                <li><a title="Créer un fragment" class="tool cut" href="#"></a></li>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
    89
                                <li><a title="Supprimer" class="tool trash" href="#"></a></li>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
    90
                            </ul>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
    91
                        </div>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
    92
                    </div>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
    93
                    <div class="col-right">
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
    94
                        <div class="project-title">
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
    95
                            <a href="#" class="edit toggle"><img src="img/icon-pencil-15.png" alt=""></a>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
    96
                            <h3>Sapho</h3>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
    97
                            <h4>Théodore Chasseriau</h4>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
    98
                        </div>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
    99
                        <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ut optio consectetur provident inventore nihil rerum cum atque sequi reprehenderit culpa nemo iure commodi est repellendus qui excepturi pariatur non amet.
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   100
                        Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ut optio consectetur provident </p>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   101
                    </div>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   102
                </li>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   103
                <li class="clearfix horizontal item-masonry">
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   104
                    <div class="col-left">
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   105
                        <img src="img/225x297.png" alt="">
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   106
                        <div class="tools toggle">
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   107
                            <ul class="clearfix">
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   108
                                <li><a title="Partager sur Twitter" class="tool twitter" href="#"></a></li>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   109
                                <li><a title="Partager sur Facebook" class="tool facebook" href="#"></a></li>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   110
                                <li><a title="Ajouter à ma collection" class="tool plus" href="#"></a></li>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   111
                                <li><a title="Créer un fragment" class="tool cut" href="#"></a></li>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   112
                                <li><a title="Supprimer" class="tool trash" href="#"></a></li>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   113
                            </ul>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   114
                        </div>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   115
                    </div>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   116
                    <div class="col-right">
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   117
                        <div class="project-title">
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   118
                            <a href="#" class="edit toggle"><img src="img/icon-pencil-15.png" alt=""></a>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   119
                            <h3>Sapho</h3>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   120
                            <h4>Théodore Chasseriau</h4>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   121
                        </div>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   122
                        <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ut optio consectetur provident inventore nihil rerum cum atque sequi reprehenderit culpa nemo iure commodi est repellendus qui excepturi pariatur non amet.
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   123
                        Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ut optio consectetur provident </p>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   124
                    </div>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   125
                </li>
132
Anthony Ly <anthonyly.com@gmail.com>
parents: 124
diff changeset
   126
                <li class="clearfix horizontal item-masonry">
122
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   127
                    <div class="col-left">
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   128
                        <img src="img/225x297.png" alt="">
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   129
                        <div class="tools toggle">
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   130
                            <ul class="clearfix">
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   131
                                <li><a title="Partager sur Twitter" class="tool twitter" href="#"></a></li>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   132
                                <li><a title="Partager sur Facebook" class="tool facebook" href="#"></a></li>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   133
                                <li><a title="Ajouter à ma collection" class="tool plus" href="#"></a></li>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   134
                                <li><a title="Créer un fragment" class="tool cut" href="#"></a></li>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   135
                                <li><a title="Supprimer" class="tool trash" href="#"></a></li>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   136
                            </ul>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   137
                        </div>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   138
                    </div>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   139
                    <div class="col-right">
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   140
                        <div class="project-title">
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   141
                            <a href="#" class="edit toggle"><img src="img/icon-pencil-15.png" alt=""></a>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   142
                            <h3>Sapho</h3>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   143
                            <h4>Théodore Chasseriau</h4>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   144
                        </div>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   145
                        <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ut optio consectetur provident inventore nihil rerum cum atque sequi reprehenderit culpa nemo iure commodi est repellendus qui excepturi pariatur non amet.
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   146
                        Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ut optio consectetur provident </p>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   147
                    </div>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   148
                </li>
164
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   149
                <li class="clearfix horizontal item-masonry">
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   150
                    <div class="col-left">
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   151
                        <img src="img/225x297.png" alt="">
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   152
                        <div class="tools toggle">
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   153
                            <ul class="clearfix">
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   154
                                <li><a title="Partager sur Twitter" class="tool twitter" href="#"></a></li>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   155
                                <li><a title="Partager sur Facebook" class="tool facebook" href="#"></a></li>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   156
                                <li><a title="Ajouter à ma collection" class="tool plus" href="#"></a></li>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   157
                                <li><a title="Créer un fragment" class="tool cut" href="#"></a></li>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   158
                                <li><a title="Supprimer" class="tool trash" href="#"></a></li>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   159
                            </ul>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   160
                        </div>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   161
                    </div>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   162
                    <div class="col-right">
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   163
                        <div class="project-title">
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   164
                            <a href="#" class="edit toggle"><img src="img/icon-pencil-15.png" alt=""></a>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   165
                            <h3>Sapho</h3>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   166
                            <h4>Théodore Chasseriau</h4>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   167
                        </div>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   168
                        <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ut optio consectetur provident inventore nihil rerum cum atque sequi reprehenderit culpa nemo iure commodi est repellendus qui excepturi pariatur non amet.
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   169
                        Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ut optio consectetur provident </p>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   170
                    </div>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   171
                </li>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   172
                <li class="item-masonry">
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   173
                    <div class="col-left">
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   174
                        <img src="img/225x225.png" alt="">
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   175
                        <div class="tools toggle">
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   176
                            <ul class="clearfix">
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   177
                                <li><a title="Partager sur Twitter" class="tool twitter" href="#"></a></li>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   178
                                <li><a title="Partager sur Facebook" class="tool facebook" href="#"></a></li>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   179
                                <li><a title="Ajouter à ma collection" class="tool plus" href="#"></a></li>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   180
                                <li><a title="Créer un fragment" class="tool cut" href="#"></a></li>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   181
                                <li><a title="Supprimer" class="tool trash" href="#"></a></li>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   182
                            </ul>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   183
                        </div>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   184
                    </div>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   185
                    <div class="col-right">
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   186
                        <div class="project-title">
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   187
                            <a href="#" class="edit toggle"><img src="img/icon-pencil-15.png" alt=""></a>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   188
                            <h3>Sapho</h3>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   189
                            <h4>Théodore Chasseriau</h4>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   190
                        </div>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   191
                        <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ut optio consectetur provident inventore nihil rerum cum atque sequi reprehenderit culpa nemo iure commodi est repellendus qui excepturi pariatur non amet.
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   192
                        Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ut optio consectetur provident </p>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   193
                    </div>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   194
                </li>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   195
                <li class="item-masonry">
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   196
                    <div class="col-left">
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   197
                        <img src="img/469x295.png" alt="">
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   198
                        <div class="tools toggle">
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   199
                            <ul class="clearfix">
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   200
                                <li><a title="Partager sur Twitter" class="tool twitter" href="#"></a></li>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   201
                                <li><a title="Partager sur Facebook" class="tool facebook" href="#"></a></li>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   202
                                <li><a title="Ajouter à ma collection" class="tool plus" href="#"></a></li>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   203
                                <li><a title="Créer un fragment" class="tool cut" href="#"></a></li>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   204
                                <li><a title="Supprimer" class="tool trash" href="#"></a></li>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   205
                            </ul>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   206
                        </div>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   207
                    </div>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   208
                    <div class="col-right">
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   209
                        <div class="project-title">
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   210
                            <a href="#" class="edit toggle"><img src="img/icon-pencil-15.png" alt=""></a>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   211
                            <h3>Sapho</h3>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   212
                            <h4>Théodore Chasseriau</h4>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   213
                        </div>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   214
                        <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ut optio consectetur provident inventore nihil rerum cum atque sequi reprehenderit culpa nemo iure commodi est repellendus qui excepturi pariatur non amet.
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   215
                        Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ut optio consectetur provident </p>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   216
                    </div>
09ad16c9fee5 update mosaic
Anthony Ly <anthonyly.com@gmail.com>
parents: 136
diff changeset
   217
                </li>
132
Anthony Ly <anthonyly.com@gmail.com>
parents: 124
diff changeset
   218
                <li class="item-masonry">
122
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   219
                    <div class="col-left">
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   220
                        <img src="img/469x295.png" alt="">
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   221
                        <div class="tools toggle">
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   222
                            <ul class="clearfix">
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   223
                                <li><a title="Partager sur Twitter" class="tool twitter" href="#"></a></li>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   224
                                <li><a title="Partager sur Facebook" class="tool facebook" href="#"></a></li>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   225
                                <li><a title="Ajouter à ma collection" class="tool plus" href="#"></a></li>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   226
                                <li><a title="Créer un fragment" class="tool cut" href="#"></a></li>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   227
                                <li><a title="Supprimer" class="tool trash" href="#"></a></li>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   228
                            </ul>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   229
                        </div>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   230
                    </div>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   231
                    <div class="col-right">
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   232
                        <div class="project-title">
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   233
                            <a href="#" class="edit toggle"><img src="img/icon-pencil-15.png" alt=""></a>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   234
                            <h3>Sapho</h3>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   235
                            <h4>Théodore Chasseriau</h4>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   236
                        </div>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   237
                        <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ut optio consectetur provident inventore nihil rerum cum atque sequi reprehenderit culpa nemo iure commodi est repellendus qui excepturi pariatur non amet.
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   238
                        Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ut optio consectetur provident </p>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   239
                    </div>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   240
                </li>
132
Anthony Ly <anthonyly.com@gmail.com>
parents: 124
diff changeset
   241
                <li class="clearfix horizontal item-masonry">
122
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   242
                    <div class="col-left">
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   243
                        <img src="img/225x297.png" alt="">
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   244
                        <div class="tools toggle">
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   245
                            <ul class="clearfix">
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   246
                                <li><a title="Partager sur Twitter" class="tool twitter" href="#"></a></li>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   247
                                <li><a title="Partager sur Facebook" class="tool facebook" href="#"></a></li>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   248
                                <li><a title="Ajouter à ma collection" class="tool plus" href="#"></a></li>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   249
                                <li><a title="Créer un fragment" class="tool cut" href="#"></a></li>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   250
                                <li><a title="Supprimer" class="tool trash" href="#"></a></li>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   251
                            </ul>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   252
                        </div>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   253
                    </div>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   254
                    <div class="col-right">
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   255
                        <div class="project-title">
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   256
                            <a href="#" class="edit toggle"><img src="img/icon-pencil-15.png" alt=""></a>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   257
                            <h3>Sapho</h3>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   258
                            <h4>Théodore Chasseriau</h4>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   259
                        </div>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   260
                        <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ut optio consectetur provident inventore nihil rerum cum atque sequi reprehenderit culpa nemo iure commodi est repellendus qui excepturi pariatur non amet.
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   261
                        Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ut optio consectetur provident
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   262
                        Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ut optio consectetur provident inventore nihil rerum cum atque sequi reprehenderit culpa nemo iure commodi est repellendus qui excepturi pariatur non amet.
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   263
                        Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ut optio consectetur provident
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   264
                        Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ut optio consectetur provident inventore nihil rerum cum atque sequi reprehenderit culpa nemo iure commodi est repellendus qui excepturi pariatur non amet.
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   265
                        Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ut optio consectetur provident </p>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   266
                    </div>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   267
                </li>
132
Anthony Ly <anthonyly.com@gmail.com>
parents: 124
diff changeset
   268
                <li class="item-masonry">
122
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   269
                    <div class="col-left">
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   270
                        <img src="img/469x295.png" alt="">
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   271
                        <div class="tools toggle">
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   272
                            <ul class="clearfix">
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   273
                                <li><a title="Partager sur Twitter" class="tool twitter" href="#"></a></li>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   274
                                <li><a title="Partager sur Facebook" class="tool facebook" href="#"></a></li>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   275
                                <li><a title="Ajouter à ma collection" class="tool plus" href="#"></a></li>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   276
                                <li><a title="Créer un fragment" class="tool cut" href="#"></a></li>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   277
                                <li><a title="Supprimer" class="tool trash" href="#"></a></li>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   278
                            </ul>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   279
                        </div>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   280
                    </div>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   281
                    <div class="col-right">
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   282
                        <div class="project-title">
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   283
                            <a href="#" class="edit toggle"><img src="img/icon-pencil-15.png" alt=""></a>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   284
                            <h3>Sapho</h3>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   285
                            <h4>Théodore Chasseriau</h4>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   286
                        </div>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   287
                        <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ut optio consectetur provident inventore nihil rerum cum atque sequi reprehenderit culpa nemo iure commodi est repellendus qui excepturi pariatur non amet.
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   288
                        Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ut optio consectetur provident </p>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   289
                    </div>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   290
                </li>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   291
            </ul>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   292
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   293
            
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   294
        </section>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   295
        <footer class="clearfix">
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   296
            <h6>EGONOMY est un projet de l’IRI et de la réunion des Musées Nationaux</h6>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   297
            <p>Mai 2013</p>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   298
        </footer>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   299
    </div><!-- /.wrap -->
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   300
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   301
    <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   302
    <script>window.jQuery || document.write('<script src="js/vendor/jquery-1.9.1.min.js"><\/script>')</script>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   303
    <script src="js/masonry.min.js"></script>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   304
    <script src="js/main.js"></script>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   305
</body>
dabde7eb8d1f update sprite button
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   306
</html>