-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathConstantine.html
88 lines (85 loc) · 4.23 KB
/
Constantine.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Constantine</title>
<meta name="description" content="Voici mon fansite">
<link rel="stylesheet" href="fansite.css">
<link rel="icon" href="images/icon.jpg" type="image/x-icon">
</head>
<body class="Constantine">
<header>
<nav class="header">
<ul>
<a href="fansite.html" class="index"> <strong> Home </strong> </a>
</ul>
<ul>
<a href="DC.html" class="index"> <strong> DC </strong> </a>
</ul>
<ul>
<a href="Marvel.html" class="index" class="dropdownbtn"> <strong> Marvel</strong> </a>
</ul>
<ul>
<a href="Autres.html" class="index"> <strong> Autres </strong> </a>
</ul>
<ul>
<a href="contact.html" class="index"> <strong> Contact </strong> </a>
</ul>
<ul>
<input id="searchbar" onkeyup="Recherche()" type="text" name="search" placeholder="" class="test"
</ul>
</nav>
</header>
<main>
<button>
<a href="Arrowverse 2.html">Retour</a>
</button>
<div>
<h1 class="presentation2">
Présentation
</h1>
</div>
<p class="presentation2">
Constantine est une série télévisée américaine en treize épisodes de 42 minutes développée par Daniel Cerone et David S. Goyer, basée sur le comic book Hellblazer publiée par DC Comics, se trouvant finalement dans la collection Vertigo1, diffusée du 24 octobre 20142 au 13 février 2015 sur le réseau NBC et en simultané sur le réseau Global3 au Canada.
En France, la série est inédite à la télévision mais elle est disponible en Vidéo à la demande avec abonnement en version originale sous-titrée sur Canalplay. Toutefois, elle reste encore inédite dans les autres pays francophones.
</p>
<div class="flex3">
<img src="images/OIP.jpg" alt="CW" width="25%" weight="25%">
</div>
<p class="presentation2">
John Constantine est un exorciste et adepte de la magie noire dévoré par ses erreurs passées. Lors d'un exorcisme, il perd son âme et se fait damner. Mais un ange lui laisse entrevoir une chance de rédemption.
</p>
<div>
<div class="flex">
<img src="images/daniel cerone.png" alt="Daniel Cerone" width="10%" weight="10%">
<img src="images/David_S._Goyer.jpg" alt="David S. Goyer" width="10%" weight="10%">
</div>
<h1 class="presentation2">
Casting
</h1>
</div>
<div class="flex">
<img src="images/Matt_Ryan_2014_Comic_Con_(cropped).jpg" alt="John Constantine" width="10%" weight="10%">
<img src="images/Angélica Celaya.jpg" alt="Zed Martin" width="10%" weight="10%">
<img src="images/Charles-Halford.jpg" alt="Chas" width="10%" weight="10%">
<img src="images/Harold_Perrineau,_Jr.jpg" alt="Manny" width="10%" weight="10%">
</div>
<div>
<h1 class="presentation2">
</h1>
<div class="flex">
<iframe width="560" height="315" src="https://www.youtube.com/embed/vtbinTXw9-s?si=Tof9aVJJCjHR8AIC" title="YouTube video player" frameborder="0" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/FQhevXV1680?si=ffAM-oJinyiDDsWI" title="YouTube video player" frameborder="0" allowfullscreen></iframe>
</div>
</main>
<footer>
<nav class="footer">
<a href="fansite.html" class="index2"> <strong> Home </strong> </a>
<a href="Marvel.html" class="index2"> <strong> Marvel </strong> </a>
<a href="Autres.html" class="index2"> <strong> Autres</strong> </a>
<a href="contact.html" class="index2"> <strong> Contact </strong> </a>
</nav>
</footer>
</body>
</html>