1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-01 15:55:36 +01:00
site/_src/_assets/javascripts/page-front.js
Matthias Kretschmann f3307082d1 Get GitHub data from microservice (#118)
* grab data from github-projects microservice bigchaindb/github-projects
* complete rewrite to get everything via Fetch API 🎉, polyfilled with github/fetch
* nicer experience for loading state
* style tweaks for hero community bar
2017-05-10 00:10:27 +02:00

11 lines
156 B
JavaScript

//=include bigchain/testimonials.js
//=include bigchain/smoothscroll.js
//=include bigchain/github.js
jQuery(function($) {
Testimonials.init();
});