diff --git a/_src/_assets/styles/_page-getstarted.scss b/_src/_assets/styles/_page-getstarted.scss index cbb6f35..2a32b7a 100644 --- a/_src/_assets/styles/_page-getstarted.scss +++ b/_src/_assets/styles/_page-getstarted.scss @@ -12,6 +12,7 @@ display: flex; flex-wrap: wrap; justify-content: space-between; + box-shadow: none; &:hover, &:focus { @@ -32,15 +33,16 @@ } .driver__logo { - width: 3rem; - height: 3rem; + width: 2rem; + height: 2rem; background: $brand-primary; } .driver__title { + @extend .h5; color: $brand-primary; - margin: 0; - font-size: $font-size-h3; + margin-top: 0; + margin-bottom: $spacer; } .driver__meta { @@ -58,6 +60,20 @@ opacity: .75; } +.driver--community { + text-align: center; + justify-content: center; + + .driver__title { + width: 100%; + margin-bottom: 0; + } + + .driver__logo { + margin-bottom: $spacer / 2; + } +} + .section--community { text-align: center; position: relative; diff --git a/_src/_assets/styles/bigchain/_mixins/_backgrounds.scss b/_src/_assets/styles/bigchain/_mixins/_backgrounds.scss index b98f3cd..adbc8f3 100644 --- a/_src/_assets/styles/bigchain/_mixins/_backgrounds.scss +++ b/_src/_assets/styles/bigchain/_mixins/_backgrounds.scss @@ -13,7 +13,10 @@ background: $brand-main-gray-lighter; .section-title, - p { + p, + h1, + h2, + h3 { color: $brand-main-gray; } } diff --git a/_src/_data/drivers.yml b/_src/_data/drivers.yml new file mode 100644 index 0000000..ae9a812 --- /dev/null +++ b/_src/_data/drivers.yml @@ -0,0 +1,41 @@ +official: + - title: Python + repo: bigchaindb-driver + version: v0.2.2 + + - title: JavaScript + repo: js-bigchaindb-driver + version: v0.1.1 + + - title: CLI + repo: bdb-transaction-cli + version: v0.2.2 + +community: + - title: Haskell + repo: bigchaindb-hs + + - title: Ruby + repo: bigchaindb_ruby + + - title: Go + repo: bigchaindb-driver-golang + + - title: Java + repo: bigchaindb-java + + - title: Swift + repo: bigchaindb-swift + +tools: + - title: Crypto-Conditions + repo: cryptoconditions + version: v0.5.1 + + - title: ILP ledger plugin + repo: ilp-plugin-bigchaindb + version: v0.1.1 + + - title: COALA IP ledger plugin + repo: pycoalaip-bigchaindb + version: v0.0.4 diff --git a/_src/start.html b/_src/start.html index ccd5d11..32cfd4f 100644 --- a/_src/start.html +++ b/_src/start.html @@ -10,10 +10,29 @@ redirect_from: - /community/ --- +
+
+
+

Get your first transaction into BigchainDB

+

Never wrote something into a blockchain? Now’s your chance: add your message and send off your first transaction to BigchainDB running within IPDB.

+
+
+
+
+
+

Request

+
+
+

Response

+
+
+
+
+
-

Get started quickly by installing BigchainDB.

+

Architecture overview

@@ -35,30 +54,122 @@ redirect_from:
-
- +
+
+

Get Server

+
+
+
+
+
+

IPDB: the public BigchainDB network

+

No need for any installation. Sign up and connect instantly, we handle running a BigchainDB production node for you.

+ Get IPDB +
+
+

BigchainDB Server

+

If you want to run your own BigchainDB instance you can either install on Linux or with Docker on any system.

+ Install BigchainDB Server +
+
-
- -

Python

- +
+
+

Get Drivers & Tools

+
+
+
+

BigchainDB in your language

+

Get one of the drivers to connect to IPDB or your BigchainDB server instance.

+
+
+ +
+

Officially supported tools

+
+ + {% for driver in site.data.drivers.tools %} + + {% endfor %} + +
+
+ +
+

Community supported drivers

+
+ + {% for driver in site.data.drivers.community %} + + {% endfor %} + +
-
+
- +
+

Next Up

+

Dive into our documentation or learn or code.

+
+
+
+
+
+

Tutorials

+
+
+

Code examples

+
+
+

Documentation

+
+