remove quickstart section from front page

This commit is contained in:
Matthias Kretschmann 2017-03-15 15:17:21 +01:00
parent 39401fa815
commit 33381df220
Signed by: m
GPG Key ID: BD3C1F3EDD7831FC
3 changed files with 33 additions and 34 deletions

View File

@ -5,8 +5,8 @@
//
.page-front {
.section-testimonials {
border-top: 1px solid $gray;
.section-partners {
@extend .background--darker
}
}

View File

@ -0,0 +1,31 @@
<section class="section section-quickstart background--darker">
<div class="row row--wide">
<header class="section-header">
<h1 class="section-title">Quick Start Guide</h1>
</header>
<div class="grid grid--gutters grid--full grid-medium--half grid--center">
<div class="grid__col">
<h1 class="section-quickstart__title">Install and Run</h1>
<p>BigchainDB provides a rich API to create, query and transfer digital assets.</p>
<p><a class="btn btn-primary" href="https://docs.bigchaindb.com/">Documentation</a> <a class="btn btn-secondary" href="https://github.com/{{ site.github.org }}/{{ site.github.repo }}"><svg class="icon icon--social icon--github"><use xlink:href="/assets/img/sprite.svg#github"></use></svg> GitHub</a></p>
</div>
<div class="grid__col">
<figure class="terminal highlight js-tracking-terminal">
<code>
<span class="deps">Dependencies: Loaded</span>
<span class="deps">(See <a class="terminal__link" href="https://docs.bigchaindb.com">docs.bigchaindb.com</a>)</span>
<span class="deps">Python: Python 3.4+</span>
<span class="deps">RethinkDB: Running</span>
<span class="deps">---------------</span><br>
<span class="comment"># install bigchaindb</span>
<span><span class="ne">pip</span> install <span class="cp">bigchaindb</span></span><br/>
<span class="comment"># start bigchaindb</span>
<span><span class="ne">bigchaindb</span> start</span>
</code>
</figure>
</div>
</div>
</div>
</section>

View File

@ -49,38 +49,6 @@ js: page-front.min.js
</section>
<section class="section section-quickstart background--darker">
<div class="row row--wide">
<header class="section-header">
<h1 class="section-title">Quick Start Guide</h1>
</header>
<div class="grid grid--gutters grid--full grid-medium--half grid--center">
<div class="grid__col">
<h1 class="section-quickstart__title">Install and Run</h1>
<p>BigchainDB provides a rich API to create, query and transfer digital assets.</p>
<p><a class="btn btn-primary" href="https://docs.bigchaindb.com/">Documentation</a> <a class="btn btn-secondary" href="https://github.com/{{ site.github.org }}/{{ site.github.repo }}"><svg class="icon icon--social icon--github"><use xlink:href="/assets/img/sprite.svg#github"></use></svg> GitHub</a></p>
</div>
<div class="grid__col">
<figure class="terminal highlight js-tracking-terminal">
<code>
<span class="deps">Dependencies: Loaded</span>
<span class="deps">(See <a class="terminal__link" href="https://docs.bigchaindb.com">docs.bigchaindb.com</a>)</span>
<span class="deps">Python: Python 3.4+</span>
<span class="deps">RethinkDB: Running</span>
<span class="deps">---------------</span><br>
<span class="comment"># install bigchaindb</span>
<span><span class="ne">pip</span> install <span class="cp">bigchaindb</span></span><br/>
<span class="comment"># start bigchaindb</span>
<span><span class="ne">bigchaindb</span> start</span>
</code>
</figure>
</div>
</div>
</div>
</section>
{% include sections/section-partners.html %}
{% include sections/section-testimonials.html %}