1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-22 09:46:57 +01:00

add another set of testimonials on community page

This commit is contained in:
Matthias Kretschmann 2016-03-03 16:53:04 +01:00
parent 886fe5e724
commit e79277eafa
2 changed files with 6 additions and 0 deletions

View File

@ -1,8 +1,11 @@
//=include ../../../node_modules/is-in-viewport/lib/isInViewport.js
//=include bigchain/testimonials.js
jQuery(function($) {
Testimonials.init();
var wrigley = $('#wrigley'),
wrigleyArm = wrigley.find('#arm'),
wrigleyHead = wrigley.find('#head'),

View File

@ -5,6 +5,7 @@ title: Community
description: 'There are many ways you can contribute to the BigchainDB project, some very easy and others more involved.'
js: page-community.min.js
quotes: set3
---
<section class="section section-community">
@ -68,3 +69,5 @@ js: page-community.min.js
</section>
{% include section-newsletter.html %}
{% include section-testimonials.html %}