-
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
1 parent
3e6614e
commit 9f71af0
Showing
2 changed files
with
508 additions
and
449 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 |
---|---|---|
@@ -1,120 +1,129 @@ | ||
<!DOCTYPE html> | ||
<html lang="pt-br"> | ||
|
||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=d45ice-width, 45itial-scale=1.0" /> | ||
<title>FASTER</title> | ||
<link rel="stylesheet" href="style.css"> | ||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> | ||
</head> | ||
|
||
<body> | ||
<header> | ||
<img class="logo" src="images/logo.png" alt="logo marca" /> | ||
<nav class="list"> | ||
<a class="options">Home</a> | ||
<a class="options">Sobre</a> | ||
<a class="options">Serviço</a> | ||
<a class="options">Preço</a> | ||
<a class="options">Conteúdos</a> | ||
<a class="options">Contatos</a> | ||
</nav> | ||
<button class="btn-encomendas">Pegue as encomendas</button> | ||
</header> | ||
<main> | ||
<section class="image"> | ||
<div class="content"> | ||
<p>Seguro e Rápido</p> | ||
<h3>Serviços Logísticos</h3> | ||
<div class="search-service"> | ||
<input type="text" name="pesquisar" id="pesquisar" placeholder="Pesquise produtos, serviços e muito mais"> | ||
<button class="btn-pesquisa">Pesquisar</button> | ||
</div> | ||
</div> | ||
</section> | ||
<section class="order-services"> | ||
<div class="text-getquote"> | ||
<h4>Pegue um serviço</h4> | ||
<h1>Solicite um serviço gratuito</h1> | ||
<p>Economize tempo e dinheiro! Solicite um serviço gratuito e tenha acesso a profissionais experientes <br> que | ||
irão resolver suas tarefas com eficiência.</p> | ||
</div> | ||
<div class="num-services"> | ||
<h1>225</h1> | ||
<p>Especialistas habilidosos</p> | ||
<h1>1050</h1> | ||
<p>Clientes Satisfeitos</p> | ||
<h1>2500</h1> | ||
<p>Projetos Completos</p> | ||
</div> | ||
<form action="/servicos" class="orders-services"> | ||
<input type="text" id="nome" placeholder="Seu nome"> | ||
<input type="email" id="email" placeholder="Seu email"> | ||
<select name="servico" id="servico"> | ||
<option value="selecionar-servico" selected>Selecione um serviço</option> | ||
</select> | ||
<button>Pegue o serviço</button> | ||
</form> | ||
</section> | ||
<section class="plan-prices"> | ||
<div class="title-plan"> | ||
<h3>Preços de Planos</h3> | ||
<h1>Pacotes com preços</h1> | ||
</div> | ||
<div class="plans"> | ||
<div class="plan-basic"> | ||
<div> | ||
<h1>R$ 45</h1> | ||
<h2>Básico</h2> | ||
<div class="centralize"> | ||
<p>Entrega Rápida</p> | ||
<p>Proteção ao produto</p> | ||
</div> | ||
</div> | ||
<button>Peça agora</button> | ||
</div> | ||
<div class="plan-premium"> | ||
<div> | ||
<h1>R$ 80</h1> | ||
<h2>Premium</h2> | ||
<div class="centralize"> | ||
<p>Entrega Rápida</p> | ||
<p>Proteção ao produto</p> | ||
</div> | ||
</div> | ||
<button>Peça agora</button> | ||
</div> | ||
<div class="plan-business"> | ||
<div> | ||
<h1>R$ 125</h1> | ||
<h2>Business</h2> | ||
<div class="centralize"> | ||
<p>Entrega Rápida</p> | ||
<p>Proteção ao produto</p> | ||
</div> | ||
</div> | ||
<button>Peça agora</button> | ||
</div> | ||
</div> | ||
</section> | ||
</main> | ||
</body> | ||
<footer> | ||
<div class="links"> | ||
<adress class="contacts"> | ||
<h2>Contactar</h2> | ||
<a href="#">Av. Barão de Studart, 158, Fortaleza, CE</a> | ||
<a href="#">85 8562-9634</a> | ||
<a href="#">[email protected]</a> | ||
</adress> | ||
<div class="media"> | ||
<a href=""><img src="images/instagram.svg" width="45px" alt="Instagram"></a> | ||
<a href=""><img src="images/linkedin.svg" width="45px" alt="Linkedin"></a> | ||
<a href=""><img src="images/facebook.svg" width="45px" alt="Facebook"></a> | ||
<a href=""><img src="images/twitter-x.svg" width="45px" alt="Twitter"></a> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
<!DOCTYPE html> | ||
<html lang="pt-br"> | ||
|
||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=d45ice-width, 45itial-scale=1.0" /> | ||
<title>FASTER</title> | ||
<link rel="stylesheet" href="style.css"> | ||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> | ||
</head> | ||
|
||
<body> | ||
<header> | ||
<img class="logo" src="images/logo.png" alt="logo marca" /> | ||
<nav class="list"> | ||
<a class="options">Home</a> | ||
<a class="options">Sobre</a> | ||
<a class="options">Serviço</a> | ||
<a class="options">Preço</a> | ||
<a class="options">Conteúdos</a> | ||
<a class="options">Contatos</a> | ||
</nav> | ||
<button class="btn-encomendas">Pegue as encomendas</button> | ||
</header> | ||
<main> | ||
<section class="image"> | ||
<div class="content"> | ||
<p>Seguro e Rápido</p> | ||
<h3>Serviços Logísticos</h3> | ||
<div class="search-service"> | ||
<input type="text" name="pesquisar" id="pesquisar" placeholder="Pesquise produtos, serviços e muito mais"> | ||
<button class="btn-pesquisa">Pesquisar</button> | ||
</div> | ||
</div> | ||
</section> | ||
<section class="order-services"> | ||
<div class="text-getquote"> | ||
<h4>Pegue um serviço</h4> | ||
<h1>Solicite um serviço gratuito</h1> | ||
<p>Economize tempo e dinheiro! Solicite um serviço gratuito e tenha acesso a profissionais experientes <br> que | ||
irão resolver suas tarefas com eficiência.</p> | ||
</div> | ||
<div class="num-services"> | ||
<h1>225</h1> | ||
<p>Especialistas habilidosos</p> | ||
<h1>1050</h1> | ||
<p>Clientes Satisfeitos</p> | ||
<h1>2500</h1> | ||
<p>Projetos Completos</p> | ||
</div> | ||
<form action="/servicos" class="orders-services"> | ||
<input type="text" id="nome" placeholder="Seu nome"> | ||
<input type="email" id="email" placeholder="Seu email"> | ||
<select name="servico" id="servico"> | ||
<option value="selecionar-servico" selected>Selecione um serviço</option> | ||
</select> | ||
<button>Pegue o serviço</button> | ||
</form> | ||
</section> | ||
<section class="plan-prices"> | ||
<div class="title-plan"> | ||
<h3>Preços de Planos</h3> | ||
<h1>Pacotes com preços</h1> | ||
</div> | ||
<div class="plans"> | ||
<div class="plan-basic"> | ||
<div> | ||
<h1>R$ 45</h1> | ||
<h2>Básico</h2> | ||
<div class="centralize"> | ||
<p>Entrega Rápida</p> | ||
<p>Proteção ao produto</p> | ||
</div> | ||
</div> | ||
<button>Peça agora</button> | ||
</div> | ||
<div class="plan-premium"> | ||
<div> | ||
<h1>R$ 80</h1> | ||
<h2>Premium</h2> | ||
<div class="centralize"> | ||
<p>Entrega Rápida</p> | ||
<p>Proteção ao produto</p> | ||
</div> | ||
</div> | ||
<button>Peça agora</button> | ||
</div> | ||
<div class="plan-business"> | ||
<div> | ||
<h1>R$ 125</h1> | ||
<h2>Business</h2> | ||
<div class="centralize"> | ||
<p>Entrega Rápida</p> | ||
<p>Proteção ao produto</p> | ||
</div> | ||
</div> | ||
<button>Peça agora</button> | ||
</div> | ||
</div> | ||
</section> | ||
</main> | ||
</body> | ||
<footer> | ||
<div class="links"> | ||
<adress class="contacts"> | ||
<h2>Contactar</h2> | ||
<a href="#">Av. Barão de Studart, 158, Fortaleza, CE</a> | ||
<a href="#">85 98562-9634</a> | ||
<a href="#">[email protected]</a> | ||
</adress> | ||
<div class="media"> | ||
<a href=""><img src="images/instagram.svg" width="45px" alt="Instagram"></a> | ||
<a href=""><img src="images/linkedin.svg" width="45px" alt="Linkedin"></a> | ||
<a href=""><img src="images/facebook.svg" width="45px" alt="Facebook"></a> | ||
<a href=""><img src="images/twitter-x.svg" width="45px" alt="Twitter"></a> | ||
</div> | ||
</div> | ||
<div class="newsletter"> | ||
<h2>Newsletter</h2> | ||
<p>Receba mensagens e notificações sobre promoções, serviços e outras novidades colocando seu email abaixo | ||
</p> | ||
<div> | ||
<input type="email" name="email" id="email" placeholder="Fique por dentro de todas as novidades"> | ||
<button class="btn-enviar-email">Enviar</button> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
</html> |
Oops, something went wrong.