-
Notifications
You must be signed in to change notification settings - Fork 0
/
elcontador.html
84 lines (79 loc) · 3 KB
/
elcontador.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>El Contador</title>
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/pelis-a.css">
<script src="https://kit.fontawesome.com/894696a430.js"></script>
<link href="https://fonts.googleapis.com/css?family=Kodchasan" rel="stylesheet">
</head>
<body>
<section class="container">
<header class="header">
<figure class="logo">
<img src="https://i.imgur.com/X3NXlni.jpg" title="source: imgur.com" />
</figure>
<div class="search">
<i class="fas fa-search search-icon"></i>
<input type="search" name="" id="" class="header-search" placeholder="Busca tus mejores Peliculas,Series">
</div>
<div class="profile">
<a href="">Moises Ramirez</a>
<img src="https://i.imgur.com/OHdRYbL.jpg" title="source: imgur.com" />
<i class="fas fa-angle-down flecha"></i>
</div>
</header>
<section class="nav-left">
<nav class="menu">
<div class="item">
<a href="index.html">
<i class="fas fa-home"></i>
<p>Home</p>
</a>
<a href="">
<i class="fas fa-comment-dots"></i>
<p>Coments</p>
</a>
<a href="">
<i class="fas fa-heart"></i>
<p>Likes</p>
<a href="">
<i class="fab fa-cc-paypal"></i>
<p>Donaciones</p>
</a>
<a href="">
<i class="fas fa-cogs"></i>
<p>Ajustes</p>
</a>
</div>
</nav>
</section>
<section class="contenido">
<article class="video-a">
<video class="video" src="video/elcontador.mp4" controls width="880" height="375"></video>
</article>
<div class="description">
<h2 class="title"> El Contador</h2>
<p class="Genero">Genero:Acción/Suspenso</p>
<p class="peli-description">
Christian Wolff (Ben Affleck) es un contable que tiene autismo,
pero se desenvuelve en matemáticas, con más afinidad por los números que hacia las personas.
Tiene una Oficina contable en una pequeña ciudad como tapadera,
pues se gana la vida como contable para organizaciones criminales.
<br>
<br>
Es una película de thriller y acción estadounidense de 2016, dirigida por Gavin O'Connor y escrita
por Bill Dubuque. La película está protagonizada por Ben Affleck, Anna Kendrick, J.K. Simmons,
Jon Bernthal y Cynthia Addai-Robinson. La película se estrenó por Warner Bros. el 14 de octubre de 2016.
</p>
</div>
</section>
<footer class="footer">
<p>Curso Desarrollo Web 2018 <img src="https://i.imgur.com/4C42apr.png" title="source: imgur.com" width="80"/> </p>
<p> Designe <\3 by <a href=""> Moises</a> </p>
</footer>
</section>
</body>
</html>