mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 09:46:57 +01:00
less prominent whitepaper download
This commit is contained in:
parent
754f5c5b21
commit
65c64ca0e7
@ -41,7 +41,7 @@ layout: base
|
|||||||
|
|
||||||
<p class="text-center">
|
<p class="text-center">
|
||||||
{% for whitepaper in page.whitepaper.files %}
|
{% for whitepaper in page.whitepaper.files %}
|
||||||
<a href="{{ whitepaper.file }}" class="btn btn-primary js-tracking-whitepaper-download"><svg class="icon"><use xlink:href="/assets/img/sprite.svg#icon-documents"></use></svg> {{ whitepaper.button }}</a>
|
<a href="{{ whitepaper.file }}" class="btn {{ whitepaper.class }} js-tracking-whitepaper-download"><svg class="icon"><use xlink:href="/assets/img/sprite.svg#icon-documents"></use></svg> {{ whitepaper.button }}</a>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</p>
|
</p>
|
||||||
<p class="text-center small">Last updated: {{ page.whitepaper.updated | date: '%B %d, %Y' }}</p>
|
<p class="text-center small">Last updated: {{ page.whitepaper.updated | date: '%B %d, %Y' }}</p>
|
||||||
|
@ -13,10 +13,12 @@ whitepaper:
|
|||||||
text: The whitepaper is no longer a living document. Significant changes made since June 8, 2016 are noted in an Addendum attached at the end.
|
text: The whitepaper is no longer a living document. Significant changes made since June 8, 2016 are noted in an Addendum attached at the end.
|
||||||
updated: 2017-05-23
|
updated: 2017-05-23
|
||||||
files:
|
files:
|
||||||
- file: bigchaindb-whitepaper.pdf
|
|
||||||
button: Download whitepaper (pdf)
|
|
||||||
- file: bigchaindb-primer.pdf
|
- file: bigchaindb-primer.pdf
|
||||||
button: Download primer (pdf)
|
button: Download primer (pdf)
|
||||||
|
class: btn-primary
|
||||||
|
- file: bigchaindb-whitepaper.pdf
|
||||||
|
button: Download whitepaper (pdf)
|
||||||
|
class: btn-link
|
||||||
---
|
---
|
||||||
|
|
||||||
*by <br>Trent McConaghy, Rodolphe Marques, Andreas Müller, Dimitri De Jonghe, Troy McConaghy, Greg McMullen, Ryan Henderson, Sylvain Bellemare, Alberto Granzotto*
|
*by <br>Trent McConaghy, Rodolphe Marques, Andreas Müller, Dimitri De Jonghe, Troy McConaghy, Greg McMullen, Ryan Henderson, Sylvain Bellemare, Alberto Granzotto*
|
||||||
|
Loading…
Reference in New Issue
Block a user