1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-22 09:46:57 +01:00

bottom section switches

This commit is contained in:
Matthias Kretschmann 2016-02-09 16:50:52 +01:00
parent 8cfd8a0f89
commit 2f9f813984
2 changed files with 7 additions and 18 deletions

View File

@ -194,26 +194,15 @@ title: How It Works
</div> </div>
</section> </section>
<section class="section section-timeline background--photo"> <section class="section section-contribute background--photo">
<div class="row"> <div class="row">
<header class="section-header"> <header class="section-header">
<h1 class="section-title">Timeline</h1> <h1 class="section-title">Contribute</h1>
<p class="section-description">Private beta is shipping now. <a href="/contact/">Contact us</a> for more information. Public Bigchain will be released soon</p> <p class="section-description">There are many ways you can contribute to the BigchainDB project.</p>
</header> </header>
<figure class="timeline grid grid--full grid-small--fit grid--gutters"> <p class="text-center">
<div class="timeline__entry grid__col"> <a href="/community/" class="btn btn-primary btn-sm">Learn More</a>
<span class="timeline__entry__title">Whitepaper</span> </p>
<span class="timeline__entry__time">Early 2015</span>
</div>
<div class="timeline__entry grid__col">
<span class="timeline__entry__title">Private Beta</span>
<span class="timeline__entry__time">Jan 2016</span>
</div>
<div class="timeline__entry timeline__entry--future grid__col">
<span class="timeline__entry__title">Public</span>
<span class="timeline__entry__time">Soon</span>
</div>
</figure>
</div> </div>
</section> </section>

View File

@ -96,7 +96,7 @@ js: page-front.min.js
<p class="section-description">BigchainDB: A Scalable Blockchain Database</p> <p class="section-description">BigchainDB: A Scalable Blockchain Database</p>
</header> </header>
<a class="btn btn-primary" href="/whitepaper/"> <a class="btn btn-primary btn-sm" href="/whitepaper/">
<svg class="icon"> <svg class="icon">
<use xlink:href="/assets/img/sprite.svg#icon-documents"></use> <use xlink:href="/assets/img/sprite.svg#icon-documents"></use>
</svg> </svg>