-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.html
43 lines (42 loc) · 1.55 KB
/
home.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
<!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" />
<link rel="stylesheet" href="home.css" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2? family = Poppins: ital, wght @ 0,100; 0,400; 0,700; 1,400 & display = swap "
rel=" stylesheet "
/>
<title>Dev.finance$</title>
</head>
<body>
<header>
<nav>
<ul class="navbar">
<a href="home.html" class="linkk">
<img src="./assets/logo.svg" alt="Logo Dev Finance"/></a>
<li><a href="planejamento.html">Planejamento</a></li>
<li><a href="index.html"> Finança</a></li>
<li><a href="contato.html">Contato</a></li>
</ul>
</nav>
</header>
<section>
<div class="sessao1">
<h1>Conselho Financeiro</h1>
<p>Está “sobrando mês no fim do seu salário”?<br> Se você se identifica com essa situação, talvez seja a hora de reavaliar o <br>seu orçamento e criar um <b>planejamento financeiro</b>
.<br> Afinal, não há nada pior do que chegar ao fim do mês zerado.</p>
<a href="planejamento.html" class="button">Saiba mais</a>
</div>
</section>
<section>
<img src="11.svg" alt="foto finance" class="image" >
</section>
<footer>
<p>dev.finance$</p>
</footer>
</body>
</html>