Revonzy Mini Shell
<footer id="footer" class="footer">
<?php if(basename($_SERVER['PHP_SELF'])=='index.php' || basename($_SERVER['PHP_SELF'])==''){ ?>
<div class="container">
<?php }else{ ?>
<div class="footer-length">
<?php } ?>
<div class="row">
<div class="col-md-4 col-sm-6 col-xs-12 wow fadeInUp animated" data-wow-duration="500ms">
<div class="footer-single text-center">
<img width="80" src="img/logo.png" alt="">
<p style="padding:15px 15px 0 15px;">
<strong>OFFICE</strong>: <br>Manglam Chambers, Block: C, Plot: 6-7, Dakshin Gangotri, Supela, Bhilai - 490023, Chhattisgarh.
</p>
</div>
</div>
<div class="col-md-4 col-sm-6 col-xs-6 wow fadeInUp animated" data-wow-duration="500ms" data-wow-delay="600ms">
<div class="footer-single">
<h6>Explore</h6>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About Us</a></li>
<li><a href="<?php echo LINK_ROOT ?>/index.php#features">Services</a></li>
<li><a href="<?php echo LINK_ROOT ?>/index.php#works"">Our Works</a></li>
<li><a href="#">Projects</a></li>
<li><a href="<?php echo LINK_ROOT ?>/index.php#team">Team</a></li>
</ul>
</div>
</div>
<div class="col-md-4 col-sm-6 col-xs-6 wow fadeInUp animated" data-wow-duration="500ms" data-wow-delay="900ms">
<div class="footer-single">
<h6>Support</h6>
<ul>
<li><a href="<?php echo LINK_ROOT ?>/index.php#contact">Contact Us</a></li>
<!-- <li><a href="#">Market Blog</a></li>
<li><a href="#">Help Center</a></li>
<li><a href="#">Pressroom</a></li> -->
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<p class="copyright text-center">
Copyright © 2019 <a href="http://shirshtiarchitects.com/">Shrishti Architects</a>. All rights reserved. Designed & developed by <a href="http://suncrosonline.com/">SUNCROS ONLINE</a>
</p>
</div>
</div>
</div>
</footer>
<a href="javascript:void(0);" id="back-top"><i class="fa fa-angle-up fa-3x"></i></a>
<!-- Essential jQuery Plugins
================================================== -->
<!-- Single Page Nav -->
<script src="<?php echo PATH_JS_LIBRARIES ?>/jquery.singlePageNav.min.js"></script>
<!-- jquery.fancybox.pack -->
<script src="<?php echo PATH_JS_LIBRARIES ?>/jquery.fancybox.pack.js"></script>
<!-- jquery.mixitup.min -->
<script src="<?php echo PATH_JS_LIBRARIES ?>/jquery.mixitup.min.js"></script>
<!-- jquery.parallax -->
<script src="<?php echo PATH_JS_LIBRARIES ?>/jquery.parallax-1.1.3.js"></script>
<!-- jquery.countTo -->
<script src="<?php echo PATH_JS_LIBRARIES ?>/jquery-countTo.js"></script>
<!-- jquery.appear -->
<script src="<?php echo PATH_JS_LIBRARIES ?>/jquery.appear.js"></script>
<!-- Contact form validation -->
<script src="<?php echo PATH_JS_LIBRARIES ?>/jquery.form.js"></script>
<script src="<?php echo PATH_JS_LIBRARIES ?>/jquery.validate.min.js"></script>
<!-- Google Map -->
<!-- <script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?sensor=false"></script> -->
<!-- jquery easing -->
<script src="<?php echo PATH_JS_LIBRARIES ?>/jquery.easing.min.js"></script>
<!-- jquery easing -->
<script src="<?php echo PATH_JS_LIBRARIES ?>/wow.min.js"></script>
<script>
var wow = new WOW ({
boxClass: 'wow', // animated element css class (default is wow)
animateClass: 'animated', // animation css class (default is animated)
offset: 120, // distance to the element when triggering the animation (default is 0)
mobile: false, // trigger animations on mobile devices (default is true)
live: true // act on asynchronously loaded content (default is true)
}
);
wow.init();
</script>
<?php if(basename($_SERVER['PHP_SELF'])=='index.php' || basename($_SERVER['PHP_SELF'])==''){ ?>
<script type="text/javascript">
$(function(){
$('.carousel').carousel({
interval: 5000,
pause: "false"
})
/* ========================================================================= */
/* Contact Form
/* ========================================================================= */
$('#contact-form').validate({
rules: {
name: {
required: true,
minlength: 2
},
email: {
required: true,
email: true
},
message: {
required: true
}
},
messages: {
name: {
required: "come on, you have a name don't you?",
minlength: "your name must consist of at least 2 characters"
},
email: {
required: "no email, no message"
},
message: {
required: "um...yea, you have to write something to send this form.",
minlength: "thats all? really?"
}
},
submitHandler: function(form) {
$('#contact-form :input').attr('disabled', 'disabled');
$('#contact-form').fadeTo( "slow", 0.15, function() {
$(this).find(':input').attr('disabled', 'disabled');
$(this).find('label').css('cursor','default');
$('#success').fadeIn();
});
$('#contact-form').ajaxSubmit({
type:"POST",
data: $('#contact-form').serialize(),
url:"process.php",
success: function() { alert(data);
if(data==1){
alert("Success");
}else{alert("Failed");}
},
error: function() {
$('#contact-form').fadeTo( "slow", 0.15, function() {
$('#error').fadeIn();
});
}
});
}
});
});
</script>
<?php }else{ ?>
<script type="text/javascript" src="<?php echo PATH_JS_LIBRARIES ?>/jquery.min.js"></script>
<script type="text/javascript" src="<?php echo PATH_JS_LIBRARIES ?>/plugins.js"></script>
<script type="text/javascript" src="<?php echo PATH_JS_LIBRARIES ?>/core.js"></script>
<script type="text/javascript" src="<?php echo PATH_JS_LIBRARIES ?>/scripts.js"></script>
<?php } ?>
<!-- Custom Functions -->
<script src="<?php echo PATH_JS_LIBRARIES ?>/custom.js"></script>
</body>
</html>
EliteHackz.ORG
Revonzy Mini Shell
root@revonzy.com