integration/home.html
author veltr
Mon, 06 May 2013 16:12:54 +0200
changeset 146 fb46a25a9d06
parent 104 1b84c7b2aeee
permissions -rw-r--r--
Added tag V00.10 for changeset b62a08b1e993
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>
18
c85b323f5174 Modifications to home
veltr
parents: 10
diff changeset
     2
<html>
6
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     3
    <head>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     4
        <meta charset="utf-8">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     5
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
18
c85b323f5174 Modifications to home
veltr
parents: 10
diff changeset
     6
        <meta name="copyright" content="Institut de Recherche et d'Innovation (IRI), 2012" />
c85b323f5174 Modifications to home
veltr
parents: 10
diff changeset
     7
        <meta name="author" content="Anthony Ly, Raphaël Velt" />
c85b323f5174 Modifications to home
veltr
parents: 10
diff changeset
     8
        <title>Hashcut &gt; Home</title>
22
bd904d592881 Started player integration
veltr
parents: 18
diff changeset
     9
        <link rel="stylesheet" href="lib/jquery-ui.css" />
6
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
    </head>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    14
    <body>
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
    15
    
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
    16
        <div class="wrap-header-top">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
    17
            <div class="wrap-header-top-content">
18
c85b323f5174 Modifications to home
veltr
parents: 10
diff changeset
    18
                <a title="Bibliothèque Publique d'Information" href="#"><img src="img/pompidou-logo.png" alt="Bibliothèque centre Pompidou" /></a>
6
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    19
            </div>
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
    20
        </div><!-- wrap-header-top -->
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
    21
        
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
    22
        
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
    23
        <div class="wrap-header"> 
6
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    24
            <div class="header">
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
    25
            
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
    26
            <!-- popin user -->
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
    27
            
91
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
    28
                <div class="popin user" id="user">
65
60a1e58b0a08 Changed Pointer IMGs into DIVs
veltr
parents: 57
diff changeset
    29
                    <div class="pointer"></div>
6
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    30
                    <div class="popin-content">
91
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
    31
                        <div class="user-screen info">
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
    32
                            <h2>Mashup75</h2>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
    33
                            <h3>mash@cinecast.fr</h3>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
    34
                            <a href="#" class="nb-hashcut">12 Hashcuts</a>
6
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    35
                            <p>
91
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
    36
                                <a href="#" class="change-account button">Changer de compte</a>
6
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    37
                            </p>
91
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
    38
                        </div>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
    39
                        <div class="user-screen signup hide">
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
    40
                            <h2>Créer un compte :</h2>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
    41
                            <form action="#" class="signup-form">
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
    42
                                <p>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
    43
                                    <label for="signup-pseudo">Pseudonyme : </label>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
    44
                                    <input type="text" id="signup-pseudo" name="" />
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
    45
                                </p>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
    46
                                <p >
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
    47
                                    <label for="signup-email">Email : </label>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
    48
                                    <input type="text" id="signup-email" name="" />
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
    49
                                </p>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
    50
                                <p >
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
    51
                                    <label for="signup-password">Mot de passe : </label>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
    52
                                    <input type="password" id="signup-password" name="" />
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
    53
                                </p>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
    54
                                <p>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
    55
                                    <label for="signup-password">Confirmer le mot de passe : </label>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
    56
                                    <input type="password" id="signup-password" name="" />
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
    57
                                </p>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
    58
                                <p>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
    59
                                    <input class="button" type="submit" value="Créer le compte">
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
    60
                                </p>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
    61
                            </form>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
    62
                        </div>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
    63
                        <div class="user-screen login hide">
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
    64
                            <h2>Connexion :</h2>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
    65
                            <form action="#" class="login-form">
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
    66
                                <p>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
    67
                                    <label for="signup-pseudo">E-mail : </label>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
    68
                                    <input type="text" id="signup-pseudo" name="" />
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
    69
                                </p>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
    70
                                <p >
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
    71
                                    <label for="signup-email">Mot de passe : </label>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
    72
                                    <input type="password" id="signup-email" name="" />
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
    73
                                </p>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
    74
                                <p>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
    75
                                    <input class="button" type="submit" value="Se connecter">
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
    76
                                </p>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
    77
                                <p>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
    78
                                    <a class="button signup-button" href="#">Créer un compte</a>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
    79
                                </p>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
    80
                            </form>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
    81
                        </div>
6
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    82
                    </div>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    83
                </div><!-- popin user login-->
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
    84
                
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
    85
            <!-- /popin user -->
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
    86
            
6
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    87
                <h1><a title="Hashcut - Le Mashup cliquable" class="clearfix" href="#">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    88
                    <img src="img/hashcut-logo.png" alt="Hashcut" />
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    89
                    <span>Le Mashup<br />Cliquable</span>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    90
                </a></h1>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    91
                <div class="title-header">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    92
                    <h2><a href="#">Créer un hashcut !</a></h2>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    93
                </div>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    94
                <div class="profil-wrap">
