mirror of
https://github.com/bigchaindb/site.git
synced 2025-02-14 21:10:28 +01:00
add another set of testimonials on community page
This commit is contained in:
parent
886fe5e724
commit
e79277eafa
@ -1,8 +1,11 @@
|
|||||||
|
|
||||||
//=include ../../../node_modules/is-in-viewport/lib/isInViewport.js
|
//=include ../../../node_modules/is-in-viewport/lib/isInViewport.js
|
||||||
|
//=include bigchain/testimonials.js
|
||||||
|
|
||||||
jQuery(function($) {
|
jQuery(function($) {
|
||||||
|
|
||||||
|
Testimonials.init();
|
||||||
|
|
||||||
var wrigley = $('#wrigley'),
|
var wrigley = $('#wrigley'),
|
||||||
wrigleyArm = wrigley.find('#arm'),
|
wrigleyArm = wrigley.find('#arm'),
|
||||||
wrigleyHead = wrigley.find('#head'),
|
wrigleyHead = wrigley.find('#head'),
|
||||||
|
@ -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.'
|
description: 'There are many ways you can contribute to the BigchainDB project, some very easy and others more involved.'
|
||||||
|
|
||||||
js: page-community.min.js
|
js: page-community.min.js
|
||||||
|
quotes: set3
|
||||||
---
|
---
|
||||||
|
|
||||||
<section class="section section-community">
|
<section class="section section-community">
|
||||||
@ -68,3 +69,5 @@ js: page-community.min.js
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
{% include section-newsletter.html %}
|
{% include section-newsletter.html %}
|
||||||
|
|
||||||
|
{% include section-testimonials.html %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user