1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-01 15:55:36 +01:00
site/_src/enterprise.html

113 lines
4.4 KiB
HTML

---
layout: base
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."
cta:
- name: Get in touch
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. <br><br>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"
---
<header class="hero hero--enterprise">
{% include menu-main.html %}
<div class="hero__content row row--wide">
<hgroup>
<h1 class="section-title">{{ page.hero.title }}</h1>
<h2 class="section-subtitle">{{ page.hero.subtitle }}</h2>
<p class="section-description">{{ page.hero.description }}</p>
{% for cta in page.hero.cta %}
<a class="btn {% if cta.scroll %}scroll{% endif %}" href="{{ cta.link }}">{{ cta.name }}</a>
{% endfor %}
</hgroup>
</div>
</header>
<section class="section section--enterpriseintro">
<div class="row">
<header class="section-header">
<h1 class="section-title">{{ page.intro.title }}</h1>
<p class="section-description">{{ page.intro.description }}</p>
</header>
<div class="grid grid--full grid-small--half grid--gutters">
{% for benefit in page.intro.benefits %}
<div class="grid__col">
<div class="feature">
<svg class="feature__icon icon">
<use xlink:href="/assets/img/sprite.svg#icon-cat"></use>
</svg>
<div class="feature__detail">
<h1 class="feature__title">{{ benefit.title }}</h1>
<p class="feature__text">{{ benefit.description }}</p>
</div>
</div>
</div>
{% endfor %}
</div>
</div>
</section>
{% include sections/section-partners.html %}
<section class="section section--enterpriseedition background--photo">
<div class="row row--wide">
<div class="grid grid--full grid-small--half grid-medium--fit grid-medium--columns grid--gutters">
<div class="grid__col grid__col--4">
<header class="section-header text-left">
<h1 class="section-title">BigchainDB Enterprise Edition</h1>
<p class="section-description">Flexible options to bundle BigchainDB with the support, consultation and implementation you need to succeed.</p>
</header>
</div>
<div class="grid__col grid__col--2">
</div>
</div>
</div>
</section>
<section class="section section--enterprisecontact" id="contact">
<div class="row">
<header class="section-header">
<h1 class="section-title">Get in touch</h1>
<p class="section-description">La la la.</p>
</header>
{% include form-enterprise.html %}
</div>
</section>