-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
96 lines (77 loc) · 3.33 KB
/
index.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
<!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>
<img class="fleche" src="Logos/flèche_down_header.png" alt="">
</div>
</section>
<!--Deuxième section-->
<section id="Bat-game1">
<div class="container">
<h1 class="titre">CONNAISSEZ-VOUS BIEN LE CHEVALIER NOIR?</h1>
<div class="Start">
<img src="Illustrations/Batgame_2.png" alt="">
<button class="btn"><a href="demarrer.html">DEMARRER LE QUIZ</a></button>
</div>
</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>