diff --git a/_src/_assets/styles/bigchain/_sections.scss b/_src/_assets/styles/bigchain/_sections.scss index 1fa9fd0..9eb3afc 100644 --- a/_src/_assets/styles/bigchain/_sections.scss +++ b/_src/_assets/styles/bigchain/_sections.scss @@ -13,8 +13,11 @@ display: flex; align-items: center; min-height: 420px; + flex-wrap: wrap; - .row { flex: 1; } + .row { + flex: 0 0 100%; + } @media ($screen-sm) { padding-top: ($spacer * 4); diff --git a/_src/_assets/styles/bigchain/_variables.scss b/_src/_assets/styles/bigchain/_variables.scss index 5c8d965..344dfbd 100644 --- a/_src/_assets/styles/bigchain/_variables.scss +++ b/_src/_assets/styles/bigchain/_variables.scss @@ -55,7 +55,7 @@ $font-size-h4: 1rem !default; $font-size-h5: $font-size-base !default; $font-size-h6: 0.85rem !default; -$line-height: 1.5 !default; +$line-height: 1.4 !default; $headings-font-family: $font-family-noto !default; $headings-font-weight: $font-weight-normal !default; diff --git a/_src/_assets/styles/page-features.scss b/_src/_assets/styles/page-features.scss index 59cf129..a762c41 100644 --- a/_src/_assets/styles/page-features.scss +++ b/_src/_assets/styles/page-features.scss @@ -1,23 +1,35 @@ -.section-difference { - +.section-ecosystem { + figcaption { margin-top: $spacer; } } -.difference { +.feature { display: flex; - align-items: center; - padding: ($spacer * 2) 0; + margin-bottom: $spacer; &:first-of-type { padding-top: 0; } } -.difference__icon { - flex: 0 0 15%; +.feature__icon { + flex: 0 0 20%; margin-right: 5%; + margin-top: 0; + margin-bottom: 0; } -.difference__text { - flex: 0 0 80%; +.feature__detail { + flex: 0 0 75%; +} + +.feature__title { + font-size: $font-size-h4; + margin-top: 0; + margin-bottom: ($spacer / 3); +} + +.feature__text { + @extend .text-dimmed; + margin-bottom: 0; } diff --git a/_src/features.html b/_src/features.html index 6ddb43a..e21fce5 100644 --- a/_src/features.html +++ b/_src/features.html @@ -4,58 +4,161 @@ layout: page title: How it works --- -
+
-

All the good stuff.

+

Blockchains meet Big Data.

+

BigchainDB combines the key benefits of distributed DBs and traditional blockchains, with an emphasis on scale.

-
-

- Universal Timestamping -

-

- Build your trust network -

-

- Gain supply chain transparency -

-
+

We built BigchainDB on top of an enterprise-grade distributed DB, from which BigchainDB inherits high throughput, high capacity, a full-featured NoSQL query language, efficient querying, and permissioning. Nodes can be added to increase throughput and capacity.

+ +
+ +
BigchainDB compared to the Bitcoin blockchain and traditional distributed DBs
+
-
+
-

Bigchain is different.

+

Made for the Decentralization Ecosystem.

+

BigchainDB can sit side-by-side with other decentralized storage, processing, and communication building blocks. It can be included in higher-level decentralized computing platforms and applications but will work with centralized computing blocks and platforms too.

+
+
+
+
+ +
BigchainDB fills a missing gap in the emerging decentralized stack as a blockchain database that complements existing platforms, processing (business logic) and file systems.
+
+
+ +
BigchainDB can be seamlessly integrated into the traditional stack as a blockchain database for decentralized timestamping, certificates, smart contracts and transactions. +
+
+
+
-

- - - - Federation consensus model – public via trusted nodes (more coming soon), private (select your own) -

+
+
+
+

Features.

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Facere quaerat, inventore quod omnis, incidunt eius ipsa minus blanditiis perferendis doloremque quibusdam, libero distinctio voluptates odio sint ex, commodi ratione tempore!

+
+
-

- - - - We imbued blockchain characteristics on big data, rather than trying to big-datafy blockchain. -

+
+
+
+
+ + + +
+

One Million TPS and Counting

+

Each transaction is recorded on the blockchain without the need for Merkle Trees or sidechains.

+
+
+
+
+
+ + + +
+

Petabytes Capacity

+

Load up hashes, metadata and files onto the BigchainDB so every asset can reside on the blockchain.

+
+
+
+
+
+ + + +
+

Native Support of Multiassets

+

With no native currency on BigchainDB, any asset, token or currency can be issued.

+
+
+
+
+
+ + + +
+

Query

+

Leverage big data query capabilities out of the box.

+
+
+
+
+
+ + + +
+

Customizable

+

Design your own private network with custom assets, transactions, permissions and transparency.

+
+
+
+
+
+ + + +
+

Rich Permissioning

+

Set permissions to ensure a clear separation of duties and enforce Chinese walls.

+
+
+
+
+
+ + + +
+

Federation Consensus Model

+

Federation of nodes with voting permissions, that is, a super-peer P2P network.

+
+
+
+
+
+ + + +
+

Open source

+

Open sourced to the community so that everyone can use it and build their own applications on top of it.

+
+
+
+
+
+ + + +
+

Public or Private

+

A public version via trusted nodes for the world and a private one for specific industry use cases.

+
+
+
-

- - - - Open source, public version for the world and a private one for specific industry use cases. -

+

For more insight, read our whitepaper.

+
diff --git a/_src/index.html b/_src/index.html index eaa7d9c..66b10b5 100644 --- a/_src/index.html +++ b/_src/index.html @@ -48,8 +48,6 @@ hero_video_name: northern-light
- -

BigchainDB complements Ethereum smart contracts, blockchain platforms such as Eris, Chain, BlockApps and Enigma, and file systems like IPFS to allow a clear separation between decentralized processing and storage for transactions, contracts and media files.

@@ -58,8 +56,8 @@ hero_video_name: northern-light
- +