Gustavo_Rallenson #1

Merged
Gustavo_Rallenson_Goncalves_Da_Silva merged 11 commits from Gustavo_Rallenson into main 2022-10-09 03:01:18 +00:00
20 changed files with 373 additions and 0 deletions

BIN
assets/Image/celular.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
assets/Image/coin 1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

BIN
assets/Image/coin 2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

BIN
assets/Image/compra.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
assets/Image/facebook.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 287 B

BIN
assets/Image/instagram.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 490 B

BIN
assets/Image/m3_logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 341 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 949 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
assets/Image/shop 1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

BIN
assets/Image/youtube 2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 351 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 535 B

BIN
assets/Image/Óculos.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 447 KiB

266
assets/css/main.css Normal file
View File

@ -0,0 +1,266 @@
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
font-family: 'Inter', sans-serif;
color: #000000;
}
.Page-Header{
/* Rectangle 12 */
display: flex;
justify-content: center;
padding: 28px 0;
background: #000000;
}
.Header-Logo{
display: block;
}
.main-banner, .mid-banner{
display: block;
width: 100%;
}
.botom-cards{
margin-top: 140px;
background:linear-gradient(180deg, #00C8FF 0%, #15ACD6 100%);
}
.div-wrapper{
justify-content: center;
gap: 20px;
padding: 36px 32px 66px;
display: grid;
grid-template-columns: repeat(2,max-content);
position: relative;
top: -60px;
}
.botom-card {
display: flex;
flex-direction: column;
align-items: center;
background: #ffffff;
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0,23);
}
.botom-card-image{
display: block;
margin-bottom: 16px;
}
.botom-card-description{
max-width: 368px;
font-weight: 400;
font-size: 16px;
line-height: 24px;
/* or 150% */
text-align: center;
}
.top-infocard {
display: flex;
align-items: center;
justify-content: center;
padding: 90px 0 96px;
}
.top-infocard-text{
margin-right: 124px;
max-width: 766px;
}
.top-infocard-subtitle{
/* Lorem ipsum */
text-transform: uppercase;
font-size: 32px;
font-weight: 400;
/* identical to box height, or 250% */
}
.top-infocard-title{
margin-bottom: 24px;
text-transform: uppercase;
font-size: 48px;
font-weight: 500;
}
.top-infocard-description{
font-size: 16px;
line-height: 24px;
}
.top-cards{
background: #f0f0f0;
display: grid;
grid-template-columns: repeat(3,max-content);
gap: 20px;
justify-content: center;
padding: 74px 0;
}
.top-card{
padding: 26px 26px 34px;
display: flex;
flex-direction: column;
align-items:center;
background: #ffffff;
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0,23);
}
.top-card-image{
display: block;
margin-bottom: 26px;
}
.top-card-description{
text-align: center;
font-size: 16px;
line-height: 24px;
max-width: 300px;
}
.bottom-infocard{
display: flex;
align-items: center;
justify-content: center;
padding: 142px 0 180px;
}
.infocad-text{
max-width: 550px;
}
.bottom-inforcard-img{
width: 100%;
margin-right: 40px;
}
.bottom-infocard-title{
font-weight: 600;
font-size: 32px;
line-height: 1px;
margin-bottom: 18px;
}
.bottom-infocard-description{
font-size: 16px;
line-height: 24px;
}
.rodapé{
padding: 38px 0;
max-width: 100%;
display: flex;
flex-direction: column;
align-items: center;
width: 1920px;
height: 128px;
left: 0px;
top: 4054px;
background: #000000;
}
.icons{
display: flex;
list-style: none;
}
.icon{
margin: 0 8px 16px;
}
.footer-text{
font-weight: 400;
font-size: 10px;
line-height: 12px;
text-transform: uppercase;
/* Gray 4 */
color: #BDBDBD;
}
@media screen and (max-width: 414px) {
.main-banner-desktop, .mid-banner-desktop{
display: none;
}
}
@media screen and (min-width: 415px) {
.main-banner-mobile, .mid-banner-mobile{
display: none;
}
}
@media screen and (max-width: 768px) {
.top-cards{
grid-template-columns: 1fr;
padding: 36px 26px;
}
.botom-card{
padding: 26px;
}
.botom-cards{
margin-top: 114px;
padding: 0 16px;
}
.botom-card-description{
font-size: 14px;
}
.div-wrapper{
grid-template-columns: 1fr;
gap: 16px;
}
.rodapé{
padding-bottom: 26px;
}
.footer-text{
max-width: 280px;
text-align: center;
}
}
@media screen and (max-width: 992px) {
.top-infocard{
flex-direction: column;
padding: 84px 26px 158px;
}
.top-infocard-text{
margin-right: 0 0 68px;
}
.top-infocard-subtitle{
font-size: 20px;
}
.top-infocard-image{
margin: 68px 88px 158px;
width: 100%;
max-width: 240px;
}
.top-infocard-title{
margin-bottom: 20px;
font-size: 28px;
}
.bottom-infocard{
flex-direction: column;
padding: 80px 0 136px;
}
.bottom-inforcard-img{
margin: 0 0 50px;
max-width: 596px;
}
.bottom-infocard-description{
padding: 0 26px;
}
.bottom-infocard-title{
font-size: 24px;
}
}
@media screen and (min-width: 769) and (max-width: 1200) {
.top-cards{
grid-template-columns: repeat(2,max-content);
padding: 36px 26px;
}
.div-wrapper{
grid-template-columns: repeat(2,max-content);
padding: 36px 26px;
}
}
@media screen and (min-width: 769) and (max-width: 1200){
.botom-card-description{
max-width:280px;
}
}
@media screen and (min-width: 993px) and (max-width: 1280px) {
.top-infocard-text {
max-width: 520px;
margin-right: 70px;
}
.bottom-inforcard-img{
max-width: 480px;
}
.bottom-infocard-description{
max-width: 400px;
}
}

