SCSS, Image processing, and reorg of content

This commit is contained in:
2023-11-06 16:20:14 +00:00
parent e76956ce10
commit 7bf339f020
117 changed files with 5712 additions and 42 deletions

View File

@@ -9,7 +9,7 @@ document.addEventListener('DOMContentLoaded', () => {
if ($navbarBurgers.length > 0) {
// Add a click event on each of them
$navbarBurgers.forEach( el => {
$navbarBurgers.forEach(el => {
el.addEventListener('click', () => {
// Get the target from the "data-target" attribute
@@ -24,16 +24,5 @@ document.addEventListener('DOMContentLoaded', () => {
});
}
$(function () {
$(".slb").simplebox();
});
$(document).ready(function($) {
$(window).load(function(){
$('#preloader').fadeOut('fast',function(){$(this).remove();});
});
});
});