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

58 lines
2.0 KiB
HTML
Raw Normal View History

2017-04-06 12:02:25 +02:00
---
2017-04-10 13:25:44 +02:00
layout: base
2017-04-06 12:02:25 +02:00
title: Enterprise
js: page-enterprise.min.js
---
2017-04-10 13:25:44 +02:00
<header class="hero hero--enterprise">
{% include menu-main.html %}
<div class="hero__content row row--wide">
<hgroup>
<h1 class="section-title">Get unicorns and golden kittens by using BigchainDB in your enterprise.</h1>
<p class="section-description">A paragraph explaining the main value proposition with its messaging targeted towards decision makers in enterprise.</p>
<a href="#" class="btn btn-primary">Get in touch</a> <a href="#" class="btn btn-secondary">Download one-pager</a>
</hgroup>
</div>
</header>
<section class="section">
<div class="row row--wide">
<header class="section-header">
<h1 class="section-title">Better than traditional databases in every way</h1>
<p class="section-description">Using BigchainDB in enterprises makes so much sense because this and that and this.</p>
</header>
2017-04-12 12:08:37 +02:00
<div class="section-intro__main grid grid--full grid-small--half grid--gutters">
2017-04-10 13:25:44 +02:00
<div class="grid__col">
<h3>Speed up processes</h3>
<p>Unlock data from existing systems and share it.</p>
</div>
<div class="grid__col">
<h3>Reduce costs</h3>
<p>Transparency reduces costs for recalls, liability, loss and fraud.</p>
</div>
<div class="grid__col">
<h3>Create new business models</h3>
<p>Blockchains enable collaborative ecosystems that unleash latent value from shared data.</p>
</div>
</div>
</div>
</section>
2017-04-12 12:08:37 +02:00
<section class="section section--enterprisecontact">
<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>