107
index.html Normal file
View File

@ -0,0 +1,107 @@
<!DOCTYPE html>
<html lang="Pt-BR">
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<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/main.css"/>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap" rel="stylesheet">
<title>M3 Landing Page</title>
</head>
<body>
<header class="Page-Header">
<a href="/">
<img class="Header-Logo" src="assets/Image/m3_logo.png" alt="Logo M3">
</a>
</header>
<main>
<section>
<img class="main-banner main-banner-desktop" src="/assets/Image/main-banner-desktop.png" alt="Banner Principal desktop"/>
<img class="main-banner main-banner-mobile"" src="/assets/Image/main-banner-mobile.png" alt="Banner Principal mobile"/>
</section>
<section class="top-infocard">
<div class="top-infocard-text">
<h2 class="top-infocard-subtitle">Lorem ipsum</h2>
<h1 class="top-infocard-title">dolor sit amet</h1>
<p class="top-infocard-description">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>
<img class="top-infocard-image" src="/assets/Image/top-infocard-image.png" alt="Banner do infocard no topo">
</section>
<section class="top-cards">
<div class="top-card">
<img class="top-card-image" src="/assets/Image/shop 1.png"alt=="icone do shopping">
<p class="top-card-description">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum. </p class="top-card-description">
</div>
<div class="top-card">
<img class="top-card-image" src="/assets/Image/shopping-bag (1) 1.png"alt=="icone sacola de shopping">
<p class="top-card-description">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum. </p class="top-card-description">
</div>
<div class="top-card">
<img class="top-card-image" src="/assets/Image/coin 1.png"alt=="icone do dinheiro">
<p class="top-card-description">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum. </p class="top-card-description">
</div>
</section>
<section>
<img class="mid-banner mid-banner-desktop" src="/assets/Image/mid-banner-desktop.png" alt="Banner Principal desktop"/>
<img class="mid-banner mid-banner-mobile"" src="/assets/Image/middle-banner-mobile.png" alt="Banner Principal mobile"/>
</section>
<section class="botom-cards">
<div class="div-wrapper">
<div class="botom-card">
<img class="botom-card-image" src="/assets/Image/money (1) 2.png"alt=="icone de notas de dinheiro">
<p class="botom-card-description">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum. </p class="botom-card-description">
</div>
<div class="botom-card">
<img class="botom-card-image" src="/assets/Image/compra.png"alt=="icone de carrinho descrição">
<p class="botom-card-description">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum. </p class="botom-card-description">
</div>
<div class="botom-card">
<img class="botom-card-image" src="/assets/Image/coin 2.png"alt=="icone da segunda moeda">
<p class="botom-card-description">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum. </p class="botom-card-description">
</div>
<div class="botom-card">
<img class="botom-card-image" src="/assets/Image/celular.png"alt=="icone do celular">
<p class="botom-card-description">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum. </p class="botom-card-description">
</div>
</div>
</section>
<section class="bottom-infocard">
<img class="bottom-inforcard-img" src="/assets/Image/Óculos.png" alt="Banner bottom desktop">
<div class="infocad-text">
<h2 class="bottom-infocard-title">Lorem ipsum dolor sit amet</h2>
<p class="bottom-infocard-description">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>
</main>
<footer>
<div class="rodapé">
<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="footer-text">Copyright © 2020 - Loja Comércio Eletrônico | CNPJ: 000.000.000/0001-00</p>
</div>
</footer>
</body>
</html>