mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-01 15:55:36 +01:00
85 lines
3.0 KiB
HTML
85 lines
3.0 KiB
HTML
---
|
||
layout: page
|
||
|
||
title: How it works
|
||
---
|
||
|
||
<section class="section section-benefits">
|
||
<div class="row">
|
||
<header class="section-header">
|
||
<h1 class="section-title">All the good stuff.</h1>
|
||
</header>
|
||
|
||
<div class="grid grid--full grid-small--fit grid--gutters">
|
||
<p class="grid__col">
|
||
Universal Timestamping
|
||
</p>
|
||
<p class="grid__col">
|
||
Build your trust network
|
||
</p>
|
||
<p class="grid__col">
|
||
Gain supply chain transparency
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
|
||
<section class="section section-difference background--darker">
|
||
<div class="row">
|
||
<header class="section-header">
|
||
<h1 class="section-title">Bigchain is different.</h1>
|
||
</header>
|
||
|
||
<p class="difference">
|
||
<svg class="difference__icon icon">
|
||
<use xlink:href="/assets/img/sprite.svg#icon-group"></use>
|
||
</svg>
|
||
<span class="difference__text">Federation consensus model – public via trusted nodes (more coming soon), private (select your own)</span>
|
||
</p>
|
||
|
||
<p class="difference">
|
||
<svg class="difference__icon icon">
|
||
<use xlink:href="/assets/img/sprite.svg#icon-servers"></use>
|
||
</svg>
|
||
<span class="difference__text">We imbued blockchain characteristics on big data, rather than trying to big-datafy blockchain.</span>
|
||
</p>
|
||
|
||
<p class="difference">
|
||
<svg class="difference__icon icon">
|
||
<use xlink:href="/assets/img/sprite.svg#icon-tree"></use>
|
||
</svg>
|
||
<span class="difference__text">Open source, public version for the world and a private one for specific industry use cases.</span>
|
||
</p>
|
||
|
||
<p class="text-center">
|
||
For more insight, read our <a href="/whitepaper/">whitepaper</a>.
|
||
</p>
|
||
</div>
|
||
</section>
|
||
|
||
|
||
<section class="section section-timeline background--photo">
|
||
<div class="row">
|
||
<header class="section-header">
|
||
<h1 class="section-title">Timeline.</h1>
|
||
<p class="section-description">Private beta is shipping now. <a href="/contact/">Contact us</a> for more information. Public Bigchain will be released soon</p>
|
||
</header>
|
||
|
||
<figure class="timeline grid grid--full grid-small--fit grid--gutters">
|
||
<div class="timeline__entry grid__col">
|
||
<span class="timeline__entry__title">Whitepaper</span>
|
||
<span class="timeline__entry__time">Early 2015</span>
|
||
</div>
|
||
<div class="timeline__entry grid__col">
|
||
<span class="timeline__entry__title">Private Beta</span>
|
||
<span class="timeline__entry__time">Jan 2016</span>
|
||
</div>
|
||
<div class="timeline__entry timeline__entry--future grid__col">
|
||
<span class="timeline__entry__title">Public</span>
|
||
<span class="timeline__entry__time">Soon</span>
|
||
</div>
|
||
</figure>
|
||
</div>
|
||
</section>
|