Merge pull request 'develop' (#13) from develop into main
Reviewed-on: #13
9
assets/images/Logo-M3Academy.svg
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
assets/images/bottom-card-01.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
assets/images/bottom-card-02.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
assets/images/bottom-card-03.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
assets/images/bottom-card-04.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
assets/images/bottom-image-desktop.png
Normal file
After Width: | Height: | Size: 358 KiB |
BIN
assets/images/bottom-image-mobile.png
Normal file
After Width: | Height: | Size: 246 KiB |
BIN
assets/images/icon-facebook.png
Normal file
After Width: | Height: | Size: 287 B |
BIN
assets/images/icon-instagram.png
Normal file
After Width: | Height: | Size: 492 B |
BIN
assets/images/icon-youtube.png
Normal file
After Width: | Height: | Size: 350 B |
BIN
assets/images/mid-image-01.png
Normal file
After Width: | Height: | Size: 232 KiB |
BIN
assets/images/mid-image-02.png
Normal file
After Width: | Height: | Size: 212 KiB |
BIN
assets/images/mid-image-03.png
Normal file
After Width: | Height: | Size: 318 KiB |
BIN
assets/images/top-banner-desktop.png
Normal file
After Width: | Height: | Size: 1.4 MiB |
BIN
assets/images/top-banner-mobile.png
Normal file
After Width: | Height: | Size: 332 KiB |
BIN
assets/images/top-card-01.png
Normal file
After Width: | Height: | Size: 965 B |
BIN
assets/images/top-card-02.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
assets/images/top-card-03.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
assets/images/top-infocard-image.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
@ -0,0 +1,343 @@
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body{
|
||||
font-family: 'Inter', sans-serif;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.header-page{
|
||||
background: #000000;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
padding: 29px 0;
|
||||
}
|
||||
|
||||
.header-link{
|
||||
display: flex;
|
||||
width: 12%;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.header-img{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.top-banner{
|
||||
width: 100%;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.top-infocard{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.top-infocard-text{
|
||||
width: 40%;
|
||||
margin: 72px 0;
|
||||
}
|
||||
|
||||
.top-infocard-subtitle{
|
||||
font-weight: 400;
|
||||
font-size: 32px;
|
||||
line-height: 39px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.top-infocard-title{
|
||||
font-weight: 500;
|
||||
font-size: 48px;
|
||||
line-height: 58px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.top-infocard-description{
|
||||
font-weight: 400;
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
.top-infocard-image{
|
||||
width: 17%;
|
||||
margin: 0 0 178px;
|
||||
}
|
||||
|
||||
.top-cards{
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 18%);
|
||||
gap: 20px;
|
||||
justify-content: center;
|
||||
margin: 0 0 80px;
|
||||
}
|
||||
|
||||
.top-card{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
background: #FFFFFF;
|
||||
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23);
|
||||
padding: 36px 26px 26px;
|
||||
gap: 27px;
|
||||
}
|
||||
|
||||
.top-card-image{
|
||||
display: block;
|
||||
width: 34%;
|
||||
}
|
||||
|
||||
.top-card-description{
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.mid-banners{
|
||||
background: #E0E0E0;
|
||||
margin: 0 0 192px;
|
||||
}
|
||||
|
||||
.mid-banner-wrapper{
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 29%);
|
||||
justify-content: center;
|
||||
gap: 38px;
|
||||
position: relative;
|
||||
top: 62px;
|
||||
}
|
||||
|
||||
|
||||
.mid-banner-image{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.bottom-cards{
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, 23%);
|
||||
gap: 16px;
|
||||
justify-content: center;
|
||||
margin: 0 0 108px;
|
||||
}
|
||||
|
||||
.bottom-card{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
background: #FFFFFF;
|
||||
box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
|
||||
gap: 16px;
|
||||
padding: 36px 32px 64px;
|
||||
}
|
||||
|
||||
.bottom-card-image{
|
||||
display: block;
|
||||
width: 24%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.bottom-card-description{
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.bottom-section{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
gap: 50px;
|
||||
margin: 0 0 116px;
|
||||
}
|
||||
|
||||
.bottom-section-text{
|
||||
width: 29%;
|
||||
text-align: center;
|
||||
|
||||
}
|
||||
|
||||
.bottom-section-text-title{
|
||||
font-weight: 600;
|
||||
font-size: 32px;
|
||||
line-height: 39px;
|
||||
}
|
||||
|
||||
.bottom-section-text-description{
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
.bottom-section-image-desktop{
|
||||
width: 71%;
|
||||
}
|
||||
|
||||
.page-footer{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
padding: 38px 0;
|
||||
background: #000000;
|
||||
}
|
||||
|
||||
.page-footer-content{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 21%;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.footer-icons{
|
||||
display: flex;
|
||||
list-style: none;
|
||||
margin-bottom: 16px;
|
||||
justify-content: center;
|
||||
gap: 16px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.footer-link{
|
||||
display: flex;
|
||||
width: 6%;
|
||||
}
|
||||
|
||||
.footer-text{
|
||||
font-size: 10px;
|
||||
line-height: 12px;
|
||||
text-transform: uppercase;
|
||||
color: #BDBDBD;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 2500px) {
|
||||
.top-infocard-subtitle{
|
||||
font-size: 64px;
|
||||
line-height: 78px;
|
||||
}
|
||||
.top-infocard-title{
|
||||
font-size: 96px;
|
||||
line-height: 116px;
|
||||
}
|
||||
.bottom-section-text-title{
|
||||
font-size: 64px;
|
||||
line-height: 78px;
|
||||
}
|
||||
|
||||
.top-infocard-description,
|
||||
.top-card-description,
|
||||
.bottom-card-description,
|
||||
.bottom-section-text-description {
|
||||
font-size: 32px;
|
||||
line-height: 48px;
|
||||
}
|
||||
.footer-text{
|
||||
font-size: 20px;
|
||||
line-height: 24px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1025px) {
|
||||
.top-banner-mobile,
|
||||
.bottom-section-image-mobile{
|
||||
display: none;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1024px) {
|
||||
.top-banner-desktop,
|
||||
.bottom-section-image-desktop{
|
||||
display: none;
|
||||
}
|
||||
.header-link{
|
||||
width: 55%;
|
||||
}
|
||||
.top-infocard-text{
|
||||
width: 86%;
|
||||
margin: 72px 0 64px;
|
||||
}
|
||||
.top-infocard-subtitle{
|
||||
font-size: 20px;
|
||||
line-height: 24px;
|
||||
}
|
||||
.top-infocard-title{
|
||||
font-size: 28px;
|
||||
line-height: 34px;
|
||||
}
|
||||
.top-infocard-image{
|
||||
width: 58%;
|
||||
margin: 0 0 91px;
|
||||
}
|
||||
.top-cards{
|
||||
display: grid;
|
||||
grid-template-columns: repeat(1, 85%);
|
||||
gap: 20px;
|
||||
justify-content: center;
|
||||
margin: 0 0 80px;
|
||||
}
|
||||
.top-card{
|
||||
padding: 36px 26px 28px;
|
||||
gap: 24px;
|
||||
}
|
||||
|
||||
.mid-banners{
|
||||
margin: 0 0 112px;
|
||||
}
|
||||
.mid-banner-wrapper{
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 43%);
|
||||
justify-content: center;
|
||||
column-gap: 14px;
|
||||
row-gap: 24px;
|
||||
position: relative;
|
||||
top: 32px;
|
||||
}
|
||||
.area2{
|
||||
grid-area: 1/1/1/1 ;
|
||||
}
|
||||
.area3{
|
||||
grid-area: 2/1/4/3;
|
||||
}
|
||||
.bottom-cards{
|
||||
display: grid;
|
||||
grid-template-columns: repeat(1, 89%);
|
||||
gap: 16px;
|
||||
justify-content: center;
|
||||
margin: 0 0 98px;
|
||||
}
|
||||
.bottom-card-image{
|
||||
display: block;
|
||||
width: 29%
|
||||
}
|
||||
.bottom-section{
|
||||
flex-direction: column-reverse;
|
||||
margin: 0 0 87px;
|
||||
}
|
||||
.bottom-section-image,
|
||||
.bottom-section-image-mobile{
|
||||
width: 100%;
|
||||
}
|
||||
.bottom-section-text{
|
||||
width: 85%;
|
||||
text-align: center;
|
||||
}
|
||||
.bottom-section-text-title{
|
||||
font-weight: 600;
|
||||
font-size: 24px;
|
||||
line-height: 29px;
|
||||
}
|
||||
.page-footer{
|
||||
padding: 32px 0;
|
||||
}
|
||||
.page-footer-content{
|
||||
width: 63%;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
}
|
168
index.html
@ -1,12 +1,178 @@
|
||||
<!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" />
|
||||
<title>Document</title>
|
||||
|
||||
<link rel="stylesheet" href="./assets/styles/main.css" />
|
||||
|
||||
<title>Landing Page</title>
|
||||
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap" rel="stylesheet" />
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header class="header-page">
|
||||
<a class="header-link" href="/">
|
||||
<img class="header-img" src="./assets/images/Logo-M3Academy.svg" alt="M3 Academy" />
|
||||
</a>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<div>
|
||||
<figure>
|
||||
<img class="top-banner top-banner-desktop" src="./assets/images/top-banner-desktop.png" alt="Imagem de um notebook" />
|
||||
<img class="top-banner top-banner-mobile" src="./assets/images/top-banner-mobile.png" alt="Imagem de um notebook">
|
||||
</figure>
|
||||
</div>
|
||||
|
||||
<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/images/top-infocard-image.png" alt="Tres icones de computadores interligados por setas" />
|
||||
|
||||
</section>
|
||||
|
||||
<section class="top-cards">
|
||||
<div class="top-card">
|
||||
<img class="top-card-image" src="./assets/images/top-card-01.png" alt="Imagem 1" />
|
||||
|
||||
<p class="top-card-description" >
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="top-card">
|
||||
<img class="top-card-image" src="./assets/images/top-card-02.png" alt="Imagem 2" />
|
||||
|
||||
<p class="top-card-description" >
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="top-card">
|
||||
<img class="top-card-image" src="./assets/images/top-card-03.png" alt="Imagem 3" />
|
||||
|
||||
<p class="top-card-description" >
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div class="mid-banners">
|
||||
<div class="mid-banner-wrapper">
|
||||
<figure class="area1">
|
||||
<img class="mid-banner-image" src="./assets/images/mid-image-01.png" alt="Notebook meio aberto primeiro angulo" />
|
||||
</figure>
|
||||
|
||||
<figure class="area2">
|
||||
<img class="mid-banner-image" src="./assets/images/mid-image-02.png" alt="Notebook meio aberto segundo angulo" />
|
||||
</figure>
|
||||
|
||||
<figure class="area3">
|
||||
<img class="mid-banner-image" src="./assets/images/mid-image-03.png" alt="Notebook meio aberto terceiro angulo" />
|
||||
</figure>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<section class="bottom-cards">
|
||||
<div class="bottom-card">
|
||||
<img class="bottom-card-image" src="./assets/images/bottom-card-01.png" alt="Imagem 1" />
|
||||
|
||||
<p class="bottom-card-description">
|
||||
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.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="bottom-card">
|
||||
<img class="bottom-card-image" src="./assets/images/bottom-card-02.png" alt="Imagem 2" />
|
||||
|
||||
<p class="bottom-card-description">
|
||||
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.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="bottom-card">
|
||||
<img class="bottom-card-image" src="./assets/images/bottom-card-03.png" alt="Imagem 3" />
|
||||
|
||||
<p class="bottom-card-description">
|
||||
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.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="bottom-card">
|
||||
<img class="bottom-card-image" src="./assets/images/bottom-card-04.png" alt="Imagem 4" />
|
||||
|
||||
<p class="bottom-card-description">
|
||||
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.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
<section class="bottom-section">
|
||||
|
||||
<div class="bottom-section-text">
|
||||
|
||||
<h2 class="bottom-section-text-title">Lorem ipsum dolor sit amet</h2>
|
||||
<p class="bottom-section-text-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>
|
||||
|
||||
<figure class="bottom-section-image">
|
||||
|
||||
<img class="bottom-section-image-desktop" src="./assets/images/bottom-image-desktop.png" alt="Imagem" />
|
||||
<img class="bottom-section-image-mobile" src="./assets/images/bottom-image-mobile.png" alt="Imagem" />
|
||||
|
||||
</figure>
|
||||
|
||||
</section>
|
||||
|
||||
<footer class="page-footer">
|
||||
<div class="page-footer-content">
|
||||
<ul class="footer-icons">
|
||||
<li>
|
||||
<a class="footer-link" href="#" target="_blank">
|
||||
<img src="./assets/images/icon-instagram.png" alt="Icone do Instgram">
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a class="footer-link" href="#" target="_blank">
|
||||
<img src="./assets/images/icon-facebook.png" alt="Icone do Facebook">
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a class="footer-link" href="#" target="_blank">
|
||||
<img src="./assets/images/icon-youtube.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>
|
||||
|
||||
</main>
|
||||
|
||||
</body>
|
||||
</html>
|