mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 01:36:55 +01:00
move features around (#104)
This commit is contained in:
parent
20d5e8ded4
commit
39401fa815
@ -28,28 +28,6 @@ js: page-features.min.js
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="grid__col">
|
||||
<div class="feature">
|
||||
<svg class="feature__icon icon">
|
||||
<use xlink:href="/assets/img/sprite.svg#icon-servers"></use>
|
||||
</svg>
|
||||
<div class="feature__detail">
|
||||
<h1 class="feature__title">Petabytes Capacity</h1>
|
||||
<p class="feature__text">Load up hashes, metadata and files onto the BigchainDB so every asset can reside on the blockchain database.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="grid__col">
|
||||
<div class="feature">
|
||||
<svg class="feature__icon icon">
|
||||
<use xlink:href="/assets/img/sprite.svg#icon-scaling"></use>
|
||||
</svg>
|
||||
<div class="feature__detail">
|
||||
<h1 class="feature__title">Linear Scaling</h1>
|
||||
<p class="feature__text">The more nodes added, the higher the throughput and the higher the storage capacity.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="grid__col">
|
||||
<div class="feature">
|
||||
<svg class="feature__icon icon">
|
||||
@ -61,17 +39,6 @@ js: page-features.min.js
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="grid__col">
|
||||
<div class="feature">
|
||||
<svg class="feature__icon icon">
|
||||
<use xlink:href="/assets/img/sprite.svg#icon-search"></use>
|
||||
</svg>
|
||||
<div class="feature__detail">
|
||||
<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>
|
||||
</div>
|
||||
<div class="grid__col">
|
||||
<div class="feature">
|
||||
<svg class="feature__icon icon">
|
||||
@ -127,6 +94,39 @@ js: page-features.min.js
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="grid__col">
|
||||
<div class="feature">
|
||||
<svg class="feature__icon icon">
|
||||
<use xlink:href="/assets/img/sprite.svg#icon-servers"></use>
|
||||
</svg>
|
||||
<div class="feature__detail">
|
||||
<h1 class="feature__title">Petabytes Capacity <span class="feature__title__comingsoon">Coming soon</span></h1>
|
||||
<p class="feature__text">Load up hashes, metadata and files onto the BigchainDB so every asset can reside on the blockchain database.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="grid__col">
|
||||
<div class="feature">
|
||||
<svg class="feature__icon icon">
|
||||
<use xlink:href="/assets/img/sprite.svg#icon-search"></use>
|
||||
</svg>
|
||||
<div class="feature__detail">
|
||||
<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>
|
||||
</div>
|
||||
<div class="grid__col">
|
||||
<div class="feature">
|
||||
<svg class="feature__icon icon">
|
||||
<use xlink:href="/assets/img/sprite.svg#icon-scaling"></use>
|
||||
</svg>
|
||||
<div class="feature__detail">
|
||||
<h1 class="feature__title">Linear Scaling <span class="feature__title__comingsoon">Coming soon</span></h1>
|
||||
<p class="feature__text">The more nodes added, the higher the throughput and the higher the storage capacity.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user