mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 01:36:55 +01:00
copy updates
This commit is contained in:
parent
20a3b73d1c
commit
c1d4b4c8d5
@ -3,7 +3,7 @@
|
||||
# The Basics
|
||||
# --------------------
|
||||
name: BigchainDB
|
||||
description: 'Coming Soon on February 10'
|
||||
description: 'The world’s most scalable blockchain database.'
|
||||
url: https://www.bigchaindb.com
|
||||
|
||||
email:
|
||||
@ -12,6 +12,7 @@ email:
|
||||
|
||||
twitter: BigchainDB
|
||||
facebook: BigchainDB
|
||||
github: BigchainDB
|
||||
disqus: bigchain
|
||||
|
||||
address:
|
||||
|
@ -22,7 +22,7 @@ $menu-height-md: 73px;
|
||||
.logo--full {
|
||||
fill-opacity: .8;
|
||||
margin: 0 auto;
|
||||
max-width: 25em;
|
||||
max-width: 20em;
|
||||
}
|
||||
|
||||
.section-title {
|
||||
|
@ -31,8 +31,8 @@
|
||||
// size modifiers
|
||||
//
|
||||
.logo--sm {
|
||||
width: 140px;
|
||||
height: 12px;
|
||||
width: 150px;
|
||||
height: 15px;
|
||||
}
|
||||
|
||||
.logo--full {
|
||||
|
@ -5,12 +5,10 @@
|
||||
//
|
||||
|
||||
.section-features {
|
||||
text-align: center;
|
||||
|
||||
figure {
|
||||
display: block;
|
||||
margin-bottom: ($spacer * 6);
|
||||
margin-top: -($spacer * 2);
|
||||
margin-bottom: ($spacer * 2);
|
||||
}
|
||||
|
||||
.icon {
|
||||
@ -20,6 +18,14 @@
|
||||
}
|
||||
}
|
||||
|
||||
.section-features__main {
|
||||
@extend .text-center;
|
||||
margin-top: $spacer;
|
||||
}
|
||||
|
||||
.section-features__detail {}
|
||||
|
||||
|
||||
.section-whitepaper {
|
||||
@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.
|
||||
|
||||
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
|
||||
|
||||
|
@ -20,11 +20,25 @@ title: Community
|
||||
<h1>Social</h1>
|
||||
<p>Follow us for the latest updates</p>
|
||||
<p>
|
||||
<a href="https://twitter.com/{{ site.twitter }}" class="btn btn-primary btn-sm">
|
||||
<svg class="icon icon--social icon--twitter">
|
||||
<a href="https://github.com/{{ site.github }}" class="btn btn-primary btn-sm btn--social">
|
||||
<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>
|
||||
</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>
|
||||
</p>
|
||||
</div>
|
||||
@ -36,7 +50,7 @@ title: Community
|
||||
<div class="row">
|
||||
<header class="section-header">
|
||||
<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>
|
||||
|
||||
<p>
|
||||
|
@ -18,21 +18,45 @@ title: Contact
|
||||
<div class="h-card contactlist">
|
||||
<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><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>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
<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 class="social">
|
||||
<a href="https://twitter.com/{{ site.twitter }}">
|
||||
<svg class="icon icon--social icon--twitter"><use xlink:href="/assets/img/sprite.svg#twitter"></use></svg>
|
||||
Twitter
|
||||
</a>
|
||||
</p>
|
||||
<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 }}">
|
||||
<svg class="icon icon--social icon--twitter" aria-labelledby="title">
|
||||
<title>Twitter</title>
|
||||
<use xlink:href="/assets/img/sprite.svg#twitter"></use>
|
||||
</svg>
|
||||
Twitter
|
||||
</a>
|
||||
</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>
|
||||
|
@ -3,7 +3,7 @@ layout: base
|
||||
|
||||
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
|
||||
---
|
||||
@ -13,15 +13,17 @@ hero_video_name: northern-light
|
||||
<section id="features" class="section section-features">
|
||||
<div class="row">
|
||||
<header class="section-header">
|
||||
<h1 class="section-title">This is BigchainDB. 100K writes/s, sustained.</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>
|
||||
<h1 class="section-title">This is BigchainDB.</h1>
|
||||
<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>
|
||||
|
||||
<figure>
|
||||
<img class="img--responsive" src="/assets/img/graph.png" width="672" height="226">
|
||||
</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">
|
||||
<svg class="icon">
|
||||
<use xlink:href="/assets/img/sprite.svg#icon-graph"></use>
|
||||
@ -42,9 +44,21 @@ hero_video_name: northern-light
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="text-center">
|
||||
<a href="/features" class="btn btn-primary">How it works</a>
|
||||
<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">
|
||||
<a href="/features" class="btn btn-primary">How it works</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user