diff --git a/_config.yml b/_config.yml index 6caaac2..4f6fcd2 100644 --- a/_config.yml +++ b/_config.yml @@ -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: diff --git a/_src/_assets/images/buffyDB.svg b/_src/_assets/images/wrigely.svg similarity index 99% rename from _src/_assets/images/buffyDB.svg rename to _src/_assets/images/wrigely.svg index 5ca4028..e9b2a1a 100644 --- a/_src/_assets/images/buffyDB.svg +++ b/_src/_assets/images/wrigely.svg @@ -34,7 +34,7 @@ } - buffyDB + wrigely diff --git a/_src/_assets/javascripts/page-community.js b/_src/_assets/javascripts/page-community.js index 8caefaf..a910259 100644 --- a/_src/_assets/javascripts/page-community.js +++ b/_src/_assets/javascripts/page-community.js @@ -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'); } }); diff --git a/_src/_assets/styles/_page-community.scss b/_src/_assets/styles/_page-community.scss index 86b76f8..5a4abdf 100644 --- a/_src/_assets/styles/_page-community.scss +++ b/_src/_assets/styles/_page-community.scss @@ -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); } diff --git a/_src/_data/team.yml b/_src/_data/team.yml index 4bd800f..3a7521c 100644 --- a/_src/_data/team.yml +++ b/_src/_data/team.yml @@ -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 diff --git a/_src/_includes/hero-video.html b/_src/_includes/hero-video.html index b0e5569..0c70e3c 100644 --- a/_src/_includes/hero-video.html +++ b/_src/_includes/hero-video.html @@ -9,7 +9,7 @@ -

Introducing BigchainDB. The blockchain database, at scale.

+

Introducing BigchainDB. {{ site.description }}

Learn More diff --git a/_src/_includes/svg/buffy-with-stage.svg b/_src/_includes/svg/wrigely-with-stage.svg similarity index 99% rename from _src/_includes/svg/buffy-with-stage.svg rename to _src/_includes/svg/wrigely-with-stage.svg index f90724b..39aba56 100644 --- a/_src/_includes/svg/buffy-with-stage.svg +++ b/_src/_includes/svg/wrigely-with-stage.svg @@ -1,4 +1,4 @@ - + - {% include svg/buffy-with-stage.svg %} + {% include svg/wrigely-with-stage.svg %} diff --git a/_src/contact.html b/_src/contact.html index 515675d..004ef13 100644 --- a/_src/contact.html +++ b/_src/contact.html @@ -7,7 +7,7 @@ title: Contact
-

Get in touch

+

Get In Touch

diff --git a/_src/features.html b/_src/features.html index 187c474..62425a4 100644 --- a/_src/features.html +++ b/_src/features.html @@ -8,7 +8,6 @@ description: 'Rather than trying to scale up blockchain technology, BigchainDB s
-

Features

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.

diff --git a/_src/whitepaper/index.md b/_src/whitepaper/index.md index 9ec6977..461ee55 100644 --- a/_src/whitepaper/index.md +++ b/_src/whitepaper/index.md @@ -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
Trent McConaghy, Rodolphe Marques, Andreas Müller, Dimitri De Jonghe, Troy McConaghy, Greg McMullen* -*February 8, 2016* +*February 2016* ### Abstract