diff --git a/_src/_assets/styles/_page-front.scss b/_src/_assets/styles/_page-front.scss index 60697de..15a8524 100644 --- a/_src/_assets/styles/_page-front.scss +++ b/_src/_assets/styles/_page-front.scss @@ -5,8 +5,8 @@ // .page-front { - .section-testimonials { - border-top: 1px solid $gray; + .section-partners { + @extend .background--darker } } diff --git a/_src/_includes/sections/section-quickstart.html b/_src/_includes/sections/section-quickstart.html new file mode 100644 index 0000000..a0a85d4 --- /dev/null +++ b/_src/_includes/sections/section-quickstart.html @@ -0,0 +1,31 @@ + + + + Quick Start Guide + + + + + Install and Run + BigchainDB provides a rich API to create, query and transfer digital assets. + Documentation GitHub + + + + + Dependencies: Loaded + (See docs.bigchaindb.com) + Python: Python 3.4+ + RethinkDB: Running + --------------- + # install bigchaindb + pip install bigchaindb + # start bigchaindb + bigchaindb start + + + + + + + diff --git a/_src/index.html b/_src/index.html index 64f0c10..b7afbd7 100644 --- a/_src/index.html +++ b/_src/index.html @@ -49,38 +49,6 @@ js: page-front.min.js - - - - Quick Start Guide - - - - - Install and Run - BigchainDB provides a rich API to create, query and transfer digital assets. - Documentation GitHub - - - - - Dependencies: Loaded - (See docs.bigchaindb.com) - Python: Python 3.4+ - RethinkDB: Running - --------------- - # install bigchaindb - pip install bigchaindb - # start bigchaindb - bigchaindb start - - - - - - - - {% include sections/section-partners.html %} {% include sections/section-testimonials.html %}
BigchainDB provides a rich API to create, query and transfer digital assets.
Documentation GitHub
+ Dependencies: Loaded + (See docs.bigchaindb.com) + Python: Python 3.4+ + RethinkDB: Running + --------------- + # install bigchaindb + pip install bigchaindb + # start bigchaindb + bigchaindb start +
- Dependencies: Loaded - (See docs.bigchaindb.com) - Python: Python 3.4+ - RethinkDB: Running - --------------- - # install bigchaindb - pip install bigchaindb - # start bigchaindb - bigchaindb start -