diff --git a/assets/images/Logo M3.svg b/assets/images/Logo M3.svg new file mode 100644 index 0000000..d0656f5 --- /dev/null +++ b/assets/images/Logo M3.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/assets/images/Main-banner-desktop.png b/assets/images/Main-banner-desktop.png new file mode 100644 index 0000000..5d94877 Binary files /dev/null and b/assets/images/Main-banner-desktop.png differ diff --git a/assets/images/Top-infocard-image.png b/assets/images/Top-infocard-image.png new file mode 100644 index 0000000..b715118 Binary files /dev/null and b/assets/images/Top-infocard-image.png differ diff --git a/assets/images/bottom-card-1.svg b/assets/images/bottom-card-1.svg new file mode 100644 index 0000000..ef7dde1 --- /dev/null +++ b/assets/images/bottom-card-1.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/assets/images/bottom-card-2.svg b/assets/images/bottom-card-2.svg new file mode 100644 index 0000000..b796ea9 --- /dev/null +++ b/assets/images/bottom-card-2.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/assets/images/bottom-card-3.svg b/assets/images/bottom-card-3.svg new file mode 100644 index 0000000..f2df69f --- /dev/null +++ b/assets/images/bottom-card-3.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/assets/images/bottom-card-4.svg b/assets/images/bottom-card-4.svg new file mode 100644 index 0000000..be408ca --- /dev/null +++ b/assets/images/bottom-card-4.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/assets/images/bottom-inforcard-image.png b/assets/images/bottom-inforcard-image.png new file mode 100644 index 0000000..ee68371 Binary files /dev/null and b/assets/images/bottom-inforcard-image.png differ diff --git a/assets/images/facebook-logo.svg b/assets/images/facebook-logo.svg new file mode 100644 index 0000000..411b9bc --- /dev/null +++ b/assets/images/facebook-logo.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/images/instagram-logo.svg b/assets/images/instagram-logo.svg new file mode 100644 index 0000000..b4ca66b --- /dev/null +++ b/assets/images/instagram-logo.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/assets/images/middle-banner-desktop.png b/assets/images/middle-banner-desktop.png new file mode 100644 index 0000000..94c5574 Binary files /dev/null and b/assets/images/middle-banner-desktop.png differ diff --git a/assets/images/top-card-image-01.svg b/assets/images/top-card-image-01.svg new file mode 100644 index 0000000..c38d0e3 --- /dev/null +++ b/assets/images/top-card-image-01.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/assets/images/top-card-image-02.svg b/assets/images/top-card-image-02.svg new file mode 100644 index 0000000..2040b41 --- /dev/null +++ b/assets/images/top-card-image-02.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/assets/images/top-card-image-03.svg b/assets/images/top-card-image-03.svg new file mode 100644 index 0000000..286bf4b --- /dev/null +++ b/assets/images/top-card-image-03.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/assets/images/youtube-logo.svg b/assets/images/youtube-logo.svg new file mode 100644 index 0000000..c2ef882 --- /dev/null +++ b/assets/images/youtube-logo.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/styles/main.css b/assets/styles/main.css new file mode 100644 index 0000000..067075a --- /dev/null +++ b/assets/styles/main.css @@ -0,0 +1,333 @@ +*{ + margin: 0; + padding: 0; + box-sizing: border-box; +} +body{ + font-family: 'Inter', sans-serif; + color: #000; +} +.page-header{ + display: flex; + justify-content: center; + padding: 28px 0; + background-color: #000; +} + +.main-banner , +.middler-banner{ + max-width: 100%; + display: block; +} +.top-infocard{ + display: flex; + align-items: center; + justify-content: center; + padding: 80px 0 96px; +} +.top-infocard-text{ + margin-right: 6%; + max-width: 40%; +} +.top-inforcard-subtitle{ + text-transform: uppercase; + font-size: 32px; + font-weight: 400; + +} +.top-infocard-title{ + margin-bottom: 1%; + text-transform: uppercase; + font-weight: 500; + font-size: 48px; +} +.top-infocard-description{ + font-weight: 400; + font-size: 16px; +} +.top-cards{ + display: grid; + grid-template-columns: repeat(3, 1fr); + gap: 20px; + justify-content: center; + padding: 5% 15%; + background: #F0F0F0; +} +.top-card{ + display: flex; + flex-direction: column; + align-items: center; + padding: 26px 26px 36px; + background: #FFF; + box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23); +} +.top-card-image{ + display: block; + margin-bottom: 2%; +} +.top-card-description{ + font-size: 16px; + line-height: 24px; + text-align: center; +} +.bottom-cards{ + margin-top: 7%; + background:linear-gradient(180deg, #00C8FF 0%, #15ACD6 100%); +} +.bottom-card-wrapper{ + display: grid; + grid-template-columns: repeat(2, 1fr); + gap: 20px; + padding: 0 23% ; + justify-content: center; + position: relative; + top: -60px; +} +.bottom-card{ + display: flex; + flex-direction: column; + align-items: center; + padding: 36px 32px 66px; + background: #FFF; + box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15); +} + +.bottom-card-image{ + display: block; + margin-bottom: 14px; +} +.bottom-card-description{ + max-width: 368; + text-align: center; + line-height: 24px; + font-size: 16px; +} +.bottom-infocard{ + display: flex; + align-items: center; + justify-content: center; + padding: 7% 0 9%; +} +.bottom-infocard-image{ + margin-right: 40px; +} +.bottom-infocard-text{ + max-width: 28%; +} +.bottom-infocard-title{ + margin-bottom: 18px; + font-weight: 600; + font-size: 32px; + line-height: 20px; +} +.bottom-infocard-description{ + font-weight: 400; + font-size: 16px; + line-height: 24px; +} +.page-footer{ + display: flex; + flex-direction: column; + align-items: center; + padding: 38px 0 66px; + background-color: #000; +} +.footer-icons{ + display: flex; + margin-bottom: 17px; + gap: 21px; + list-style: none; +} +.footer-text{ + font-weight: 400; + font-size: 10px; + line-height: 12px; + text-transform: uppercase; + color: #BDBDBD; +} +.footer-text-mobile{ + display: none; +} +/* o incone do youtube ficou um pouco acima do que deveria */ +#youtube-icon{ + margin-top: 4%; +} + +@media screen and (min-width:2200px) { + .header-logo{ + height: 84px; + } + .page-header{ + padding: 56px 0 + } + .top-infocard-text{ + margin-right: 248px; + max-width: 52%; + } + .top-infocard-title{ + font-size: 96px; + } + .top-infocard-image{ + width: 100%; + max-width: 550px; + } + .top-infocard-description{ + font-size: 32px; + } + .top-inforcard-subtitle{ + font-size: 64px; + } + .top-card{ + padding: 52px 52px 72px; + box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.23); + } + .top-card-description{ + font-size: 32px; + line-height: 48px; + } + .top-card-description{ + max-width: 500px; + font-size: 32px; + line-height: 48px; + } + .main-banner-desktop, + .middler-banner-desktop { + width: 100%; + object-fit: contain; + } + .top-infocard-description, + .top-card-description{ + font-size: 32px; + } + .bottom-card-description { + font-size: 32px; + line-height: 48px; + } + .bottom-infocard-description { + font-size: 32px; + line-height: 48px; + } + .bottom-infocard-image { + margin-right: 80px; + } + .bottom-infocard-title { + margin-bottom: 36px; + font-size: 64px; + line-height: 40px; + } + .footer-icons{ + + margin-bottom: 34px; + gap: 42px; + } + .footer-text{ + font-size: 20px; + line-height: 24px; + } + .icons{ + min-width: 48px; + min-height: 16px; + } +} + +@media screen and (min-width: 993px) and (max-width: 1280px) { + .top-infocard-text{ + margin-right: 70px; + } + .top-infocard { + padding: 80px 96px; + }.bottom-card-wrapper { + padding: 0 13%; + } +} +@media screen and (min-width: 769px) and (max-width: 993px) { + .top-cards{ + grid-template-columns: repeat(2, 1fr) + } + .bottom-card-wrapper{ + padding: 0 10%; + } +} +@media screen and (max-width: 992px) { + .top-infocard{ + flex-direction: column; + padding: 84px 26px 158px; + } + + .top-infocard-text{ + margin: 0 0 68px; + } + + .top-inforcard-subtitle{ + font-size: 20px; + } + + .top-infocard-title{ + margin-bottom: 20px; + font-size: 28px; + } + .top-infocard-image{ + width: 100%; + max-width: 240px; + } + .bottom-infocard{ + flex-direction: column; + padding: 80px 0 136px; + } + .bottom-infocard-image{ + width: 100%; + max-width: 650px; + margin: 0 0 50px; + } + .bottom-infocard-text{ + max-width: 95%; + padding: 0 5px; +} + + +@media screen and (max-width: 768px) { + .top-cards{ + grid-template-columns: 1fr; + padding: 36px 26px; + } + .bottom-card-wrapper{ + grid-template-columns: 1fr; + gap: 16px; + padding: 0 26px; + } + .bottom-cards{ + margin-top: 114px; + } + .top-infocard-text{ + max-width: none; + } + .bottom-card-description{ + font-size: 14px; + } + .bottom-card-wrapper { + padding: 0 5%; + } + .bottom-infocard-title{ + font-size: 24px; + } + .page-footer{ + padding-bottom: 26px; + } +} + +@media screen and (max-width: 450px) { + .footer-text{ + display: none; + } + .footer-text-mobile{ + display: flex; + max-width: 261px; + min-width: 261px; + font-weight: 400; + font-size: 10px; + line-height: 12px; + text-align: center; + text-transform: uppercase; + color: #BDBDBD; + } +}} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..e52893d --- /dev/null +++ b/index.html @@ -0,0 +1,146 @@ + + + + + + + + + + + + M3 Landing Page + + + + + + + + + +
+
+ Banner do topo +
+ +
+
+

Lorem ipsum

+

Dolor sit amet

+ +

+ Lorem ipsum dolor sit amet consectetur adipisicing elit. + Eum autem explicabo alias illo quod enim sit eveniet laborum consequuntur ipsam, + animi ratione repellendus nulla nam ullam fuga quam. Quae, impedit. +

+
+ + Banner do Infocard do Topo +
+ +
+
+ Primeira card do topo +

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

+
+
+ Segunda card do topo +

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

+
+
+ Terceira card do topo +

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

+
+
+
+ Banner do meio +
+ +
+
+
+ Primeiro card do fundo + +

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

+
+
+ Segundo card do fundo + +

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

+
+
+ terceiro card do fundo + +

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

+
+
+ Quarto card do fundo + +

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

+
+
+ +
+ +
+ Imagem Infocard do fundo + +
+

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

+
+ +
+
+ + + + \ No newline at end of file