integration/home.html
author Anthony Ly <anthonyly.com@gmail.com>
Wed, 24 Oct 2012 16:30:55 +0200
changeset 8 523828fb7c78
parent 7 12978893bbf0
child 10 d2bda8277688
permissions -rw-r--r--
simplification syntaxe css
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     1
<!DOCTYPE html>
08ee0719b907 ajout image
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]-->
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     3
<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     4
<!--[if IE 8]>         <html class="no-js lt-ie9"> <![endif]-->
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     5
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     6
    <head>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     7
        <meta charset="utf-8">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     8
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     9
        <title>Home</title>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    10
        <link rel="stylesheet" href="css/reset.css" />
7
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents: 6
diff changeset
    11
        <link rel="stylesheet" href="css/common.css" />
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents: 6
diff changeset
    12
        <link rel="stylesheet" href="css/home.css" />
6
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    13
        <link rel="stylesheet" href="css/ui-lightness/jquery-ui-1.8.24.custom.css">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    14
        <script src="js/vendor/modernizr-2.6.1.min.js"></script>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    15
    </head>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    16
    <body>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    17
        <div class="wrap">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    18
            <div class="wrap-header">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    19
                <a title="Bibliothèque centre Pompidou" href="#"><img src="img/pompidou-logo.png" alt="Bibliothèque centre Pompidou" /></a>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    20
            </div>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    21
            <div class="header">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    22
                <!-- popin header -->
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    23
                <div class="popin user info" id="user">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    24
                    <img class="pointer" src="img/popin-triangle.png" alt="" />
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    25
                    <div class="popin-content">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    26
                        <h2>Mashup75</h2>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    27
                        <h3>mash@cinecast.fr</h3>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    28
                        <a href="#" class="nb-hashcut">12 Hashcuts</a>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    29
                        <a href="#" class="change-account">Changer de compte</a>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    30
                    </div>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    31
                </div><!-- popin user info-->
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    32
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    33
                <div class="popin user signup" id="user">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    34
                    <img class="pointer" src="img/popin-triangle.png" alt="" />
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    35
                    <div class="popin-content">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    36
                        <h2>Créer un compte :</h2>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    37
                        <form action="#">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    38
                            <p>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    39
                                <label for="signup-pseudo">Pseudonyme : </label>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    40
                                <input type="text" id="signup-pseudo" name="" />
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    41
                            </p>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    42
                            <p >
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    43
                                <label for="signup-email">Email : </label>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    44
                                <input type="text" id="signup-email" name="" />
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    45
                            </p>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    46
                            <p >
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    47
                                <label for="signup-password">Mot de passe : </label>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    48
                                <input type="password" id="signup-password" name="" />
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    49
                            </p>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    50
                            <p>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    51
                                <label for="signup-password">Confirmer le mot de passe : </label>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    52
                                <input type="password" id="signup-password" name="" />
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    53
                            </p>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    54
                            <p>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    55
                                <input type="submit" value="Créer le compte">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    56
                            </p>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    57
                        </form>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    58
   
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    59
                    </div>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    60
                </div><!-- popin user signup-->
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    61
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    62
                <div class="popin user login" id="user">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    63
                    <img class="pointer" src="img/popin-triangle.png" alt="" />
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    64
                    <div class="popin-content">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    65
                        <h2>Connexion :</h2>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    66
                        <form action="#">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    67
                            <p>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    68
                                <label for="signup-pseudo">E-mail : </label>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    69
                                <input type="text" id="signup-pseudo" name="" />
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    70
                            </p>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    71
                            <p >
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    72
                                <label for="signup-email">Mot de passe : </label>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    73
                                <input type="password" id="signup-email" name="" />
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    74
                            </p>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    75
                            <p>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    76
                                <input type="submit" value="Se connecter">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    77
                            </p>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    78
                            <p>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    79
                                <a class="signup-button" href="#">Créer un compte</a>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    80
                            </p>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    81
                        </form>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    82
   
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    83
                    </div>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    84
                </div><!-- popin user login-->
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    85
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    86
                <h1><a title="Hashcut - Le Mashup cliquable" class="clearfix" href="#">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    87
                    <img src="img/hashcut-logo.png" alt="Hashcut" />
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    88
                    <span>Le Mashup<br />Cliquable</span>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    89
                </a></h1>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    90
                <div class="title-header">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    91
                    <h2><a href="#">Créer un hashcut !</a></h2>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    92
                </div>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    93
                <div class="profil-wrap">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    94
                   
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    95
                    <a href="#user" class="my-profil open-popin">Mon profil</a>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    96
                </div>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    97
            </div><!-- header -->
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    98
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    99
            <div class="content">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   100
                <div class="left-content">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   101
                    <h2>Hashcuts à la Une</h2>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   102
                    <div class="hashcut-video-wrap">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   103
                        <div class="news">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   104
                            <a href="#" class="screenshot"><img src="img/visuel-home-news.jpg" alt=""/></a>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   105
                            <h3><strong>Mon Hashcut</strong> par <a href="#">Hashcutter</a> | <span>02:24</span> </h3>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   106
                        </div>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   107
                        <div class="news">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   108
                            <a href="#" class="screenshot"><img src="img/visuel-home-news.jpg" alt=""/></a>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   109
                            <h3><strong>Mon Hashcut</strong> par <a href="#">Hashcutter</a> | <span>02:24</span> </h3>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   110
                        </div>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   111
                    </div>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   112
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   113
                    <h2>Derniers Hashcuts</h2>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   114
                    <div class="hashcut-video-wrap">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   115
                        <div class="last">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   116
                            <a href="#" class="screenshot"><img src="img/visuel-home-last.jpg" alt="" /></a>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   117
                            <h3><strong>Mon Hashcut</strong> par <a href="#">Hashcutter</a> | <span>02:24</span> </h3>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   118
                        </div>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   119
                        <div class="last">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   120
                            <a href="#" class="screenshot"><img src="img/visuel-home-last.jpg" alt="" /></a>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   121
                            <h3><strong>Mon Hashcut</strong> par <a href="#">Hashcutter</a> | <span>02:24</span> </h3>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   122
                        </div>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   123
                        <div class="last">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   124
                            <a href="#" class="screenshot"><img src="img/visuel-home-last.jpg" alt="" /></a>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   125
                            <h3><strong>Mon Hashcut</strong> par <a href="#">Hashcutter</a> | <span>02:24</span> </h3>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   126
                        </div>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   127
                        <div class="last">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   128
                            <a href="#" class="screenshot"><img src="img/visuel-home-last.jpg" alt="" /></a>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   129
                            <h3><strong>Mon Hashcut</strong> par <a href="#">Hashcutter</a> | <span>02:24</span> </h3>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   130
                        </div>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   131
                        <div class="last">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   132
                            <a href="#" class="screenshot"><img src="img/visuel-home-last.jpg" alt="" /></a>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   133
                            <h3><strong>Mon Hashcut</strong> par <a href="#">Hashcutter</a> | <span>02:24</span> </h3>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   134
                        </div>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   135
                        <div class="last">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   136
                            <a href="#" class="screenshot"><img src="img/visuel-home-last.jpg" alt="" /></a>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   137
                            <h3><strong>Mon Hashcut</strong> par <a href="#">Hashcutter</a> | <span>02:24</span> </h3>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   138
                        </div>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   139
                        <div class="last">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   140
                            <a href="#" class="screenshot"><img src="img/visuel-home-last.jpg" alt="" /></a>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   141
                            <h3><strong>Mon Hashcut</strong> par <a href="#">Hashcutter</a> | <span>02:24</span> </h3>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   142
                        </div>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   143
                        <div class="last">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   144
                            <a href="#" class="screenshot"><img src="img/visuel-home-last.jpg" alt="" /></a>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   145
                            <h3><strong>Mon Hashcut</strong> par <a href="#">Hashcutter</a> | <span>02:24</span> </h3>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   146
                        </div>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   147
                    </div>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   148
                    <div class="pagination">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   149
                        <a href="#" class="active">1</a>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   150
                        <a href="#">2</a>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   151
                        <a href="#">3</a>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   152
                        <a href="#">4</a>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   153
                        <a href="#">5</a>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   154
                        <a href="#">6</a>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   155
                        <a href="#">Suivant</a>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   156
                    </div>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   157
               
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   158
                </div><!-- left-content -->
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   159
                <div class="right-content">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   160
                    <div class="definition">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   161
                        <h2>Hashcuts ?</h2>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   162
                        <p>Un <strong>Hashcut</strong> est à la fois une <a href="#">Hypervidéo</a> (ensemble de vidéos cliquable, permettant une navigation entre vidéos) et un <a href="#">Mashup</a> (mélange de médias, de l’anglais mash, «purée»).</p>
