1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-07-01 06:02:12 +02:00

start building out transaction section, numbered headings

This commit is contained in:
Matthias Kretschmann 2017-06-22 16:38:00 +02:00
parent 80e808600d
commit 0466be7bee
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 95 additions and 13 deletions

View File

@ -4,6 +4,61 @@
// bigchaindb.com
//
.waiting {
pre {
min-height: 254px;
display: flex;
align-items: center;
justify-content: center;
font-style: italic;
border: 1px solid $gray-dark;
background: none;
}
}
.response {
pre {
}
}
.section-title--numbered {
span {
text-align: center;
display: block;
margin: auto;
margin-bottom: $spacer / 2;
width: 3rem;
height: 3rem;
border-radius: 50%;
font-size: $font-size-lg;
background: red;
vertical-align: .4rem;
background: $headings-color;
color: $gray;
font-weight: 400;
line-height: 3rem;
}
.text-left & {
span {
display: inline-block;
margin: 0;
}
}
.background--light & {
span {
background: $gray-light;
color: #fff;
}
}
&:after {
display: none;
}
}
.driver {
padding: $spacer;
background: rgba($brand-main-blue-light, .15);

View File

@ -20,10 +20,40 @@ redirect_from:
<div class="row row--wide">
<div class="grid grid--full grid-small--half grid--gutters">
<div class="grid__col">
<h3>Request</h3>
<h4>Request</h4>
<form class="form form--transaction" action="" method="post">
<p class="form-group">
<input class="form-control" type="text" name="message" required>
<label class="form-label" for="message">Add a message</label>
</p>
<p class="form-group">
A transaction can contain a digital asset along with a message. Type something to be sent along the asset.
</p>
<a class="btn btn-primary" href="">Off you go</a>
</form>
</div>
<div class="grid__col">
<h3>Response</h3>
<h4>Response</h4>
<div class="waiting">
<pre>
<code class="waiting">Beep, boop, waiting for your input...</code>
</pre>
</div>
<div class="response highlight hide">
<pre>
<code class="waiting">Beep, boop, waiting for your input...</code>
<code class="language-json">{
"asset": {
"data": {
"msg": "Blockchain all the things!"
}
},
"id": "04c00267af82c161b4bf2ad4a47d1ddbfeb47eef1a14b8d51",
...</code>
</pre>
</div>
<p class="hide">Nicely done! You have just created an asset, sent it along in a signed transaction and retrieved the result of that transaction. Phew.</p>
</div>
</div>
</div>
@ -56,7 +86,7 @@ redirect_from:
<section class="section section--server" id="server">
<div class="row row--wide">
<header class="section-header text-left">
<h1 class="section-title">Get Server</h1>
<h1 class="section-title section-title--numbered"><span>1</span> Server</h1>
</header>
</div>
<div class="row row--wide">
@ -78,13 +108,10 @@ redirect_from:
<section class="section section--drivers background--darker" id="drivers">
<div class="row row--wide">
<header class="section-header text-left">
<h1 class="section-title">Get Drivers &amp; Tools</h1>
<h1 class="section-title section-title--numbered"><span>2</span> Drivers &amp; Tools</h1>
<p class="section-description">Get one of the drivers to connect to IPDB or your BigchainDB server instance.</p>
</header>
</div>
<div class="row row--wide">
<h3>BigchainDB in your language</h3>
<p>Get one of the drivers to connect to IPDB or your BigchainDB server instance.</p>
</div>
<div class="row row--wide">
<h3>Officially supported drivers</h3>
<div class="grid grid--full grid-small--half grid-medium--fit grid--gutters">
@ -152,13 +179,13 @@ redirect_from:
</section>
<section class="section section--docs background--light" id="docs">
<div class="row">
<div class="row row--wide">
<header class="section-header">
<h1 class="section-title">Next Up</h1>
<h1 class="section-title section-title--numbered"><span>3</span> Next Up</h1>
<p class="section-description">Dive into our documentation or learn or code.</p>
</header>
</div>
<div class="row">
<div class="row row--wide">
<div class="grid grid--full grid-small--fit grid--gutters">
<div class="grid__col">
<h3>Tutorials</h3>
@ -176,7 +203,7 @@ redirect_from:
<section class="section section--community" id="community">
<div class="row">
<header class="section-header">
<h1 class="section-title">Get involved in the community</h1>
<h1 class="section-title section-title--numbered"><span>4</span> Community</h1>
<p class="section-description">There are many ways you can contribute to the BigchainDB project, some very easy and others more involved. We welcome all potential contributors, so we ask that everyone participating abide by some simple guidelines.</p>
</header>
</div>
@ -208,7 +235,7 @@ redirect_from:
<div class="row">
<div class="grid grid--full grid-small--fit grid--gutters">
<div class="grid__col">
<h1>Follow</h1>
<h5>Follow</h5>
<p>Follow us for the latest updates</p>
{% for link in site.social %}