mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 01:36:55 +01:00
revised front page intro section
This commit is contained in:
parent
5409a0f0ec
commit
01ed74f97d
@ -32,6 +32,7 @@
|
||||
display: block;
|
||||
margin-bottom: 0;
|
||||
margin-top: 0;
|
||||
hyphens: auto;
|
||||
}
|
||||
|
||||
sub {
|
||||
|
@ -18,6 +18,8 @@ intro:
|
||||
keyfeatures:
|
||||
- title: "Decentralization"
|
||||
icon: "icon-nodes"
|
||||
- title: "Query"
|
||||
icon: "icon-search"
|
||||
- title: "Immutability"
|
||||
icon: "icon-castle"
|
||||
- title: "Scaling"
|
||||
@ -25,7 +27,8 @@ intro:
|
||||
- title: "Native Assets"
|
||||
icon: "icon-diamond"
|
||||
text: "BigchainDB allows developers and enterprise to deploy blockchain proof-of-concepts, platforms and applications with a scalable blockchain database, supporting a wide range of industries and use cases."
|
||||
button: "All Features"
|
||||
button1: "All Features"
|
||||
button2: "Get Started"
|
||||
---
|
||||
|
||||
{% include hero.html %}
|
||||
@ -55,7 +58,7 @@ intro:
|
||||
<p class="large text-center">{{ page.intro.text }}</p>
|
||||
|
||||
<p class="text-center">
|
||||
<a class="btn btn-primary" href="/features/">{{ page.intro.button }}</a>
|
||||
<a class="btn btn-primary" href="/features/">{{ page.intro.button1 }}</a> <a class="btn btn-secondary" href="/getstarted/">{{ page.intro.button2 }}</a>
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
|
Loading…
Reference in New Issue
Block a user