1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-22 09:46:57 +01:00

copy updates

This commit is contained in:
Matthias Kretschmann 2016-02-10 16:57:19 +01:00
parent 184db0bbf1
commit 9f0df0fc0f
8 changed files with 45 additions and 35 deletions

View File

@ -0,0 +1,7 @@
.grid--team {
// manually center last column
.grid__col:last-child {
margin: auto;
}
}

View File

@ -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;
}
}
}

View File

@ -1,5 +1,5 @@
<div class="grid grid--full grid-small--half grid-medium--third grid--gutters text-center">
<div class="grid grid--full grid-small--half grid-medium--third grid--gutters text-center grid--team">
{% for member in site.data.team %}
<div class="grid__col">

View File

@ -26,20 +26,30 @@ layout: base
</section>
{% if page.title == "Whitepaper" %}
<section class="section section-whitepaper-download background--photo">
<div class="row">
<header class="section-header">
<h1 class="section-title">{{ page.whitepaper.title }}</h1>
<p class="section-description">{{ page.whitepaper.text }}</p>
</header>
<section class="section section-whitepaper-download background--photo">
<div class="row">
<header class="section-header">
<h1 class="section-title">{{ page.whitepaper.title }}</h1>
<p class="section-description">{{ page.whitepaper.text }}</p>
</header>
<p class="text-center">
{% for whitepaper in page.whitepaper.files %}
<a href="{{ whitepaper.file }}" class="btn btn-primary btn-sm"><svg class="icon"><use xlink:href="/assets/img/sprite.svg#icon-documents"></use></svg> {{ whitepaper.button }}</a>
{% endfor %}
</p>
</div>
</section>
<p class="text-center">
{% for whitepaper in page.whitepaper.files %}
<a href="{{ whitepaper.file }}" class="btn btn-primary btn-sm"><svg class="icon"><use xlink:href="/assets/img/sprite.svg#icon-documents"></use></svg> {{ whitepaper.button }}</a>
{% endfor %}
</p>
</div>
</section>
<section class="section section-contact">
<div class="row">
<header class="section-header">
<h1 class="section-title">Get In Touch</h1>
</header>
{% include form-contact.html %}
</div>
</section>
{% endif %}
{% if page.comments %}

View File

@ -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.

View File

@ -22,7 +22,7 @@ description: 'Rather than trying to scale up blockchain technology, BigchainDB s
</svg>
<div class="feature__detail">
<h1 class="feature__title">One Million Writes per Second</h1>
<p class="feature__text">Each write is recorded on the blockchain without the need for Merkle Trees or sidechains.</p>
<p class="feature__text">Each write is recorded on the blockchain database without the need for Merkle Trees or sidechains.</p>
</div>
</div>
</div>
@ -33,7 +33,7 @@ description: 'Rather than trying to scale up blockchain technology, BigchainDB s
</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.</p>
<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>
@ -44,7 +44,7 @@ description: 'Rather than trying to scale up blockchain technology, BigchainDB s
</svg>
<div class="feature__detail">
<h1 class="feature__title">Linear Scaling</h1>
<p class="feature__text">The more nodes added, the faster BigchainDB works and the more storage capacity is made available.</p>
<p class="feature__text">The more nodes added, the higher the throughput and the higher the storage capacity.</p>
</div>
</div>
</div>
@ -110,7 +110,7 @@ description: 'Rather than trying to scale up blockchain technology, BigchainDB s
</svg>
<div class="feature__detail">
<h1 class="feature__title">Open Source</h1>
<p class="feature__text">Open sourced to the community so that everyone can use it and build their own applications on top of it.</p>
<p class="feature__text"><a href="https://github.com/{{ site.github.org }}">Open sourced</a> to the community so that everyone can use it and build their own applications on top of it.</p>
</div>
</div>
</div>

View File

@ -48,7 +48,7 @@ js: page-front.min.js
<div class="section-features__detail grid grid--full grid-small--columns grid--gutters grid--center">
<div class="grid__col grid__col--4">
<p>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.</p>
<p>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).</p>
</div>
<div class="grid__col grid__col--2">
<div class="text-center">

View File

@ -12,8 +12,6 @@ whitepaper:
button: Get PDF
- file: bigchaindb-whitepaper.epub
button: Get ePub
comments: true
---
## BigchainDB: A Scalable Blockchain Database