-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
108 lines (107 loc) · 4.75 KB
/
Copy pathindex.html
File metadata and controls
108 lines (107 loc) · 4.75 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
100
101
102
103
104
105
106
107
108
<!DOCTYPE html>
<html lang="pt_BR">
<head>
<meta charset="UTF-8">
<title>DSMovie</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link href="./css/style.css" rel="stylesheet">
</head>
<body>
<header class="topbarr">
<div class="container d-flex align-items-center p-0">
<h1 class="user-select-none">DSMovie</h1>
<a href="https://github.com/methaus/DSMovie-Iniciante">
<img id="githublogo" src="./img/github.svg" alt="github logo"><span id="authorlink">/methaus</span>
</a>
</div>
<nav id="pages_nav">
<button disabled><img src="./img/left-arrow.svg"></button>
<span>1 de 23</span>
<button><img src="./img/right-arrow.svg"></button>
</nav>
</header>
<main>
<div class="main container">
<div class="row d-flex justify-content-between">
<div class="col col-md-6 col-lg-4 col-xl-3 d-flex justify-content-center">
<section class="movie-card">
<img class="user-select-none" src="https://www.themoviedb.org/t/p/w533_and_h300_bestv2/2lw4O1QOnJIVYaLrVuQyjtjwOuN.jpg" alt="A Viagem (Cloud Atlas), Filme">
<h2>A Viagem</h2>
<section class="rating">
<h3 class="film-rate">3.8</h3>
<div class="film-stars-box">
<img src="./img/star-full.svg" alt="star-full">
<img src="./img/star-full.svg" alt="star-full">
<img src="./img/star-full.svg" alt="star-full">
<img src="./img/star-half.svg" alt="star-half">
<img src="./img/star-empty.svg" alt="star-empty">
</div>
<p class="avaliacoes">13 avaliações</p>
</section>
<a href="./form.html" class="d-flex justify-content-center align-items-center">Avaliar</a>
</section>
</div>
<div class="col col-md-6 col-lg-4 col-xl-3 d-flex justify-content-center">
<section class="movie-card">
<img class="user-select-none" src="https://www.themoviedb.org/t/p/w533_and_h300_bestv2/2lw4O1QOnJIVYaLrVuQyjtjwOuN.jpg" alt="A Viagem (Cloud Atlas), Filme">
<h2>A Viagem</h2>
<section class="rating">
<h3 class="film-rate">3.8</h3>
<div class="film-stars-box">
<img src="./img/star-full.svg" alt="star-full">
<img src="./img/star-full.svg" alt="star-full">
<img src="./img/star-full.svg" alt="star-full">
<img src="./img/star-half.svg" alt="star-half">
<img src="./img/star-empty.svg" alt="star-empty">
</div>
<p class="avaliacoes">13 avaliações</p>
</section>
<a href="./form.html" class="d-flex justify-content-center align-items-center">Avaliar</a>
</section>
</div>
<div class="col col-md-6 col-lg-4 col-xl-3 d-flex justify-content-center">
<section class="movie-card">
<img class="user-select-none" src="https://www.themoviedb.org/t/p/w533_and_h300_bestv2/2lw4O1QOnJIVYaLrVuQyjtjwOuN.jpg" alt="A Viagem (Cloud Atlas), Filme">
<h2>A Viagem</h2>
<section class="rating">
<h3 class="film-rate">3.8</h3>
<div class="film-stars-box">
<img src="./img/star-full.svg" alt="star-full">
<img src="./img/star-full.svg" alt="star-full">
<img src="./img/star-full.svg" alt="star-full">
<img src="./img/star-half.svg" alt="star-half">
<img src="./img/star-empty.svg" alt="star-empty">
</div>
<p class="avaliacoes">13 avaliações</p>
</section>
<a href="./form.html" class="d-flex justify-content-center align-items-center">Avaliar</a>
</section>
</div>
<div class="col col-md-6 col-lg-4 col-xl-3 d-flex justify-content-center">
<section class="movie-card">
<img class="user-select-none" src="https://www.themoviedb.org/t/p/w533_and_h300_bestv2/2lw4O1QOnJIVYaLrVuQyjtjwOuN.jpg" alt="A Viagem (Cloud Atlas), Filme">
<h2>A Viagem</h2>
<section class="rating">
<h3 class="film-rate">3.8</h3>
<div class="film-stars-box">
<img src="./img/star-full.svg" alt="star-full">
<img src="./img/star-full.svg" alt="star-full">
<img src="./img/star-full.svg" alt="star-full">
<img src="./img/star-half.svg" alt="star-half">
<img src="./img/star-empty.svg" alt="star-empty">
</div>
<p class="avaliacoes">13 avaliações</p>
</section>
<a href="./form.html" class="d-flex justify-content-center align-items-center">Avaliar</a>
</section>
</div>
</div>
</div>
</main>
<footer class="shadow-lg">
Copyright ©
<time datetime="2022" pubdate>2022</time>;
<address class="mb-0">Matheus Gabriel de Lima || contato: mg20210101@gmail.com</address>
</footer>
</body>
</html>