-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhistoria.html
More file actions
99 lines (74 loc) · 4.61 KB
/
Copy pathhistoria.html
File metadata and controls
99 lines (74 loc) · 4.61 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Proyecto Final: Harry Potter</title>
<link rel="stylesheet" href="proyectoFinal.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700&display=swap" rel="stylesheet">
<link rel="icon" type="image/png" href="imagenesWeb/kisspng-harry-potter-and-the-chamber-of-secrets-harry-pott-transparent-harry-potter-logo-png-5ab17dee2b0ea9.5335693815215815501764.png">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous">
</head>
<body>
<div class="container">
<header>
<!-------Logotipo de la web------->
<center>
<img class="header_logo" src="imagenesWeb/kisspng-harry-potter-and-the-chamber-of-secrets-harry-pott-transparent-harry-potter-logo-png-5ab17dee2b0ea9.5335693815215815501764.png">
</center>
<div class="protagonists_list">
<ul>
</ul>
</div>
<!-----------Menu Principal--------------->
<div class="topMenu">
<a class="menu_item" href="proyectoFinal.html">Home</a>
<a class="active" href="historia.html">Historia</a>
<a class="menu_item" href="sinopsis.html">Sinopsis</a>
<a class="menu_item" href="protagonistas.html">Protagonistas</a>
<a class="menu_item" href="peliculas.html">Películas</a>
<a class="menu_item" href="novelas.html">Novelas</a>
<a class="menu_item" href="adaptaciones.html">Adaptaciones</a>
</div>
</header>
</div>
<!-------Seccion Historia---------->
</section>
<section class="Historia">
<h2 class="title_sectionHistoria"> HISTORIA </h2>
<img class="imageSectionHistoria" src="imagenesWeb/potter1024.jpg">
<p class="textSectionHistoria">Harry Potter (también abreviado HP) es una serie de novelas fantásticas escrita
por la autora británica J. K. Rowling, en la que se describen las aventuras del
joven aprendiz de magia y hechicería Harry Potter y sus amigos Hermione
Granger y Ron Weasley, durante los años que pasan en el Colegio Hogwarts de
Magia y Hechicería. El argumento se centra en la lucha entre Harry Potter y el
malvado mago Lord Voldemort, quien asesinó a los padres de Harry en su afán
de conquistar el mundo mágico.
Desde el lanzamiento de la primera novela, Harry Potter y la piedra filosofal en
1997, la serie logró una inmensa popularidad, críticas favorables y éxito
comercial alrededor del mundo. Para julio de 2013 se habían vendido entre 400
y 450 millones de ejemplares de los siete libros, que los ubican como la serie
de libros más vendida de la historia y los cuales han sido traducidos a más de
65 idiomas, entre los que se incluyen el latín y el griego antiguo. El séptimo y
último libro, Harry Potter y las Reliquias de la Muerte fue lanzado
mundialmente en inglés el 21 de julio de 2007, mientras que en español se
publicó el 21 de febrero de 2008</p>
</section>
</div>
<script src="proyectoFinal.js"></script>
</body>
<!-----------Contacto------------------>
<footer>
<section class="social"></section>
<div class="footer">
<h2 class="titleContact">Contacto</h2>
<a href="mailto:migueldiaz.bb98@gmail.com"> <i class="fas fa-envelope-open-text"></i>
<a href="tel:+34697128618"><i class="fas fa-phone-square"></i>
<a href="http://www.facebook.com/migueldmo"><i class="fab fa-facebook-square"></i>
<a href="https://www.twitter.com/migueldmontes"><i class="fab fa-twitter-square"></i>
<a href="https://www.instagram.com/migueldmontes/"><i class="fab fa-instagram"></i>
</div>
<p class="copyright">Miguel Diaz © 2019 - Todos los derechos reservados</p>
</footer>
</html>