2017-05-23 21:55:10 +02:00
|
|
|
<section class="section section--blog ">
|
2017-05-23 18:43:12 +02:00
|
|
|
<div class="row row--wide">
|
|
|
|
|
2017-06-24 13:33:46 +02:00
|
|
|
<header class="section-header">
|
|
|
|
<h1 class="section-title">The BigchainDB Blog</h1>
|
|
|
|
<p class="section-description">Updates, stories and ideas from the people behind BigchainDB.</p>
|
|
|
|
</header>
|
|
|
|
|
2017-05-23 21:55:10 +02:00
|
|
|
<div class="grid grid--full grid-small--half grid-medium--third grid--gutters">
|
|
|
|
{% for article in site.articles | limit: 6 %}
|
2017-05-23 18:43:12 +02:00
|
|
|
<div class="grid__col">
|
2017-05-23 21:55:10 +02:00
|
|
|
<a class="article article--{{ article.title | downcase | truncatewords: 3, '' | replace: ' ', '-' }}" href="{{ article.link }}" style="background-image: url('{{ article.image }}')">
|
2017-05-23 18:43:12 +02:00
|
|
|
|
|
|
|
<h1 class="article__title">
|
|
|
|
{{ article.title }}
|
|
|
|
</h1>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
{% endfor %}
|
|
|
|
</div>
|
|
|
|
|
2017-05-23 21:55:10 +02:00
|
|
|
<p class="text-center">
|
2017-06-23 14:05:10 +02:00
|
|
|
<a class="btn btn-secondary" href="{{ site.social.medium.url }}">Go to blog</a>
|
2017-05-23 21:55:10 +02:00
|
|
|
</p>
|
|
|
|
|
2017-05-23 18:43:12 +02:00
|
|
|
</div>
|
|
|
|
</section>
|