-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
69 lines (53 loc) · 2.8 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta description="The Black Women History é uma REST API usando o Firebase">
<meta author="Aline Bezzoco">
<meta keywords="mulheres negras, mulher negra, black women, black woman">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>The Black Women History API</title>
<link href="styles.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Roboto+Mono" rel="stylesheet">
</head>
<body>
<div class="container">
<img src="logo.png" alt="The Black Women History API" title="The Black Women History API" class="logo">
<section class="feature-woman">
<img src="" alt="" title="" class="photo">
<div class="info">
<h2 class="name" role="heading" aria-level="2"></h2>
<p class="description" role="text"></p>
<span role="text">Fonte: </span>
<span class="credits" role="text"></span>
</div>
</section>
<section class="about">
<p role="text">“Mulheres negras da história” é uma REST API usando o Firebase.</p>
<p role="text">Agora você pode criar conteúdos mockados e consumí-los no seu projeto e ao mesmo tempo saber mais
sobre
as mulheres negras incríveis do Brasil e do mundo que fizeram e ainda fazem história.</p>
<p role="text">Tem alguma mulher negra que não está na API e você deseja indicar? Mande um e-mail para
</section>
<hr />
<section class="how-to">
<h2 role="heading" aria-level="2">Como usá-la</h2>
<p role="text">Para consumir a API é bem simples. Basta dar um
<strong>GET</strong> na url abaixo para listar todas as mulheres:</p>
<code role="text">https://theblackwomanhistory.firebaseio.com/.json</code>
<p role="text">Para visualizar a lista no browser:</p>
<code role="text">https://theblackwomanhistory.firebaseio.com/.json?print=pretty</code>
<p role="text">Caso queira alguma específica, basta dar novamente um
<strong>GET</strong> na url abaixo trocando apenas o
id:</strong></p>
<code role="text">https://theblackwomanhistory.firebaseio.com/content/28.json</code>
</section>
</div>
<footer>
<p role="text">Feito com amor em HTML, CSS e Vanilla JS | Desenvolvido por <strong>Aline Bezzoco</strong></p>
</footer>
</body>
<script src="scripts.js"></script>
</html>