From c9b18843d2587ebb26387a1da0b8d813b030fc8f Mon Sep 17 00:00:00 2001 From: Gabriel Ferraz Date: Sat, 8 Oct 2022 20:49:28 -0300 Subject: [PATCH] feat(home): terminei a producao agora, vamos pra correcao --- assets/images/facebook-logo.svg | 3 + assets/images/instagram-logo.svg | 5 ++ assets/images/youtube-logo.svg | 3 + assets/styles/main.css | 96 ++++++++++++++++++++++++++++---- index.html | 29 +++++++++- 5 files changed, 125 insertions(+), 11 deletions(-) create mode 100644 assets/images/facebook-logo.svg create mode 100644 assets/images/instagram-logo.svg create mode 100644 assets/images/youtube-logo.svg 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/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 index 051df7e..067075a 100644 --- a/assets/styles/main.css +++ b/assets/styles/main.css @@ -125,30 +125,56 @@ body{ 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:2500px) { +@media screen and (min-width:2200px) { .header-logo{ height: 84px; } - .page-header{ + .page-header{ padding: 56px 0 } .top-infocard-text{ margin-right: 248px; max-width: 52%; } - .top-infocard-title{ + .top-infocard-title{ font-size: 96px; } .top-infocard-image{ width: 100%; max-width: 550px; } - .top-infocard-description{ + .top-infocard-description{ font-size: 32px; } - .top-inforcard-subtitle{ + .top-inforcard-subtitle{ font-size: 64px; } .top-card{ @@ -164,10 +190,6 @@ body{ font-size: 32px; line-height: 48px; } - -} - -@media screen and (min-width: 1920px){ .main-banner-desktop, .middler-banner-desktop { width: 100%; @@ -175,7 +197,36 @@ body{ } .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; } } @@ -183,6 +234,11 @@ body{ .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{ @@ -254,4 +310,24 @@ body{ .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 index a96c365..e52893d 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ - + @@ -115,5 +115,32 @@ + + \ No newline at end of file