mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-25 03:03:16 +01:00
the last changes
This commit is contained in:
parent
9f0df0fc0f
commit
8ecf545a00
@ -3,7 +3,7 @@
|
||||
# The Basics
|
||||
# --------------------
|
||||
name: BigchainDB
|
||||
description: 'A blockchain database, at scale.'
|
||||
description: 'The scalable blockchain database.'
|
||||
url: https://www.bigchaindb.com
|
||||
|
||||
email:
|
||||
|
@ -34,7 +34,7 @@
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<title>buffyDB</title>
|
||||
<title>wrigely</title>
|
||||
<g>
|
||||
<path class="cls-1" d="M824.74,242.87C783,240.4,751.5,270.32,751.5,270.32l-37.75-34.76h-2.92l34.8,50s56.76-10.16,71.28-21.85c3.92-3.15,9.86-17.52,9.86-17.52S825.72,242.93,824.74,242.87Z" transform="translate(-701.59 -90.15)"/>
|
||||
<path class="cls-2" d="M712.25,238.56c1.12,0.3,2.42-.2,3.07-1.9a20.29,20.29,0,0,0,.66-11.27c-2.62-6-9.82-9.46-11.4-8-1.93,1.72,4,11,3.1,11.49l-4.24-7.2s-4.51,3.25.56,10.06C705.57,233.79,708.09,237.45,712.25,238.56Z" transform="translate(-701.59 -90.15)"/>
|
Before Width: | Height: | Size: 9.3 KiB After Width: | Height: | Size: 9.3 KiB |
@ -3,13 +3,13 @@
|
||||
|
||||
jQuery(function($) {
|
||||
|
||||
// start Buffy animation when in viewport
|
||||
var buffy = $('#buffy');
|
||||
// start wrigely animation when in viewport
|
||||
var wrigely = $('#wrigely');
|
||||
|
||||
if (buffy.isInViewport() ) {
|
||||
buffy.addClass('is-ready');
|
||||
if (wrigely.isInViewport() ) {
|
||||
wrigely.addClass('is-ready');
|
||||
} else {
|
||||
buffy.removeClass('is-ready');
|
||||
wrigely.removeClass('is-ready');
|
||||
}
|
||||
|
||||
});
|
||||
|
@ -13,7 +13,7 @@
|
||||
.section-community {
|
||||
@extend .text-center;
|
||||
position: relative;
|
||||
// make room for BuffyDB
|
||||
// make room for wrigely
|
||||
padding-bottom: 200px;
|
||||
|
||||
@media ($screen-lg) {
|
||||
@ -69,9 +69,9 @@
|
||||
|
||||
|
||||
//
|
||||
// Buffy: positioned and animated
|
||||
// wrigely: positioned and animated
|
||||
//
|
||||
#buffy {
|
||||
#wrigely {
|
||||
@extend .img--responsive;
|
||||
vertical-align: bottom;
|
||||
height: 220px;
|
||||
@ -85,16 +85,16 @@
|
||||
|
||||
&.is-ready {
|
||||
#arm {
|
||||
animation: buffy-wink 1s ease-in-out 3s;
|
||||
animation: wrigely-wink 1s ease-in-out 3s;
|
||||
}
|
||||
}
|
||||
|
||||
&:hover #arm {
|
||||
animation: buffy-wink 1s ease-in-out;
|
||||
animation: wrigely-wink 1s ease-in-out;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes buffy-wink {
|
||||
@keyframes wrigely-wink {
|
||||
0% { transform: rotate(0); }
|
||||
25%, 50% { transform: rotate(-20deg); }
|
||||
30%, 100% { transform: rotate(0); }
|
||||
|
@ -14,7 +14,7 @@
|
||||
github: trentmc
|
||||
|
||||
- name: Masha McConaghy
|
||||
position: COO
|
||||
position: CCO
|
||||
image: team-masha.jpg
|
||||
linkedin: mashamc
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
linkedin: dimitridejonghe
|
||||
|
||||
- name: Paloma Rodriguez Carrington
|
||||
position: Community
|
||||
position: Partnerships
|
||||
image: team-paloma.jpg
|
||||
twitter: palomarodriguez
|
||||
linkedin: palomarodriguezcarrington
|
||||
@ -55,7 +55,7 @@
|
||||
twitter: TroyMc
|
||||
|
||||
- name: Abigail Toll
|
||||
position: Community
|
||||
position: Partnerships
|
||||
image: team-abigail.jpg
|
||||
twitter: AbigailToll
|
||||
linkedin: abigailtoll
|
||||
@ -104,7 +104,7 @@
|
||||
linkedin: rodolphemarques
|
||||
|
||||
- name: Jazmina Figueroa
|
||||
position: Community
|
||||
position: Partnerships
|
||||
image: team-jazmina.jpg
|
||||
twitter: Jazmazzzz
|
||||
linkedin: jazfigueroa
|
||||
|
@ -9,7 +9,7 @@
|
||||
<use xlink:href="/assets/img/sprite.svg#logo"></use>
|
||||
</svg>
|
||||
|
||||
<h1 class="section-title">Introducing BigchainDB. The blockchain database, at scale.</h1>
|
||||
<h1 class="section-title">Introducing BigchainDB. {{ site.description }}</h1>
|
||||
</hgroup>
|
||||
|
||||
<a href="#features" class="scroll btn btn-link btn-sm">Learn More <svg class="icon">
|
||||
|
@ -1,4 +1,4 @@
|
||||
<svg id="buffy" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1091.39 579.95">
|
||||
<svg id="wrigely" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1091.39 579.95">
|
||||
<defs>
|
||||
<style>
|
||||
.cls-1 {
|
Before Width: | Height: | Size: 9.5 KiB After Width: | Height: | Size: 9.5 KiB |
@ -8,8 +8,6 @@ Working to put intellectual property on the blockchain (IP over IP) since August
|
||||
|
||||
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.
|
||||
|
||||
## Team
|
||||
|
@ -10,7 +10,7 @@ js: page-community.min.js
|
||||
<section class="section section-community">
|
||||
<div class="row">
|
||||
<header class="section-header">
|
||||
<h1 class="section-title">Get involved</h1>
|
||||
<h1 class="section-title">Get Involved</h1>
|
||||
<p class="section-description">There are many ways you can contribute to the BigchainDB project, some very easy and others more involved. We welcome all potential contributors, so we ask that everyone participating abide by some simple guidelines.</p>
|
||||
|
||||
<a href="https://github.com/{{ site.github.org }}/{{ site.github.repo }}/CONTRIBUTING.md" class="btn btn-primary btn-sm">Read Guidelines</a>
|
||||
@ -57,5 +57,5 @@ js: page-community.min.js
|
||||
|
||||
</div>
|
||||
|
||||
{% include svg/buffy-with-stage.svg %}
|
||||
{% include svg/wrigely-with-stage.svg %}
|
||||
</section>
|
||||
|
@ -7,7 +7,7 @@ title: Contact
|
||||
<section class="section section-contactform">
|
||||
<div class="row row--wide">
|
||||
<header class="section-header">
|
||||
<h1 class="section-title">Get in touch</h1>
|
||||
<h1 class="section-title">Get In Touch</h1>
|
||||
</header>
|
||||
|
||||
<div class="grid grid--full grid-medium--columns grid--gutters">
|
||||
|
@ -8,7 +8,6 @@ description: 'Rather than trying to scale up blockchain technology, BigchainDB s
|
||||
<section class="section section-features">
|
||||
<div class="row">
|
||||
<header class="section-header">
|
||||
<h1 class="section-title">Features</h1>
|
||||
<p class="section-description">Rather than trying to scale up blockchain technology, BigchainDB starts with a big data distributed database and then adds blockchain characteristics - decentralized control, immutability and the transfer of digital assets.</p>
|
||||
</header>
|
||||
</div>
|
||||
|
@ -9,16 +9,14 @@ whitepaper:
|
||||
text: Download the full whitepaper in various formats.
|
||||
files:
|
||||
- file: bigchaindb-whitepaper.pdf
|
||||
button: Get PDF
|
||||
- file: bigchaindb-whitepaper.epub
|
||||
button: Get ePub
|
||||
button: Download PDF
|
||||
---
|
||||
|
||||
## BigchainDB: A Scalable Blockchain Database
|
||||
|
||||
*by <br>Trent McConaghy, Rodolphe Marques, Andreas Müller, Dimitri De Jonghe, Troy McConaghy, Greg McMullen*
|
||||
|
||||
*February 8, 2016*
|
||||
*February 2016*
|
||||
|
||||
### Abstract
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user