This repository was archived by the owner on Nov 2, 2023. It is now read-only.
forked from Azurix78/Prototype--42-TEAM
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprofil.html
More file actions
executable file
·65 lines (65 loc) · 1.53 KB
/
profil.html
File metadata and controls
executable file
·65 lines (65 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta name="author" content="bedouc_a, christ_a, fruit_d, rivier_n, rubio_n">
<meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<script type="text/javascript" src="/js/jquery-2.0.3.js"></script>
</head>
<body>
<nav>
<div class="container">
<a href="index.html" id="logo"></a><!-- @whitespace inline-block remover
--><form id="search">
<input type="text" placeholder="recherche..." />
<input type="submit" value=""/>
</form><!--
--><div id="profil">
<a href="#">
<div class="debutant"></div>
<span id="username">Nicolas Rubio</span>
<span id="rank_debutant">Débutant</span>
</a>
</div>
</div>
</nav>
<div class="container">
<div id="ctn-menu">
<div id="ctn-big-avatar">
<div id="big-avatar">
</div>
</div>
<div id="ctn-links">
<ul>
<li>test</li>
<li>test</li>
<li>test</li>
<li>test</li>
</ul>
</div>
</div><!--
--><div id="ctn-content">
<div id="header">
<div id="ctn-username">
<div id="username">
Nicolas RUBIO
</div>
<div id="sex">
Homme
</div>
<div id="age">
247 ans
</div>
</div>
<div id="ctn-rank">
<div>
<span id="rank-name" class="debutant_color">Débutant</span>
<span id="rank-desc">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</span>
</div>
</div>
</div>
</div>
</div>
</body>
</html>