diff --git a/_src/_assets/styles/_page-services.scss b/_src/_assets/styles/_page-services.scss index e05bd5e..a71a98b 100644 --- a/_src/_assets/styles/_page-services.scss +++ b/_src/_assets/styles/_page-services.scss @@ -41,7 +41,7 @@ .logo, .logo-services--text { - opacity: .5; + opacity: .75; } } diff --git a/_src/_assets/styles/_sections.scss b/_src/_assets/styles/_sections.scss index ee7c9d6..3007fc3 100644 --- a/_src/_assets/styles/_sections.scss +++ b/_src/_assets/styles/_sections.scss @@ -87,6 +87,6 @@ // @import '_sections/section-cta-whitepaper'; @import '_sections/section-cta-community'; -@import '_sections/section-cta-enterprise'; +@import '_sections/section-cta-services'; @import '_sections/section-partners'; @import '_sections/section-blog'; diff --git a/_src/_assets/styles/_sections/_section-cta-enterprise.scss b/_src/_assets/styles/_sections/_section-cta-enterprise.scss deleted file mode 100644 index a0541c4..0000000 --- a/_src/_assets/styles/_sections/_section-cta-enterprise.scss +++ /dev/null @@ -1,7 +0,0 @@ - -.section-cta--enterprise { - .logo-enterprise { - margin-bottom: $spacer; - transform: scale(.8); - } -} diff --git a/_src/_assets/styles/_sections/_section-cta-services.scss b/_src/_assets/styles/_sections/_section-cta-services.scss new file mode 100644 index 0000000..a0429b8 --- /dev/null +++ b/_src/_assets/styles/_sections/_section-cta-services.scss @@ -0,0 +1,26 @@ + +.section-cta--services { + .logo-services { + margin-bottom: $spacer; + transform: scale(.8); + transform-origin: left; + } + + .logo-services--text, + .logo-services .logo { + color: $brand-main-blue-light; + fill: $brand-main-blue-light; + } + + .section-header { + margin-bottom: 0; + } + + .section-title { + text-align: left; + + &:after { + display: none; + } + } +} diff --git a/_src/_assets/styles/bigchain/_logo.scss b/_src/_assets/styles/bigchain/_logo.scss index bdf841e..0c90cbc 100644 --- a/_src/_assets/styles/bigchain/_logo.scss +++ b/_src/_assets/styles/bigchain/_logo.scss @@ -51,13 +51,15 @@ .logo { @extend .logo--sm; display: inline-block; + color: $brand-main-blue-light; + fill: $brand-main-blue-light; } } .logo-services--text { - font-size: $font-size-h3 * 1.05; + font-size: $font-size-h3 * 1.1; display: inline-block; - color: #fff; + color: $brand-main-blue-light; padding-left: $spacer; position: relative; top: -3px; diff --git a/_src/_includes/sections/section-cta-enterprise.html b/_src/_includes/sections/section-cta-enterprise.html deleted file mode 100644 index 2e22bd6..0000000 --- a/_src/_includes/sections/section-cta-enterprise.html +++ /dev/null @@ -1,21 +0,0 @@ -
-
-
- -
- - Enterprise -
- -

Hands-on production support

-

From ideation to production, we have the team and technology to help you build enterprise-grade applications and platforms.

-
- - - Enterprise - -
-
diff --git a/_src/_includes/sections/section-cta-services.html b/_src/_includes/sections/section-cta-services.html new file mode 100644 index 0000000..8026cf7 --- /dev/null +++ b/_src/_includes/sections/section-cta-services.html @@ -0,0 +1,20 @@ +
+
+
+ +
+ + Services +
+ +

Hands-on consulting and production support by blockchain experts.

+
+ + + Explore Services + +
+
diff --git a/_src/_layouts/partner.html b/_src/_layouts/partner.html index 259bf11..c97c34a 100644 --- a/_src/_layouts/partner.html +++ b/_src/_layouts/partner.html @@ -29,6 +29,6 @@ cta: -{% include sections/section-cta-enterprise.html %} +{% include sections/section-cta-services.html %} {% include sections/section-cta.html %} diff --git a/_src/_layouts/usecase.html b/_src/_layouts/usecase.html index 6586894..9c57abf 100644 --- a/_src/_layouts/usecase.html +++ b/_src/_layouts/usecase.html @@ -88,6 +88,6 @@ cta: -{% include sections/section-cta-enterprise.html %} +{% include sections/section-cta-services.html %} {% include sections/section-cta.html %} diff --git a/_src/index.html b/_src/index.html index 4305081..f538fd9 100644 --- a/_src/index.html +++ b/_src/index.html @@ -65,7 +65,7 @@ intro: {% include sections/section-partners.html %} -{% include sections/section-cta-enterprise.html %} +{% include sections/section-cta-services.html %} {% include sections/section-blog.html %}