diff --git a/assets/Images/Logo-M3Academy1.png b/assets/Images/Logo-M3Academy1.png new file mode 100644 index 0000000..cf137df Binary files /dev/null and b/assets/Images/Logo-M3Academy1.png differ diff --git a/assets/Images/banner-baixo-mobile.png b/assets/Images/banner-baixo-mobile.png new file mode 100644 index 0000000..50df8d7 Binary files /dev/null and b/assets/Images/banner-baixo-mobile.png differ diff --git a/assets/Images/banner-baixo.jpg b/assets/Images/banner-baixo.jpg new file mode 100644 index 0000000..86fd510 Binary files /dev/null and b/assets/Images/banner-baixo.jpg differ diff --git a/assets/Images/banner-principal-desktop.jpg b/assets/Images/banner-principal-desktop.jpg new file mode 100644 index 0000000..dde3af0 Binary files /dev/null and b/assets/Images/banner-principal-desktop.jpg differ diff --git a/assets/Images/banner-principal-mobile.jpg b/assets/Images/banner-principal-mobile.jpg new file mode 100644 index 0000000..3e83e10 Binary files /dev/null and b/assets/Images/banner-principal-mobile.jpg differ diff --git a/assets/Images/face-icon.png b/assets/Images/face-icon.png new file mode 100644 index 0000000..f94accb Binary files /dev/null and b/assets/Images/face-icon.png differ diff --git a/assets/Images/infocard-cima.png b/assets/Images/infocard-cima.png new file mode 100644 index 0000000..ad45609 Binary files /dev/null and b/assets/Images/infocard-cima.png differ diff --git a/assets/Images/insta-icon.png b/assets/Images/insta-icon.png new file mode 100644 index 0000000..a0129a3 Binary files /dev/null and b/assets/Images/insta-icon.png differ diff --git a/assets/Images/low-card-direita.png b/assets/Images/low-card-direita.png new file mode 100644 index 0000000..e5d0f23 Binary files /dev/null and b/assets/Images/low-card-direita.png differ diff --git a/assets/Images/low-card-direta-exterior.png b/assets/Images/low-card-direta-exterior.png new file mode 100644 index 0000000..ad9f3c1 Binary files /dev/null and b/assets/Images/low-card-direta-exterior.png differ diff --git a/assets/Images/low-card-esquerda-exterior.png b/assets/Images/low-card-esquerda-exterior.png new file mode 100644 index 0000000..b6d81cf Binary files /dev/null and b/assets/Images/low-card-esquerda-exterior.png differ diff --git a/assets/Images/low-card-esquerda.png b/assets/Images/low-card-esquerda.png new file mode 100644 index 0000000..a04b2ae Binary files /dev/null and b/assets/Images/low-card-esquerda.png differ diff --git a/assets/Images/mid-card-centro.png b/assets/Images/mid-card-centro.png new file mode 100644 index 0000000..0d27090 Binary files /dev/null and b/assets/Images/mid-card-centro.png differ diff --git a/assets/Images/mid-card-direita.png b/assets/Images/mid-card-direita.png new file mode 100644 index 0000000..11b00d4 Binary files /dev/null and b/assets/Images/mid-card-direita.png differ diff --git a/assets/Images/mid-card-esquerda.png b/assets/Images/mid-card-esquerda.png new file mode 100644 index 0000000..8cf9fb5 Binary files /dev/null and b/assets/Images/mid-card-esquerda.png differ diff --git a/assets/Images/notebook-baixo-mobile.jpg b/assets/Images/notebook-baixo-mobile.jpg new file mode 100644 index 0000000..4c94a18 Binary files /dev/null and b/assets/Images/notebook-baixo-mobile.jpg differ diff --git a/assets/Images/notebook-centro.jpg b/assets/Images/notebook-centro.jpg new file mode 100644 index 0000000..70cea07 Binary files /dev/null and b/assets/Images/notebook-centro.jpg differ diff --git a/assets/Images/notebook-direita-mobile.jpg b/assets/Images/notebook-direita-mobile.jpg new file mode 100644 index 0000000..dab9c39 Binary files /dev/null and b/assets/Images/notebook-direita-mobile.jpg differ diff --git a/assets/Images/notebook-direita.jpg b/assets/Images/notebook-direita.jpg new file mode 100644 index 0000000..5c7502c Binary files /dev/null and b/assets/Images/notebook-direita.jpg differ diff --git a/assets/Images/notebook-esquerda-mobile.jpg b/assets/Images/notebook-esquerda-mobile.jpg new file mode 100644 index 0000000..1cce9c1 Binary files /dev/null and b/assets/Images/notebook-esquerda-mobile.jpg differ diff --git a/assets/Images/notebook-esquerda.jpg b/assets/Images/notebook-esquerda.jpg new file mode 100644 index 0000000..5d028ec Binary files /dev/null and b/assets/Images/notebook-esquerda.jpg differ diff --git a/assets/Images/yt-icon.png b/assets/Images/yt-icon.png new file mode 100644 index 0000000..397ea3e Binary files /dev/null and b/assets/Images/yt-icon.png differ diff --git a/assets/Styles/main.css b/assets/Styles/main.css new file mode 100644 index 0000000..5cb46fe --- /dev/null +++ b/assets/Styles/main.css @@ -0,0 +1,352 @@ +@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap"); + +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} + +body { + font-family: "Inter", sans-serif; + color: #000000; +} + +.page-header { + padding: 29px 0; + justify-content: center; + display: flex; + background: #000000; +} + +.logo-cima { + display: block; +} + +.banner-principal { + width: 100%; +} + +.infocard-cima { + display: flex; + align-items: center; + flex-direction: column; +} + +.top-paragrafo { + text-align: left; + max-width: 766px; + margin-top: 28px; + font-weight: 400; + font-size: 16px; + line-height: 24px; +} + +.top-titulo-h2 { + text-align: center; + margin-top: 73px; + font-style: normal; + font-weight: 400; + font-size: 32px; + text-transform: uppercase; +} + +.top-titulo-h1 { + text-align: center; + font-weight: 500; + font-size: 48px; + line-height: 58px; + text-transform: uppercase; +} + +.top-img { + padding: 73px 0 179px; +} + +.infocard-meio { + padding: 0 0 80px; + display: grid; + grid-template-columns: repeat(3, max-content); + gap: 20px; + justify-content: center; +} +.card-meio { + padding: 27px 27px 36px; + display: flex; + flex-direction: column; + align-items: center; + box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23); + background: #ffffff; +} + +.cards-do-meio { + display: block; + margin-bottom: 27px; +} + +.paragrafos-meio { + max-width: 299px; + text-align: center; + font-size: 16px; + line-height: 24px; +} +.img-baixo { + height: 530px; + background: #e0e0e0; +} +.wrapper { + justify-content: center; + gap: 39px; + display: grid; + grid-template-columns: auto auto auto; + position: relative; + top: 62px; + padding: 0 72px; +} + +.notebook-baixo { + width: 100%; +} + +.section3 { + height: 500px; + background: rgb(219, 196, 196); +} + +.infocard-baixo { + margin: 191px 0px; + display: grid; + grid-template-columns: 432px 432px 432px 432px; + gap: 16px; + justify-content: center; +} +.card-baixo { + padding: 65px 32px; + display: flex; + flex-direction: column; + align-items: center; + box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15); + background: #ffffff; +} + +.cards-de-baixo { + margin-bottom: 27px; +} + +.paragrafos-baixo { + max-width: 367px; + text-align: center; + font-size: 16px; + line-height: 24px; +} + +.very-low-titulo { + text-align: center; + font-weight: 600; + font-size: 32px; + line-height: 39px; + text-transform: uppercase; +} + +.very-low-paragrafo { + text-align: center; + max-width: 550px; + font-weight: 400; + font-size: 16px; + line-height: 24px; +} + +.very-low-infocard { + padding: 0 32px; + width: 100%; + display: flex; + align-items: center; + flex-direction: column; +} + +.very-low-img { + height: auto; + width: 100%; + max-width: 1360px; + padding: 50px 0 116px; +} + +.page-footer { + padding: 38px 38px; + display: flex; + flex-direction: column; + align-items: center; + background: black; +} + +.footer-texto { + color: #bdbdbd; + font-size: 10px; + line-height: 12px; + text-transform: uppercase; +} + +.footer-icons-ul { + align-items: center; + display: flex; + list-style: none; + margin-bottom: 16px; +} +.footer-icon { + margin: 0 21px; +} + +.very-low-img-mobile { + display: none; +} + +.banner-principal-mobile { + display: none; +} + +@media (max-width: 1900px) { + .infocard-baixo { + grid-template-columns: 432px 432px; + } +} + +@media screen and (max-width: 1180px) { + .top-titulo-h2 { + font-size: 20px; + line-height: 24px; + } + + .top-titulo-h1 { + font-size: 28px; + line-height: 34px; + height: 49px; + } + + .top-paragrafo { + font-size: 16px; + line-height: 24px; + max-width: 357px; + width: 96%; + height: 115px; + text-align: center; + margin: 0 auto; + } + + .top-img { + width: 239px; + height: auto; + padding: 65px 0 0; + } + + .infocard-meio { + grid-template-columns: 1fr; + padding: 90px 32px 80px; + } +} + +@media (max-width: 1024px) { + .infocard-baixo { + grid-template-columns: 432px; + } + + .very-low-img { + display: none; + } + .very-low-img-mobile { + width: 100%; + max-width: 414px; + height: auto; + display: block; + } + .very-low-paragrafo { + margin: 0 0 32px; + font-weight: 400; + font-size: 16px; + line-height: 24px; + text-align: center; + color: #000000; + } + .very-low-titulo { + margin: 50px 0 9px; + font-weight: 600; + font-size: 24px; + line-height: 29px; + text-align: center; + color: #000000; + } + + .very-low-infocard { + padding: 0; + } + + .very-low-div { + max-width: 350px; + } +} + +@media screen and (max-width: 700px) { + .notebook-esquerda-mobile { + width: 177px; + grid-area: header; + } + .notebook-centro-mobile { + width: 370px; + grid-area: menu; + } + .notebook-direita-mobile { + width: 177px; + grid-area: main; + } + + .wrapper { + padding: 0 23px; + top: 32px; + column-gap: 14px; + row-gap: 23px; + grid-template-columns: none; + display: -ms-grid; + display: grid; + grid-template-areas: + "header main" + "menu menu " + "menu menu "; + } + .page-footer { + padding: 32px 32px; + text-align: center; + } +} + +@media (max-width: 480px) { + .infocard-baixo { + grid-template-columns: 100%; + justify-items: center; + padding: 0 16px; + } + .card-baixo { + max-width: 350px; + width: 100%; + padding: 35px 26px 27px; + height: 287px; + } +} + +@media screen and (max-width: 414px) { + .banner-principal-mobile { + display: block; + } + .banner-principal-desktop { + display: none; + } + .notebook-esquerda-mobile { + width: 100%; + grid-area: header; + } + .notebook-centro-mobile { + width: 100%; + grid-area: menu; + } + .notebook-direita-mobile { + width: 100%; + grid-area: main; + } +} diff --git a/index.html b/index.html new file mode 100644 index 0000000..39c6a10 --- /dev/null +++ b/index.html @@ -0,0 +1,209 @@ + + + + + + + M3 Challenge - Patrick Reis + + + + + + +
+
+ + +
+
+
+

Lorem ipsum

+

dolor sit amet

+

+ 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. +

+
+ Infocard de cima +
+
+
+ Inforcard da esquerda +

+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras + euismod enim non dui fringilla interdum. +

+
+
+ Infocard do centro +

+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras + euismod enim non dui fringilla interdum. +

+
+
+ Infocard da direita +

+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras + euismod enim non dui fringilla interdum. +

+
+
+
+
+ Imagem de um Notebook 1 + + Imagem de um notebook 2 + Imagem de um notebook 3 +
+
+
+
+ Inforcard de baixo da esquerda exterior +

+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras + euismod enim non dui fringilla interdum. +

+
+
+ Infocard de baixo da esquerda +

+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras + euismod enim non dui fringilla interdum. +

+
+
+ Infocard da direita +

+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras + euismod enim non dui fringilla interdum. +

+
+
+ Infocard da direita +

+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras + euismod enim non dui fringilla interdum. +

+
+
+
+ Banner de baixo mobile +
+

Lorem ipsum dolor sit amet

+

+ 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. +

+
+ Banner de baixo +
+
+ + +