diff --git a/website/assets/images/icon-iso27001-coming-soon-48x48@2x.png b/website/assets/images/icon-iso27001-coming-soon-48x48@2x.png new file mode 100644 index 0000000000..7966e30b85 Binary files /dev/null and b/website/assets/images/icon-iso27001-coming-soon-48x48@2x.png differ diff --git a/website/assets/styles/layout.less b/website/assets/styles/layout.less index 61dbd0f5fd..19fde74f78 100644 --- a/website/assets/styles/layout.less +++ b/website/assets/styles/layout.less @@ -1,4 +1,4 @@ -@footer-height: 409px; +@footer-height: 433px; @container-md-max-width: 1100px; [v-cloak] { display: none; } @@ -581,6 +581,10 @@ html, body { [purpose='legal-section'] { font-size: 12px; line-height: 150%; + [purpose='iso-27001-badge'] { + width: 48px; + margin-right: 8px; + } [purpose='creative-commons-license'] { width: 80px; height: 15px; @@ -603,7 +607,7 @@ html, body { } } [purpose='page-wrap'].reduced-footer-links { - padding-bottom: 70px; + padding-bottom: 96px; } // Landing page footer styles @@ -611,7 +615,7 @@ html, body { position: absolute; bottom: 0px; width: 100%; - height: 70px; + height: 96px; padding: 24px 32px; color: @core-fleet-black-75; a { @@ -629,11 +633,11 @@ body.detected-mobile { } @media (max-width: 991px) { [purpose='page-wrap'] { - padding-bottom: 460px; + padding-bottom: 487px; } [purpose='page-footer'] { padding: 64px 40px; - height: 460px; + height: 487px; [purpose='footer-socials'] { margin-bottom: 32px; } @@ -743,20 +747,20 @@ body.detected-mobile { } } [purpose='page-wrap'] { - padding-bottom: 701px; + padding-bottom: 728px; } [purpose='footer-nav-column']:not(:last-of-type) { margin-bottom: 64px; } [purpose='page-footer'] { padding: 64px 32px; - height: 701px; + height: 728px; } [purpose='page-wrap'].reduced-footer-links { - padding-bottom: 121px; + padding-bottom: 150px; } [purpose='reduced-nav-footer'] { - height: 121px; + height: 150px; [purpose='footer-socials'] { margin-bottom: 32px; } @@ -766,7 +770,7 @@ body.detected-mobile { } @media (max-width: 575px) { [purpose='page-wrap'] { - padding-bottom: 925px; + padding-bottom: 955px; } [purpose='page-header'] { padding: 19px 20px; @@ -780,14 +784,14 @@ body.detected-mobile { } } [purpose='page-wrap'].reduced-footer-links { - padding-bottom: 173px; + padding-bottom: 200px; } [purpose='reduced-nav-footer'] { - height: 173px; + height: 200px; padding: 24px; } [purpose='page-footer'] { - height: 925px; + height: 955px; padding: 64px 24px; } [purpose='footer-nav'] { diff --git a/website/views/layouts/layout.ejs b/website/views/layouts/layout.ejs index 24c1af65e0..8e731aeb83 100644 --- a/website/views/layouts/layout.ejs +++ b/website/views/layouts/layout.ejs @@ -344,10 +344,11 @@