-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsolucoes.html
60 lines (50 loc) · 2.06 KB
/
solucoes.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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="img/upfour_favicon.jpeg" type="image upfour"/>
<link rel="stylesheet" href="solucoes.css">
<link rel="shortcut icon" href="img/upfour_favicon.jpeg" type="image" />
<title>Sign Up Form</title>
</head>
<body>
<nav>
<ul>
<li class="logo">upfour.</li>
<li class="items"><a href="/index.html">Home</a></li>
<li class="items"><a href="/upfor.html">Sobre</a></li>
<li class="items"><a href="/solucoes.html">Soluções</a></li>
<li class="items"><a href="/projeto.html">Projetos</a></li>
<li class="items"><a href="/form.html">Contato</a></li>
</ul>
</nav>
<main class="cards">
<section class="card simule">
<div class="icon">
<img src="/img/tablet.png" alt="Simule sem compromisso">
</div>
<h3>Simule sem compromisso</h3>
<span>Informe o quanto você precisa e escolha a quantidade de parcelas.</span>
<a href="form.html"><button>Simule Já</button></a>
</section>
<section class="card preencha">
<div class="icon">
<img src="/img/check-form.png" alt="Preencha em poucos passos">
</div>
<h3>Preencha em poucos passos</h3>
<span>Faça seu pedido de empréstimo e envie seus documentos.</span>
<a href="form.html"><button>Saiba mais</button></a>
</section>
<section class="card aguarde">
<div class="icon">
<img src="/img/loupe.png" alt="Aguarde a análise">
</div>
<h3>Aguarde a análise</h3>
<span>Seu pedido é analisado e em cinco minutos você recebe uma resposta.</span>
<a href="form.html"><button>Faça uma simulação</button></a>
</section>
</main>
</body>
</html>