initial commit

This commit is contained in:
Brian (bex) Exelbierd 2018-05-15 14:11:34 +02:00
commit c2c3776490
17 changed files with 1229 additions and 0 deletions

0
_javascripts/.gitkeep Normal file
View file

6
_javascripts/bootstrap-offcanvas.js vendored Normal file
View file

@ -0,0 +1,6 @@
$(document).ready(function () {
$('[data-toggle="offcanvas"]').click(function () {
$('.sidebar').show();
$('.row-offcanvas').toggleClass('active');
});
});