-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathparceiros.html
More file actions
104 lines (102 loc) · 4.35 KB
/
Copy pathparceiros.html
File metadata and controls
104 lines (102 loc) · 4.35 KB
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
101
102
103
104
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Parceiros</title>
<meta name="description" content="Aqui você encontra ofertas imperdíveis e ajuda o planeta!">
<link rel="shortcut icon" type="imagex/png" href="image/icon2.png">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.12.1/css/all.css" crossorigin="anonymous">
<style>
@import url(css/parceiros.css);
</style>
</head>
<body>
<main>
<div class="logo-titulo-cadastro">
<div class="logo">
<img src="image/logoSVbranca.png" alt="Logo do Super Válido" width="360vw" height="90vh">
</div>
</div>
</main>
<br>
<br>
<div class="corpo">
<h2>Temos os melhores supermercados de São Paulo!</h2>
<br>
<br>
<div class="container-categoria-produto">
<img src="image/atacadao2.png" alt="Atacadão" width="200vw" height="100vh">
<img src="image/Logo_assai.png" alt="Assaí" width="150vw" height="100vh">
<img src="image/extra4.png" alt="Extra" width="150vw" height="100vh">
<img src="image/dia.png" alt="Dia" width="180vw" height="100vh">
</div>
<br>
<br>
<div class="container-categoria-produto">
<img src="image/paodeacucar.png" alt="Pão de açúcar" width="150vw" height="100vh">
<img src="image/carrefour3.png" alt="Carrefour" width="170vw" height="130vh">
<img src="image/roldao.png" alt="Roldão" width="150vw" height="100vh">
<img src="image/nagumo.png" alt="Nagumo" width="220vw" height="100vh">
</div>
<br>
<br>
<br>
<div>
<a class="botao-cadastro" href="index.html" target="_blank">Voltar a página inicial</a>
</div>
<br>
<br>
<br>
</div>
<footer>
<div class="footer-container">
<div class="footer-column large">
<a href="index.html"><img src="image/logoSupervalido.png" alt="Logo do Super Válido" class="footer-logo" width="360vw" height="90vh"></a>
<br>
<div class="social-icons">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-whatsapp"></i></a>
</div>
<br>
<p>© SUPER VÁLIDO, 2024. ALL RIGHTS RESERVED.</p>
<p>Desenvolvido com muito ♡ por DNA</p>
</div>
<div class="footer-column">
<h3>NAVEGUE PELO SITE</h3>
<ul>
<li><a href="sobre.html">Sobre</a></li>
<li><a href="ofertas.html">Ofertas</a></li>
<li><a href="login.html">Meus descontos</a></li>
<li><a href="login.html">Favoritos</a></li>
<li><a href="parceiros.html">Parceiros</a></li>
</ul>
<br><br>
<h3>AJUDA</h3>
<ul>
<li><a href="ajuda.html">Dúvidas frequentes</a></li>
<li><a href="ajuda.html">Contato</a></li>
</ul>
</div>
<div class="footer-column">
<h3>PRODUTOS</h3>
<ul>
<li><a href="#">Bebidas</a></li>
<li><a href="#">Doces</a></li>
<li><a href="#">Padaria</a></li>
<li><a href="#">Laticínio</a></li>
<li><a href="#">Massas</a></li>
<li><a href="#">Mercearia</a></li>
<li><a href="#">Bebê</a></li>
<li><a href="#">Higiene</a></li>
<li><a href="#">Beleza e perfumaria</a></li>
<li><a href="#">Limpeza</a></li>
<li><a href="#">Hortifruti</a></li>
</ul>
</div>
</div>
</footer>
</body>
</html>