From 9f0df0fc0fcde9475dbfd0a81a97d36d1e228c28 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 10 Feb 2016 16:57:19 +0100 Subject: [PATCH] copy updates --- _src/_assets/styles/_page-about.scss | 7 +++++ _src/_assets/styles/_page-features.scss | 19 +++++-------- _src/_includes/team.html | 2 +- _src/_layouts/page.html | 36 ++++++++++++++++--------- _src/about.md | 4 ++- _src/features.html | 8 +++--- _src/index.html | 2 +- _src/whitepaper/index.md | 2 -- 8 files changed, 45 insertions(+), 35 deletions(-) diff --git a/_src/_assets/styles/_page-about.scss b/_src/_assets/styles/_page-about.scss index e69de29..067d78d 100644 --- a/_src/_assets/styles/_page-about.scss +++ b/_src/_assets/styles/_page-about.scss @@ -0,0 +1,7 @@ + +.grid--team { + // manually center last column + .grid__col:last-child { + margin: auto; + } +} diff --git a/_src/_assets/styles/_page-features.scss b/_src/_assets/styles/_page-features.scss index 9ef7dcc..284a3e7 100644 --- a/_src/_assets/styles/_page-features.scss +++ b/_src/_assets/styles/_page-features.scss @@ -39,14 +39,6 @@ margin-bottom: 0; } -.section-stacks { - -} - -.stacks { - -} - .stacks__title { font-size: $font-size-h3; } @@ -55,10 +47,11 @@ figcaption { margin: $spacer 0; } } - -.section-timeline { - - .timeline { - color: #fff; +.section-usecases { + .grid { + // manually center last column + .grid__col:last-child { + margin: auto; + } } } diff --git a/_src/_includes/team.html b/_src/_includes/team.html index b3f8f34..db849bb 100644 --- a/_src/_includes/team.html +++ b/_src/_includes/team.html @@ -1,5 +1,5 @@ -
+
{% for member in site.data.team %}
diff --git a/_src/_layouts/page.html b/_src/_layouts/page.html index 064a09f..771b515 100644 --- a/_src/_layouts/page.html +++ b/_src/_layouts/page.html @@ -26,20 +26,30 @@ layout: base {% if page.title == "Whitepaper" %} -
-
-
-

{{ page.whitepaper.title }}

-

{{ page.whitepaper.text }}

-
+
+
+
+

{{ page.whitepaper.title }}

+

{{ page.whitepaper.text }}

+
-

- {% for whitepaper in page.whitepaper.files %} - {{ whitepaper.button }} - {% endfor %} -

-
-
+

+ {% for whitepaper in page.whitepaper.files %} + {{ whitepaper.button }} + {% endfor %} +

+
+
+ +
+
+
+

Get In Touch

+
+ + {% include form-contact.html %} +
+
{% endif %} {% if page.comments %} diff --git a/_src/about.md b/_src/about.md index d5762e2..374b761 100644 --- a/_src/about.md +++ b/_src/about.md @@ -6,7 +6,9 @@ title: About Working to put intellectual property on the blockchain (IP over IP) since August 2013, it became clear that scalability was a fundamental barrier to wider adoption of blockchain. -We released a whitepaper in early 2015 highlighting the ideal characteristics of a scalable blockchain and a few months later, we decided to try to tackle the scalability problem ourselves. By December 2015, we came up with a solution that was piloted with several lead customers. +In conversations with the community, the emphasis seemed to be on "scaling up" blockchains. We came to realize that a distributed database perspective brought a lot to the table, not only for scalability but also for other key database functionality: a flexible query language, efficient querying, and a permissioning system. Our approach was to "blockchain-ify" a scalable distributed database. By December 2015, we had a solution, which we piloted with lead customers. + +The result is BigchainDB, a scalable blockchain database for the world. The result is BigchainDB, a scalable blockchain database for the world. diff --git a/_src/features.html b/_src/features.html index 2342fc5..187c474 100644 --- a/_src/features.html +++ b/_src/features.html @@ -22,7 +22,7 @@ description: 'Rather than trying to scale up blockchain technology, BigchainDB s

One Million Writes per Second

-

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

+

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

@@ -33,7 +33,7 @@ description: 'Rather than trying to scale up blockchain technology, BigchainDB s

Petabytes Capacity

-

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

+

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

@@ -44,7 +44,7 @@ description: 'Rather than trying to scale up blockchain technology, BigchainDB s

Linear Scaling

-

The more nodes added, the faster BigchainDB works and the more storage capacity is made available.

+

The more nodes added, the higher the throughput and the higher the storage capacity.

@@ -110,7 +110,7 @@ description: 'Rather than trying to scale up blockchain technology, BigchainDB s

Open Source

-

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

+

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

diff --git a/_src/index.html b/_src/index.html index 27cd407..cfe2c25 100644 --- a/_src/index.html +++ b/_src/index.html @@ -48,7 +48,7 @@ js: page-front.min.js
-

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.

+

BigchainDB fills a gap in the decentralization ecosystem: a decentralized database, at scale. It is complementary to decentralized processing platforms like Ethereum, and decentralized file systems like InterPlanetary File System (IPFS).

diff --git a/_src/whitepaper/index.md b/_src/whitepaper/index.md index 99db2a2..9ec6977 100644 --- a/_src/whitepaper/index.md +++ b/_src/whitepaper/index.md @@ -12,8 +12,6 @@ whitepaper: button: Get PDF - file: bigchaindb-whitepaper.epub button: Get ePub - -comments: true --- ## BigchainDB: A Scalable Blockchain Database