Current File : //home/quantums/gsc-ltd.net/wp-content/themes/twentyseventeen-child/footer.php |
<?php
/**
* The template for displaying the footer
*
* Contains the closing of the #content div and all content after.
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package WordPress
* @subpackage Twenty_Seventeen
* @since 1.0
* @version 1.2
*/
?>
<!-- START FOOTER -->
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12 footerRES">
<div class="footerInner">
<div class="fraddress">
<?php dynamic_sidebar('sidebar-2'); ?>
<!--<div class="form-group">
<div class="input-group">
<span class="input-group-btn">
<button class="btn" type="button">Subscribe</button>
</span>
</div>
</div>-->
</div>
<div class="socialIcon wow lightSpeedIn">
</div>
</div>
</div>
</div>
<div class="copy">
<div class="row">
<div class="col-md-6 col-sm-6 col-xs-12">
<div class="copyInner">
<p>© Copyright <?php echo date('Y'); ?> <a href="<?php echo site_url(); ?>">Global</a>. All rights reserved.</p>
</div>
</div>
<div class="col-md-6 col-sm-6 col-xs-12">
<?php dynamic_sidebar('sidebar-7'); ?>
</div>
</div>
</div>
</div>
</footer>
<!-- END FOOTER -->
</div>
<script>
jQuery(document).ready(function($) {
var owl = $('#testimonials');
owl.on('initialize.owl.carousel initialized.owl.carousel ' +
'initialize.owl.carousel initialize.owl.carousel ' +
'resize.owl.carousel resized.owl.carousel ' +
'refresh.owl.carousel refreshed.owl.carousel ' +
'update.owl.carousel updated.owl.carousel ' +
'drag.owl.carousel dragged.owl.carousel ' +
'translate.owl.carousel translated.owl.carousel ' +
'to.owl.carousel changed.owl.carousel',
function(e) {
$('.' + e.type)
.removeClass('secondary')
.addClass('success');
John Denny
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only
window.setTimeout(function() {
$('.' + e.type)
.removeClass('success')
.addClass('secondary');
}, 500);
});
owl.owlCarousel({
loop: true,
nav: true,
lazyLoad: true,
margin: 15,
video: true,
autoplay: true,
autoplayTimeout: 2000,
responsiveClass: true,
responsive: {
0: {
items: 2
},
600: {
items: 3
},
960: {
items: 5,
},
1200: {
items: 8
}
}
});
});
</script>
<!-- End testimonials -->
<script src="<?php echo get_stylesheet_directory_uri(); ?>/js/jquery.waypoints.min.js"></script>
<script src="<?php echo get_stylesheet_directory_uri(); ?>/js/jquery.countup.js"></script>
<!-- START jQuery WOW -->
<script src="<?php echo get_stylesheet_directory_uri(); ?>/js/wow.js"></script>
<script>
wow = new WOW(
{
animateClass: 'animated',
offset: 100,
callback: function(box) {
console.log("WOW: animating <" + box.tagName.toLowerCase() + ">")
}
}
);
wow.init();
document.getElementById('moar').onclick = function() {
var section = document.createElement('section');
section.className = 'section--purple wow fadeInDown';
this.parentNode.insertBefore(section, this);
};
</script>
<!-- END jQuery WOW -->
<!-- js
<script src="<?php echo get_stylesheet_directory_uri(); ?>/js/jquery.min.js"></script>
<script src="<?php echo get_stylesheet_directory_uri(); ?>/js/bootstrap.min.js"></script>
-->
<!-- START jQuery WOW -->
<script src="<?php echo get_stylesheet_directory_uri(); ?>/js/wow.js"></script>
<script>
wow = new WOW(
{
animateClass: 'animated',
offset: 100,
callback: function(box) {
console.log("WOW: animating <" + box.tagName.toLowerCase() + ">")
}
}
);
wow.init();
document.getElementById('moar').onclick = function() {
var section = document.createElement('section');
section.className = 'section--purple wow fadeInDown';
this.parentNode.insertBefore(section, this);
};
</script>
<!-- END jQuery WOW -->
<script src="<?php echo get_stylesheet_directory_uri(); ?>/js/owl.carousel.min.js"></script>
<script src="<?php echo get_stylesheet_directory_uri(); ?>/js/jquery.waypoints.min.js"></script>
<script src="<?php echo get_stylesheet_directory_uri(); ?>/js/jquery.countup.js"></script>
<script>
$('.counter').countUp();
</script>
<!-- //stats -->
<script>
$(document).ready(function(){
// Add smooth scrolling to all links
$("a").on('click', function(event) {
// Make sure this.hash has a value before overriding default behavior
if (this.hash !== "") {
// Prevent default anchor click behavior
event.preventDefault();
// Store hash
var hash = this.hash;
// Using jQuery's animate() method to add smooth page scroll
// The optional number (800) specifies the number of milliseconds it takes to scroll to the specified area
$('html, body').animate({
scrollTop: $(hash).offset().top
}, 800, function(){
// Add hash (#) to URL when done scrolling (default click behavior)
window.location.hash = hash;
});
} // End if
});
});
</script>
<?php wp_footer(); ?>
</body>
</html>