|
6
|
1 |
<!DOCTYPE html> |
|
|
2 |
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> |
|
|
3 |
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> |
|
|
4 |
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> |
|
|
5 |
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> |
|
|
6 |
<head> |
|
|
7 |
<meta charset="utf-8"> |
|
|
8 |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
|
|
9 |
<title>Profil</title> |
|
|
10 |
<link rel="stylesheet" href="css/reset.css" /> |
|
|
11 |
<link rel="stylesheet" href="css/style.css" /> |
|
|
12 |
<link rel="stylesheet" href="css/ui-lightness/jquery-ui-1.8.24.custom.css"> |
|
|
13 |
<script src="js/vendor/modernizr-2.6.1.min.js"></script> |
|
|
14 |
</head> |
|
|
15 |
<body> |
|
|
16 |
<div class="wrap"> |
|
|
17 |
<div class="wrap-header"> |
|
|
18 |
<a title="Bibliothèque centre Pompidou" href="#"><img src="img/pompidou-logo.png" alt="Bibliothèque centre Pompidou" /></a> |
|
|
19 |
</div> |
|
|
20 |
<div class="header"> |
|
|
21 |
<!-- popin header --> |
|
|
22 |
<div class="popin user info" id="user"> |
|
|
23 |
<img class="pointer" src="img/popin-triangle.png" alt="" /> |
|
|
24 |
<div class="popin-content"> |
|
|
25 |
<h2>Mashup75</h2> |
|
|
26 |
<h3>mash@cinecast.fr</h3> |
|
|
27 |
<a href="#" class="nb-hashcut">12 Hashcuts</a> |
|
|
28 |
<a href="#" class="change-account">Changer de compte</a> |
|
|
29 |
</div> |
|
|
30 |
</div><!-- popin user info--> |
|
|
31 |
|
|
|
32 |
<div class="popin user signup" id="user"> |
|
|
33 |
<img class="pointer" src="img/popin-triangle.png" alt="" /> |
|
|
34 |
<div class="popin-content"> |
|
|
35 |
<h2>Créer un compte :</h2> |
|
|
36 |
<form action="#"> |
|
|
37 |
<p> |
|
|
38 |
<label for="signup-pseudo">Pseudonyme : </label> |
|
|
39 |
<input type="text" id="signup-pseudo" name="" /> |
|
|
40 |
</p> |
|
|
41 |
<p > |
|
|
42 |
<label for="signup-email">Email : </label> |
|
|
43 |
<input type="text" id="signup-email" name="" /> |
|
|
44 |
</p> |
|
|
45 |
<p > |
|
|
46 |
<label for="signup-password">Mot de passe : </label> |
|
|
47 |
<input type="password" id="signup-password" name="" /> |
|
|
48 |
</p> |
|
|
49 |
<p> |
|
|
50 |
<label for="signup-password">Confirmer le mot de passe : </label> |
|
|
51 |
<input type="password" id="signup-password" name="" /> |
|
|
52 |
</p> |
|
|
53 |
<p> |
|
|
54 |
<input type="submit" value="Créer le compte"> |
|
|
55 |
</p> |
|
|
56 |
</form> |
|
|
57 |
|
|
|
58 |
</div> |
|
|
59 |
</div><!-- popin user signup--> |
|
|
60 |
|
|
|
61 |
<div class="popin user login" id="user"> |
|
|
62 |
<img class="pointer" src="img/popin-triangle.png" alt="" /> |
|
|
63 |
<div class="popin-content"> |
|
|
64 |
<h2>Connexion :</h2> |
|
|
65 |
<form action="#"> |
|
|
66 |
<p> |
|
|
67 |
<label for="signup-pseudo">E-mail : </label> |
|
|
68 |
<input type="text" id="signup-pseudo" name="" /> |
|
|
69 |
</p> |
|
|
70 |
<p > |
|
|
71 |
<label for="signup-email">Mot de passe : </label> |
|
|
72 |
<input type="password" id="signup-email" name="" /> |
|
|
73 |
</p> |
|
|
74 |
<p> |
|
|
75 |
<input type="submit" value="Se connecter"> |
|
|
76 |
</p> |
|
|
77 |
<p> |
|
|
78 |
<a class="signup-button" href="#">Créer un compte</a> |
|
|
79 |
</p> |
|
|
80 |
</form> |
|
|
81 |
|
|
|
82 |
</div> |
|
|
83 |
</div><!-- popin user login--> |
|
|
84 |
|
|
|
85 |
<h1><a title="Hashcut - Le Mashup cliquable" class="clearfix" href="#"> |
|
|
86 |
<img src="img/hashcut-logo.png" alt="Hashcut" /> |
|
|
87 |
<span>Le Mashup<br />Cliquable</span> |
|
|
88 |
</a></h1> |
|
|
89 |
<div class="title-video-wrap"> |
|
|
90 |
|
|
|
91 |
</div> |
|
|
92 |
<div class="profil-wrap"> |
|
|
93 |
|
|
|
94 |
<a href="#user" class="my-profil open-popin">Mon profil</a> |
|
|
95 |
</div> |
|
|
96 |
</div><!-- header --> |
|
|
97 |
|
|
|
98 |
<div class="content"> |
|
|
99 |
|
|
|
100 |
</div><!-- content --> |
|
|
101 |
|
|
|
102 |
<div class="footer clearfix"> |
|
|
103 |
<ul class="links-left"> |
|
|
104 |
<li><a href="#">Mentions légales</a></li> |
|
|
105 |
<li><a href="#">Contacts</a></li> |
|
|
106 |
</ul> |
|
|
107 |
<ul class="links-right"> |
|
|
108 |
<li><a title="IRI" href="http://www.iri.centrepompidou.fr/"> <img src="img/logo-iri.png" alt="iri" /></a></li> |
|
|
109 |
<li><a title="cinecast" href="http://cinecast.fr/"><img src="img/logo-cinecast.png" alt="cinecast" /></a></li> |
|
|
110 |
<li>© 2012</li> |
|
|
111 |
</ul> |
|
|
112 |
</div><!-- footer --> |
|
|
113 |
</div><!-- wrap --> |
|
|
114 |
<!-- JavaScript --> |
|
|
115 |
<script src="js/vendor/jquery-1.8.0.min.js"></script> |
|
|
116 |
<script src="js/vendor/jquery-ui-1.8.24.custom.min.js"></script> |
|
|
117 |
<script src="js/plugins.js"></script> |
|
|
118 |
<script src="js/main.js"></script> |
|
|
119 |
</body> |
|
|
120 |
</html> |