mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 01:36:55 +01:00
copy update
This commit is contained in:
parent
e12de2bace
commit
e52fe1bcc3
@ -6,3 +6,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.section--whitepaper-download {
|
||||||
|
.section-header + .text-center {
|
||||||
|
margin-top: -$spacer;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@ -1,8 +1,10 @@
|
|||||||
<section class="section section-whitepaper-download background--photo">
|
<section class="section section--whitepaper-download background--photo">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<header class="section-header">
|
<header class="section-header">
|
||||||
<h1 class="section-title">{{ page.whitepaper.title }}</h1>
|
<h1 class="section-title">{{ page.whitepaper.title }}</h1>
|
||||||
|
{% if page.whitepaper.text %}
|
||||||
<p class="section-description">{{ page.whitepaper.text }}</p>
|
<p class="section-description">{{ page.whitepaper.text }}</p>
|
||||||
|
{% endif %}
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<p class="text-center">
|
<p class="text-center">
|
||||||
|
@ -10,7 +10,6 @@ header: photo3.jpg
|
|||||||
|
|
||||||
whitepaper:
|
whitepaper:
|
||||||
title: Whitepaper Downloads
|
title: Whitepaper Downloads
|
||||||
text: The whitepaper is a living document...
|
|
||||||
updated: 2018-05-14
|
updated: 2018-05-14
|
||||||
files:
|
files:
|
||||||
- file: bigchaindb-whitepaper.pdf
|
- file: bigchaindb-whitepaper.pdf
|
||||||
|
Loading…
Reference in New Issue
Block a user