Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refatoracao #54

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added design/paleta de cores.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added design/planejamento.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added estrutura/Estrutura 2.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added estrutura/Footer.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added estrutura/Formulário.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added estrutura/Header-Estrutura 1.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imagens/Empresaria.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imagens/Logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imagens/LogoPNG.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imagens/facebookpng.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Binary file added imagens/instagrampng.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imagens/sistemapng.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imagens/whatsapp-logo-png.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
89 changes: 89 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
<!DOCTYPE html>
<html lang="pt-br">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap"
rel="stylesheet">
<title>Upfour</title>
</head>

<body>
<header class="cabecalho">
<img src="imagens/LogoPNG.png" class="logo-header">
<h4><a href="https://fonts.google.com/?query=open">Sobre Nós</a></h4>
<h4><a href="https://www.labenu.com.br/">Simule Seu Crédito</a></h4>
<h4><a href="https://minhadigital.net/">Trabalhe Conosco</a></h4>
<button class="botao-login">Login</button>
</header>
<section class="estrutura-1">
<article class="container-texto">
<h1>COMECE HOJE <br> <span>SEU NEGÓCIO!</span></h1>
<br>
<h2>O lugar onde você mora não te define!</h2>
<br>

<p>Não deixe que a falta de oportunidades acabe com seus sonhos, venha
empreender.<br>
A Upfour veio te ajudar a descolar aquela grana para<br>
começar seu negócio ainda hoje. Também vamos te<br>
disponibilizar o acesso livre ao nosso Sistema de Controle e Orientação Financeira!
<br>
<br>
Tá esperando o que?<br>
Clique no botão a baixo e garanta já a chance de<br>
mudar de vida!
</p>
<button class="botao-contato">FALE CONOSCO</button>
</article>
<img src="imagens/Empresaria.png" class="empresaria">
</section>
<section class="estrutura-2">
<article class="container-texto-2">
<h1>BENEFÍCIOS<br> <span>EXCLUSIVOS!</span></h1>
<br>
<p>Além de garantir o seu crédito pessoal,<br>
você também irá contar com acesso livre<br>
ao nosso sistema de controle e orientação<br>
financeira!
<br>
<br>
E como sabemos que o começo não é tão<br>
fácil, pague a primeira parcela só daqui há<br>
60 dias!
</p>
<button class="botao-sistema">CONHEÇA O SCOF</button>
</article>
<img src="imagens/sistemapng.png" class="sistema">
</section>
<section class="container-formulario">
<h3>Preencha o formulário abaixo, e nossa equipe estará te contatando!</h3>
<form class="formulario">
<h2>Fala Comigo:</h2>
<input type="text" required placeholder=" Nome...">
<input type="text" required placeholder=" Telefone...">
<input type="email" required placeholder=" E-mail...">
<button class="botao-enviar">Enviar</button>
<img src="imagens/LogoPNG.png" class="logo-form">
</form>
</section>
<footer class="rodape">
<section class="redes-sociais">
<img src="imagens/whatsapp-logo-png.png" class="rede">
<img src="imagens/instagrampng.png" class="rede">
<img src="imagens/facebookpng.png" class="rede">
</section>
<p>©️ 2023 Upfour LTDA. - Todos os direitos reservados.</p>
<p>Rua dos Bobos, 0, Esmero - 12345-678</p>
<p>CNPJ: 12.345.789/1234-56</p>
<p>Contato: 12 3 4567 8910</p>
<p><a href="https://minhadigital.net/documentos/"><u>Documentos</u></a></p>
</footer>
</body>

</html>
178 changes: 178 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,178 @@
* {
padding: 0;
margin: 0;
font-family: 'Open Sans', sans-serif;
}

a {
text-decoration: none;
color: #CFC3B2;
}

.cabecalho {
background-color: #201F25;
display: flex;
text-align: center;
border-bottom: #CFC3B2 solid 3px;
height: 10vh;
}

h4 {
margin: auto;
text-align: center;
}

.logo-header {
height: 100px;
width: 150px;
margin-left: 40px;
}

.botao-login {
height: 43px;
width: 122px;
background-color: #CFC3B2;
border-radius: 30px;
margin-left: auto;
margin-top: auto;
margin-bottom: auto;
cursor: pointer;
}

h1 {
font-size: 62px;

}

h1 span {
font-size: 47.3px;
}

h2 {
color: #CFC3B2;
}

.estrutura-1 {
background-color: #201F25;
height: 90vh;
display: flex;
}

.container-texto {
width: 50vw;
color: white;
display: flex;
flex-direction: column;
padding: 3em 2em 5em;
margin-left: auto;
margin-right: auto;
text-align: center;
}

.empresaria {
width: 50vw;
height: 90vh;
display: block;
margin: 0;
}

.botao-contato {
color: #CFC3B2;
background-color: #201F25;
height: 82px;
width: 231px;
border-radius: 45px;
margin: auto;
margin-top: 50px;
cursor: pointer;
}

.estrutura-2 {
background-color: #CFC3B2;
height: 100vh;
display: flex;
}

.container-texto-2 {
width: 50vw;
color: white;
display: flex;
flex-direction: column;
padding: 3em 2em 5em;
margin-left: auto;
margin-right: auto;
text-align: center;
color: #201F25;
}

.botao-sistema {
background-color: #CFC3B2;
height: 82px;
width: 231px;
border-radius: 45px;
margin: auto;
margin-top: 50px;
cursor: pointer;
}

.container-formulario{
height: 50vh;
background-color: #201F25;
display: flex;
justify-content: space-evenly;
align-items: center;
flex-direction: column;
border-bottom: #CFC3B2 3px solid;
}

h3{
color: #CFC3B2;
display: flex;
}

.formulario{
display: flex;
flex-direction: column;
align-items: center;
border: #CFC3B2 3px solid;
border-radius: 30px;
padding: 2em 1em 0;
}

input{
background-color: transparent;
border: #CFC3B2 2px solid;
border-radius: 20px;
margin: 8px;
color: #CFC3B2;
}

.botao-enviar{
background-color: #201F25;
color: #CFC3B2;
border-radius: 15px;
height: 30px;
width: 80px;
cursor: pointer;
}

.logo-form{
height: 50px;
width: 70px;
}

.rodape{
height: 30vh;
background-color: #201F25;
color: #CFC3B2;
display: flex;
flex-direction: column;
align-items: center;
}

.rede{
width: 40px;
margin-top: 20px;
align-items: center;
padding: 1em;
}