mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 09:46:57 +01:00
reorganize lots of CTAs, selectively show IPDB banner
This commit is contained in:
parent
01ed74f97d
commit
e52c82e1f9
@ -1,4 +1,6 @@
|
|||||||
{% include ipdb.html %}
|
{% if page.ipdb %}
|
||||||
|
{% include ipdb.html %}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
<footer class="footer section" role="contentinfo">
|
<footer class="footer section" role="contentinfo">
|
||||||
<div class="row row--wide">
|
<div class="row row--wide">
|
||||||
|
@ -49,6 +49,4 @@ layout: base
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
{% include sections/section-newsletter.html %}
|
{% include sections/section-newsletter.html %}
|
||||||
|
|
||||||
{% include sections/section-cta-community.html %}
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -4,7 +4,7 @@ layout: base
|
|||||||
cta:
|
cta:
|
||||||
title: Meet BigchainDB
|
title: Meet BigchainDB
|
||||||
description: The scalable blockchain database
|
description: The scalable blockchain database
|
||||||
button: Get started
|
button: Learn More
|
||||||
---
|
---
|
||||||
|
|
||||||
<header role="banner" class="header header--partner" {% if page.header %}style="background-image:url('/assets/img/{{ page.header }}')"{% endif %}>
|
<header role="banner" class="header header--partner" {% if page.header %}style="background-image:url('/assets/img/{{ page.header }}')"{% endif %}>
|
||||||
|
@ -4,7 +4,7 @@ layout: base
|
|||||||
cta:
|
cta:
|
||||||
title: Meet BigchainDB
|
title: Meet BigchainDB
|
||||||
description: The scalable blockchain database
|
description: The scalable blockchain database
|
||||||
button: Get started
|
button: Learn More
|
||||||
---
|
---
|
||||||
|
|
||||||
<header role="banner" class="header header--usecase" {% if page.header %}style="background-image:url('/assets/img/{{ page.header }}')"{% endif %}>
|
<header role="banner" class="header header--usecase" {% if page.header %}style="background-image:url('/assets/img/{{ page.header }}')"{% endif %}>
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: 'About BigchainDB'
|
title: 'About BigchainDB'
|
||||||
layout: page
|
layout: page
|
||||||
|
|
||||||
|
ipdb: true
|
||||||
---
|
---
|
||||||
In the summer of 2013, we started working on a project that became ascribe, blockchain-based intellectual property (IP) attribution. We asked the question: how can creators of any digital IP get compensated? Why not own digital art the way you own Bitcoin? With a public store of attribution and provenance, blockchain technology could solve this. So we raised some money, hired a few early employees and kept working on the product until we were satisfied enough to release it, built on the Bitcoin blockchain. The product was basically in shape to serve larger-scale customers, with the glaring exception of the blockchain scalability. We found ourselves needing to turn down opportunities knowing that the Bitcoin blockchain wouldn’t be able to handle the throughput we needed to serve larger enterprises.
|
In the summer of 2013, we started working on a project that became ascribe, blockchain-based intellectual property (IP) attribution. We asked the question: how can creators of any digital IP get compensated? Why not own digital art the way you own Bitcoin? With a public store of attribution and provenance, blockchain technology could solve this. So we raised some money, hired a few early employees and kept working on the product until we were satisfied enough to release it, built on the Bitcoin blockchain. The product was basically in shape to serve larger-scale customers, with the glaring exception of the blockchain scalability. We found ourselves needing to turn down opportunities knowing that the Bitcoin blockchain wouldn’t be able to handle the throughput we needed to serve larger enterprises.
|
||||||
|
|
||||||
|
@ -5,6 +5,7 @@ tagline: 'Meet BigchainDB. <br>The scalable blockchain database.'
|
|||||||
|
|
||||||
front_page: true
|
front_page: true
|
||||||
quotes: set1
|
quotes: set1
|
||||||
|
ipdb: true
|
||||||
|
|
||||||
js: page-front.min.js
|
js: page-front.min.js
|
||||||
|
|
||||||
|
@ -6,6 +6,7 @@ tagline: Where blockchains and databases meet
|
|||||||
description: For blockchain technology to go mainstream, it needs scale. At BigchainDB, we’ve taken care of that for you.
|
description: For blockchain technology to go mainstream, it needs scale. At BigchainDB, we’ve taken care of that for you.
|
||||||
|
|
||||||
image: photo4.jpg
|
image: photo4.jpg
|
||||||
|
ipdb: true
|
||||||
|
|
||||||
intro:
|
intro:
|
||||||
description: "BigchainDB is for developers and organizations looking for a scalable, queryable database with blockchain characteristics such as decentralization, immutability and the ability to treat anything stored in the database as an asset. Whether it’s atoms, bits or bytes of value, any real-world blockchain application needs scale and performance. A perfect fit for BigchainDB."
|
description: "BigchainDB is for developers and organizations looking for a scalable, queryable database with blockchain characteristics such as decentralization, immutability and the ability to treat anything stored in the database as an asset. Whether it’s atoms, bits or bytes of value, any real-world blockchain application needs scale and performance. A perfect fit for BigchainDB."
|
||||||
|
Loading…
Reference in New Issue
Block a user