-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
133 lines (104 loc) · 5.58 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
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
123
124
125
126
127
128
129
130
131
132
133
<!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">
<!-- Goofle fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Acme&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&display=swap" rel="stylesheet">
<!-- Bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<!-- Link CSS -->
<title>App peliculas</title>
</head>
<style>
body {
background: rgb(14, 13, 13);
font-family: 'Oswald';
}
.titulo {
font-size: 25px;
text-transform: uppercase;
color: rgb(255, 255, 255);
}
</style>
<!-- inicio -->
<body>
<br>
<!-- Nav barr -->
<ul class="nav justify-content-center">
<li class="nav-item">
<a class="nav-link h1" style="color: rgb(230, 230, 15); font-weight: 700; font-family: 'Acme', sans-serif;" href="#">POPULAR-MOVIES
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor" class="bi bi-film" viewBox="0 0 16 16">
<path d="M0 1a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V1zm4 0v6h8V1H4zm8 8H4v6h8V9zM1 1v2h2V1H1zm2 3H1v2h2V4zM1 7v2h2V7H1zm2 3H1v2h2v-2zm-2 3v2h2v-2H1zM15 1h-2v2h2V1zm-2 3v2h2V4h-2zm2 3h-2v2h2V7zm-2 3v2h2v-2h-2zm2 3h-2v2h2v-2z"/>
</svg>
</a>
</li>
<br>
</ul>
<br>
<!-- Carrusel -->
<div class="container">
<div id="carouselExampleSlidesOnly" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner" >
<div class="carousel-item active">
<img src="img/2.png" height="100%" width="100%" class="d-block w-100 rounded" alt="...">
</div>
<div class="carousel-item">
<img src="img/1.png" height="100%" width="100%" class="d-block w-100 rounded" alt="...">
</div>
<div class="carousel-item">
<img src="img/3.png" height="100%" width="100%" class="d-block w-100 rounded" alt="...">
</div>
</div>
</div>
</div>
<br>
<!-- BOTONES y paginacion -->
<div class="text-white text-center">
<h2 id="up" class="text-White titulo">Peliculas Populares</h2>
<div class="container text-center">
<button class="btn btn-success uno">Anterior</button>
<button class="btn btn-success dos">Siguiente</button>
<button class="btn text-dark btn-info pagina-uno">1</button>
</div>
</div>
<br>
<br>
<!-- Contenedor donde se impirmen las peliculas desde el JS -->
<div class="container lg-12"> <div class="row row-cols-1 row-cols-lg-4 g-3 g-lg-3"></div> </div>
<br>
<br>
<div class="container text-center">
<a href="#up" class="btn btn-primary dos">Ir Arriba
<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="currentColor" class="bi bi-arrow-up-circle" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-7.5 3.5a.5.5 0 0 1-1 0V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707V11.5z"/>
</svg>
</a>
<button class="btn text-dark btn-info pagina-dos">1</button>
</div>
<br>
<br>
<!-- Footer -->
<div class="card bg-dark text-white">
<div class="card-body">
<h5 class="card-title">Api utilizada: <a href="https://www.themoviedb.org/" target="_blank" rel="noopener noreferrer">themoviedb/</a></h5>
<p class="card-text">By: Luis fernado Cordero Torres. - 2022 -</p>
<a href="https://github.com/Luifer7" target="_blank" class="btn btn-primary">Ir al repositorio
<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="currentColor" class="bi bi-github" viewBox="0 0 16 16">
<path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z"/>
</svg>
</a>
</div>
</div>
<script src="app.js"></script>
<script src="generos.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.10.2/dist/umd/popper.min.js" integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.min.js" integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13" crossorigin="anonymous"></script>
</body>
</html>