Hid the non-working button for now.

Signed-off: Lana Ivina <lana@ipdb.io>
This commit is contained in:
Lana 2020-05-18 17:27:23 +07:00
parent a6d299b9da
commit e4d6393891
1 changed files with 0 additions and 51 deletions

View File

@ -17,57 +17,6 @@ the BigchainDB software that is on servers (but not on clients).
- [Set up a local BigchainDB node for development, experimenting and testing](node-setup/index)
- [Set up and run a BigchainDB network](network-setup/index)
## Quickstart
<style media="screen" type="text/css">
.button {
border-top: 1px solid #96d1f8;
background: #65a9d7;
background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
background: -moz-linear-gradient(top, #3e779d, #65a9d7);
background: -ms-linear-gradient(top, #3e779d, #65a9d7);
background: -o-linear-gradient(top, #3e779d, #65a9d7);
padding: 8.5px 17px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
box-shadow: rgba(0,0,0,1) 0 1px 0;
text-shadow: rgba(0,0,0,.4) 0 1px 0;
color: white;
font-size: 16px;
font-family: Arial, Sans-Serif;
text-decoration: none;
vertical-align: middle;
}
.button:hover {
border-top-color: #28597a;
background: #28597a;
color: #ccc;
}
.button:active {
border-top-color: #1b435e;
background: #1b435e;
}
a.button:visited {
color: white
}
.buttondiv {
margin-bottom: 1.5em;
}
</style>
## Try BigchainDB
Create a transaction and post it to the test network:
<div class="buttondiv">
<a class="button" href="https://www.bigchaindb.com/developers/getstarted/">Try BigchainDB Now</a>
</div>
## Develop an App Test
To develop an app that talks to a BigchainDB network, you'll want a test network to test it against. You have a few options: