first commit
This commit is contained in:
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.
Binary file not shown.
Vendored
+8374
File diff suppressed because it is too large
Load Diff
Vendored
+7
File diff suppressed because one or more lines are too long
Vendored
+2337
File diff suppressed because it is too large
Load Diff
Vendored
+4
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
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.
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.
@@ -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);
|
||||
Vendored
+6
File diff suppressed because one or more lines are too long
Vendored
+1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user