Revonzy Mini Shell
<footer id="footer" class="footer">
<div class="container">
<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">
<img width="100" src="img/logo.png" alt="">
<p style="padding-top:15px; ">
<strong>OFFICE</strong>: MANGLAM CHAMBERS, BLOCK : C, PLOT: 6-7, DAKSHIN GANGOTRI, SUPELA, BHILAI - 490023
</p>
</div>
</div>
<div class="col-md-4 col-sm-6 col-xs-12 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-12 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
================================================== -->
<!-- Main jQuery -->
<script src="<?php echo PATH_JS_LIBRARIES ?>/jquery-1.11.1.min.js"></script>
<!-- Single Page Nav -->
<script src="<?php echo PATH_JS_LIBRARIES ?>/jquery.singlePageNav.min.js"></script>
<!-- Twitter Bootstrap -->
<script src="<?php echo PATH_JS_LIBRARIES ?>/bootstrap.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="js/jquery.easing.min.js"></script>
<!-- jquery easing -->
<script src="js/wow.min.js"></script>
<script type="text/javascript" src="<?php echo PATH_JS_LIBRARIES ?>/plugins.js"></script>
<script type="text/javascript" src="js/core.js"></script>
<script type="text/javascript" src="js/scripts.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>
<!-- Custom Functions -->
<script src="js/custom.js"></script>
<script type="text/javascript">
$(function(){
/* ========================================================================= */
/* 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) {
$(form).ajaxSubmit({
type:"POST",
data: $(form).serialize(),
url:"process.php",
success: function() {
$('#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();
});
},
error: function() {
$('#contact-form').fadeTo( "slow", 0.15, function() {
$('#error').fadeIn();
});
}
});
}
});
});
</script>
</body>
</html>
EliteHackz.ORG
Revonzy Mini Shell
root@revonzy.com