first commit

This commit is contained in:
2026-03-13 23:33:08 +01:00
commit 9ef71d5289
872 changed files with 57265 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

8374
html/assets/css/bootstrap.css vendored Normal file

File diff suppressed because it is too large Load Diff

7
html/assets/css/bootstrap.min.css vendored Normal file

File diff suppressed because one or more lines are too long

2337
html/assets/css/font-awesome.css vendored Normal file

File diff suppressed because it is too large Load Diff

4
html/assets/css/font-awesome.min.css vendored Normal file

File diff suppressed because one or more lines are too long

1091
html/assets/css/style.css Normal file

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 434 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

19
html/assets/js/custom.js Normal file
View File

@@ -0,0 +1,19 @@
(function($) {
'use strict';
// Main Navigation
$( '.hamburger-menu' ).on( 'click', function() {
$(this).toggleClass('close');
$('.site-branding').toggleClass('hide');
$('.site-navigation').toggleClass('show');
$('.site-header').toggleClass('no-shadow');
});
// Scroll to Next Section
$( '.scroll-down' ).click(function() {
$( 'html, body' ).animate({
scrollTop: $( '.scroll-down' ).offset().top + 100
}, 800 );
});
})(jQuery);

6
html/assets/js/jquery.js vendored Normal file

File diff suppressed because one or more lines are too long

1
html/assets/js/valde.min.js vendored Normal file

File diff suppressed because one or more lines are too long