Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyricccco authored May 24, 2024
1 parent b1ccf55 commit da9896a
Show file tree
Hide file tree
Showing 10 changed files with 13,869 additions and 0 deletions.
2,371 changes: 2,371 additions & 0 deletions .hidden/static/js/bulma-carousel.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .hidden/static/js/bulma-carousel.min.js

Large diffs are not rendered by default.

461 changes: 461 additions & 0 deletions .hidden/static/js/bulma-slider.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .hidden/static/js/bulma-slider.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .hidden/static/js/fontawesome.all.min.js

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions .hidden/static/js/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
window.HELP_IMPROVE_VIDEOJS = false;


$(document).ready(function() {
// Check for click events on the navbar burger icon

var options = {
slidesToScroll: 1,
slidesToShow: 1,
loop: true,
infinite: true,
autoplay: true,
autoplaySpeed: 5000,
}

// Initialize all div with carousel class
var carousels = bulmaCarousel.attach('.carousel', options);

bulmaSlider.attach();

})
Loading

0 comments on commit da9896a

Please sign in to comment.