-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathservicos.html
More file actions
62 lines (52 loc) · 2.83 KB
/
servicos.html
File metadata and controls
62 lines (52 loc) · 2.83 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
<!DOCTYPE html>
<html lang="en">
<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">
<title>Up Four</title>
<link rel="stylesheet" type="text/css" href="servicos.css">
</head>
<body>
<header>
<nav>
<ul>
<li class="items"><a href="/index.html">Home</a></li>
<li class="items"><a href="/Quem Somos/index.html">Quem Somos</a></li>
<li class="items"><a href="/projeto.html">Serviços</a></li>
<li class="items"><a href="/formulario.html">Contato</a></li>
</ul>
</nav>
</header>
<section class="servicos">
<div class="servicos-info">
<div class="text"><h2>Crédito Pessoal UpFour</h2><br>
<p><b>Uma Forma rápida e fácil para você realizar seus sonhos de começar seu próprio negócio.</b></p></div>
<div class="text"><h2>O que é</h2><br>
<p><b>O Crédito Pesssoa UpFour é uma forma rápida e ,<br>fácil para você morador de periferia, conseguir o dinheiro <br>que você precisa para começar o seu póprio negócio.</b></p></div>
<div class="text"><h2>E sem burocracia</h2><br>
<p><b>Soluções simples, seguras e 100% digitais para você fazer tudo diretamente pelo celular.<br> É como um empréstimo pessoal, mas <em>MUITO MELHOR.</em></b></p>
</div>
</div><br>
<div class="saiba-mais">
<a href="formulario.html"> <button>Saiba Mais</button></a>
</div><br><br>
<div class="servicos-introducao">
<h1>Sistema de controle e orientação financeira</h1><br>
<div class="sub-introducao"> <h2>Consultoria financeira personalizada!</h2></div><br>
<p>Ajudamos você a conquistar objetivos, iniciar ou otimizar seus investimentos,<br> organizar as contas do mês a mês e sair das dívidas de forma fácil e objetiva!</p>
<h3 class="sub-sub-introducao">Tenha seu controle financeiro na palma da sua mão</h3><br>
<div class="saiba-mais">
<a href="formulario.html"> <button>Saiba Mais</button></a>
</div>
</div>
</section>
<footer>
<!-- <a href="#topo"><b>Inicio</b></a> -->
<p class="text-footer">©️ 2021 All rights reserved.</p>
<a href = "https://www.twitter.com/ " alvo =" blank " > <img src ="/imagens/twitter.jpeg" width = " 2% " height = " 2% " /> </a>
<a href = "https://www.instagram.com/ " alvo =" blank " > <img src ="/imagens/instagram.jpeg" width = " 2% " height = " 2% " /> </a>
<a href = "https://www.facebook.com/ " alvo =" blank " > <img src ="/imagens/facebook.jpeg" width = " 2% " height = " 2% " /> </a>
</footer>
</body>
</html>