mirror of
https://github.com/nikdoof/website-hugo.git
synced 2025-12-23 13:59:22 +00:00
SCSS, Image processing, and reorg of content
This commit is contained in:
@@ -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();});
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user