1
0
mirror of https://github.com/bigchaindb/site.git synced 2025-02-14 21:10:28 +01:00

the last changes

This commit is contained in:
Matthias Kretschmann 2016-02-10 19:48:31 +01:00
parent 9f0df0fc0f
commit 8ecf545a00
12 changed files with 24 additions and 29 deletions

View File

@ -3,7 +3,7 @@
# The Basics # The Basics
# -------------------- # --------------------
name: BigchainDB name: BigchainDB
description: 'A blockchain database, at scale.' description: 'The scalable blockchain database.'
url: https://www.bigchaindb.com url: https://www.bigchaindb.com
email: email:

View File

@ -34,7 +34,7 @@
} }
</style> </style>
</defs> </defs>
<title>buffyDB</title> <title>wrigely</title>
<g> <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-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)"/> <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

View File

@ -3,13 +3,13 @@
jQuery(function($) { jQuery(function($) {
// start Buffy animation when in viewport // start wrigely animation when in viewport
var buffy = $('#buffy'); var wrigely = $('#wrigely');
if (buffy.isInViewport() ) { if (wrigely.isInViewport() ) {
buffy.addClass('is-ready'); wrigely.addClass('is-ready');
} else { } else {
buffy.removeClass('is-ready'); wrigely.removeClass('is-ready');
} }
}); });

View File

@ -13,7 +13,7 @@
.section-community { .section-community {
@extend .text-center; @extend .text-center;
position: relative; position: relative;
// make room for BuffyDB // make room for wrigely
padding-bottom: 200px; padding-bottom: 200px;
@media ($screen-lg) { @media ($screen-lg) {
@ -69,9 +69,9 @@
// //
// Buffy: positioned and animated // wrigely: positioned and animated
// //
#buffy { #wrigely {
@extend .img--responsive; @extend .img--responsive;
vertical-align: bottom; vertical-align: bottom;
height: 220px; height: 220px;
@ -85,16 +85,16 @@
&.is-ready { &.is-ready {
#arm { #arm {
animation: buffy-wink 1s ease-in-out 3s; animation: wrigely-wink 1s ease-in-out 3s;
} }
} }
&:hover #arm { &: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); } 0% { transform: rotate(0); }
25%, 50% { transform: rotate(-20deg); } 25%, 50% { transform: rotate(-20deg); }
30%, 100% { transform: rotate(0); } 30%, 100% { transform: rotate(0); }

View File

@ -14,7 +14,7 @@
github: trentmc github: trentmc
- name: Masha McConaghy - name: Masha McConaghy
position: COO position: CCO
image: team-masha.jpg image: team-masha.jpg
linkedin: mashamc linkedin: mashamc
@ -38,7 +38,7 @@
linkedin: dimitridejonghe linkedin: dimitridejonghe
- name: Paloma Rodriguez Carrington - name: Paloma Rodriguez Carrington
position: Community position: Partnerships
image: team-paloma.jpg image: team-paloma.jpg
twitter: palomarodriguez twitter: palomarodriguez
linkedin: palomarodriguezcarrington linkedin: palomarodriguezcarrington
@ -55,7 +55,7 @@
twitter: TroyMc twitter: TroyMc
- name: Abigail Toll - name: Abigail Toll
position: Community position: Partnerships
image: team-abigail.jpg image: team-abigail.jpg
twitter: AbigailToll twitter: AbigailToll
linkedin: abigailtoll linkedin: abigailtoll
@ -104,7 +104,7 @@
linkedin: rodolphemarques linkedin: rodolphemarques
- name: Jazmina Figueroa - name: Jazmina Figueroa
position: Community position: Partnerships
image: team-jazmina.jpg image: team-jazmina.jpg
twitter: Jazmazzzz twitter: Jazmazzzz
linkedin: jazfigueroa linkedin: jazfigueroa

View File

@ -9,7 +9,7 @@
<use xlink:href="/assets/img/sprite.svg#logo"></use> <use xlink:href="/assets/img/sprite.svg#logo"></use>
</svg> </svg>
<h1 class="section-title">Introducing BigchainDB. The blockchain database, at scale.</h1> <h1 class="section-title">Introducing BigchainDB. {{ site.description }}</h1>
</hgroup> </hgroup>
<a href="#features" class="scroll btn btn-link btn-sm">Learn More <svg class="icon"> <a href="#features" class="scroll btn btn-link btn-sm">Learn More <svg class="icon">

View File

@ -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> <defs>
<style> <style>
.cls-1 { .cls-1 {

Before

Width:  |  Height:  |  Size: 9.5 KiB

After

Width:  |  Height:  |  Size: 9.5 KiB

View File

@ -10,8 +10,6 @@ In conversations with the community, the emphasis seemed to be on "scaling up" b
The result is BigchainDB, a scalable blockchain database for the world. The result is BigchainDB, a scalable blockchain database for the world.
The result is BigchainDB, a scalable blockchain database for the world.
## Team ## Team
{% include team.html %} {% include team.html %}

View File

@ -10,7 +10,7 @@ js: page-community.min.js
<section class="section section-community"> <section class="section section-community">
<div class="row"> <div class="row">
<header class="section-header"> <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> <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> <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> </div>
{% include svg/buffy-with-stage.svg %} {% include svg/wrigely-with-stage.svg %}
</section> </section>

View File

@ -7,7 +7,7 @@ title: Contact
<section class="section section-contactform"> <section class="section section-contactform">
<div class="row row--wide"> <div class="row row--wide">
<header class="section-header"> <header class="section-header">
<h1 class="section-title">Get in touch</h1> <h1 class="section-title">Get In Touch</h1>
</header> </header>
<div class="grid grid--full grid-medium--columns grid--gutters"> <div class="grid grid--full grid-medium--columns grid--gutters">

View File

@ -8,7 +8,6 @@ description: 'Rather than trying to scale up blockchain technology, BigchainDB s
<section class="section section-features"> <section class="section section-features">
<div class="row"> <div class="row">
<header class="section-header"> <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> <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> </header>
</div> </div>

View File

@ -9,16 +9,14 @@ whitepaper:
text: Download the full whitepaper in various formats. text: Download the full whitepaper in various formats.
files: files:
- file: bigchaindb-whitepaper.pdf - file: bigchaindb-whitepaper.pdf
button: Get PDF button: Download PDF
- file: bigchaindb-whitepaper.epub
button: Get ePub
--- ---
## BigchainDB: A Scalable Blockchain Database ## BigchainDB: A Scalable Blockchain Database
*by <br>Trent McConaghy, Rodolphe Marques, Andreas Müller, Dimitri De Jonghe, Troy McConaghy, Greg McMullen* *by <br>Trent McConaghy, Rodolphe Marques, Andreas Müller, Dimitri De Jonghe, Troy McConaghy, Greg McMullen*
*February 8, 2016* *February 2016*
### Abstract ### Abstract