First front-end prototype

This commit is contained in:
2021-01-09 01:11:40 +01:00
parent c748f35786
commit 6b3f0df78a
24 changed files with 899 additions and 0 deletions

11
scripts/divers.js Normal file
View File

@ -0,0 +1,11 @@
jQuery(document).ready(function($) {
$('[data-fancybox="divers"]').fancybox({
infobar: false,
toolbar: true,
smallBtn: false,
buttons : [ "close" ],
arrows: true,
transitionEffect: "fade",
});
});