integration/profil.html
author Anthony Ly <anthonyly.com@gmail.com>
Wed, 24 Oct 2012 16:30:55 +0200
changeset 8 523828fb7c78
parent 6 08ee0719b907
child 23 c9dc489913af
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>Profil</title>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    10
        <link rel="stylesheet" href="css/reset.css" />
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    11
        <link rel="stylesheet" href="css/style.css" />
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    12
        <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
    13
        <script src="js/vendor/modernizr-2.6.1.min.js"></script>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    14
    </head>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    15
    <body>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    16
        <div class="wrap">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    17
            <div class="wrap-header">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    18
                <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
    19
            </div>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    20
            <div class="header">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    21
                <!-- popin header -->
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    22
                <div class="popin user info" id="user">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    23
                    <img class="pointer" src="img/popin-triangle.png" alt="" />
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    24
                    <div class="popin-content">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    25
                        <h2>Mashup75</h2>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    26
                        <h3>mash@cinecast.fr</h3>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    27
                        <a href="#" class="nb-hashcut">12 Hashcuts</a>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    28
                        <a href="#" class="change-account">Changer de compte</a>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    29
                    </div>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    30
                </div><!-- popin user info-->
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    31
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    32
                <div class="popin user signup" id="user">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    33
                    <img class="pointer" src="img/popin-triangle.png" alt="" />
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    34
                    <div class="popin-content">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    35
                        <h2>Créer un compte :</h2>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    36
                        <form action="#">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    37
                            <p>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    38
                                <label for="signup-pseudo">Pseudonyme : </label>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    39
                                <input type="text" id="signup-pseudo" name="" />
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    40
                            </p>
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
                                <label for="signup-email">Email : </label>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    43
                                <input type="text" id="signup-email" name="" />
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    44
                            </p>
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
                                <label for="signup-password">Mot de passe : </label>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    47
                                <input type="password" id="signup-password" name="" />
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    48
                            </p>
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
                                <label for="signup-password">Confirmer le mot de passe : </label>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    51
                                <input type="password" id="signup-password" name="" />
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    52
                            </p>
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
                                <input type="submit" value="Créer le compte">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    55
                            </p>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    56
                        </form>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    57
   
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    58
                    </div>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    59
                </div><!-- popin user signup-->
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    60
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    61
                <div class="popin user login" id="user">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    62
                    <img class="pointer" src="img/popin-triangle.png" alt="" />
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    63
                    <div class="popin-content">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    64
                        <h2>Connexion :</h2>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    65
                        <form action="#">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    66
                            <p>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    67
                                <label for="signup-pseudo">E-mail : </label>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    68
                                <input type="text" id="signup-pseudo" name="" />
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    69
                            </p>
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
                                <label for="signup-email">Mot de passe : </label>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    72
                                <input type="password" id="signup-email" name="" />
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    73
                            </p>
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
                                <input type="submit" value="Se connecter">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    76
                            </p>
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
                                <a class="signup-button" href="#">Créer un compte</a>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    79
                            </p>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    80
                        </form>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    81
   
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-->
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    84
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    85
                <h1><a title="Hashcut - Le Mashup cliquable" class="clearfix" href="#">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    86
                    <img src="img/hashcut-logo.png" alt="Hashcut" />
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    87
                    <span>Le Mashup<br />Cliquable</span>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    88
                </a></h1>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    89
                <div class="title-video-wrap">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    90
         
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    91
                </div>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    92
                <div class="profil-wrap">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    93
                   
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    94
                    <a href="#user" class="my-profil open-popin">Mon profil</a>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    95
                </div>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    96
            </div><!-- header -->
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    97
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    98
            <div class="content">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    99
                
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   100
            </div><!-- content -->
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   101
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   102
            <div class="footer clearfix">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   103
                <ul class="links-left">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   104
                    <li><a href="#">Mentions légales</a></li>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   105
                    <li><a href="#">Contacts</a></li>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   106
                </ul>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   107
                <ul class="links-right">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   108
                    <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
   109
                    <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
   110
                    <li>© 2012</li>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   111
                </ul>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   112
            </div><!-- footer -->
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   113
        </div><!-- wrap -->
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   114
        <!-- JavaScript -->
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   115
        <script src="js/vendor/jquery-1.8.0.min.js"></script>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   116
        <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
   117
        <script src="js/plugins.js"></script>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   118
        <script src="js/main.js"></script>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   119
    </body>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   120
</html>