mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-01 15:55:36 +01:00
Matthias Kretschmann
77e10d9a8f
* add meetup link to community page * all social data as array * add next meetup link to hero, grab data from Meetup API * community bar style tweaks
12 lines
186 B
JavaScript
12 lines
186 B
JavaScript
|
|
//=include bigchain/testimonials.js
|
|
//=include bigchain/smoothscroll.js
|
|
//=include bigchain/github.js
|
|
//=include bigchain/meetup.js
|
|
|
|
jQuery(function($) {
|
|
|
|
Testimonials.init();
|
|
|
|
});
|