-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.html
28 lines (28 loc) · 918 Bytes
/
footer.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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>footer</title>
<link rel="stylesheet" href="/Assets/Css/footer.css">
</head>
<body>
<footer class="footer">
<div class="logo">
<img src="/Assets/img/logo.png" alt="logo">
<h2>João Frango</h2>
</div>
<!--Contatos and tell-->
<div class="contatos">
<h3>Contatos</h3>
<p>Telefone: (11) 4002-8922</p>
<p>Email: joao@frango.com </p>
</div>
<div class="social">
<h3>Redes Sociais</h3>
<a href=""><img src="/Assets/img/facebook.svg" alt="facebook">Facebook</a>
<a href="https://www.instagram.com/"><img src="/Assets/img/instagram.svg" alt="instagram">Instagram</a>
</div>
</footer>
</body>
</html>