7
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents: 6
diff changeset
   163
                        <p>Un <strong>Hashcut</strong> est un assemblage de citations de vidéos, mises bout à bout, sans altération des médias d’origine, et permet à chacun de proposer un nouveau regard, une porte d’entrée éditorialisée sur ces médias.</p>
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents: 6
diff changeset
   164
                    </div>
12978893bbf0 ajout des fonts et réorganisation des css
Anthony Ly <anthonyly.com@gmail.com>
parents: 6
diff changeset
   165
                    <div class="how-to">
8
523828fb7c78 simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents: 7
diff changeset
   166
                        <h2>Comment faire ?</h2>
523828fb7c78 simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents: 7
diff changeset
   167
                        <ul>
523828fb7c78 simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents: 7
diff changeset
   168
                            <li class="inscription">
523828fb7c78 simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents: 7
diff changeset
   169
                                <h3>1. S’inscrire</h3>
523828fb7c78 simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents: 7
diff changeset
   170
                                <p>Commencez par créer votre espace<br/>personnel sur cette plateforme !</p>
523828fb7c78 simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents: 7
diff changeset
   171
                            </li>
523828fb7c78 simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents: 7
diff changeset
   172
                            <li class="next-step"></li>
523828fb7c78 simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents: 7
diff changeset
   173
                            <li class="creation">
