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

@@ -1 +0,0 @@
web-test.leighhack.org

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 510 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 138 KiB

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();});
});
});
});