mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 17:50:07 +01:00
tweak quick start guide
This commit is contained in:
parent
29be9092d9
commit
462beba0ea
@ -39,6 +39,11 @@
|
|||||||
|
|
||||||
.section-features__detail {}
|
.section-features__detail {}
|
||||||
|
|
||||||
|
.section-quickstart__title {
|
||||||
|
@extend .h3;
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.section-whitepaper {
|
.section-whitepaper {
|
||||||
@extend .text-center;
|
@extend .text-center;
|
||||||
|
@ -60,17 +60,17 @@ js: page-front.min.js
|
|||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="section section-getstarted background--darker">
|
<section class="section section-quickstart background--darker">
|
||||||
<div class="row row--wide">
|
<div class="row row--wide">
|
||||||
<header class="section-header">
|
<header class="section-header">
|
||||||
<h1 class="section-title">Get Started</h1>
|
<h1 class="section-title">Quick Start Guide</h1>
|
||||||
<p class="section-description">Install and Run</p>
|
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="grid grid--gutters grid--full grid-medium--half grid--center">
|
<div class="grid grid--gutters grid--full grid-medium--half grid--center">
|
||||||
<div class="grid__col">
|
<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>BigchainDB provides a rich API to create, query and transfer digital assets.</p>
|
||||||
<p><a href="https://bigchaindb.readthedocs.org/">Read documentation</a> | <a 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>
|
<p><a class="btn btn-primary" href="https://bigchaindb.readthedocs.org/">Read 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>
|
||||||
<div class="grid__col">
|
<div class="grid__col">
|
||||||
<figure class="terminal highlight js-tracking-terminal">
|
<figure class="terminal highlight js-tracking-terminal">
|
||||||
|
Loading…
Reference in New Issue
Block a user