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 @@ -
{{ page.whitepaper.text }}
-{{ page.whitepaper.text }}
+- {% for whitepaper in page.whitepaper.files %} - {{ whitepaper.button }} - {% endfor %} -
-+ {% for whitepaper in page.whitepaper.files %} + {{ whitepaper.button }} + {% endfor %} +
+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.
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.
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.
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.
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).