mirror of
https://github.com/bigchaindb/site.git
synced 2025-02-14 21:10:28 +01:00
copy updates
This commit is contained in:
parent
20a3b73d1c
commit
c1d4b4c8d5
@ -3,7 +3,7 @@
|
|||||||
# The Basics
|
# The Basics
|
||||||
# --------------------
|
# --------------------
|
||||||
name: BigchainDB
|
name: BigchainDB
|
||||||
description: 'Coming Soon on February 10'
|
description: 'The world’s most scalable blockchain database.'
|
||||||
url: https://www.bigchaindb.com
|
url: https://www.bigchaindb.com
|
||||||
|
|
||||||
email:
|
email:
|
||||||
@ -12,6 +12,7 @@ email:
|
|||||||
|
|
||||||
twitter: BigchainDB
|
twitter: BigchainDB
|
||||||
facebook: BigchainDB
|
facebook: BigchainDB
|
||||||
|
github: BigchainDB
|
||||||
disqus: bigchain
|
disqus: bigchain
|
||||||
|
|
||||||
address:
|
address:
|
||||||
|
@ -22,7 +22,7 @@ $menu-height-md: 73px;
|
|||||||
.logo--full {
|
.logo--full {
|
||||||
fill-opacity: .8;
|
fill-opacity: .8;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
max-width: 25em;
|
max-width: 20em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.section-title {
|
.section-title {
|
||||||
|
@ -31,8 +31,8 @@
|
|||||||
// size modifiers
|
// size modifiers
|
||||||
//
|
//
|
||||||
.logo--sm {
|
.logo--sm {
|
||||||
width: 140px;
|
width: 150px;
|
||||||
height: 12px;
|
height: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo--full {
|
.logo--full {
|
||||||
|
@ -5,12 +5,10 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
.section-features {
|
.section-features {
|
||||||
text-align: center;
|
|
||||||
|
|
||||||
figure {
|
figure {
|
||||||
display: block;
|
display: block;
|
||||||
margin-bottom: ($spacer * 6);
|
margin-bottom: ($spacer * 2);
|
||||||
margin-top: -($spacer * 2);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
@ -20,6 +18,14 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.section-features__main {
|
||||||
|
@extend .text-center;
|
||||||
|
margin-top: $spacer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.section-features__detail {}
|
||||||
|
|
||||||
|
|
||||||
.section-whitepaper {
|
.section-whitepaper {
|
||||||
@extend .text-center;
|
@extend .text-center;
|
||||||
}
|
}
|
||||||
|
@ -6,9 +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.
|
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 quickly piloted with several industry clients.
|
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.
|
||||||
|
|
||||||
The result is Bigchain, a blockchain for the world.
|
The result is BigchainDB, a scalable blockchain database for the world.
|
||||||
|
|
||||||
## Team
|
## Team
|
||||||
|
|
||||||
|
@ -20,11 +20,25 @@ title: Community
|
|||||||
<h1>Social</h1>
|
<h1>Social</h1>
|
||||||
<p>Follow us for the latest updates</p>
|
<p>Follow us for the latest updates</p>
|
||||||
<p>
|
<p>
|
||||||
<a href="https://twitter.com/{{ site.twitter }}" class="btn btn-primary btn-sm">
|
<a href="https://github.com/{{ site.github }}" class="btn btn-primary btn-sm btn--social">
|
||||||
<svg class="icon icon--social icon--twitter">
|
<svg class="icon icon--social icon--github" aria-labelledby="title">
|
||||||
|
<title>GitHub</title>
|
||||||
|
<use xlink:href="/assets/img/sprite.svg#github"></use>
|
||||||
|
</svg>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<a href="https://twitter.com/{{ site.twitter }}" class="btn btn-primary btn-sm btn--social">
|
||||||
|
<svg class="icon icon--social icon--twitter" aria-labelledby="title">
|
||||||
|
<title>Twitter</title>
|
||||||
<use xlink:href="/assets/img/sprite.svg#twitter"></use>
|
<use xlink:href="/assets/img/sprite.svg#twitter"></use>
|
||||||
</svg>
|
</svg>
|
||||||
Twitter
|
</a>
|
||||||
|
|
||||||
|
<a href="https://facebook.com/{{ site.facebook }}" class="btn btn-primary btn-sm btn--social">
|
||||||
|
<svg class="icon icon--social icon--facebook" aria-labelledby="title">
|
||||||
|
<title>Facebook</title>
|
||||||
|
<use xlink:href="/assets/img/sprite.svg#facebook"></use>
|
||||||
|
</svg>
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
@ -36,7 +50,7 @@ title: Community
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<header class="section-header">
|
<header class="section-header">
|
||||||
<h1 class="section-title">Community Guidelines</h1>
|
<h1 class="section-title">Community Guidelines</h1>
|
||||||
<p class="section-description">This project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.</p>
|
<p class="section-description">We’re happy you’re participating in this project and doing something big that's going to help the world. Thanks for abiding by our Community Guidelines.</p>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
@ -18,21 +18,45 @@ title: Contact
|
|||||||
<div class="h-card contactlist">
|
<div class="h-card contactlist">
|
||||||
<p><strong class="p-name p-org">{{ site.name }}</strong></p>
|
<p><strong class="p-name p-org">{{ site.name }}</strong></p>
|
||||||
|
|
||||||
<div class="p-adr">
|
<!-- <div class="p-adr">
|
||||||
<p class="p-street-address">{{ site.address.street }}</p>
|
<p class="p-street-address">{{ site.address.street }}</p>
|
||||||
<p><span class="p-postal-code">{{ site.address.zip }}</span> <span class="p-locality">{{ site.address.city }}</span></p>
|
<p><span class="p-postal-code">{{ site.address.zip }}</span> <span class="p-locality">{{ site.address.city }}</span></p>
|
||||||
<p class="p-country-name">{{ site.address.country }}</p>
|
<p class="p-country-name">{{ site.address.country }}</p>
|
||||||
</div>
|
</div> -->
|
||||||
|
|
||||||
<p><a class="u-url" href="{{ site.url }}">{{ site.url | remove: 'https://' }}</a></p>
|
<p><a class="u-url" href="{{ site.url }}">{{ site.url | remove: 'https://' }}</a></p>
|
||||||
<p><a class="u-email" href="mailto:{{ site.email.contact }}">{{ site.email.contact }}</a></p>
|
<p><a class="u-email" href="mailto:{{ site.email.contact }}">{{ site.email.contact }}</a></p>
|
||||||
|
|
||||||
<p class="social">
|
<div class="social">
|
||||||
|
<p>
|
||||||
|
<a href="https://github.com/{{ site.github }}">
|
||||||
|
<svg class="icon icon--social icon--github" aria-labelledby="title">
|
||||||
|
<title>GitHub</title>
|
||||||
|
<use xlink:href="/assets/img/sprite.svg#github"></use>
|
||||||
|
</svg>
|
||||||
|
GitHub
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
<a href="https://twitter.com/{{ site.twitter }}">
|
<a href="https://twitter.com/{{ site.twitter }}">
|
||||||
<svg class="icon icon--social icon--twitter"><use xlink:href="/assets/img/sprite.svg#twitter"></use></svg>
|
<svg class="icon icon--social icon--twitter" aria-labelledby="title">
|
||||||
|
<title>Twitter</title>
|
||||||
|
<use xlink:href="/assets/img/sprite.svg#twitter"></use>
|
||||||
|
</svg>
|
||||||
Twitter
|
Twitter
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
<p>
|
||||||
|
<a href="https://facebook.com/{{ site.facebook }}">
|
||||||
|
<svg class="icon icon--social icon--facebook" aria-labelledby="title">
|
||||||
|
<title>Facebook</title>
|
||||||
|
<use xlink:href="/assets/img/sprite.svg#facebook"></use>
|
||||||
|
</svg>
|
||||||
|
Facebook
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -3,7 +3,7 @@ layout: base
|
|||||||
|
|
||||||
front_page: true
|
front_page: true
|
||||||
|
|
||||||
tagline: 'Meet Bigchain, the world’s most scalable blockchain'
|
tagline: 'Meet BigchainDB, the world’s most scalable blockchain database'
|
||||||
|
|
||||||
hero_video_name: northern-light
|
hero_video_name: northern-light
|
||||||
---
|
---
|
||||||
@ -13,15 +13,17 @@ hero_video_name: northern-light
|
|||||||
<section id="features" class="section section-features">
|
<section id="features" class="section section-features">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<header class="section-header">
|
<header class="section-header">
|
||||||
<h1 class="section-title">This is BigchainDB. 100K writes/s, sustained.</h1>
|
<h1 class="section-title">This is BigchainDB.</h1>
|
||||||
<p class="section-description">BigchainDB allows enterprises to deploy blockchains at scale, formerly a limiting factor in getting sandbox proof-of-concepts into production systems.</p>
|
<p class="section-description">
|
||||||
|
1,000,000 writes/s, petabytes of capacity and rich permissioning to power both open and private blockchain networks.
|
||||||
|
</p>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<figure>
|
<figure>
|
||||||
<img class="img--responsive" src="/assets/img/graph.png" width="672" height="226">
|
<img class="img--responsive" src="/assets/img/graph.png" width="672" height="226">
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
<div class="grid grid--full grid-small--fit grid--gutters">
|
<div class="section-features__main grid grid--full grid-small--fit grid--gutters">
|
||||||
<p class="grid__col">
|
<p class="grid__col">
|
||||||
<svg class="icon">
|
<svg class="icon">
|
||||||
<use xlink:href="/assets/img/sprite.svg#icon-graph"></use>
|
<use xlink:href="/assets/img/sprite.svg#icon-graph"></use>
|
||||||
@ -42,10 +44,22 @@ hero_video_name: northern-light
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<p class="lead">BigchainDB allows developers and enterprise to deploy blockchain proof-of-concepts, platforms and applications with a scalable blockchain database.</p>
|
||||||
|
|
||||||
|
<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>
|
||||||
|
</div>
|
||||||
|
<div class="grid__col grid__col--2">
|
||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
<a href="/features" class="btn btn-primary">How it works</a>
|
<a href="/features" class="btn btn-primary">How it works</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="section section-getstarted background--darker">
|
<section class="section section-getstarted background--darker">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user