-
Notifications
You must be signed in to change notification settings - Fork 0
/
adotar.html
91 lines (80 loc) · 3.29 KB
/
adotar.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
85
86
87
88
89
90
91
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Adote</title>
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap" rel="stylesheet">
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png">
</head>
<body>
<div>
<div class="nav">
<div>
<h4>ASPA - Associação de Socorro e Proteção aos Animais<span style="color: #3f51b5;">.</span></h4>
</div>
<div class="links">
<a href="index.html">Home</a>
<a href="doe.html">Doe</a>
<a href="sobre-nos.html">Sobre-nós</a>
<a href="adotar.html" class="adotar">Adotar</a>
</div>
</div>
<!--LANDING PAGE-->
<div class="landing">
<div class="landingText" data-aos="fade-up" data-aos-duration="1000">
<h1>Adote<span style="color: #3f51b5; font-size: 3vw;">.</span></h1>
<h3>Preencha o formulário para candidatar-se a tutor</h3>
<div class="btn">
<a href="./doe.html">Doe</a>
</div>
</div>
<div class="landingImage" data-aos="fade-down" data-aos-duration="2000">
<img src="img/dog-carinho-mulher.svg">
</div>
</div>
<!--INFO SECTION ABOUT-->
<div class="aboutAdotar" data-aos="fade-up" data-aos-duration="1000">
<iframe
src="https://docs.google.com/forms/d/e/1FAIpQLSe4-83dyOzt2VohgESnUVbqnc2ehPhtxw1ZmLL-lLB2ZX24_g/viewform?embedded=true"
width="700" height="1500" frameborder="0" marginheight="10" marginwidth="010">
</iframe>
</div>
<!--BANNER-->
<div class="banner">
<div class="bannerText" data-aos="fade-right" data-aos-duration="1000">
<h1>Entre em contato:<br> <span style="font-size: 1.6vw;">
contato@aspa.com.br</span>
</h1>
<a href="https://www.facebook.com/" target="_blank"><img src="img/facebook.png"></a>
<a href="https://www.instagram.com/" target="_blank"><img src="img/instagram.png"></a>
<a href="https://web.whatsapp.com/" target="_blank"><img src="img/whatsapp.png"></a>
</div>
<div class="bannerImg" data-aos="fade-up" data-aos-duration="1000">
<img src="img/mulher-celular.svg">
</div>
</div>
<!-- FOOTER -->
<div class="footer">
<h2>ASPA<span style="color: #3f51b5;">.</span></h2>
<div class="footerlinks">
<a href="index.html">Home</a>
<a href="doe.html">Doe</a>
<a href="sobre-nos.html">Sobre-nós</a>
<a href="adotar.html" class="adotar">Adotar</a>
</div>
</div>
</div>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
AOS.init();
</script>
<!-- Referência -->
<!-- https://michalsnik.github.io/aos/ -->
<!-- https://github.com/michalsnik/aos -->
<!-- https://undraw.co/illustrations -->
</body>
<script src="main.js"></script>
</html>