-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
102 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,8 @@ body{ | |
|
||
main { | ||
margin: auto; | ||
padding: 2vh; | ||
padding: 4vh; | ||
height: 130vh; | ||
} | ||
|
||
.card, .list-group { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
@import url(default.css); | ||
@import url(navbar.css); | ||
|
||
main { | ||
margin: auto; | ||
padding: 4vh; | ||
height: 90vh; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ | |
main { | ||
margin: auto; | ||
padding: 4vh; | ||
height: 90vh; | ||
} | ||
|
||
.btn-primario{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
<!DOCTYPE html> | ||
<html lang="pt-br"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content="Salt, temperando Sua Vida Financeira. Controle suas finanças, já! "> | ||
<meta name="keywords" content="Controle de finanças, Finanças, Controle, Startup, FIAP"> | ||
<meta name="author" content="Gabriela Brandão, Giovanni Cruz, Will Bartolomeu, Bruno Vicente"> | ||
|
||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" | ||
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous"> | ||
<link rel="icon" href="../img/favicon.ico" type="image/x-icon"> | ||
<link rel="stylesheet" href="/css/metas.css"> | ||
|
||
<title>Salt - Metas</title> | ||
</head> | ||
<body> | ||
<nav class="navbar navbar-expand-lg navbar-light"> | ||
<a class="navbar-brand ms-4" href="./home.html">Salt</a> | ||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup" | ||
aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarNavAltMarkup"> | ||
<div class="navbar-nav py-3 fs-5"> | ||
<a class="nav-item nav-link" href="./home.html">Resumo</a> | ||
<a class="nav-item nav-link" href="./investimento.html">Investimento</a> | ||
<a class="nav-item nav-link" href="./transacoes.html">Transações</a> | ||
<a class="nav-item nav-link" href="./receita.html">Receita</a> | ||
<a class="nav-item nav-link" href="./despesa.html">Despesa</a> | ||
<a class="nav-item nav-link" href="./metas.html">Metas</a> | ||
<a class="nav-item nav-link" href="./configuracoes.html">Configurações</a> | ||
<a class="nav-item nav-link fw-light" href="/inicio.html">Sair</a> | ||
</div> | ||
</div> | ||
</nav> | ||
<main> | ||
|
||
</main> | ||
<footer class="container-fluid"> | ||
<div class="row py-lg-2 pt-md-1 pb-md-5 px-lg-5 mx-lg-5"> | ||
<div class="col-lg-6 col-md-12 mb-3 mb-lg-5 gx-5"> | ||
<p class="my-3">Feito com muito amor e fé!</p> | ||
<p>© 2024 Salt Finance.</p> | ||
</div> | ||
|
||
<div class="col-lg-6 col-md-12 mb-3 mb-lg-5"> | ||
<h4 class="my-3">Atendimento</h4> | ||
<p>24 horas por dia, em todos os dias da semana.</p> | ||
</div> | ||
</div> | ||
</footer> | ||
</body> | ||
|
||
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script> | ||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters