-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (68 loc) · 2.12 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="index.css" />
<link rel="icon" href="assets/icon.png" />
<title>AuMee</title>
</head>
<body>
<div class="navbar">
<img src="assets/logo.png" alt="logo" />
<span>AuMee</span>
</div>
<div class="content">
<h1>E SE A VIDA DO SEU PET ESTIVESSE NAS SUAS MÃOS?</h1>
<p>
Nossa coleira inteligente oferece a localização e informações sobre a
saúde do seu melhor amigo em tempo real. Cuide do seu companheiro pela
tela do seu celular e saiba quando levá-lo ao veterinário.
</p>
<h2>
Registre seu e-mail para ser a primeira pessoa a saber mais sobre o
nosso produto!
</h2>
<!-- Begin Mailchimp Signup Form -->
<form
action="https://gmail.us5.list-manage.com/subscribe/post?u=fb679b53a5a6c0ec80fe90475&id=1633e80ccb"
method="post"
id="mc-embedded-subscribe-form"
name="mc-embedded-subscribe-form"
class="validate"
target="_blank"
>
<div class="inputs">
<input
type="text"
value=""
name="NAME"
id="mce-NAME"
placeholder="Insira seu nome"
required
/>
<input
type="email"
value=""
name="EMAIL"
id="mce-EMAIL"
placeholder="Insira seu e-mail"
required
/>
</div>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true">
<input
type="text"
name="b_fb679b53a5a6c0ec80fe90475_1633e80ccb"
tabindex="-1"
value=""
/>
</div>
<button type="submit">ME AVISE!</button>
</form>
<!--End mc_embed_signup-->
</div>
</body>
</html>