53
9d80aeae789b update html profile links
Anthony Ly <anthonyly.com@gmail.com>
parents: 44
diff changeset
    95
                    <ul class="space-top-2">
9d80aeae789b update html profile links
Anthony Ly <anthonyly.com@gmail.com>
parents: 44
diff changeset
    96
                        <li><a href="#user" class="my-profil open-popin">Mon profil</a></li>
9d80aeae789b update html profile links
Anthony Ly <anthonyly.com@gmail.com>
parents: 44
diff changeset
    97
                    </ul>
6
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    98
                </div>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    99
            </div><!-- header -->
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   100
        </div><!-- wrap-header -->
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   101
           
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   102
        <div class="wrapper">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   103
            <div class="wrap">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   104
                <div class="content">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   105
                    <div class="left-content">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   106
                        <h2>Hashcuts à la Une</h2>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   107
                        <div class="hashcut-video-wrap news">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   108
                            <div class="video-item">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   109
                                <a href="#" class="screenshot"><img src="img/visuel-home-news.jpg" alt=""/></a>
84
0c699d2767f8 Some corrections
veltr
parents: 65
diff changeset
   110
                                <h3><a class="title" href="#">Mon Hashcut</a> par <a class="author" href="#">Hashcutter</a> | <span class="duration">02:24</span> </h3>
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   111
                            </div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   112
                            <div class="video-item">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   113
                                <a href="#" class="screenshot"><img src="img/visuel-home-news.jpg" alt=""/></a>
84
0c699d2767f8 Some corrections
veltr
parents: 65
diff changeset
   114
                                <h3><a class="title" href="#">Mon Hashcut</a> par <a class="author" href="#">Hashcutter</a> | <span class="duration">02:24</span> </h3>
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   115
                            </div>
6
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   116
                        </div>
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   117
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   118
                        <h2>Derniers Hashcuts</h2>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   119
                        <div class="hashcut-video-wrap last">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   120
                            <div class="video-item">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   121
                                <a href="#" class="screenshot"><img src="img/visuel-home-last.jpg" alt="" /></a>
84
0c699d2767f8 Some corrections
veltr
parents: 65
diff changeset
   122
                                <h3><a class="title" href="#">Mon Hashcut</a> par <a class="author" href="#">Hashcutter</a> | <span class="duration">02:24</span> </h3>
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   123
                            </div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   124
                            <div class="video-item">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   125
                                <a href="#" class="screenshot"><img src="img/visuel-home-last.jpg" alt="" /></a>
84
0c699d2767f8 Some corrections
veltr
parents: 65
diff changeset
   126
                                <h3><a class="title" href="#">Mon Hashcut</a> par <a class="author" href="#">Hashcutter</a> | <span class="duration">02:24</span> </h3>
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   127
                            </div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   128
                            <div class="video-item">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   129
                                <a href="#" class="screenshot"><img src="img/visuel-home-last.jpg" alt="" /></a>
84
0c699d2767f8 Some corrections
veltr
parents: 65
diff changeset
   130
                                <h3><a class="title" href="#">Mon Hashcut</a> par <a class="author" href="#">Hashcutter</a> | <span class="duration">02:24</span> </h3>
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   131
                            </div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   132
                            <div class="video-item">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   133
                                <a href="#" class="screenshot"><img src="img/visuel-home-last.jpg" alt="" /></a>
84
0c699d2767f8 Some corrections
veltr
parents: 65
diff changeset
   134
                                <h3><a class="title" href="#">Mon Hashcut</a> par <a class="author" href="#">Hashcutter</a> | <span class="duration">02:24</span> </h3>
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   135
                            </div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   136
                            <div class="video-item">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   137
                                <a href="#" class="screenshot"><img src="img/visuel-home-last.jpg" alt="" /></a>
84
0c699d2767f8 Some corrections
veltr
parents: 65
diff changeset
   138
                                <h3><a class="title" href="#">Mon Hashcut</a> par <a class="author" href="#">Hashcutter</a> | <span class="duration">02:24</span> </h3>
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   139
                            </div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   140
                            <div class="video-item">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   141
                                <a href="#" class="screenshot"><img src="img/visuel-home-last.jpg" alt="" /></a>
84
0c699d2767f8 Some corrections
veltr
parents: 65
diff changeset
   142
                                <h3><a class="title" href="#">Mon Hashcut</a> par <a class="author" href="#">Hashcutter</a> | <span class="duration">02:24</span> </h3>
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   143
                            </div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   144
                            <div class="video-item">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   145
                                <a href="#" class="screenshot"><img src="img/visuel-home-last.jpg" alt="" /></a>
84
0c699d2767f8 Some corrections
veltr
parents: 65
diff changeset
   146
                                <h3><a class="title" href="#">Mon Hashcut</a> par <a class="author" href="#">Hashcutter</a> | <span class="duration">02:24</span> </h3>
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   147
                            </div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   148
                            <div class="video-item">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   149
                                <a href="#" class="screenshot"><img src="img/visuel-home-last.jpg" alt="" /></a>
