mirror of
https://github.com/nikdoof/website-hugo.git
synced 2025-12-14 10:22:21 +00:00
SCSS, Image processing, and reorg of content
This commit is contained in:
@@ -1 +0,0 @@
|
||||
web-test.leighhack.org
|
||||
1
themes/lhs/static/css/bulma.css
vendored
1
themes/lhs/static/css/bulma.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
themes/lhs/static/css/bulma.min.css
vendored
1
themes/lhs/static/css/bulma.min.css
vendored
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 |
@@ -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