diff --git a/assets/images/banner-desktop.png b/assets/images/banner-desktop.png new file mode 100644 index 0000000..08b5be8 Binary files /dev/null and b/assets/images/banner-desktop.png differ diff --git a/assets/images/banner-mobile.png b/assets/images/banner-mobile.png new file mode 100644 index 0000000..5118021 Binary files /dev/null and b/assets/images/banner-mobile.png differ diff --git a/assets/images/banner-top.png b/assets/images/banner-top.png new file mode 100644 index 0000000..2af63bd Binary files /dev/null and b/assets/images/banner-top.png differ diff --git a/assets/images/bottom-banner-desktop.png b/assets/images/bottom-banner-desktop.png new file mode 100644 index 0000000..42190a3 Binary files /dev/null and b/assets/images/bottom-banner-desktop.png differ diff --git a/assets/images/bottom-banner-mobile.png b/assets/images/bottom-banner-mobile.png new file mode 100644 index 0000000..03e43ac Binary files /dev/null and b/assets/images/bottom-banner-mobile.png differ diff --git a/assets/images/bottom-card01.png b/assets/images/bottom-card01.png new file mode 100644 index 0000000..656f073 Binary files /dev/null and b/assets/images/bottom-card01.png differ diff --git a/assets/images/bottom-card02.png b/assets/images/bottom-card02.png new file mode 100644 index 0000000..8240edb Binary files /dev/null and b/assets/images/bottom-card02.png differ diff --git a/assets/images/bottom-card03.png b/assets/images/bottom-card03.png new file mode 100644 index 0000000..66be1e8 Binary files /dev/null and b/assets/images/bottom-card03.png differ diff --git a/assets/images/bottom-card04.png b/assets/images/bottom-card04.png new file mode 100644 index 0000000..2013cf8 Binary files /dev/null and b/assets/images/bottom-card04.png differ diff --git a/assets/images/icon-footer01.png b/assets/images/icon-footer01.png new file mode 100644 index 0000000..0abd451 Binary files /dev/null and b/assets/images/icon-footer01.png differ diff --git a/assets/images/icon-footer02.png b/assets/images/icon-footer02.png new file mode 100644 index 0000000..6b2afcf Binary files /dev/null and b/assets/images/icon-footer02.png differ diff --git a/assets/images/icon-footer03.png b/assets/images/icon-footer03.png new file mode 100644 index 0000000..397ea3e Binary files /dev/null and b/assets/images/icon-footer03.png differ diff --git a/assets/images/logo-m3.png b/assets/images/logo-m3.png new file mode 100644 index 0000000..6adf638 Binary files /dev/null and b/assets/images/logo-m3.png differ diff --git a/assets/images/mid-banner01.png b/assets/images/mid-banner01.png new file mode 100644 index 0000000..7e1846e Binary files /dev/null and b/assets/images/mid-banner01.png differ diff --git a/assets/images/mid-banner02.png b/assets/images/mid-banner02.png new file mode 100644 index 0000000..f7ed233 Binary files /dev/null and b/assets/images/mid-banner02.png differ diff --git a/assets/images/mid-banner03.png b/assets/images/mid-banner03.png new file mode 100644 index 0000000..1d1cbd6 Binary files /dev/null and b/assets/images/mid-banner03.png differ diff --git a/assets/images/top-card-image01.png b/assets/images/top-card-image01.png new file mode 100644 index 0000000..31a541b Binary files /dev/null and b/assets/images/top-card-image01.png differ diff --git a/assets/images/top-card-image02.png b/assets/images/top-card-image02.png new file mode 100644 index 0000000..97f8ad4 Binary files /dev/null and b/assets/images/top-card-image02.png differ diff --git a/assets/images/top-card-image03.png b/assets/images/top-card-image03.png new file mode 100644 index 0000000..a5e458f Binary files /dev/null and b/assets/images/top-card-image03.png differ diff --git a/assets/styles/main.css b/assets/styles/main.css new file mode 100644 index 0000000..4f23b21 --- /dev/null +++ b/assets/styles/main.css @@ -0,0 +1,308 @@ +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} + +body { + font-family: 'Inter', sans-serif; + color:#000000; +} + +.page-header { + display: flex; + justify-content: center; + padding: 15px 0; + background: #000000; +} + +.header-logo { + display: block; +} + +.main-banner { + width: 100%; + padding-bottom: 73px; +} + +.top-infocard { + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + padding-bottom: 73px; +} + +.top-infocard-text { + text-align: center; + max-width: 766px ; + font-weight: 400; + ; +} + +.top-infocard-subtitle { + font-weight: 400; + font-size: 32px; + text-transform: uppercase; +} + +.top-infocard-title { + margin-bottom: 28px; + font-weight: 500; + font-size: 48px; + text-transform: uppercase; +} + +.top-infocard-desc { + text-align: justify; + font-size: 16px; + line-height: 24px; + font-weight: 400; + padding-bottom: 73px; +} + +.top-cards { + background: #FFFFFF; + display: grid; + grid-template-columns: repeat(3, max-content); + gap: 21px; + justify-content: center; + padding-bottom: 65px; +} + +.cards { + box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23); +} + +.top-card { + display: flex; + flex-direction: column; + align-items: center; + padding: 36px 26px 34px; + justify-items: center; +} + +.top-card-image { + display: block; + margin-bottom: 26px; +} + +.top-card-desc { + max-width: 300px; + width: 85%; + font-size: 16px; + line-height: 24px; + text-align: center; +} + +.bottom-cards { + background: #FFFFFF; + display: grid; + grid-template-columns: repeat(4, max-content); + justify-content: center; + gap: 16px; + margin-top: 129px; + padding-left: 72px; + width: 93%; + +} + +.bottom-card { + display: flex; + flex-direction: column; + align-items: center; + justify-items: center; + width: 100%; +} + +.bottom-card-image { + display: block; + padding-top: 35px; + margin-bottom: 15px; +} + +.bottom-card-desc { + text-align: center; + max-width: 367px; + font-size: 16px; + line-height: 24px; + padding-bottom: 65px; + width: 85%; +} + +.middle-banners { + background: #E0E0E0; + display: grid; + grid-template-columns: repeat(3, 1fr); + gap: 39px; + justify-content: center; + width: 100%; + padding: 0 72px; +} + +.banners { + display: flex; + flex-direction: column; + align-items: center; + justify-items: center; + width: 100%; + padding: 62px 0; +} + +.foto{ + display: block; + width: 100%; +} + +.bottom-infocard { + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + padding-top: 108px; +} + +.bottom-infocard-text { + text-align: center; + max-width: 766px ; + font-weight: 400; + ; +} + +.bottom-infocard-title { + font-weight: 600; + font-size: 32px; + line-height: 38.73px; + text-align: center ; +} + +.bottom-infocard-desc { + text-align: center; + font-size: 16px; + line-height: 24px; + font-weight: 400; + padding-top: 1px; +} +.bottom-infocard-image { + padding-top: 50px; + align-self: center; + width: 71%; +} + +.page-footer { + background: #000000; + flex-direction: column; + align-items: center; +} + +.footer-icons { + display: flex; + list-style: none; + margin + +} + +.footer-text { + text-transform: uppercase; + font-size: 10px; + font-weight: 400; + line-height: 12px; + color: #BDBDBD +/*-----------Breakpoints-----------*/ + +@media screen and (max-width: 600px) { + .main-banner-desktop { + display: none; + } +} + +@media screen and (min-width: 601px) { + .main-banner-mobile { + display: none; + } +} + +@media screen and (max-width: 768px) { + .top-infocard-subtitle { + font-size: 20px; + padding-bottom: 1px; + } + + .top-infocard-title { + font-size: 28px; + line-height: 34px; + } + + .top-infocard-desc { + text-align: center; + padding-left: 28px; + padding-right: 29px; + padding-bottom: 65px; + min-width: 350px; + } + + .top-cards { + grid-template-columns: 1fr; + } + + .top-card { + width: 85%; + margin: 0 auto; + } + + .bottom-cards { + grid-template-columns: 1fr; + } + + .bottom-card { + width: 88%; + align-self: center; + } + + .bottom-card-desc { + width: 82%; + } +} + +@media screen and (min-width: 768px) and (max-width: 1199px) { + .top-cards { + grid-template-columns: repeat(2, max-content); + } + + .bottom-cards { + grid-template-columns: repeat(2, max-content); + } +} + +@media screen and (max-width: 1199px) { + .middle-banners { + width: 100%; + grid-template-columns: repeat(2, max-content); + grid-template-rows: (2, max-content); + grid-template-columns: auto; + row-gap: 39px; + padding: 0 23px; + direction: rtl; + } + + .banner { + width: 100%; + padding: 32px 0; + } + + .banner3 { + grid-column: span 2; + } + + .bottom-infocard-image-desktop { + display: none; + } +} + +@media screen and (min-width: 1200px) { + .bottom-infocard-image-mobile { + display: none; + } +} + + diff --git a/landingpage.html b/landingpage.html new file mode 100644 index 0000000..32e0e86 --- /dev/null +++ b/landingpage.html @@ -0,0 +1,158 @@ + + + + + + + + + + + + M3 Academy - José G Mata R + + + + + + + + + +
+ +
+ 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 Top + +
+ +
+
+ Image do primeiro card do topo +

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

+
+ +
+ Image do segundo card do topo +

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

+
+ +
+ Image do terceiro card do topo +

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

+
+ +
+ +
+
+ Banner Middle 1 +
+
+ Banner Middle 2 +
+
+ Banner Middle 3 +
+ +
+ +
+
+ Image do primeiro card 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.

+
+ +
+ Image do segundo card 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.

+
+ +
+ Image do terceiro card 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.

+
+ +
+ Image do terceiro card 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.

+
+ +
+ +
+ +
+

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 Bottom Desktop + Banner Bottom Mobile + +
+ + + +
+ + + + + + \ No newline at end of file