-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathanalises.html
84 lines (84 loc) · 3.62 KB
/
analises.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="pt-BR">
<head>
<title>Biblioteca Élfica</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="portfolio, dev, web">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" href="icon/favicon.ico">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=DM+Sans|Karla|Raleway|Sigmar+One&display=swap">
<!-- FONT AWESOME -->
<link rel="stylesheet" href="css/all.css">
<script src="js/all.js" defer></script>
</head>
<body>
<header>
<nav class="menu">
<ul>
<li><a href="index.html"><i class="fas fa-home"></i></a></li>
<li><a href="analises.html">Análises</a></li>
<li><a href="anuncios.html">Anúncios</a></li>
</ul>
</nav>
</header>
<div class="container">
<section class="title">
<h2>Análises</h2>
</section>
<table>
<thead>
<th>Tipo</th>
<th id="centralizar"><b>Nome da Obra</b></th>
<th><b>Disponibilidade</b></th>
</thead>
<tr>
<th rowspan="8" class=""><i>Livro</i></th>
<td class="reflexo">Cassino Royale</td>
<td class="indisponivel" id="centralizar">Indisponível</td>
</tr>
<tr>
<td class="reflexo"><a href="reviews/hp1.html">Harry Potter e a Pedra Filosofal</a></td>
<td class="disponivel" id="centralizar"><a href="reviews/hp1.html">Disponível</a></td>
</tr>
<tr>
<td class="reflexo">Harry Potter e a Camara Secreta </td>
<td class="indisponivel" id="centralizar">Indisponível</td>
</tr>
<tr>
<td class="reflexo">Harry Potter e a Pedra Filosofal</td>
<td class="indisponivel" id="centralizar">Indisponível</td>
</tr>
<tr>
<td class="reflexo">Harry Potter e o Enigma do Príncipe</td>
<td class="indisponivel" id="centralizar">Indisponível</td>
</tr>
<tr>
<td class="reflexo">Harry Potter e o Cálice de Fogo</td>
<td class="indisponivel" id="centralizar">Indisponível</td>
</tr>
<tr>
<td class="reflexo">Harry Potter e a Camara Secreta</td>
<td class="indisponivel" id="centralizar">Indisponível</td>
</tr>
<tr>
<td class="reflexo">Harry Potter e o Enigma do Príncipe</td>
<td class="indisponivel" id="centralizar">Indisponível</td>
</tr>
<tr>
<th rowspan="1" class=""><i>HQ</i></th>
<td class="reflexo"><a href="reviews/sandman.html">Sandman de Neil Gaiman</a></td>
<td class="disponivel riscado" id="centralizar"><a href="reviews/sandman.html">Disponível</a></td>
</tr>
</table>
</div>
<footer>
<a href='https://www.linkedin.com/in/jodecir/' target="_blank" rel="noopener"><i class="fab fa-instagram fa-2x"></i></a>
<a href='https://www.linkedin.com/in/jodecir/' target="_blank" rel="noopener"><i class="fab fa-facebook-square fa-2x"></i></a>
<a href='https://github.com/Jodecir' target="_blank" rel="noopener"><i class="fab fa-twitter-square fa-2x"></i></a>
<a href='https://github.com/Jodecir' target="_blank" rel="noopener"><i class="fab fa-youtube fa-2x"></i></a>
</footer>
</body>
</html>