Se agregan el grueso de archivos

This commit is contained in:
2025-12-11 23:24:18 -05:00
commit 60158087c4
48 changed files with 14416 additions and 0 deletions

21
js/main.js Executable file
View File

@@ -0,0 +1,21 @@
// Tooltips for Social Links
$('.tooltip-social').tooltip({
selector: "a[data-toggle=tooltip]"
})
// Flexslider
$(document).ready(function($) {
$('#main-slider').flexslider({
animation: "fade",
slideshowSpeed: 3500,
controlNav: false,
directionNav: false
});
});
// Owl Carousel
$(document).ready(function($) {
$("#owl-example").owlCarousel();
});