forked from eleutheros84/projetRoman
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathalice.html
More file actions
78 lines (74 loc) · 3.54 KB
/
alice.html
File metadata and controls
78 lines (74 loc) · 3.54 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
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css" media="screen" title="no title">
<link rel="stylesheet" href="fonts/fontello/css/fontello.css">
<title>Alice</title>
</head>
<body>
<header>
<a href="index.html" class="anchor" id="home">
<span class="icon-home" aria-hidden="true"></span>
<span class="visuallyhidden">Retour à l'accueil</span>
</a>
<h1>The Project</h1>
<ul>
<li><a href="#"><p>☰</p></a>
<ul>
<a href="roman.html"><li class="levelone">Roman-Photo</li></a>
<li class=" levelone sousmenu">Personnages
<ul class="leveltwo">
<a href="jamil.html"><li>Jamil</li></a>
<a href="lauren.html"><li>Laurene</li></a>
<a href="alice.html"><li>Alice</li></a>
<a href="elise.html"><li>Élise</li></a>
</ul></li>
</li>
</ul>
</li>
</ul>
</header>
<!-- Compartiment photo + texte -->
<div class="fiche-container backgroundalice">
<!-- Compartiment photo -->
<img class="photo" src="photos/indiana/aliceperso-grande.jpg" alt="Image Alice">
<img class="photo2" src="photos/indiana/aliceperso-moyenne.jpg" alt="Image Alice">
<!-- Compartiment texte -->
<div class="texte aliceperso">
<ul class="listejam">
<li class="prenom alicetitre"> Marcie Heng </li>
<li class="prenom alicedetail"> aka Speedy Marcy </li> <br>
<li><span class="spanperso alicedetail">Age : </span> 32 ans</li>
<li><span class="spanperso alicedetail">Email : </span> marcy@amazonie.az</li>
<li><span class="spanperso alicedetail">Residence : </span> Le temple perdu</li>
</ul>
<p class="paraperso">
Le professeur Heng, spécialiste en archéologie est connue mondialement. Elle n'a rien à envier à Indiana Jones ni Crocodile Dundee. La rumeur raconte meme qu'elle est le mentor de Benjamin Gates le fameux chasseur de trésor.
Actuellement à la recherche d'une statuette pygmée dans la région Marseillaise, elle est semble-t-il tout près du but! On la voit souvent équipée d'une pelle à tarte et d'une paire de chaussure extra lourde. </p>
<ul class="listejam skill">
<li class="icon iconealice1"><span class="bar furtif"></span>
<h3 class="h3perso">Furtivite</h3></span>
</li>
<li class="icon iconealice2"><span class="bar mana"></span>
<h3 class="h3perso">Archeo</h3></li>
<li class="icon iconealice3"><span class="bar acc"></span>
<h3 class="h3perso">Aventure</h3></li>
<li class="icon iconealice4"><span class="bar attaque"></span>
<h3 class="h3perso">Langue</h3></li>
</ul>
</div>
</div>
<footer>
<a href="jamil.html"><img src="photos/avatars/avatar-jamil.jpg" alt="Jamil" /></a>
<a href="lauren.html"><img src="photos/avatars/avatar-laurene.jpg" alt="Laurene" /></a>
<a href="alice.html"><img src="photos/avatars/avatar-alice.jpg" alt="Alice" /></a>
<a href="elise.html"><img src="photos/avatars/avatar-elise.jpg" alt="Élise" /></a>
<a href="#" class="anchor" id="gotop">
<span class="icon-up-open" aria-hidden="true"></span>
<span class="visuallyhidden">Haut de Page</span>
</a>
</footer>
</body>
</html>