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

201 lines
7.7 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
layout: base
title: Enterprise
js: page-enterprise.min.js
hero:
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 started now
link: "#contact"
scroll: true
- name: Download one-pager
link: ""
partners:
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 youre 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."
quote:
copy: "It takes me one day to build on BigchainDB what it took me 30 days to build on Bitcoin."
name: Thomas Fürstner
org: CEO Riddle & Code
image: thomas-fuerstner.jpg
features:
- title: "Scale & performance"
description: "La la la...for high-throughput use cases."
icon: icon-scaling
- title: "Asset issuance and transfer"
description: "La la la... in a flexible JSON data format."
icon: icon-diamond
- title: "Federation consensus model"
description: "Energy efficient federation consensus mechanism with the option for pluggable consensus."
icon: icon-nodes
- title: "Asset level permissioning & privacy"
description: "La la la"
icon: icon-group
- title: "Interoperability"
description: "Interoperability with Ethereum, IPFS, Bitcoin and other protocols such as the Interledger Protocol (ILP), IPLD, COALA IP and COALA SC."
icon: icon-plug
- title: "Queryability & indexing"
description: "Leverage efficient big data query capabilities out of the box."
icon: icon-search
- title: "Monitoring"
description: "Monitoring tools for nodes, caretakers and networks."
icon: icon-monitoring
support:
title: "Hands-on production 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..."
icon: icon-education
- title: "Use case development"
description: "La la la..."
icon: icon-blueprint
- title: "Application engineering"
description: "La la la..."
icon: icon-engineering
contact:
title: "Get started now"
description: "Ready to start building with BigchainDB? Enter your details below and we'll be in touch right away."
interests:
- Training
- Partnership
- Proof-of-concept / prototype / pilot
- Production support
- Other
industries:
- Automotive
- Banking
- Consulting
- Data
- Energy
- Government
- Healthcare
- Identity & security
- Insurance
- Information technology
- Logistics & shipping
- Manufacturing
- Media & content
- Other
---
<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>
<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>
{% include sections/section-partners.html %}
<section class="section section--enterpriseintro background--darker">
<div class="row">
<header class="section-header text-left">
<h1 class="section-title">{{ page.intro.title }}</h1>
<p class="section-description">{{ page.intro.description }}</p>
<figure class="testimonial">
<blockquote class="testimonial__quote">{{ page.intro.quote.copy }}</blockquote>
<figcaption class="testimonial__caption">
<img class="testimonial__avatar" src="/assets/img/{{ page.intro.quote.image }}">
<cite class="testimonial__cite">
<span class="testimonial__name">{{ page.intro.quote.name }}</span>
<span class="testimonial__org">{{ page.intro.quote.org }}</span>
</cite>
</figcaption>
</figure>
<p>{{ page.intro.text }}</p>
</header>
<div class="grid grid--full grid-small--half grid--gutters">
{% for feature in page.intro.features %}
<div class="grid__col">
<div class="feature">
<svg class="feature__icon icon">
<use xlink:href="/assets/img/sprite.svg#{{ feature.icon }}"></use>
</svg>
<div class="feature__detail">
<h1 class="feature__title">{{ feature.title }}</h1>
<p class="feature__text">{{ feature.description }}</p>
</div>
</div>
</div>
{% endfor %}
</div>
<p class="large text-center">{{ page.intro.text2 }}</p>
</div>
</section>
<section class="section section--enterprisesupport background--green">
<div class="row">
<header class="section-header text-left">
<h1 class="section-title">{{ page.support.title }}</h1>
<p class="section-description">{{ page.support.description }}</p>
</header>
<div class="grid grid--full grid-small--third grid--gutters">
{% for feature in page.support.features %}
<div class="grid__col">
<div class="feature">
<svg class="feature__icon icon">
<use xlink:href="/assets/img/sprite.svg#{{ feature.icon }}"></use>
</svg>
<div class="feature__detail">
<h1 class="feature__title">{{ feature.title }}</h1>
<p class="feature__text">{{ feature.description }}</p>
</div>
</div>
</div>
{% endfor %}
</div>
<div class="actions">
<a class="btn btn-blue" href="#contact">Get started now</a>
</div>
</div>
</section>
<section class="section section--enterprisecontact" id="contact">
<div class="row">
<header class="section-header">
<h1 class="section-title">{{ page.contact.title }}</h1>
<p class="section-description">{{ page.contact.description }}</p>
</header>
{% include form-enterprise.html %}
</div>
</section>