diff --git a/_src/_assets/styles/_page-front.scss b/_src/_assets/styles/_page-front.scss index 8938b64..bfdf4aa 100644 --- a/_src/_assets/styles/_page-front.scss +++ b/_src/_assets/styles/_page-front.scss @@ -39,6 +39,11 @@ .section-features__detail {} +.section-quickstart__title { + @extend .h3; + margin-top: 0; +} + .section-whitepaper { @extend .text-center; diff --git a/_src/_assets/styles/bigchain/_terminal.scss b/_src/_assets/styles/bigchain/_terminal.scss index 5e482d7..c0b95f6 100644 --- a/_src/_assets/styles/bigchain/_terminal.scss +++ b/_src/_assets/styles/bigchain/_terminal.scss @@ -35,6 +35,22 @@ .comment { color: $gray; } + + .deps { + color: #8cd0d3; + opacity: .5; + font-style: italic; + } +} + +.terminal__link { + box-shadow: none; + + &:hover, + &:focus { + background: none; + box-shadow: inset 0 -2px 0 $brand-primary; + } } diff --git a/_src/index.html b/_src/index.html index 7b0b048..aedcb19 100644 --- a/_src/index.html +++ b/_src/index.html @@ -60,21 +60,26 @@ js: page-front.min.js -
+
-

Get Started

-

Install and Run

+

Quick Start Guide

+

Install and Run

BigchainDB provides a rich API to create, query and transfer digital assets.

-

Read documentation | GitHub

+

Documentation GitHub

+ Dependencies: Loaded + (See bigchaindb.readthedocs.org) + Python: Python 3.4+ + RethinkDB: Running + ---------------
# install bigchaindb pip install bigchaindb
# start bigchaindb