523828fb7c78 simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents: 7
diff changeset
   174
                                <h3>2. Créer un hashcut</h3>
523828fb7c78 simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents: 7
diff changeset
   175
                                <p>Choisissez des médias, segmentez-<br/>les, assemblez les segments et rajou-<br/>tez des commentaires sur le Hashcut.</p>
523828fb7c78 simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents: 7
diff changeset
   176
                            </li>
523828fb7c78 simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents: 7
diff changeset
   177
                            <li class="next-step"></li>
523828fb7c78 simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents: 7
diff changeset
   178
                            <li class="publier">
523828fb7c78 simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents: 7
diff changeset
   179
                                <h3>3. Publier et partager</h3>
523828fb7c78 simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents: 7
diff changeset
   180
                                <p>Une fois le hashcut terminé,<br/>publiez-le sur cette plateforme et<br/>partagez votre création sur les<br/>réseaux sociaux</p>
523828fb7c78 simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents: 7
diff changeset
   181
                            </li>
523828fb7c78 simplification syntaxe css
Anthony Ly <anthonyly.com@gmail.com>
parents: 7
diff changeset
   182
                        </ul>
6
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   183
                    </div>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   184
                    
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   185
                </div><!-- left-content -->
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   186
            </div><!-- content -->
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   187
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   188
            <div class="footer clearfix">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   189
                <ul class="links-left">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   190
                    <li><a href="#">Mentions légales</a></li>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   191
                    <li><a href="#">Contacts</a></li>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   192
                </ul>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   193
                <ul class="links-right">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   194
                    <li><a title="IRI" href="http://www.iri.centrepompidou.fr/"> <img src="img/logo-iri.png" alt="iri" /></a></li>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   195
                    <li><a title="cinecast" href="http://cinecast.fr/"><img src="img/logo-cinecast.png" alt="cinecast" /></a></li>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   196
                    <li>© 2012</li>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   197
                </ul>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   198
            </div><!-- footer -->
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   199
        </div><!-- wrap -->
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   200
        <!-- JavaScript -->
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   201
        <script src="js/vendor/jquery-1.8.0.min.js"></script>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   202
        <script src="js/vendor/jquery-ui-1.8.24.custom.min.js"></script>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   203
        <script src="js/plugins.js"></script>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   204
        <script src="js/main.js"></script>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   205
    </body>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   206
</html>