diff --git a/assets/images/Logo-M3Academy.png b/assets/images/Logo-M3Academy.png new file mode 100644 index 0000000..facd0ed Binary files /dev/null and b/assets/images/Logo-M3Academy.png differ diff --git a/assets/images/bottom-banner-01.png b/assets/images/bottom-banner-01.png new file mode 100644 index 0000000..90890b4 Binary files /dev/null and b/assets/images/bottom-banner-01.png differ diff --git a/assets/images/bottom-banner-02.png b/assets/images/bottom-banner-02.png new file mode 100644 index 0000000..c48ebef Binary files /dev/null and b/assets/images/bottom-banner-02.png differ diff --git a/assets/images/bottom-banner-03.png b/assets/images/bottom-banner-03.png new file mode 100644 index 0000000..047550e Binary files /dev/null and b/assets/images/bottom-banner-03.png differ diff --git a/assets/images/bottom-banner-04.png b/assets/images/bottom-banner-04.png new file mode 100644 index 0000000..4052717 Binary files /dev/null and b/assets/images/bottom-banner-04.png differ diff --git a/assets/images/bottom-info-card-desktop-image.png b/assets/images/bottom-info-card-desktop-image.png new file mode 100644 index 0000000..87b48a2 Binary files /dev/null and b/assets/images/bottom-info-card-desktop-image.png differ diff --git a/assets/images/bottom-info-card-mobile-image.png b/assets/images/bottom-info-card-mobile-image.png new file mode 100644 index 0000000..5399732 Binary files /dev/null and b/assets/images/bottom-info-card-mobile-image.png differ diff --git a/assets/images/facebook-icon.png b/assets/images/facebook-icon.png new file mode 100644 index 0000000..436d47e Binary files /dev/null and b/assets/images/facebook-icon.png differ diff --git a/assets/images/instagram-icon.png b/assets/images/instagram-icon.png new file mode 100644 index 0000000..6e88dfe Binary files /dev/null and b/assets/images/instagram-icon.png differ diff --git a/assets/images/main-banner-desktop.png b/assets/images/main-banner-desktop.png new file mode 100644 index 0000000..a2c9f47 Binary files /dev/null and b/assets/images/main-banner-desktop.png differ diff --git a/assets/images/main-banner-mobile.png b/assets/images/main-banner-mobile.png new file mode 100644 index 0000000..a0f7541 Binary files /dev/null and b/assets/images/main-banner-mobile.png differ diff --git a/assets/images/middle-banner-01.png b/assets/images/middle-banner-01.png new file mode 100644 index 0000000..3fd3851 Binary files /dev/null and b/assets/images/middle-banner-01.png differ diff --git a/assets/images/middle-banner-02.png b/assets/images/middle-banner-02.png new file mode 100644 index 0000000..b8b9043 Binary files /dev/null and b/assets/images/middle-banner-02.png differ diff --git a/assets/images/middle-banner-03.png b/assets/images/middle-banner-03.png new file mode 100644 index 0000000..babc07d Binary files /dev/null and b/assets/images/middle-banner-03.png differ diff --git a/assets/images/top-cards-image-01.png b/assets/images/top-cards-image-01.png new file mode 100644 index 0000000..18457ea Binary files /dev/null and b/assets/images/top-cards-image-01.png differ diff --git a/assets/images/top-cards-image-02.png b/assets/images/top-cards-image-02.png new file mode 100644 index 0000000..ba99815 Binary files /dev/null and b/assets/images/top-cards-image-02.png differ diff --git a/assets/images/top-cards-image-03.png b/assets/images/top-cards-image-03.png new file mode 100644 index 0000000..2f1118a Binary files /dev/null and b/assets/images/top-cards-image-03.png differ diff --git a/assets/images/top-infocard-image.png b/assets/images/top-infocard-image.png new file mode 100644 index 0000000..41cf659 Binary files /dev/null and b/assets/images/top-infocard-image.png differ diff --git a/assets/images/youtube-icon.png b/assets/images/youtube-icon.png new file mode 100644 index 0000000..74b141c Binary files /dev/null and b/assets/images/youtube-icon.png differ diff --git a/assets/styles/main.css b/assets/styles/main.css new file mode 100644 index 0000000..099bb90 --- /dev/null +++ b/assets/styles/main.css @@ -0,0 +1,271 @@ +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} + +body { + color: #000000; + font-family: 'Inter', sans-serif; +} + +.page-header { + display: flex; + padding: 29px 0; + background: #000000; + justify-content: center; +} + +.header-logo { + display: block; +} + +.main-banner { + width: 100%; +} + +.top-infocard { + display: flex; + flex-flow: column; + align-items: center; + padding-bottom: 179px; + justify-content: center; +} + +.top-infocard-subtitle { + font-size: 32px; + font-weight: 400; + line-height: 39px; + text-transform: uppercase; +} + +.top-infocard-title { + font-size: 48px; + font-weight: 500; + line-height: 58px; + margin-bottom: 28px; + text-transform: uppercase; +} + +.top-infocard-text { + padding: 73px 0; + max-width: 766px; + text-align: center; +} + +.top-infocard-description { + font-size: 16px; + line-height: 24px; + text-align: justify; +} + +.top-cards { + gap: 21px; + display: grid; + justify-content: center; + grid-template-columns: repeat(3, max-content); +} + +.top-card { + display: flex; + align-items: center; + background: #FFFFFF; + flex-direction: column; + padding: 26px 25px 36px; + box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23); +} + +.top-card-image { + margin-bottom: 27px; +} + +.top-card-description { + font-size: 16px; + max-width: 300px; + line-height: 24px; + text-align: center; +} + +.middle-banners { + background: #E0E0E0; + margin: 80px 0 62px; +} + +.middle-banners-wrapper { + gap: 39px; + display: flex; + padding: 0 72px; + justify-content: center; + position: relative; + top: 62px; +} + +.middle-banner { + gap: 39px; + display: flex; +} + +.middle-banner img { + width: 100%; + height: 100%; +} + +.bottom-cards { + padding-top: 129px; + } + +.bottom-cards-wrapper { + display: grid; + grid-template-columns: repeat(4, max-content); + justify-content: center; + gap: 16px; + +} + +.bottom-card { + display: flex; + flex-direction: column; + align-items: center; + padding: 35px 32px 58px; + background: #FFFFFF; + box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15); +} + +.bottom-card-image { + display: block; + margin-bottom: 14px; + +} + +.bottom-card-description { + max-width: 367px; + font-size: 16px; + line-height: 24px; + text-align: center; +} + +.bottom-infocard { + display: flex; + text-align: center; + align-items: center; + padding: 142px 0 180px; + justify-content: center; + flex-flow: column-reverse; +} + +.bottom-infocard-image { + width: 100%; + max-width: 1360px; +} + +.bottom-infocard-text { + padding-bottom: 50px; + max-width: 550px; +} + +.bottom-infocard-title { + margin-bottom: 18px; + font-weight: 600; + font-size: 32px; + line-height: 1; +} + +.bottom-infocard-description { + font-size: 16px; + line-height: 24px; +} + +.page-footer { + display: flex; + flex-direction: column; + align-items: center; + padding: 38px 0; + background: #000000; +} + +.footer-icons { + display: flex; + list-style: none; + margin-bottom: 16px; +} + +.footer-icon { + margin: 0 8px; +} + +.footer-text { + font-size: 10px; + line-height: 12px; + text-transform: uppercase; + color: #BDBDBD; +} + +@media screen and (max-width: 414px) { + .main-banner-desktop { + display: none; + } +} + +@media screen and (min-width: 415px) { + .main-banner-mobile { + display: none; + } +} + +@media screen and (max-width: 768px) { + .top-cards { + grid-template-columns: 1fr; + padding: 0 26px; + } + .footer-text { + max-width: 280px; + text-align: center; + } +} + +@media screen and (max-width: 992px) { + .top-infocard { + padding: 0 28px 90px; + } + + .top-infocard-text { + padding-bottom: 65px; + } + + .top-infocard-subtitle { + font-size: 20px; + line-height: 24px; + } + + .top-infocard-title { + font-size: 28px; + line-height: 34px; + margin-bottom: 15px; + } + + .top-infocard-description { + text-align: center; + } + + .top-infocard-image { + max-width: 240px; + } + + .bottom-cards-wrapper { + grid-template-columns: repeat(1, max-content); + } + + +} + +@media screen and (min-width: 769px) and (max-width: 1200px) { + .top-cards { + grid-template-columns: repeat(2, max-content); + } +} + +@media screen and (min-width: 992px) and (max-width: 1770px) { + .bottom-cards-wrapper { + grid-template-columns: repeat(2, max-content); + } +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..14a2988 --- /dev/null +++ b/index.html @@ -0,0 +1,182 @@ + + + + + + + + + + + + + M3 Landing Page - DESAFIO 01 + + + + + + + + + +
+
+ Banner Principal Desktop + Banner Principal Mobile +
+ +
+
+

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

+
+ Banner de Infocard do Topo +
+ +
+
+ Imagem do Primeiro Card do Topo +

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

+
+
+ Imagem do Segundo Card do Topo +

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

+
+
+ Imagem do Terceiro Card do Topo +

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

+
+
+ +
+
+
+
+ Banner do Meio Um +
+
+ Banner do Meio Dois +
+
+
+ Banner do Meio Tres +
+
+
+ +
+
+
+ Imagem do Primeiro Card do de Baixo +

+ 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 do Segundo Card do de Baixo +

+ 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 do Terceiro Card do de Baixo +

+ 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 do Quarto Card do de Baixo +

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

+
+
+
+ +
+ Banner do Infocard de Baixo +
+

+ 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