-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathajude.html
100 lines (89 loc) · 3.44 KB
/
ajude.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
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ajude</title>
<!-- Link com a folha de estilo -->
<link rel="stylesheet" href="style.css">
<meta name="description" content="Nos ajude como puder!">
<link rel="icon" href="./img/logosemtexto-removebg-preview.png">
</head>
<body>
<!-- cabeçalho-->
<header>
<div class="FlexMenu">
<div id="logo">
<img src="./img/logo.png" alt="Logo Proteja Petz">
</div>
<nav>
<input type="checkbox" id="check">
<label for="check">☰</label>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="sobre.html">Sobre</a></li>
<li><a href="contato.html">Contato</a></li>
<li><a href="adote.html">Adote</a></li>
<li><a href="ajude.html">Ajude</a></li>
<li><a href="como-amar.html">Como amar</a></li>
</ul>
</nav>
</div>
</header>
<br>
<main class=Flex>
<div class="Container">
<h1>Quero Ajudar</h1>
</div>
</main>
<section class="section">
<div class="Container">
<div id="destaqueAjude">
</div>
<div id="textoAjude">
<div class="topicosAjude">
<table>
<tr>
<td><img width="250" height="250" src="img/git.png" alt="Animais"></td>
<td>
<h2>Como nos ajudar?</h2>
<p>Você pode apoiar o projeto Proteja Petz fazendo doações! Todo o dinheiro doado será
utilizado para compra de ração para os pets.</p>
<P>*Este site é destinado apenas para aprendizagem*</P>
</td>
</tr>
</table>
<div class="AjudeCelular">
<TABLE>
<TR>
<td><img width="50" height="50" src="img/pix.png" alt="picpay"></td>
<td>
<h3>(11)012345678</h3>
</td>
</TR>
</TABLE>
</div>
</div>
</div>
</div>
</section>
<!-- rodapé-->
<footer>
<div class="Container Flex">
<div id="social">
<a href="https://www.instagram.com/camilaax_7/" target="_blank"><img src="./img/instagram.png"
alt="Instagram"></a>
<a href="https://api.whatsapp.com/send?phone=5511950474505" target="_blank"><img src="./img/whats.png"
alt="Whatsapp"></a>
<a href="https://www.facebook.com/cristine.yonamine" target="_blank"><img src="./img/facebook.png"
alt="Facebook"></a>
</div>
<div id="copyright">
<p>© 2024 - Proteja Petz / Este site é um projeto de aprendizagem</p>
</div>
</div>
</footer>
<!-- topo-->
<a href="#logo" id="topo"><img src="./img/seta.png" alt="Topo"></a>
</body>
</html>