1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-06-14 00:23:17 +02:00

Update features.html

This commit is contained in:
carlysheridan 2016-05-18 12:47:16 +02:00
parent 4df3e041d4
commit e410b3dd06

View File

@ -25,8 +25,8 @@ js: page-features.min.js
<use xlink:href="/assets/img/sprite.svg#icon-graph"></use>
</svg>
<div class="feature__detail">
<h1 class="feature__title">One Million Writes per Second</h1>
<p class="feature__text">Each write is recorded on the blockchain database without the need for Merkle Trees or sidechains.</p>
<h1 class="feature__title">Towards One Million Writes per Second</h1>
<p class="feature__text">Each write is recorded on the blockchain database without the need for Merkle Trees or sidechains. Details in our <a href="/whitepaper/">whitepaper</a>, section 8.</p>
</div>
</div>
</div>
@ -69,7 +69,7 @@ js: page-features.min.js
<use xlink:href="/assets/img/sprite.svg#icon-search"></use>
</svg>
<div class="feature__detail">
<h1 class="feature__title">Query</h1>
<h1 class="feature__title">Query <span class="feature__title__comingsoon">Coming soon</span></h1>
<p class="feature__text">Leverage efficient big data query capabilities out of the box.</p>
</div>
</div>
@ -91,8 +91,8 @@ js: page-features.min.js
<use xlink:href="/assets/img/sprite.svg#icon-group"></use>
</svg>
<div class="feature__detail">
<h1 class="feature__title">Rich Permissioning <span class="feature__title__comingsoon">Coming soon</span></h1>
<p class="feature__text">Set permissions to ensure a clear separation of duties and enforce Chinese walls.</p>
<h1 class="feature__title">Rich Permissioning</h1>
<p class="feature__text">Set permissions at transaction level to ensure a clear separation of duties and enforce Chinese walls.</p>
</div>
</div>
</div>