1
0
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:
Matthias Kretschmann 2017-10-27 15:13:33 +02:00
parent 754f5c5b21
commit 65c64ca0e7
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 5 additions and 3 deletions

View File

@ -41,7 +41,7 @@ layout: base
<p class="text-center">
{% 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 %}
</p>
<p class="text-center small">Last updated: {{ page.whitepaper.updated | date: '%B %d, %Y' }}</p>

View File

@ -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.
updated: 2017-05-23
files:
- file: bigchaindb-whitepaper.pdf
button: Download whitepaper (pdf)
- file: bigchaindb-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*