From 3585d3e4dcc3232fd6a34f26440fe19c60f17136 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 9 Feb 2016 13:04:07 +0100 Subject: [PATCH] restructure all the features things, add new feature icons --- _src/_assets/images/icon-diamond.svg | 10 +++ _src/_assets/images/icon-lock.svg | 9 +++ _src/_assets/images/icon-nodes.svg | 11 ++++ _src/_assets/images/icon-scaling.svg | 9 +++ _src/_assets/images/icon-search.svg | 7 +++ _src/_assets/images/icon-settings.svg | 21 +++++++ _src/_assets/styles/page-features.scss | 8 ++- _src/_assets/styles/page-front.scss | 2 +- _src/features.html | 87 +++++++++++++------------- _src/index.html | 2 +- 10 files changed, 117 insertions(+), 49 deletions(-) create mode 100644 _src/_assets/images/icon-diamond.svg create mode 100644 _src/_assets/images/icon-lock.svg create mode 100644 _src/_assets/images/icon-nodes.svg create mode 100644 _src/_assets/images/icon-scaling.svg create mode 100644 _src/_assets/images/icon-search.svg create mode 100644 _src/_assets/images/icon-settings.svg diff --git a/_src/_assets/images/icon-diamond.svg b/_src/_assets/images/icon-diamond.svg new file mode 100644 index 0000000..493cd32 --- /dev/null +++ b/_src/_assets/images/icon-diamond.svg @@ -0,0 +1,10 @@ + + + + + + + + + diff --git a/_src/_assets/images/icon-lock.svg b/_src/_assets/images/icon-lock.svg new file mode 100644 index 0000000..f150a6c --- /dev/null +++ b/_src/_assets/images/icon-lock.svg @@ -0,0 +1,9 @@ + + + + + + + + diff --git a/_src/_assets/images/icon-nodes.svg b/_src/_assets/images/icon-nodes.svg new file mode 100644 index 0000000..1a82e5d --- /dev/null +++ b/_src/_assets/images/icon-nodes.svg @@ -0,0 +1,11 @@ + + + + + + + + + + diff --git a/_src/_assets/images/icon-scaling.svg b/_src/_assets/images/icon-scaling.svg new file mode 100644 index 0000000..7dcfa37 --- /dev/null +++ b/_src/_assets/images/icon-scaling.svg @@ -0,0 +1,9 @@ + + + + + + + + diff --git a/_src/_assets/images/icon-search.svg b/_src/_assets/images/icon-search.svg new file mode 100644 index 0000000..1cf6a6d --- /dev/null +++ b/_src/_assets/images/icon-search.svg @@ -0,0 +1,7 @@ + + + + + + diff --git a/_src/_assets/images/icon-settings.svg b/_src/_assets/images/icon-settings.svg new file mode 100644 index 0000000..db0c9e7 --- /dev/null +++ b/_src/_assets/images/icon-settings.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/_src/_assets/styles/page-features.scss b/_src/_assets/styles/page-features.scss index ae5727e..c880079 100644 --- a/_src/_assets/styles/page-features.scss +++ b/_src/_assets/styles/page-features.scss @@ -20,14 +20,16 @@ } .feature__icon { - flex: 0 0 20%; + flex: 0 0 15%; margin-right: 5%; - margin-top: 0; + margin-top: 2px; margin-bottom: 0; + width: 3rem; + height: 3rem; } .feature__detail { - flex: 0 0 75%; + flex: 0 0 80%; } .feature__title { diff --git a/_src/_assets/styles/page-front.scss b/_src/_assets/styles/page-front.scss index 6b1a65c..8938b64 100644 --- a/_src/_assets/styles/page-front.scss +++ b/_src/_assets/styles/page-front.scss @@ -4,7 +4,7 @@ // bigchain.io // -.section-features { +.section-features__main { .icon { display: block; margin: auto; diff --git a/_src/features.html b/_src/features.html index de8717f..a5548bf 100644 --- a/_src/features.html +++ b/_src/features.html @@ -4,43 +4,6 @@ layout: page title: How It Works --- -
-
-
-

Blockchains Meet Big Data.

-

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

-
- -

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.

- -
- {% include table-comparison.html %} -
-
-
- - -
-
-
-

Made for the Decentralization Ecosystem.

-

BigchainDB is complementary to decentralized storage, processing and communication building blocks. It can also be used side by side with higher-level decentralized computing platforms and applications, identity protocols, financial asset protocols, IP assets protocols and glue protocols. BigchainDB provides a bridge to an eventually fully decentralized system.

-
-
-
-
-
- -
BigchainDB fills a missing gap in the emerging decentralized stack as a blockchain database that complements existing platforms, processing and file systems.
-
-
- -
BigchainDB can be seamlessly integrated into the traditional stack as a blockchain database for decentralized timestamping, certificates, smart contracts and transactions. -
-
-
-
-
@@ -50,7 +13,7 @@ title: How It Works
-
+
@@ -76,7 +39,7 @@ title: How It Works
- +

Linear Scaling

@@ -87,7 +50,7 @@ title: How It Works
- +

Native Support of Multiassets

@@ -98,7 +61,7 @@ title: How It Works
- +

Query

@@ -109,7 +72,7 @@ title: How It Works
- +

Customizable

@@ -131,7 +94,7 @@ title: How It Works
- +

Federation Consensus Model

@@ -153,7 +116,7 @@ title: How It Works
- +

Public or Private

@@ -171,6 +134,42 @@ title: How It Works
+
+
+
+

Made for the Decentralization Ecosystem.

+

BigchainDB is complementary to decentralized storage, processing and communication building blocks. It can also be used side by side with higher-level decentralized computing platforms and applications, identity protocols, financial asset protocols, IP assets protocols and glue protocols. BigchainDB provides a bridge to an eventually fully decentralized system.

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

Blockchains Meet Big Data.

+

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

+
+ +

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.

+ +
+ {% include table-comparison.html %} +
+
+
+
diff --git a/_src/index.html b/_src/index.html index 387fa8b..fd4576b 100644 --- a/_src/index.html +++ b/_src/index.html @@ -38,7 +38,7 @@ js: page-front.min.js
- +

Linear Scaling