diff --git a/src/assets/img/titleLinks.svg b/src/assets/img/titleLinks.svg new file mode 100644 index 0000000..d64bfd8 --- /dev/null +++ b/src/assets/img/titleLinks.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/components/Footer/Footer.tsx b/src/components/Footer/Footer.tsx index bedbe8a..123923f 100644 --- a/src/components/Footer/Footer.tsx +++ b/src/components/Footer/Footer.tsx @@ -1,7 +1,7 @@ import React from "react" -import LinksFooter from "../LinksFooter/LinksFooter" -import FooterSelosDev from "../FooterSelosDev/FooterSelosDev" -import Newsletter from "../Newsletter/Newsletter" +import LinksFooter from "./LinksFooter/LinksFooter" +import FooterSelosDev from "./FooterSelosDev/FooterSelosDev" +import Newsletter from "./Newsletter/Newsletter" export function Footer() { return ( diff --git a/src/components/FooterSelosDev/FooterSelosDev.module.scss b/src/components/Footer/FooterSelosDev/FooterSelosDev.module.scss similarity index 62% rename from src/components/FooterSelosDev/FooterSelosDev.module.scss rename to src/components/Footer/FooterSelosDev/FooterSelosDev.module.scss index 20bd086..061b3d8 100644 --- a/src/components/FooterSelosDev/FooterSelosDev.module.scss +++ b/src/components/Footer/FooterSelosDev/FooterSelosDev.module.scss @@ -7,9 +7,19 @@ background-color: var(--black); color: var(--white); + @media screen and (max-width: 1024px) { + display: grid; + padding: 15px 16px; + } + &__text { - width: 234px; - height: 24px; + width: 21.667%; + min-height: 24px; + + @media screen and (max-width: 1024px) { + margin: 15px 0; + width: 234px; + } @media screen and (min-width: 2500px) { width: 467px; @@ -37,6 +47,11 @@ display: flex; width: 398.61px; + @media screen and (max-width: 1024px) { + order: -1; + width: 100%; + } + @media screen and (min-width: 2500px) { width: 692px; height: 66px; @@ -52,76 +67,11 @@ height: 66px; } - li:nth-child(1) { - width: 36px; - - @media screen and (min-width: 2500px) { - width: 70px; - height: 39.27px; - } - } - li:nth-child(2) { - width: 35px; - - @media screen and (min-width: 2500px) { - width: 70px; - height: 40.25px; - } - } - li:nth-child(3) { - width: 35px; - - @media screen and (min-width: 2500px) { - width: 70px; - height: 40.25px; - } - } - li:nth-child(4) { - width: 37px; - - @media screen and (min-width: 2500px) { - width: 70px; - height: 38.33px; - } - } - li:nth-child(5) { - width: 35px; - - @media screen and (min-width: 2500px) { - width: 70px; - height: 40.25px; - } - } - li:nth-child(6) { - width: 34px; - - @media screen and (min-width: 2500px) { - width: 70px; - height: 39.27px; - } - } - li:nth-child(7) { - width: 36px; - - @media screen and (min-width: 2500px) { - width: 70px; - height: 39.27px; - } - } - li:last-child { - width: 54.61px; - margin-right: 0; - - @media screen and (min-width: 2500px) { - width: 106px; - height: 66px; - } - } li { margin-right: 12px; - figure:last-child { - height: 100%; + @media screen and (max-width: 1024px) { + margin-right: 11px; } figure { @@ -130,7 +80,33 @@ align-items: center; img { - width: 100%; + width: 35px; + height: 20px; + + @media screen and (max-width: 1024px) { + width: 100%; + height: 17px; + } + + @media screen and (min-width: 2500px) { + width: 70px; + height: 39.27px; + } + } + + .img-vtexCertified { + width: 54.61px; + height: 34px; + + @media screen and (max-width: 1024px) { + width: 45px; + height: 28px; + } + + @media screen and (min-width: 2500px) { + width: 106px; + height: 66px; + } } } } @@ -143,6 +119,11 @@ display: flex; align-items: center; margin-right: 12px; + + @media screen and (max-width: 1024px) { + margin-right: 11px; + height: 20px; + } } } } @@ -150,6 +131,10 @@ &__devs { display: flex; + @media screen and (max-width: 1024px) { + width: 100%; + } + div:nth-child(1) { margin-right: 13px; } diff --git a/src/components/FooterSelosDev/FooterSelosDev.tsx b/src/components/Footer/FooterSelosDev/FooterSelosDev.tsx similarity index 79% rename from src/components/FooterSelosDev/FooterSelosDev.tsx rename to src/components/Footer/FooterSelosDev/FooterSelosDev.tsx index 5e1bca0..e16c95b 100644 --- a/src/components/FooterSelosDev/FooterSelosDev.tsx +++ b/src/components/Footer/FooterSelosDev/FooterSelosDev.tsx @@ -1,24 +1,23 @@ import React from "react" import styleSelosDev from "./FooterSelosDev.module.scss" -import masterCard from "../../assets/img/master.svg" -import visaCard from "../../assets/img/visa.svg" -import americanCard from "../../assets/img/american-express.svg" -import eloCard from "../../assets/img/elo.svg" -import hiperCard from "../../assets/img/hiper.svg" -import paypalCard from "../../assets/img/paypal.svg" -import boletoCard from "../../assets/img/boleto.svg" -import vtexCertifiedCard from "../../assets/img/vtex.svg" +import masterCard from "../../../assets/img/master.svg" +import visaCard from "../../../assets/img/visa.svg" +import americanCard from "../../../assets/img/american-express.svg" +import eloCard from "../../../assets/img/elo.svg" +import hiperCard from "../../../assets/img/hiper.svg" +import paypalCard from "../../../assets/img/paypal.svg" +import boletoCard from "../../../assets/img/boleto.svg" +import vtexCertifiedCard from "../../../assets/img/vtex.svg" -import vtexDev from "../../assets/img/vtex-dev.svg" -import m3 from "../../assets/img/m3.svg" +import vtexDev from "../../../assets/img/vtex-dev.svg" +import m3 from "../../../assets/img/m3.svg" export default function FooterSelosDev() { return ( - Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor @@ -71,7 +70,7 @@ export default function FooterSelosDev() { - + diff --git a/src/components/Footer/LinksFooter/LinksFooter.module.scss b/src/components/Footer/LinksFooter/LinksFooter.module.scss new file mode 100644 index 0000000..4294bfc --- /dev/null +++ b/src/components/Footer/LinksFooter/LinksFooter.module.scss @@ -0,0 +1,357 @@ +.container { + padding: 50px 100px; + display: flex; + + @media screen and (max-width: 1024px) { + padding: 24px 16px; + display: block; + } + + &__links { + display: flex; + justify-content: space-between; + width: 65.463%; + + @media screen and (max-width: 1024px) { + display: block; + width: 100%; + } + + &__rodape { + &__title { + font-weight: 500; + font-size: 14px; + line-height: 16px; + font-family: var(--font-roboto); + color: var(--black-100); + margin-bottom: 12px; + text-transform: uppercase; + + @media screen and (max-width: 1025px) { + display: flex; + justify-content: space-between; + } + + button { + background: transparent; + border: none; + width: 7.8px; + height: 8.28px; + + @media screen and (min-width: 1025px) { + display: none; + } + + img { + width: 7.8px; + height: 8.28px; + } + } + + @media screen and (min-width: 2500px) { + font-size: 28px; + line-height: 33px; + } + } + + &__institucional { + width: 155px; + list-style: none; + + @media screen and (max-width: 1024px) { + width: 100%; + } + + @media screen and (min-width: 2500px) { + width: 315px; + } + + li:last-child { + margin-bottom: 0; + text-decoration: underline; + } + + li { + margin-bottom: 12px; + font-weight: 400; + font-size: 12px; + line-height: 14px; + text-transform: capitalize; + font-family: var(--font-roboto); + color: var(--black-100); + + @media screen and (max-width: 1024px) { + display: none; + } + + @media screen and (min-width: 2500px) { + font-size: 24px; + line-height: 28px; + } + + a { + text-decoration: none; + color: var(--black-100); + } + } + } + + &__duvidas { + list-style: none; + + @media screen and (max-width: 1024px) { + margin: 12px 0; + width: 100%; + } + + @media screen and (min-width: 2500px) { + width: 315px; + } + + li:last-child { + margin-bottom: 0; + text-decoration: underline; + } + + li { + margin-bottom: 12px; + font-weight: 400; + font-size: 12px; + line-height: 14px; + text-transform: capitalize; + font-family: var(--font-roboto); + color: var(--black-100); + + @media screen and (max-width: 1024px) { + display: none; + } + + @media screen and (min-width: 2500px) { + font-size: 24px; + line-height: 28px; + } + } + + a { + text-decoration: none; + color: var(--black-100); + } + } + + &__fale-conosco { + width: 155px; + list-style: none; + + @media screen and (max-width: 1024px) { + width: 100%; + } + + @media screen and (min-width: 2500px) { + width: 315px; + } + + .title { + display: flex; + justify-content: space-between; + font-weight: 500; + font-size: 14px; + line-height: 16px; + font-family: var(--font-roboto); + color: var(--black-100); + margin-bottom: 12px; + text-transform: uppercase; + + button { + background: transparent; + border: none; + width: 7.8px; + height: 8.28px; + + @media screen and (min-width: 1025px) { + display: none; + } + + img { + width: 7.8px; + height: 8.28px; + } + } + + @media screen and (min-width: 2500px) { + font-size: 28px; + line-height: 33px; + } + } + + li:last-child { + margin-bottom: 0; + text-decoration: underline; + } + + li:nth-child(2) { + font-weight: 500; + } + + li:nth-child(4) { + font-weight: 500; + } + + li { + margin-bottom: 12px; + font-weight: 400; + font-size: 12px; + line-height: 14px; + text-transform: capitalize; + font-family: var(--font-roboto); + color: var(--black-100); + + @media screen and (max-width: 1024px) { + display: none; + } + + @media screen and (min-width: 2500px) { + font-size: 24px; + line-height: 28px; + } + } + + a { + text-decoration: none; + color: var(--black-100); + } + } + } + } + + &__social-networks { + width: 34.537%; + + @media screen and (max-width: 1024px) { + width: 100%; + display: flex; + justify-content: flex-start; + } + + &__circles { + display: flex; + justify-content: flex-end; + list-style: none; + + li:last-child { + margin-right: 0; + } + + li { + position: relative; + width: 35px; + height: 35px; + border: 2px solid var(--black-100); + border-radius: 50%; + margin-right: 10px; + + @media screen and (min-width: 2500px) { + width: 70px; + height: 70px; + } + + .facebook { + width: 10.16px; + height: 19.62px; + position: absolute; + left: 9px; + top: 4px; + + @media screen and (min-width: 2500px) { + width: 20.33px; + height: 39.23px; + left: 22px; + top: 12px; + } + } + + .instagram { + width: 19.65px; + height: 19.62px; + position: absolute; + left: 5px; + top: 4px; + + @media screen and (min-width: 2500px) { + width: 39.29px; + height: 39.29px; + left: 13px; + top: 12px; + } + } + + .twitter { + width: 24.11px; + height: 19.59px; + position: absolute; + left: 3px; + top: 5px; + + @media screen and (min-width: 2500px) { + width: 48.23px; + height: 39.18px; + left: 10px; + top: 12px; + } + } + + .youtube { + width: 22.39px; + height: 15.64px; + position: absolute; + left: 3.5px; + top: 6.3px; + + @media screen and (min-width: 2500px) { + width: 44.77px; + height: 31.35px; + left: 11px; + top: 16px; + } + } + + .linkedlin { + width: 15.64px; + height: 15.64px; + position: absolute; + left: 7px; + top: 5px; + + @media screen and (min-width: 2500px) { + width: 31.35px; + height: 31.28px; + left: 17px; + top: 15px; + } + } + } + } + } + + &__lorem { + margin-top: 12px; + display: flex; + justify-content: flex-end; + + @media screen and (max-width: 1024px) { + display: none; + } + p { + font-weight: 400; + font-size: 14px; + line-height: 16px; + font-family: var(--font-roboto); + color: var(--black-100); + + @media screen and (min-width: 2500px) { + font-weight: 400; + font-size: 28px; + line-height: 33px; + } + } + } +} diff --git a/src/components/Footer/LinksFooter/LinksFooter.tsx b/src/components/Footer/LinksFooter/LinksFooter.tsx new file mode 100644 index 0000000..7b7d3dc --- /dev/null +++ b/src/components/Footer/LinksFooter/LinksFooter.tsx @@ -0,0 +1,113 @@ +import React from "react" +import styleLink from "./LinksFooter.module.scss" + +import facebook from "../../../assets/img/facebook.svg" +import instagram from "../../../assets/img/instagram.svg" +import twitter from "../../../assets/img/twitter.svg" +import youtube from "../../../assets/img/youtube.svg" +import linkedlin from "../../../assets/img/linkedlin.svg" + +import titleLinks from "../../../assets/img/titleLinks.svg" + +export default function LinksFooter() { + + const titleLink = document.querySelector(".container__links__rodape__title") as HTMLHeadingElement; + console.log(titleLink) + + return ( + + + + + Institucional + + + + + + Quem Somos + Política de Privacidade + Segurança + Seja um Revendedor + + + + + Dúvidas + + + + + + Entrega + Pagamento + Trocas e Devoluções + Dúvidas Frequentes + + + + + Fale Conosco + + + + + + Atendimento ao Consumidor + {"(11) 4159 9504"} + Atendimento Online + {"(11) 99433-8825"} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + www.loremipsum.com + + + + ) +} \ No newline at end of file diff --git a/src/components/Newsletter/Newsletter.module.scss b/src/components/Footer/Newsletter/Newsletter.module.scss similarity index 74% rename from src/components/Newsletter/Newsletter.module.scss rename to src/components/Footer/Newsletter/Newsletter.module.scss index 7f3a833..ae0916f 100644 --- a/src/components/Newsletter/Newsletter.module.scss +++ b/src/components/Footer/Newsletter/Newsletter.module.scss @@ -9,6 +9,11 @@ padding: 16px 0; width: 474px; + @media screen and (max-width: 1024px) { + width: 100%; + padding: 16px; + } + @media screen and (min-width: 2500px) { width: 922px; } @@ -21,6 +26,12 @@ letter-spacing: 0.05em; font-variant: small-caps; + @media screen and (max-width: 1024px) { + font-weight: 500; + font-size: 14px; + line-height: 16px; + } + @media screen and (min-width: 2500px) { font-weight: 500; font-size: 36px; @@ -30,7 +41,11 @@ &__input-button { display: flex; - align-items: end; + align-items: flex-end; + + @media screen and (max-width: 1024px) { + display: block; + } input { width: 340px; height: 42px; @@ -44,17 +59,22 @@ font-size: 14px; line-height: 16px; - &::placeholder { - color: var(--gray-100); + @media screen and (max-width: 1024px) { + width: 100%; + height: 50px; + margin: 16px 0; } @media screen and (min-width: 2500px) { width: 668px; height: 59px; - font-size: 28px; line-height: 33px; } + + &::placeholder { + color: var(--gray-100); + } } button { @@ -73,6 +93,13 @@ letter-spacing: 0.05em; color: var(--white); + @media screen and (max-width: 1024px) { + width: 100%; + height: 50px; + font-size: 14px; + line-height: 16px; + } + @media screen and (min-width: 2500px) { width: 246px; height: 59px; diff --git a/src/components/Newsletter/Newsletter.tsx b/src/components/Footer/Newsletter/Newsletter.tsx similarity index 100% rename from src/components/Newsletter/Newsletter.tsx rename to src/components/Footer/Newsletter/Newsletter.tsx diff --git a/src/components/LinksFooter/LinksFooter.module.scss b/src/components/LinksFooter/LinksFooter.module.scss deleted file mode 100644 index ee9a6d9..0000000 --- a/src/components/LinksFooter/LinksFooter.module.scss +++ /dev/null @@ -1,315 +0,0 @@ -.container { - padding: 50px 100px; - display: flex; - - &__links { - display: flex; - width: 100%; - margin: 0 auto; - - &__institucional { - width: 155px; - list-style: none; - - @media screen and (min-width: 2500px) { - width: 315px; - } - - .title { - font-weight: 500; - font-size: 14px; - line-height: 16px; - font-family: var(--font-roboto); - color: var(--black-100); - margin-bottom: 12px; - - @media screen and (min-width: 2500px) { - font-size: 28px; - line-height: 33px; - } - } - - li:last-child { - margin-bottom: 0; - text-decoration: underline; - } - - li { - margin-bottom: 12px; - font-weight: 400; - font-size: 12px; - line-height: 14px; - text-transform: capitalize; - font-family: var(--font-roboto); - color: var(--black-100); - - @media screen and (min-width: 2500px) { - font-size: 24px; - line-height: 28px; - } - - a { - text-decoration: none; - color: var(--black-100); - } - } - } - - &__duvidas { - margin: 0 121px; - list-style: none; - - @media screen and (min-width: 2500px) { - width: 315px; - } - - .title { - font-weight: 500; - font-size: 14px; - line-height: 16px; - font-family: var(--font-roboto); - color: var(--black-100); - margin-bottom: 12px; - - @media screen and (min-width: 2500px) { - font-size: 28px; - line-height: 33px; - } - } - - li:last-child { - margin-bottom: 0; - text-decoration: underline; - } - - li { - margin-bottom: 12px; - font-weight: 400; - font-size: 12px; - line-height: 14px; - text-transform: capitalize; - font-family: var(--font-roboto); - color: var(--black-100); - - @media screen and (min-width: 2500px) { - font-size: 24px; - line-height: 28px; - } - } - - a { - text-decoration: none; - color: var(--black-100); - } - } - - &__fale-conosco { - width: 155px; - list-style: none; - - @media screen and (min-width: 2500px) { - width: 315px; - } - - .title { - font-weight: 500; - font-size: 14px; - line-height: 16px; - font-family: var(--font-roboto); - color: var(--black-100); - margin-bottom: 12px; - - @media screen and (min-width: 2500px) { - font-size: 28px; - line-height: 33px; - } - } - - li:last-child { - margin-bottom: 0; - text-decoration: underline; - } - - li:nth-child(2) { - font-weight: 500; - } - - li:nth-child(4) { - font-weight: 500; - } - - li { - margin-bottom: 12px; - font-weight: 400; - font-size: 12px; - line-height: 14px; - text-transform: capitalize; - font-family: var(--font-roboto); - color: var(--black-100); - - @media screen and (min-width: 2500px) { - font-size: 24px; - line-height: 28px; - } - } - - a { - text-decoration: none; - color: var(--black-100); - } - } - } - - &__social-networks { - width: 19.908%; - - @media screen and (min-width: 2500px) { - width: 20.419%; - } - - &__circles { - display: flex; - list-style: none; - - li:last-child { - margin-right: 0; - } - - li { - position: relative; - width: 35px; - height: 35px; - border: 2px solid var(--black-100); - border-radius: 50%; - margin-right: 10px; - - @media screen and (min-width: 1025px) and (max-width: 1279px) { - width: 30px; - height: 30px; - } - - @media screen and (min-width: 2500px) { - width: 70px; - height: 70px; - } - - .facebook { - width: 10.16px; - height: 19.62px; - position: absolute; - left: 9px; - top: 4px; - - @media screen and (min-width: 1025px) and (max-width: 1279px) { - left: 7.5px; - top: 4px; - } - - @media screen and (min-width: 2500px) { - width: 20.33px; - height: 39.23px; - left: 22px; - top: 12px; - } - } - - .instagram { - width: 19.65px; - height: 19.62px; - position: absolute; - left: 5px; - top: 4px; - - @media screen and (min-width: 1025px) and (max-width: 1279px) { - left: 3px; - top: 3px; - } - - @media screen and (min-width: 2500px) { - width: 39.29px; - height: 39.29px; - left: 13px; - top: 12px; - } - } - - .twitter { - width: 24.11px; - height: 19.59px; - position: absolute; - left: 3px; - top: 5px; - - @media screen and (min-width: 1025px) and (max-width: 1279px) { - left: 1px; - top: 4px; - } - - @media screen and (min-width: 2500px) { - width: 48.23px; - height: 39.18px; - left: 10px; - top: 12px; - } - } - - .youtube { - width: 22.39px; - height: 15.64px; - position: absolute; - left: 3.5px; - top: 6.3px; - - @media screen and (min-width: 1025px) and (max-width: 1279px) { - left: 1.5px; - top: 5px; - } - - @media screen and (min-width: 2500px) { - width: 44.77px; - height: 31.35px; - left: 11px; - top: 16px; - } - } - - .linkedlin { - width: 15.64px; - height: 15.64px; - position: absolute; - left: 7px; - top: 5px; - - @media screen and (min-width: 1025px) and (max-width: 1279px) { - left: 5px; - top: 3px; - } - - @media screen and (min-width: 2500px) { - width: 31.35px; - height: 31.28px; - left: 17px; - top: 15px; - } - } - } - } - } - - &__lorem { - margin-top: 12px; - p { - font-weight: 400; - font-size: 14px; - line-height: 16px; - font-family: var(--font-roboto); - color: var(--black-100); - - @media screen and (min-width: 2500px) { - font-weight: 400; - font-size: 28px; - line-height: 33px; - } - } - } -} diff --git a/src/components/LinksFooter/LinksFooter.tsx b/src/components/LinksFooter/LinksFooter.tsx deleted file mode 100644 index 8c8f445..0000000 --- a/src/components/LinksFooter/LinksFooter.tsx +++ /dev/null @@ -1,88 +0,0 @@ -import React from "react" -import styleLink from "./LinksFooter.module.scss" - -import facebook from "../../assets/img/facebook.svg" -import instagram from "../../assets/img/instagram.svg" -import twitter from "../../assets/img/twitter.svg" -import youtube from "../../assets/img/youtube.svg" -import linkedlin from "../../assets/img/linkedlin.svg" - -export default function LinksFooter() { - return ( - - - - INSTITUCIONAL - Quem Somos - Política de Privacidade - Segurança - Seja um Revendedor - - - - DÚVIDAS - Entrega - Pagamento - Trocas e Devoluções - Dúvidas Frequentes - - - - FALE CONOSCO - Atendimento ao Consumidor - {"(11) 4159 9504"} - Atendimento Online - {"(11) 99433-8825"} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - www.loremipsum.com - - - - ) -} \ No newline at end of file diff --git a/src/pages/Home.tsx b/src/pages/Home.tsx index 2208f9a..df1e4c5 100644 --- a/src/pages/Home.tsx +++ b/src/pages/Home.tsx @@ -6,7 +6,6 @@ const Home = () => { return ( <> - teste > )
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
www.loremipsum.com