84
0c699d2767f8 Some corrections
veltr
parents: 65
diff changeset
   150
                                <h3><a class="title" href="#">Mon Hashcut</a> par <a class="author" href="#">Hashcutter</a> | <span class="duration">02:24</span> </h3>
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   151
                            </div>
6
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   152
                        </div>
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   153
                        
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   154
                        <div class="pagination">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   155
                            <a href="#" class="active">1</a>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   156
                            <a href="#">2</a>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   157
                            <a href="#">3</a>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   158
                            <a href="#">4</a>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   159
                            <a href="#">5</a>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   160
                            <a href="#">6</a>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   161
                            <a href="#">Suivant</a>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   162
                        </div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   163
                   
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   164
                    </div><!-- left-content -->
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   165
                    <div class="right-content">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   166
                        <div class="definition">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   167
                            <h2>Hashcuts ?</h2>
54
aa0391d09b6f Links update
veltr
parents: 44
diff changeset
   168
                            <p>Un <strong>Hashcut</strong> est à la fois une <a href="http://fr.wikipedia.org/wiki/Hypervid%C3%A9o" target="_blank">Hypervidéo</a> (vidéo cliquable) et un <a href="http://fr.wikipedia.org/wiki/Mashup_%28video%29" target="_blank">Mashup</a> (mélange de médias, de l’anglais mash, «purée»).</p>
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   169
                            <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>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   170
                        </div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   171
                        <div class="how-to">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   172
                            <h2>Comment faire ?</h2>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   173
                            <ul>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   174
                                <li class="inscription">
54
aa0391d09b6f Links update
veltr
parents: 44
diff changeset
   175
                                    <h3><a href="#">1. S’inscrire</a></h3>
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   176
                                    <p>Commencez par créer votre espace personnel sur cette plateforme !</p>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   177
                                </li>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   178
                                <li class="next-step"></li>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   179
                                <li class="creation">
54
aa0391d09b6f Links update
veltr
parents: 44
diff changeset
   180
                                    <h3><a href="edition.html">2. Créer un hashcut</a></h3>
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   181
                                    <p>Choisissez des médias, segmentez les, assemblez les segments et rajoutez des commentaires sur le Hashcut.</p>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   182
                                </li>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   183
                                <li class="next-step"></li>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   184
                                <li class="publier">
54
aa0391d09b6f Links update
veltr
parents: 44
diff changeset
   185
                                    <h3><a href="#">3. Publier et partager</a></h3>
aa0391d09b6f Links update
veltr
parents: 44
diff changeset
   186
                                    <p>Une fois le hashcut terminé, publiez-le sur cette plateforme et partagez votre création sur les réseaux sociaux</p>
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   187
                                </li>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   188
                            </ul>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   189
                        </div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   190
                        
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   191
                    </div><!-- left-content -->
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   192
                </div><!-- content -->
6
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   193
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   194
                <div class="footer clearfix">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   195
                    <ul class="links-left">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   196
                        <li><a href="#">Mentions légales</a></li>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   197
                        <li><a href="#">Contacts</a></li>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   198
                    </ul>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   199
                    <ul class="links-right">
54
aa0391d09b6f Links update
veltr
parents: 44
diff changeset
   200
                        <li><a title="IRI" href="http://www.iri.centrepompidou.fr/" target="_blank"> <img src="img/logo-iri.png" alt="iri" /></a></li>
aa0391d09b6f Links update
veltr
parents: 44
diff changeset
   201
                        <li><a title="Cinecast" href="http://cinecast.fr/" target="_blank"><img src="img/logo-cinecast.png" alt="cinecast" /></a></li>
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   202
                        <li>© 2012</li>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   203
                    </ul>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   204
                </div><!-- footer -->
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   205
            </div><!-- wrap -->
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   206
        </div><!-- wrapper -->
6
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   207
        <!-- JavaScript -->
18
c85b323f5174 Modifications to home
veltr
parents: 10
diff changeset
   208
        <script type="text/javascript" src="lib/jquery.min.js"></script>
c85b323f5174 Modifications to home
veltr
parents: 10
diff changeset
   209
        <script type="text/javascript" src="lib/jquery-ui.min.js"></script>
104
1b84c7b2aeee Added Translations
veltr
parents: 92
diff changeset
   210
        <script type="text/javascript" src="js/i18n.js"></script>
18
c85b323f5174 Modifications to home
veltr
parents: 10
diff changeset
   211
        <script type="text/javascript" src="js/common.js"></script>
91
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
   212
        <script>
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
   213
            
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
   214
        /* IF NOT CONNECTED */
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
   215
        $(function() {
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
   216
            $("a[href='edition.html']").click(function() {
92
54cd42adea33 Minor changes
veltr
parents: 91
diff changeset
   217
                $("#user").show();
91
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
   218
                return false;
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
   219
            });
92
54cd42adea33 Minor changes
veltr
parents: 91
diff changeset
   220
        });
91
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
   221
        
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
   222
        /* END IF */
a94f5c62e4d7 unified templates + modified login form popin
veltr
parents: 84
diff changeset
   223
        </script>
6
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   224
    </body>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   225
</html>