-
Notifications
You must be signed in to change notification settings - Fork 0
/
indicacao.html
47 lines (41 loc) · 1.9 KB
/
indicacao.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="book.png" />
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="indicacao.css">
<title>Indique :)</title>
</head>
<body>
<div vw class="enabled"> <div vw-access-button class="active"></div> <div vw-plugin-wrapper> <div class="vw-plugin-top-wrapper"></div> </div> </div> <script src="https://vlibras.gov.br/app/vlibras-plugin.js"></script> <script> new window.VLibras.Widget('https://vlibras.gov.br/app'); </script>
<div class="box">
<div class="img-box">
<p><a href="nosso-espaco.html"> <img src="wesleyindica.png"></a></p>
</div>
<div class="form-box">
<h2>Indique-nos um livro<br> para aquisição!</h2>
<form action="#">
<div class="input-group">
<label for="nome"> Título</label>
<input type="text" id="nome" placeholder="Digite o título do livro" required>
</div>
<div class="input-group">
<label for="email">Autor</label>
<input type="email" id="email" placeholder="Digite o autor do livro" required>
</div>
<div class="input-group">
<label for="telefone">Editora</label>
<input type="tel" id="telefone" placeholder="Digite a editora" required>
</div>
<div class="input-group">
<button class="cadastro">Indicar</button>
</div>
<footer class='centro'>Desenvolvido por Rafa Kuntz © 2022 Programa Concurso Agrinho</footer>
</form>
</div>
</div>
</body>
</html>