-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfirmacao.html
77 lines (76 loc) · 3.62 KB
/
confirmacao.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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bem vindo ao Super válido</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/sobre.css);
</style>
</head>
<body>
<main class="confirmation">
<div class="confirmation-image">
<img src="image/img-pageConfirmation.svg" alt="Confirmação de cadastro">
</div>
<div class="confirmation-text">
<h1>Seja bem-vindo!</h1>
<p>Parabéns, você completou seu cadastro.</p>
<p>Por favor, verifique a confirmação em seu e-mail e aproveite nossas ofertas imperdíveis!</p>
</div>
<a class="botao-voltarHome" href="indexPerfil.html" target="_blank"><i class="fas fa-home"></i> Voltar à página inicial</a>
</main>
<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>