development #5
327
assets/Css/Styles.css
Normal file
@ -0,0 +1,327 @@
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.Page-Header{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
padding: 30px 0;
|
||||
background: #000000;
|
||||
}
|
||||
.main-banner{
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
.Header-Logo{
|
||||
display: block;
|
||||
}
|
||||
.TopInfocard{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 74px 0 74px;
|
||||
}
|
||||
.TopInfocardText{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
height: 182px;
|
||||
max-width: 766px;
|
||||
}
|
||||
.TopInfocardSubtitle{
|
||||
width: 100%;
|
||||
font-weight: 400;
|
||||
font-size: 32px;
|
||||
line-height: 40px;
|
||||
max-width: 220px;
|
||||
max-height: 40px;
|
||||
}
|
||||
.TopInfocardTitle{
|
||||
font-weight: 500;
|
||||
font-size: 48px;
|
||||
line-height: 58px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.TopInfocardDescription{
|
||||
font-weight: 400;
|
||||
text-align: center;
|
||||
padding: 0 52px;
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
}
|
||||
.PcContainer{
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.ImageTop{
|
||||
max-width: 316px;
|
||||
max-height: 352px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.Cards{
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3,max-content);
|
||||
gap: 20px;
|
||||
justify-content: center;
|
||||
padding: 142px 0 80px;
|
||||
}
|
||||
.CardBox{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
align-items:center;
|
||||
background: #FFFFFF;
|
||||
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23);
|
||||
max-width: 300px;
|
||||
font-size: 16px;
|
||||
height: 288px;
|
||||
line-height: 24px;
|
||||
font-weight: 400;
|
||||
}
|
||||
.CardDescription{
|
||||
text-align: center;
|
||||
font-weight: 400;
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
}
|
||||
.MidBanner{
|
||||
margin: 80px 0 0;
|
||||
background: rgba(224, 224, 224, 1);
|
||||
|
||||
}
|
||||
.wrapper{
|
||||
max-width: 100%;
|
||||
display: grid;
|
||||
gap: 40px;
|
||||
grid-template-columns: 30% 30% 30%;
|
||||
justify-content: center;
|
||||
padding: 32px 30px 32px;
|
||||
position: relative;
|
||||
top: 60px;
|
||||
}
|
||||
.midCard{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
.midimg{
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
.BottomCards{
|
||||
display: grid;
|
||||
grid-template-columns: 22% 22% 22% 22%;
|
||||
padding: 126px 0 108px;
|
||||
gap: 16px;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.bottomcard{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background: #FFFFFF;
|
||||
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23);
|
||||
padding: 32px 0 0;
|
||||
|
||||
}
|
||||
.BottomImage{
|
||||
margin-bottom: 14px;
|
||||
}
|
||||
.imgdescripton{
|
||||
padding: 0px 32px 65px;
|
||||
text-align: center;
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
}
|
||||
.BotomDescription{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 108px 0 50px;
|
||||
}
|
||||
.BlockText{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
height: 158px;
|
||||
width: 550px;
|
||||
}
|
||||
.BotdescriptionTitlte{
|
||||
width: 420px;
|
||||
height: 39px;
|
||||
font-weight: 600;
|
||||
font-size: 32px;
|
||||
line-height: 40px;
|
||||
text-align: center;
|
||||
}
|
||||
.Botdescription{
|
||||
width: 550px;
|
||||
height: 120px;
|
||||
font-weight: 400;
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
text-align: center;
|
||||
|
||||
|
||||
}
|
||||
.downBannerBox{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
padding: 50px 0 106px;
|
||||
}
|
||||
.lastBanner{
|
||||
width: 70%;
|
||||
}
|
||||
.footer{
|
||||
padding: 38px 0;
|
||||
max-width: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
background: #000000;
|
||||
}
|
||||
.icons{
|
||||
display: flex;
|
||||
list-style: none;
|
||||
}
|
||||
.icon{
|
||||
margin: 0 8px 16px;
|
||||
}
|
||||
.footerText{
|
||||
font-weight: 400;
|
||||
font-size: 10px;
|
||||
line-height: 12px;
|
||||
text-transform: uppercase;
|
||||
color: #BDBDBD;
|
||||
}
|
||||
@media screen and (max-width: 1023px) {
|
||||
.MainBannerDesktop, .footerDesk{
|
||||
display: none;
|
||||
}
|
||||
.TopInfocard{
|
||||
padding: 144px 0 66px;
|
||||
}
|
||||
.ImageTop{
|
||||
max-width: 240px;
|
||||
max-height: 240px;
|
||||
}
|
||||
.TopInfocardSubtitle{
|
||||
font-size: 20px;
|
||||
max-width: 138px;
|
||||
max-height: 24px;
|
||||
line-height: 24px;
|
||||
}
|
||||
.TopInfocardTitle{
|
||||
font-size: 28px;
|
||||
line-height: 34px;
|
||||
}
|
||||
.TopInfocardDescription{
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
padding: 0 28px;
|
||||
max-width: 358px;
|
||||
max-height: 116px;
|
||||
}
|
||||
.BotomDescription{
|
||||
padding: 50px 32px 87px;
|
||||
}
|
||||
|
||||
.BotdescriptionTitlte{
|
||||
font-size: 24px;
|
||||
line-height: 30px;
|
||||
}
|
||||
.Botdescription{
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
padding: 0 28px;
|
||||
max-width: 358px;
|
||||
max-height: 116px;
|
||||
}
|
||||
.Cards{
|
||||
grid-template-columns: 1fr;
|
||||
padding: 90px 32px ;
|
||||
gap:24px;
|
||||
justify-items: center;
|
||||
}
|
||||
.BottomCards {
|
||||
grid-template-columns: 1fr;
|
||||
padding: 80px 22px 100px;
|
||||
}
|
||||
|
||||
.wrapper{
|
||||
gap: 14px;
|
||||
grid-template-columns: none;
|
||||
grid-template-areas:
|
||||
"img2 img1"
|
||||
"img3 img3"
|
||||
;
|
||||
}
|
||||
.img1{
|
||||
grid-area:img1;
|
||||
}
|
||||
.img2{
|
||||
grid-area:img2;
|
||||
}
|
||||
.img3{
|
||||
grid-area:img3;
|
||||
}
|
||||
.BotomDescription{
|
||||
justify-items: center;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.footerText{
|
||||
max-width: 280px;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 1024px) {
|
||||
.MainBannerMobile,.footermob{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
/* Concertar medidas futuramente */
|
||||
@media screen and (min-width: 2500px) {
|
||||
.TopInfocardText{
|
||||
max-width: 1532px;
|
||||
height: 364px;
|
||||
}
|
||||
.TopInfocardSubtitle{
|
||||
font-size: 40px;
|
||||
}
|
||||
.TopInfocardTitle{
|
||||
font-size: 60px;
|
||||
}
|
||||
.TopInfocardDescription{
|
||||
line-height: 30px;
|
||||
font-size: 38px;
|
||||
}
|
||||
.ImageTop{
|
||||
max-width: 630px;
|
||||
max-height: 704px;
|
||||
height: 704px;
|
||||
}
|
||||
.CardBox{
|
||||
max-width: 600px;
|
||||
font-size: 64px;
|
||||
height: 578px;
|
||||
line-height: 24px;
|
||||
}
|
||||
.imageCard{
|
||||
width: 204px;
|
||||
height: 206px;
|
||||
}
|
||||
.CardDescription{
|
||||
font-size: 38px;
|
||||
line-height: 28px;
|
||||
}
|
||||
}
|
BIN
assets/Image/Computers.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
assets/Image/Group.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
9
assets/Image/Logo-M3Academy 1.svg
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
assets/Image/MidNotebook2.png
Normal file
After Width: | Height: | Size: 215 KiB |
BIN
assets/Image/MidNotebook3.png
Normal file
After Width: | Height: | Size: 318 KiB |
BIN
assets/Image/Top-banner-desktop.png
Normal file
After Width: | Height: | Size: 1.5 MiB |
BIN
assets/Image/Top-banner-mobile.png
Normal file
After Width: | Height: | Size: 341 KiB |
BIN
assets/Image/coin 1.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
assets/Image/coin 2.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
assets/Image/facebook.png
Normal file
After Width: | Height: | Size: 287 B |
BIN
assets/Image/instagram.png
Normal file
After Width: | Height: | Size: 490 B |
BIN
assets/Image/laptop 1.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
assets/Image/midNoteBook1.png
Normal file
After Width: | Height: | Size: 234 KiB |
BIN
assets/Image/money (1) 2.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
assets/Image/shop 1.png
Normal file
After Width: | Height: | Size: 959 B |
BIN
assets/Image/shopping-bag (1) 1.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
assets/Image/youtube 2.png
Normal file
After Width: | Height: | Size: 351 B |
BIN
assets/Image/óculos moible.png
Normal file
After Width: | Height: | Size: 247 KiB |
BIN
assets/Image/óculos-desktop.png
Normal file
After Width: | Height: | Size: 362 KiB |
152
index.html
Normal file
@ -0,0 +1,152 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="pt-br">
|
||||
<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="/assets/Css/Styles.css">
|
||||
<title>Desafio Landing page</title>
|
||||
</head>
|
||||
<body>
|
||||
<header class="Page-Header">
|
||||
<a href="index.html">
|
||||
<img class="Header-Logo" src="assets/Image/Logo-M3Academy 1.svg" alt="Logo M3">
|
||||
</a>
|
||||
</header>
|
||||
<main>
|
||||
<figure>
|
||||
<img class="main-banner MainBannerDesktop" src="assets/Image/Top-banner-desktop.png" alt="Banner Principal desktop"/>
|
||||
<img class="main-banner MainBannerMobile"" src="assets/Image/Top-banner-mobile.png" alt="Banner Principal mobile"/>
|
||||
</figure>
|
||||
<section class="TopInfocard">
|
||||
<div class="TopInfocardText">
|
||||
<h2 class="TopInfocardSubtitle">Lorem ipsum</h2>
|
||||
<h1 class="TopInfocardTitle">dolor sit amet</h1>
|
||||
<p class="TopInfocardDescription">
|
||||
Lorem ipsum dolor sit amet,
|
||||
consectetur adipiscing elit.
|
||||
Cras euismod enim non dui fringilla interdum.
|
||||
Curabitur ut tortor sed lacus egestas vulputate vel
|
||||
sit amet velit.Nulla suscipit magna dui.
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
<figure class="PcContainer">
|
||||
<img class="ImageTop" src="assets/Image/Computers.png" alt="Computadores">
|
||||
</figure>
|
||||
<div class="Cards">
|
||||
<figure class="CardBox">
|
||||
<img class="imageCard" src="assets/Image/shop 1.png" alt="icone de Loja">
|
||||
<figcaption class="CardDescription">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum. </figcaption>
|
||||
</figure>
|
||||
<figure class="CardBox">
|
||||
<img class="imageCard" src="/assets/Image/shopping-bag (1) 1.png" alt="icone de sacola">
|
||||
<figcaption class="CardDescription">
|
||||
Lorem ipsum dolor sit amet,
|
||||
consectetur adipiscing elit.
|
||||
Cras euismod enim non dui
|
||||
fringilla interdum.
|
||||
</figcaption>
|
||||
</figure>
|
||||
<figure class="CardBox">
|
||||
<img class="imageCard"src="assets/Image/coin 1.png" alt="icone de mão com moeda">
|
||||
<figcaption class="CardDescription">
|
||||
Lorem ipsum dolor sit amet,
|
||||
consectetur adipiscing elit.
|
||||
Cras euismod enim non dui fringilla interdum.
|
||||
</figcaption>
|
||||
</figure>
|
||||
</div>
|
||||
<div class="MidBanner">
|
||||
<div class="wrapper">
|
||||
<figure class="midCard img1">
|
||||
<img class="midimg " src="assets/Image/midNoteBook1.png" alt="Descktop frontal">
|
||||
</figure>
|
||||
<figure class="midCard img2">
|
||||
<img class="midimg " src="assets/Image/MidNotebook2.png" alt="Desktop Top-Down">
|
||||
</figure>
|
||||
<figure class="midCard img3">
|
||||
<img class="midimg" src="assets/Image/MidNotebook3.png" alt="Desktop Perfil">
|
||||
</figure>
|
||||
</div>
|
||||
</div>
|
||||
<div class="BottomCards">
|
||||
<figure class="bottomcard" >
|
||||
<img class="BottomImage" src="/assets/Image/money (1) 2.png" alt="icone de Money">
|
||||
<figcaption class="imgdescripton">
|
||||
Lorem ipsum dolor sit amet,
|
||||
consectetur adipiscing elit.
|
||||
Cras euismod enim non dui fringilla interdum.
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
|
||||
Cras euismod enim non dui fringilla interdum.
|
||||
</figcaption>
|
||||
</figure>
|
||||
<figure class="bottomcard">
|
||||
<img class="BottomImage" src="/assets/Image/coin 2.png" alt="icone de Dinheiro">
|
||||
<figcaption class="imgdescripton">
|
||||
Lorem ipsum dolor sit amet,
|
||||
consectetur adipiscing elit.
|
||||
Cras euismod enim non dui fringilla interdum.
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
|
||||
Cras euismod enim non dui fringilla interdum.
|
||||
</figcaption>
|
||||
</figure>
|
||||
<figure class="bottomcard">
|
||||
<img class="BottomImage" src="/assets/Image/laptop 1.png" alt="icone de Laptop">
|
||||
<figcaption class="imgdescripton">
|
||||
Lorem ipsum dolor sit amet,
|
||||
consectetur adipiscing elit.
|
||||
Cras euismod enim non dui fringilla interdum.
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
|
||||
Cras euismod enim non dui fringilla interdum.
|
||||
</figcaption>
|
||||
</figure>
|
||||
<figure class="bottomcard">
|
||||
<img class="BottomImage" src="/assets/Image/Group.png" alt="icone de Celular">
|
||||
<figcaption class="imgdescripton">
|
||||
Lorem ipsum dolor sit amet,
|
||||
consectetur adipiscing elit.
|
||||
Cras euismod enim non dui fringilla interdum.
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
|
||||
Cras euismod enim non dui fringilla interdum.
|
||||
</figcaption>
|
||||
</figure>
|
||||
</div>
|
||||
<section class="BotomDescription">
|
||||
<div class="BlockText">
|
||||
<h2 class="BotdescriptionTitlte">Lorem ipsum dolor sit amet</h2>
|
||||
<p class="Botdescription">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras vulputate sapien non libero faucibus interdum. In eget tincidunt ipsum.
|
||||
Quisque a tellus at lectus blandit tempor. Ut tristique auctor mi eget hendrerit. Curabitur venenatis felis vitae sagittis venenatis.
|
||||
Donec finibus turpis vitae lectus interdum rutrum vitae sed augue.
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
<figure class="downBannerBox">
|
||||
<img class="footerDesk lastBanner" src="/assets/Image/óculos-desktop.png" alt="Imagem oculos desktop">
|
||||
<img class="footermob lastBanner" src="/assets/Image/óculos moible.png" alt="Imagem oculos mobile">
|
||||
</figure>
|
||||
</main>
|
||||
<footer>
|
||||
<div class="footer">
|
||||
<ul class="icons">
|
||||
<li class="icon" >
|
||||
<a href="#" target="_blank">
|
||||
<img src="/assets/Image/instagram.png" alt="icone do instragram">
|
||||
</a>
|
||||
</li>
|
||||
<li class="icon">
|
||||
<a href="#" target="_blank">
|
||||
<img src="/assets/Image/facebook.png" alt="icone do facebook">
|
||||
</a>
|
||||
</li>
|
||||
<li class="icon">
|
||||
<a href="#" target="_blank">
|
||||
<img src="/assets/Image/youtube 2.png" alt="icone do youtube">
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<p class="footerText">Copyright © 2020 - Loja Comércio Eletrônico | CNPJ: 000.000.000/0001-00</p>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|