-
Notifications
You must be signed in to change notification settings - Fork 0
/
nextlevel5.html
122 lines (94 loc) · 4.4 KB
/
nextlevel5.html
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BATMAN T4SU / Home</title>
<link rel="stylesheet" href="style.css">
<style>
</style>
</head>
<body>
<div class="upbar"></div>
<div class="leftbar"></div>
<div class="rightbar"></div>
<header>
<nav class="container">
<a href="index.html">
<img src="Logos//logohome.png" alt="Logo" class="image-hover">
</a>
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="index.html">GAME</a></li>
</ul>
</nav>
</header>
<main>
<!--réseaux sociaux-->
<div class="scroll">
<img src="Logos/logo_bat_flèche.png" alt="">
<img class="social" src="Logos/icon_facebook.png" alt="">
<img class="social" src="Logos/icon_ig.png" alt="">
<img class="social" src="Logos/icon_tw.png" alt="">
<img src="Logos/logo_bat_flèche_2.png" alt="">
</div>
<!--first section-->
<section id="hero">
<div class="container">
<div class="content">
<p>LET'S PLAY A <br> LITTLE GAME...
</p>
</div>
</div>
</section>
<!--Deuxième section-->
<section id="Bat-game1">
<div class="container">
<h1 class="level">6/15</h1>
<div class="Aside">
<img class="Joker" src="Illustrations/Batgame_8.png" alt="">
<div class="group">
<p>Quel vilain apparaît pour la première fois dans le Batman
232 ?</p>
<div class="btn-group">
<input type="checkbox" id="Film">
<label for="Le Sphinx">Le Pingouin</label>
</div>
<div class="btn-group">
<input type="checkbox" id="Film">
<label for="Saphir"> Ra’s al Ghul</label>
</div>
<div class="btn-group">
<input type="checkbox" id="Film">
<label for="Le Joker"> Poison Ivy</label>
</div>
<img src="Illustrations/Batgame_9-1.png" alt="">
</div>
</div>
<img src="Illustrations/Batgame_9.png" alt="">
<button class="btn"><a href="nextlevel6.html">QUESTION SUIVANTE</a></button>
</div>
</section>
</main>
<footer>
<div class="container">
<div class="text-footer">
<img class="foot-img"src="Logos/icon_WB.png" alt="">
<span >Ce projet respecte l’univers cinématographique des films Batman récents. Version Nolan &
Snyder & Reeves</span>
</div>
<div class="social-media">
<a href="#" class="social-item">
<img src="Logos/logo_sayna_white.png" alt="">
<img class="X" src="Logos/icon_x.png" alt="">
<img src="Logos/icon_DC.png" alt="">
</a>
<a href="" class="social-item"><img class="social" src="Logos/icon_facebook.png" alt=""></a>
<a href="" class="social-item"><img class="social" src="Logos/icon_ig.png" alt=""></a>
<a href="" class="social-item"><img class="social" src="Logos/icon_tw.png" alt=""></a>
</div>
</div>
</footer>
</body>
</html>