mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-01 15:55:36 +01:00
Matthias Kretschmann
f3307082d1
* 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
11 lines
156 B
JavaScript
11 lines
156 B
JavaScript
|
|
//=include bigchain/testimonials.js
|
|
//=include bigchain/smoothscroll.js
|
|
//=include bigchain/github.js
|
|
|
|
jQuery(function($) {
|
|
|
|
Testimonials.init();
|
|
|
|
});
|