-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aa883af
commit 88e023f
Showing
20 changed files
with
221 additions
and
40 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,4 @@ | ||
/*! | ||
* Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com) | ||
* Code licensed under the Apache License v2.0. | ||
* For details, see http://www.apache.org/licenses/LICENSE-2.0. | ||
*/ | ||
|
||
// jQuery for page scrolling feature - requires jQuery Easing plugin | ||
$(function() { | ||
$('body').on('click', '.page-scroll a', function(event) { | ||
var $anchor = $(this); | ||
$('html, body').stop().animate({ | ||
scrollTop: $($anchor.attr('href')).offset().top | ||
}, 1500, 'easeInOutExpo'); | ||
event.preventDefault(); | ||
}); | ||
}); | ||
|
||
// Floating label headings for the contact form | ||
$(function() { | ||
$("body").on("input propertychange", ".floating-label-form-group", function(e) { | ||
$(this).toggleClass("floating-label-form-group-with-value", !! $(e.target).val()); | ||
}).on("focus", ".floating-label-form-group", function() { | ||
$(this).addClass("floating-label-form-group-with-focus"); | ||
}).on("blur", ".floating-label-form-group", function() { | ||
$(this).removeClass("floating-label-form-group-with-focus"); | ||
}); | ||
}); | ||
|
||
// Highlight the top nav as scrolling occurs | ||
$('body').scrollspy({ | ||
target: '.navbar-fixed-top' | ||
}) | ||
|
||
// Closes the Responsive Menu on Menu Item Click | ||
$('.navbar-collapse ul li a').click(function() { | ||
$('.navbar-toggle:visible').click(); | ||
$(function () { | ||
$( "<div class='separator'><span></span><span></span><span></span></div>" ).insertAfter( $( "h3.border-bottom" ) ); | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.