douglasnobrega #1

Merged
Douglas-Vinicius-Nobrega merged 14 commits from douglasnobrega into main 2022-10-13 00:11:14 +00:00
29 changed files with 593 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 361 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 247 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 287 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 490 B

BIN
assets/images/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: 234 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 215 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 959 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 351 B

425
assets/styles/style.css Normal file
View File

@ -0,0 +1,425 @@
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Inter', sans-serif;
color: #000000;
}
.page-header {
display: flex;
align-items: center;
justify-content: center;
padding: 28px 0;
background-color: #000000;
}
.page-header-logo {
width: 100%;
height: 43px;
display: block;
}
.main-banner {
display: block;
width: 100%;
}
.top-infocard {
display: flex;
flex-direction: column;
padding: 73px 0;
}
.top-infocard-text {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.top-infocard-subtitle {
text-transform: uppercase;
font-weight: 400;
font-size: 32px;
line-height: 39px;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.top-infocard-title {
text-transform: uppercase;
font-weight: 500;
font-size: 48px;
line-height: 58px;
color: #000000;
}
.top-infocard-description {
max-width: 766px;
font-weight: 400;
font-size: 16px;
line-height: 24px;
margin-top: 20px;
}
.top-infocard-images {
max-width: 315px;
}
.top-infocard-image {
width: 100%;
margin-top: 73px;
}
/**/
.top-cards {
display: flex;
justify-content: center;
gap: 40px;
padding: 74px 0;
}
.top-card{
display: flex;
flex-direction: column;
align-items: center;
padding: 26px 26px 34px;
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23);
}
.top-card-image {
display: block;
margin-bottom: 26px;
}
.top-card-description {
max-width: 300px;
text-align: center;
font-size: 16px;
line-height: 24px;
}
.middle-images {
display: flex;
align-items: center;
justify-content: center;
background: #E0E0E0;
gap: 40px;
}
.middle-image {
display: flex;
position: relative;
bottom: -62px;
}
.middle-bottom-image {
width: 100%;
display: block;
}
.bottom-card {
display: flex;
align-items: center;
justify-content: center;
gap: 16px;
padding: 192px 72px 108px;
}
.bottom-cards {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
padding: 35px 26px 34px;
}
.bottom-middle-description {
font-weight: 400;
font-size: 16px;
line-height: 24px;
text-align: center;
}
.bottom-middle-image-cards {
display: block;
}
.bottom-texts {
padding: 0px 208px 116px;
}
.bottom-text {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.bottom-text-title {
font-weight: 600;
font-size: 32px;
line-height: 39px;
text-align: center;
color: #000000;
}
.bottom-text-description {
font-weight: 400;
font-size: 16px;
line-height: 24px;
text-align: center;
padding-bottom: 50px;
max-width: 550px;
color: #000000;
}
.bottom-text-image {
display: block;
}
.page-footer {
display: flex;
flex-direction: column;
align-items: center;
padding: 38px 0;
background: #000000;
}
.bottom-text-image {
width: 100%;
display: block;
}
.footer-icons {
display: flex;
list-style: none;
margin-bottom: 16px;
}
.footer-icon {
margin: 0 16px;
}
.footer-text {
font-weight: 400;
text-align: center;
font-size: 10px;
line-height: 12px;
text-transform: uppercase;
color: #BDBDBD;
}
@media screen and (max-width: 414px) {
.main-banner-desktop,
.top-card-image-desktop,
.image-middle-desktop,
.bottom-text-image-desktop {
display: none;
}
}
@media screen and (min-width: 415px) {
.main-banner-mobile,
.top-card-image-mobile,
.image-image-mobile,
.bottom-text-image-mobile {
display: none;
}
}
@media screen and (max-width: 768px) {
.top-infocard {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.top-cards {
display: flex;
flex-direction: column;
padding: 90px 26px;
}
.middle-images {
display: flex;
flex-direction: column;
gap: 15px;
padding: 0 20px;
}
.bottom-card {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.page-footer {
padding-bottom: 32px;
}
.footer-text {
max-width: 280px;
text-align: center;
}
}
@media screen and (max-width: 992px) {
.top-infocard{
display: flex;
text-align: center;
justify-content: center;
flex-direction: column;
padding: 73px 28px 65px;
}
.top-infocard-text {
max-width: 357px;
}
.top-infocard-subtitle {
font-size: 20px;
line-height: 24px;
}
.top-infocard-title {
font-size: 28px;
line-height: 34px;
}
.top-infocard-description {
line-height: 24px;
font-size: 16px;
}
.top-infocard-image {
width: 100%;
max-width: 239px;
}
.bottom-texts {
display: flex;
flex-direction: column;
padding: 0px 0px 87px;
}
.bottom-text-image {
width: 100%;
margin: 0 0 50px;
}
.bottom-text {
padding: 0 32px;
}
.bottom-text-title {
font-size: 23px;
line-height: 29px;
}
.bottom-text-description {
padding-top: 9px;
font-size: 16px;
}
}
@media screen and (min-width: 769px) and (max-width: 992px) {
.top-infocard, .top-cards {
display: flex;
align-items: center;
}
.bottom-text-image {
width: 100%;
}
.top-cards {
padding: 0 10px;
gap: 21px;
}
.middle-images {
gap: 39px;
padding: 0 72px;
}
}
@media screen and (min-width:993px) and (max-width: 1280px) {
.top-infocard {
display: flex;
align-items: center;
}
}
@media screen and (min-width: 1281px) and (max-width: 1440px) {
.top-infocard {
display: flex;
align-items: center;
}
}
@media screen and (min-width: 2000px) and (max-width: 3799px) {
.top-infocard {
display: flex;
align-items: center;
}
.top-infocard-subtitle {
font-size: 2em;
}
.top-infocard-title {
font-size: 3em;
}
.top-infocard-description {
font-size: 1.2em;
}
.top-card-description {
font-size: 1.2em;
}
.bottom-middle-description {
font-size: 1.2em;
}
.bottom-text-title {
font-size: 3em;
}
.bottom-text-description {
font-size: 1.2em;
padding-top: 10px;
}
.footer-text {
font-size: 1em;
}
}
@media screen and (min-width: 3799px) and (max-width: 4000px) {
.top-infocard {
display: flex;
align-items: center;
}
}

168
index.html Normal file
View File

@ -0,0 +1,168 @@
<!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/style.css"/>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap" rel="stylesheet">
<title>Desafio 01 M3Academy</title>
</head>
<body>
<header class="page-header">
<div>
<a href="/"><img class="page-header-logo" src="assets/images/Logo-M3Academy-1.png" alt="Logo do topo M3Academy "/></a>
</div>
</header>
<main>
<div>
<img class="main-banner main-banner-desktop" src="assets/images/main-banner-desktop.png" alt="Banner Desktop" />
<img class="main-banner main-banner-mobile" src="assets/images/main-banner-mobile.png" alt="Banner Mobile" />
</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>
<div class="top-infocard-images">
<img class="top-infocard-image top-card-image-desktop" src="assets/images/top-card-image-desktop.png" alt="Card do top"/>
<img class="top-infocard-image top-card-image-mobile" src="assets/images/top-card-image-mobile.png" alt="Card do top"/>
</div>
</section>
<section class="top-cards">
<div class="top-card">
<img class="top-card-image" src="assets/images/top-card-image-01.png" alt="Primeiro card do topo"/>
<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-image-02.png" alt=""/>
<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-image-03.png" alt=""/>
<p class="top-card-description">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum.
</p>
</div>
</section>
<section class="middle-images">
<div class="middle-image">
<img class="middle-bottom-image image-middle-desktop" src="assets/images/middle-image-desktop-01.png" alt="Primeira imagem do meio"/>
<img class="middle-bottom-image image-image-mobile" src="assets/images/middle-image-mobile-01.png" alt="Primeira imagem do meio"/>
</div>
<div class="middle-image">
<img class="middle-bottom-image image-middle-desktop" src="assets/images/middle-image-desktop-02.png" alt="Segunda imagem do meio"/>
<img class="middle-bottom-image image-image-mobile" src="assets/images/middle-image-mobile-02.png" alt="Segunda imagem do meio"/>
</div>
<div class="middle-image middle-image-two">
<img class="middle-bottom-image image-middle-desktop" src="assets/images/middle-image-desktop-03.png" alt="Terceira imagem do meio"/>
<img class="middle-bottom-image image-image-mobile" src="assets/images/middle-image-mobile-03.png" alt="Terceira imagem do meio"/>
</div>
</section>
<section class="bottom-card">
<div class="bottom-cards">
<img class="bottom-image-cards" src="assets/images/bottom-card-image-01.png" alt="Primeiro card do topo"/>
<p class="bottom-middle-description">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum.
</p>
</div>
<div class="bottom-cards">
<img class="bottom-middle-image-cards" src="assets/images/bottom-card-image-02.png" alt=""/>
<p class="bottom-middle-description">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum.
</p>
</div>
<div class="bottom-cards">
<img class="bottom-middle-image-cards" src="assets/images/bottom-card-image-03.png" alt=""/>
<p class="bottom-middle-description">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum.
</p>
</div>
<div class="bottom-cards">
<img class="bottom-middle-image-cards" src="assets/images/bottom-card-image-04.png" alt=""/>
<p class="bottom-middle-description">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum.
</p>
</div>
</section>
<section class="bottom-texts">
<img class="bottom-text-image bottom-text-image-mobile" src="assets/images/bottom-text-image-mobile.png" alt="Imagem da parte inferior mobile"/>
<div class="bottom-text">
<h1 class="bottom-text-title">
Lorem ipsum dolor sit amet
</h1>
<p class="bottom-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>
<img class="bottom-text-image bottom-text-image-desktop" src="assets/images/bottom-text-image-desktop.png" alt="Imagem da parte inferior desktop"/>
</section>
</main>
<footer class="page-footer">
<ul class="footer-icons">
<li class="footer-icon">
<a href="" target="_blank">
<img src="assets/images/instagram-icon.png" alt="Logo Instagram"/>
</a>
</li>
<li class="footer-icon">
<a href="" target="_blank">
<img src="assets/images/facebook-icon.png" alt="Logo Facebook"/>
</a>
</li>
<li class="footer-icon">
<a href="" target="_blank">
<img src="assets/images/youtube-icon.png" alt="Logo Youtube"/>
</a>
</li>
</ul>
<p class="footer-text">
Copyright © 2020 - Loja Comércio Eletrônico CNPJ: 000.000.000/0001-00
</p>
</footer>
</body>
</html>