feature-landingpage #1
BIN
assets/images/banner-desktop.png
Normal file
After Width: | Height: | Size: 1.5 MiB |
BIN
assets/images/banner-mobile.png
Normal file
After Width: | Height: | Size: 341 KiB |
BIN
assets/images/banner-top.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
assets/images/bottom-banner-desktop.png
Normal file
After Width: | Height: | Size: 362 KiB |
BIN
assets/images/bottom-banner-mobile.png
Normal file
After Width: | Height: | Size: 247 KiB |
BIN
assets/images/bottom-card01.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
assets/images/bottom-card02.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
assets/images/bottom-card03.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
assets/images/bottom-card04.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
assets/images/icon-footer01.png
Normal file
After Width: | Height: | Size: 490 B |
BIN
assets/images/icon-footer02.png
Normal file
After Width: | Height: | Size: 262 B |
BIN
assets/images/icon-footer03.png
Normal file
After Width: | Height: | Size: 346 B |
BIN
assets/images/logo-m3.png
Normal file
After Width: | Height: | Size: 5.0 KiB |
BIN
assets/images/mid-banner01.png
Normal file
After Width: | Height: | Size: 234 KiB |
BIN
assets/images/mid-banner02.png
Normal file
After Width: | Height: | Size: 215 KiB |
BIN
assets/images/mid-banner03.png
Normal file
After Width: | Height: | Size: 318 KiB |
BIN
assets/images/top-card-image01.png
Normal file
After Width: | Height: | Size: 959 B |
BIN
assets/images/top-card-image02.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
assets/images/top-card-image03.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
308
assets/styles/main.css
Normal file
@ -0,0 +1,308 @@
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'Inter', sans-serif;
|
||||
color:#000000;
|
||||
}
|
||||
|
||||
.page-header {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
padding: 15px 0;
|
||||
background: #000000;
|
||||
}
|
||||
|
||||
.header-logo {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.main-banner {
|
||||
width: 100%;
|
||||
padding-bottom: 73px;
|
||||
}
|
||||
|
||||
.top-infocard {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding-bottom: 73px;
|
||||
}
|
||||
|
||||
.top-infocard-text {
|
||||
text-align: center;
|
||||
max-width: 766px ;
|
||||
font-weight: 400;
|
||||
;
|
||||
}
|
||||
|
||||
.top-infocard-subtitle {
|
||||
font-weight: 400;
|
||||
font-size: 32px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.top-infocard-title {
|
||||
margin-bottom: 28px;
|
||||
font-weight: 500;
|
||||
font-size: 48px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.top-infocard-desc {
|
||||
text-align: justify;
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
font-weight: 400;
|
||||
padding-bottom: 73px;
|
||||
}
|
||||
|
||||
.top-cards {
|
||||
background: #FFFFFF;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, max-content);
|
||||
gap: 21px;
|
||||
justify-content: center;
|
||||
padding-bottom: 65px;
|
||||
}
|
||||
|
||||
.cards {
|
||||
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23);
|
||||
}
|
||||
|
||||
.top-card {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
padding: 36px 26px 34px;
|
||||
justify-items: center;
|
||||
}
|
||||
|
||||
.top-card-image {
|
||||
display: block;
|
||||
margin-bottom: 26px;
|
||||
}
|
||||
|
||||
.top-card-desc {
|
||||
max-width: 300px;
|
||||
width: 85%;
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.bottom-cards {
|
||||
background: #FFFFFF;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, max-content);
|
||||
justify-content: center;
|
||||
gap: 16px;
|
||||
margin-top: 129px;
|
||||
padding-left: 72px;
|
||||
width: 93%;
|
||||
|
||||
}
|
||||
|
||||
.bottom-card {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-items: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.bottom-card-image {
|
||||
display: block;
|
||||
padding-top: 35px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.bottom-card-desc {
|
||||
text-align: center;
|
||||
max-width: 367px;
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
padding-bottom: 65px;
|
||||
width: 85%;
|
||||
}
|
||||
|
||||
.middle-banners {
|
||||
background: #E0E0E0;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
gap: 39px;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
padding: 0 72px;
|
||||
}
|
||||
|
||||
.banners {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-items: center;
|
||||
width: 100%;
|
||||
padding: 62px 0;
|
||||
}
|
||||
|
||||
.foto{
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.bottom-infocard {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding-top: 108px;
|
||||
}
|
||||
|
||||
.bottom-infocard-text {
|
||||
text-align: center;
|
||||
max-width: 766px ;
|
||||
font-weight: 400;
|
||||
;
|
||||
}
|
||||
|
||||
.bottom-infocard-title {
|
||||
font-weight: 600;
|
||||
font-size: 32px;
|
||||
line-height: 38.73px;
|
||||
text-align: center ;
|
||||
}
|
||||
|
||||
.bottom-infocard-desc {
|
||||
text-align: center;
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
font-weight: 400;
|
||||
padding-top: 1px;
|
||||
}
|
||||
.bottom-infocard-image {
|
||||
padding-top: 50px;
|
||||
align-self: center;
|
||||
width: 71%;
|
||||
}
|
||||
|
||||
.page-footer {
|
||||
background: #000000;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.footer-icons {
|
||||
display: flex;
|
||||
list-style: none;
|
||||
margin
|
||||
|
||||
}
|
||||
|
||||
.footer-text {
|
||||
text-transform: uppercase;
|
||||
font-size: 10px;
|
||||
font-weight: 400;
|
||||
line-height: 12px;
|
||||
color: #BDBDBD
|
||||
/*-----------Breakpoints-----------*/
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
.main-banner-desktop {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 601px) {
|
||||
.main-banner-mobile {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
.top-infocard-subtitle {
|
||||
font-size: 20px;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
.top-infocard-title {
|
||||
font-size: 28px;
|
||||
line-height: 34px;
|
||||
}
|
||||
|
||||
.top-infocard-desc {
|
||||
text-align: center;
|
||||
padding-left: 28px;
|
||||
padding-right: 29px;
|
||||
padding-bottom: 65px;
|
||||
min-width: 350px;
|
||||
}
|
||||
|
||||
.top-cards {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
.top-card {
|
||||
width: 85%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.bottom-cards {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
.bottom-card {
|
||||
width: 88%;
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
.bottom-card-desc {
|
||||
width: 82%;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 768px) and (max-width: 1199px) {
|
||||
.top-cards {
|
||||
grid-template-columns: repeat(2, max-content);
|
||||
}
|
||||
|
||||
.bottom-cards {
|
||||
grid-template-columns: repeat(2, max-content);
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1199px) {
|
||||
.middle-banners {
|
||||
width: 100%;
|
||||
grid-template-columns: repeat(2, max-content);
|
||||
grid-template-rows: (2, max-content);
|
||||
grid-template-columns: auto;
|
||||
row-gap: 39px;
|
||||
padding: 0 23px;
|
||||
direction: rtl;
|
||||
}
|
||||
|
||||
.banner {
|
||||
width: 100%;
|
||||
padding: 32px 0;
|
||||
}
|
||||
|
||||
.banner3 {
|
||||
grid-column: span 2;
|
||||
}
|
||||
|
||||
.bottom-infocard-image-desktop {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1200px) {
|
||||
.bottom-infocard-image-mobile {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
158
landingpage.html
Normal file
@ -0,0 +1,158 @@
|
||||
<!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/styles/main.css" />
|
||||
|
||||
<title>M3 Academy - José G Mata R</title>
|
||||
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap" rel="stylesheet" />
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<header class="page-header">
|
||||
<a href="#">
|
||||
<img class="header-logo" src="./assets/images/logo-m3.png" alt="Logo M3" />
|
||||
</a>
|
||||
</header> <!-----------------Fim do header--------------------->
|
||||
|
||||
<main>
|
||||
|
||||
<section>
|
||||
<img class="main-banner main-banner-desktop" src="./assets/images/banner-desktop.png" alt="Banner Principal Desktop" />
|
||||
<img class="main-banner main-banner-mobile" src="./assets/images/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-desc">
|
||||
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/banner-top.png" alt="Banner Top" />
|
||||
|
||||
</section>
|
||||
|
||||
<section class="top-cards">
|
||||
<div class="top-card cards">
|
||||
<img class="top-card-image" src="./assets/images/top-card-image01.png" alt="Image do primeiro card do topo" />
|
||||
<p class="top-card-desc">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum. </p>
|
||||
</div>
|
||||
|
||||
<div class="top-card cards">
|
||||
<img class="top-card-image" src="./assets/images/top-card-image02.png" alt="Image do segundo card do topo" />
|
||||
<p class="top-card-desc">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum. </p>
|
||||
</div>
|
||||
|
||||
<div class="top-card cards">
|
||||
<img class="top-card-image" src="./assets/images/top-card-image03.png" alt="Image do terceiro card do topo" />
|
||||
<p class="top-card-desc">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum. </p>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
<div class="middle-banners stretch">
|
||||
<div class="banners banner1">
|
||||
<img class="foto" src="./assets/images/mid-banner01.png" alt="Banner Middle 1" />
|
||||
</div>
|
||||
<div class="banners banner2">
|
||||
<img class="foto" src="./assets/images/mid-banner02.png" alt="Banner Middle 2" />
|
||||
</div>
|
||||
<div class="banners banner3">
|
||||
<img class="foto" src="./assets/images/mid-banner03.png" alt="Banner Middle 3" />
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<section class="bottom-cards">
|
||||
<div class="bottom-card cards">
|
||||
<img class="bottom-card-image" src="./assets/images/bottom-card01.png" alt="Image do primeiro card de baixo" />
|
||||
<p class="bottom-card-desc">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 cards">
|
||||
<img class="bottom-card-image" src="./assets/images/bottom-card02.png" alt="Image do segundo card de baixo" />
|
||||
<p class="bottom-card-desc">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 cards">
|
||||
<img class="bottom-card-image" src="./assets/images/bottom-card03.png" alt="Image do terceiro card de baixo" />
|
||||
<p class="bottom-card-desc">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 cards">
|
||||
<img class="bottom-card-image" src="./assets/images/bottom-card04.png" alt="Image do terceiro card de baixo" />
|
||||
<p class="bottom-card-desc">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-infocard">
|
||||
|
||||
<div class="bottom-infocard-text">
|
||||
<h2 class="bottom-infocard-title">Lorem ipsum dolor sit amet</h2>
|
||||
|
||||
<p class="bottom-infocard-desc">
|
||||
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>
|
||||
|
||||
<img class="bottom-infocard-image-desktop bottom-infocard-image" src="./assets/images/bottom-banner-desktop.png" alt="Banner Bottom Desktop" />
|
||||
<img class="bottom-infocard-image-mobile bottom-infocard-image" src="./assets/images/bottom-banner-mobile.png" alt="Banner Bottom Mobile" />
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
</main> <!-----------------Fim do main------------->
|
||||
|
||||
<footer class="page-footer">
|
||||
<div class="footer-logo">
|
||||
<ul class="footer-icons">
|
||||
<li>
|
||||
<a href="/" target="_blank">
|
||||
<img class="footerlogo" src="./assets/images/icon-footer01.png" alt="Icon Footer Instagram" />
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/" target="_blank">
|
||||
<img class="footerlogo" src="./assets/images/icon-footer02.png" alt="Icon Footer Facebook" />
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/" target="_blank">
|
||||
<img class="footerlogo" src="./assets/images/icon-footer03.png" alt="Icon Footer Youtube" />
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<p class="footer-text">
|
||||
Copyright © 2020 - Loja Comércio Eletrônico CNPJ: 000.000.000/0001-00
|
||||
</p>
|
||||
|
||||
</footer> <!-----------------Fim do footer------------->
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|