diff --git a/themes/navy/source/img/arrow_orange.svg b/themes/navy/source/img/arrow_orange.svg index acf0489..dec6a00 100644 --- a/themes/navy/source/img/arrow_orange.svg +++ b/themes/navy/source/img/arrow_orange.svg @@ -1,4 +1,4 @@ - + diff --git a/themes/navy/source/img/graphic-friendly-beginnings.svg b/themes/navy/source/img/graphic-friendly-beginnings.svg index 222814b..cc9246c 100644 --- a/themes/navy/source/img/graphic-friendly-beginnings.svg +++ b/themes/navy/source/img/graphic-friendly-beginnings.svg @@ -1,14 +1,15 @@ - + - - - + + + - + - + + diff --git a/themes/navy/source/img/graphic-platform-support.svg b/themes/navy/source/img/graphic-platform-support.svg index f9fd04e..e60c698 100644 --- a/themes/navy/source/img/graphic-platform-support.svg +++ b/themes/navy/source/img/graphic-platform-support.svg @@ -1,15 +1,15 @@ - + - + - - + + - + diff --git a/themes/navy/source/img/graphic-research.svg b/themes/navy/source/img/graphic-research.svg index 3d8d04a..4c0bb35 100644 --- a/themes/navy/source/img/graphic-research.svg +++ b/themes/navy/source/img/graphic-research.svg @@ -1,22 +1,22 @@ - + - + - - - + + + - - - - - + + + + + - + diff --git a/themes/navy/source/img/nimbus-logo-2022.svg b/themes/navy/source/img/nimbus-logo-2022.svg new file mode 100644 index 0000000..2ebf231 --- /dev/null +++ b/themes/navy/source/img/nimbus-logo-2022.svg @@ -0,0 +1,3 @@ + + + diff --git a/themes/navy/source/scss/colors.scss b/themes/navy/source/scss/colors.scss index 782954b..0b3c644 100644 --- a/themes/navy/source/scss/colors.scss +++ b/themes/navy/source/scss/colors.scss @@ -5,11 +5,11 @@ $colorBlack: rgba(0, 0, 0, 1); $colorBlue: rgba(67, 96, 223, 1); $colorGray: rgba(147, 155, 161, 1); -$colorDarkBlue: rgba(38, 42, 57, 1); +$colorDarkBlue: #17232D; $colorIncubate: rgba(0,139,173,1); $colorEmbark: rgba(54, 55, 99, 1); -$colorStudio: rgba(94, 193, 47, 1); -$colorNimbus: rgba(255, 156, 0, 1); +$colorStudio: #FF6161; +$colorNimbus: #FF6161; $colorHardwallet: rgba(127, 68, 223, 1); diff --git a/themes/navy/source/scss/footer.scss b/themes/navy/source/scss/footer.scss index 3a84d4b..83aeec0 100644 --- a/themes/navy/source/scss/footer.scss +++ b/themes/navy/source/scss/footer.scss @@ -2,7 +2,7 @@ width: 100%; display: flex; justify-content: center; - background-color: #262A39; + background-color: #17232D; position: relative; margin: 0 0 0 0; } @@ -321,4 +321,4 @@ a.footer-logo:hover { text-align: center; } -} \ No newline at end of file +} diff --git a/themes/navy/source/scss/header.scss b/themes/navy/source/scss/header.scss index cf4f897..f7cc192 100644 --- a/themes/navy/source/scss/header.scss +++ b/themes/navy/source/scss/header.scss @@ -30,10 +30,10 @@ html { .logo { display: block; - width: 146px; + width: 50px; height: 56px; - background-image: url(../img/Nimbus_logo_white.png); - background-size: 146px; + background-image: url(../img/nimbus-logo-2022.svg); + background-size: contain; background-position: center; background-repeat: no-repeat; } diff --git a/themes/navy/source/scss/main.scss b/themes/navy/source/scss/main.scss index ad1f22a..76dab57 100644 --- a/themes/navy/source/scss/main.scss +++ b/themes/navy/source/scss/main.scss @@ -227,7 +227,7 @@ h5 { } .section-header a { - color: #ff9c00; + color: #000000; text-decoration: none; display: inline-flex; align-items: center; @@ -348,7 +348,7 @@ h5 { font-family: $InterUI; padding: 0 0 8px 0; text-align: left; - font-weight: bold; + font-weight: bold; } .inner-header p { @@ -535,7 +535,7 @@ h5 { .contribute a { line-height: 24px; font-size: 16px; - color: #FF9C00; + color: #FF6161; text-decoration: none; margin-top: auto; } @@ -569,7 +569,7 @@ h5 { footer { color: #7D7F88; - background: #262A39; + background: #17232D; padding: 60px 0; position: relative; z-index: 9; @@ -600,7 +600,7 @@ footer { } -footer { +footer { .blog-logo { height: auto; display: flex; @@ -784,7 +784,7 @@ footer input[type="email"] { } .home-cover { - position: fixed; + position: fixed; left: 0; top: 0; right: 0; @@ -792,8 +792,8 @@ footer input[type="email"] { display: flex; align-items: center; justify-content: center; - background-color: #ff9c00; - background-image: url("../img/head_bg.png"); + background-color: #FF6161; + //background-image: url("../img/head_bg.png"); height: 550px; flex-direction: column; } @@ -805,12 +805,13 @@ footer input[type="email"] { justify-content: flex-start; } -// .logo { -// background-image: url(../img/nimbus-logo.svg); -// } + .logo { + background-image: url(../img/nimbus-logo-2022.svg); + background-size: contain; + } .mobile-nav-inner .logo { - background-image: url(../img/status-logo.svg); + background-image: url(../img/nimbus-logo.svg); } .intro { @@ -1035,4 +1036,4 @@ span.social-link.social-link--github a { max-width: 100%; } } -} \ No newline at end of file +} diff --git a/themes/navy/source/scss/page.scss b/themes/navy/source/scss/page.scss index 513c58f..16a0078 100644 --- a/themes/navy/source/scss/page.scss +++ b/themes/navy/source/scss/page.scss @@ -20,7 +20,7 @@ $color-link-hover: lighten($color-link, 10%); .page-intro { padding: 98px 20px 0; - background-image: url(../img/head_bg.png); + //background-image: url(../img/head_bg.png); } .wrapper:before, .wrapper:after {