diff --git a/_src/_assets/styles/_page-enterprise.scss b/_src/_assets/styles/_page-enterprise.scss index 7613f7c..6951636 100644 --- a/_src/_assets/styles/_page-enterprise.scss +++ b/_src/_assets/styles/_page-enterprise.scss @@ -5,11 +5,22 @@ // .page-enterprise { .section--partners { - @extend .background--darker; .partner { pointer-events: none; } } + + .feature { + display: block; + } + + .feature__icon { + margin-top: 0; + margin-bottom: $spacer / 3; + width: 2rem; + height: 2rem; + stroke-width: 1px; + } } .hero--enterprise { @@ -33,7 +44,7 @@ @media ($screen-md) { height: auto; - .section-subtitle, + .section-title, .section-description { max-width: 66%; margin-left: 0; @@ -52,20 +63,8 @@ } .section--enterpriseintro { - .section-description { - - } - - .feature { - display: block; - } - - .feature__icon { - margin-top: 0; - margin-bottom: $spacer / 3; - width: 2rem; - height: 2rem; - stroke-width: 1px; + .btn { + margin-top: $spacer * 2; } } diff --git a/_src/_assets/styles/_sections.scss b/_src/_assets/styles/_sections.scss index 9b18055..56a4a22 100644 --- a/_src/_assets/styles/_sections.scss +++ b/_src/_assets/styles/_sections.scss @@ -105,6 +105,34 @@ background: $brand-main-gray; } +.background--green { + background: $brand-main-green; + + .section-title, + p { + color: $brand-main-blue; + } + + .section-title { + &:after { + background: darken($brand-main-green, 10%); + } + } + + .feature__icon { + stroke: darken($brand-main-green, 15%); + color: darken($brand-main-green, 15%); + } + + .feature__title { + color: $brand-main-blue; + } + + .feature__text { + color: $brand-main-gray-lighter; + } +} + // // Photo background diff --git a/_src/_assets/styles/bigchain/_hero.scss b/_src/_assets/styles/bigchain/_hero.scss index de0a1be..c863645 100644 --- a/_src/_assets/styles/bigchain/_hero.scss +++ b/_src/_assets/styles/bigchain/_hero.scss @@ -53,7 +53,6 @@ $menu-height-md: 66px; // intro animation .section-title, - .section-subtitle, .section-description, .hero__action { .wf-active &, diff --git a/_src/enterprise.html b/_src/enterprise.html index e7cedd0..970bf63 100644 --- a/_src/enterprise.html +++ b/_src/enterprise.html @@ -6,34 +6,54 @@ title: Enterprise js: page-enterprise.min.js hero: - title: "Performance, scale and geared for builders." - subtitle: "Bring the best of blockchain to your enterprise." - description: "From ideation to production, BigchainDB has the team and technology to deploy enterprise-grade applications and platforms for businesses looking to build the tools of tomorrow." + title: "A fast blockchain database for data driven applications." + description: "BigchainDB enables industry leaders to build performant & scalable enterprise applications, platforms, and networks." cta: - - name: Get in touch + - name: Get started now link: "#contact" scroll: true - name: Download one-pager link: "" -intro: - title: "Blockchain technology that scales" - description: "Blockchain systems share a single source of truth for data and assets, backed by privacy and security guarantees. Yet traditional blockchains lack the scale and speed that most enterprises need. BigchainDB takes a different approach, one that starts with a big data distributed database and then adds blockchain characteristics. The result is linear scaling, high throughput and low latency.

No other decentralized blockchain database has the advantages of scale, queryability and performance in one package." - benefits: - - title: "Ensure Interoperability" - description: "Unlock and integrate data from existing legacy systems." - - title: "Reduce costs" - description: "Transparency reduces costs for recalls, liability, loss and fraud." - - title: "Create new business models" - description: "Build collaborative data-centric ecosystems that unleash latent value." - - title: "Automate Processes" - description: "Real-time data triggers business logic" - - title: "Share the Story" - description: "Trust and identity out-of-the-box with verifiable audit trails, provenance and tracking" - partners: - title: "Proudly Trusted By" - description: "La la la" + title: "Trusted by leading global companies" + description: "We work with partners who are deploying data-centric blockchain applications for automotive, energy, identity, IoT, intellectual property and supply chain use cases." + +intro: + title: "Designed for data-centric, high-transaction use cases." + description: "Whether you’re a system architect, a developer or a database specialist, BigchainDB offers the performance, scale and tooling to help you create the future." + text: "Traditional blockchains lack the scale and speed that most enterprises require. BigchainDB takes a different approach, one that starts with a big data distributed database and then adds blockchain characteristics. The result is linear scaling, high throughput and low latency, making data-centric and high volume use cases a breeze." + text2: "BigchainDB puts data at the forefront, making it the only decentralized blockchain database giving enterprises the advantages of scale, queryability and performance in one package." + features: + - title: "Scale & performance" + description: "La la la...for high-throughput use cases." + - title: "Asset issuance and transfer" + description: "La la la... in a flexible JSON data format." + - title: "Federation consensus model" + description: "Energy efficient federation consensus mechanism with the option for pluggable consensus." + - title: "Asset level permissioning & privacy" + description: "La la la" + - title: "Interoperability" + description: "Interoperability with Ethereum, IPFS, Bitcoin and other protocols such as the Interledger Protocol (ILP), IPLD, COALA IP and COALA SC." + - title: "Queryability & Indexing" + description: "Leverage efficient big data query capabilities out of the box." + - title: "Monitoring" + description: "Monitoring tools for nodes, caretakers and networks." + +support: + title: "Hands-on enterprise support by the best" + description: "From ideation to production, we have the team and technology to deploy enterprise-grade applications and platforms for businesses looking to build the tools of tomorrow." + features: + - title: "Training" + description: "La la la..." + - title: "Use Case Development" + description: "La la la..." + - title: "Application Engineering & Deployment" + description: "La la la..." + +contact: + title: "Get started now" + description: "Ready to start building with BigchainDB? Enter your details below and we'll be in touch right away." ---
@@ -43,7 +63,6 @@ partners:

{{ page.hero.title }}

-

{{ page.hero.subtitle }}

{{ page.hero.description }}

{% for cta in page.hero.cta %} @@ -54,23 +73,64 @@ partners:
-
+{% include sections/section-partners.html %} + +
-
+

{{ page.intro.title }}

{{ page.intro.description }}

+

{{ page.intro.text }}

+
- {% for benefit in page.intro.benefits %} + {% for feature in page.intro.features %}
-

{{ benefit.title }}

-

{{ benefit.description }}

+

{{ feature.title }}

+

{{ feature.description }}

+
+
+
+ {% endfor %} +
+ +

{{ page.intro.text2 }}

+ +

+ {% for cta in page.hero.cta %} + {% if forloop.first %} + {{ cta.name }} + {% endif %} + {% endfor %} +

+ +
+
+ +
+
+ +
+

{{ page.support.title }}

+

{{ page.support.description }}

+
+ +
+ {% for feature in page.support.features %} +
+
+ + + +
+

{{ feature.title }}

+

{{ feature.description }}

@@ -80,30 +140,11 @@ partners:
-{% include sections/section-partners.html %} - -
-
- -
-
-
-

BigchainDB Enterprise Edition

-

Flexible options to bundle BigchainDB with the support, consultation and implementation you need to succeed.

-
-
-
-
-
- -
-
-
-

Get in touch

-

La la la.

+

{{ page.contact.title }}

+

{{ page.contact.description }}

{% include form-enterprise.html %}