?
Current Path : /home1/savoy/public_html/savoyeducation.com/application/views/front-end/templates/ |
Linux gator3171.hostgator.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 |
Current File : /home1/savoy/public_html/savoyeducation.com/application/views/front-end/templates/footer.php |
<section> <footer> <div class="container"> <div class="row"> <div class="col-md-3"> <img class="footer-img" src="<?= base_url(); ?>assets/img/footer-logo.png"> <p class="footer-text">Copyright © 2016 Savoy Education Center . All rights reserved.</p> </div> <div class="col-md-3"> <div class="align-ftwrapper"> <h4 class="footer-head">RESOURCES</h4> <ul class="unorder"> <li><a href="<?= base_url(); ?>">HOME</a></li> <li><a href="<?= base_url(); ?>aboutus">ABOUT-US</a></li> <li><a href="<?= base_url(); ?>academic_tuition_in_qatar">PROGRAMS</a></li> <li><a href="<?= base_url(); ?>announcements">ANNOUNCEMENTS</a></li> <li><a href="<?= base_url(); ?>gallery_page">GALLERY</a></li> <li><a href="<?= base_url(); ?>contact">CONTACT-US</a></li> </ul> </div> </div> <div class="col-md-3"> <h4 class="footer-head">CONTACT US</h4> <p class="top-align"><i class="fa fa-map-marker icon" aria-hidden="true"></i> <span class="ft-space">SAVOY EDUCATION CENTER <br><?php echo $contactdetailsbottom[0]['address'];?></span></p> <p class="bottom-align"><i class="fa fa-phone" aria-hidden="true" style="position:relative; padding-right: 4px;"></i> <span><?php echo $contactdetailsbottom[0]['phone1'];?> </span></p> <p><i class="fa fa-envelope-o" aria-hidden="true"></i><?php echo $contactdetailsbottom[0]['email'];?> </p> </div> <div class="col-md-3"> <form> <div class="form-group"> <input class="form-control ft-input" placeholder="Fill your email for updates"> <button class="btn btn-danger">Subscribe</button> </div> </form> <h4 class="footer-head" style="padding-top: 60px;">LET'S SOCIALISE</h4> <div class="ft-social"> <a class="social" href="https://www.facebook.com/SavoyEducationCenter/" target="_blank"><i id="social-fb" class="fa fa-facebook-square fa-3x social"></i></a> <a class="social" href="https://twitter.com/savoyeducation" target="_blank"><i id="social-tw" class="fa fa-twitter-square fa-3x social"></i></a> <a class="social" href="mailto:info@savoyeducation.com" target="_blank"><i id="social-em" class="fa fa-envelope-square fa-3x social"></i></a> </div> </div> </div> </div> </footer> </section> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> <script src="<?= base_url(); ?>assets/js/bootstrap.min.js"></script> <script src="<?= base_url(); ?>assets/js/custom.js"></script> <script src="<?= base_url(); ?>assets/js/owl.carousel.js"></script> <script src="<?= base_url(); ?>assets/js/jquery.easing.min.js"></script> <script src="<?= base_url(); ?>assets/js/jquery.easy-ticker.js"></script> <script src="<?= base_url(); ?>assets/js/jquery.fancybox.js"></script> <script type="text/javascript" src="<?= base_url(); ?>assets/js/YouTubePopUp.jquery.js"></script> <!-- <script type="text/javascript" src="http://fancybox/source/helpers/jquery.fancybox-media.js?v=1.0.6"></script> --> <script type="text/javascript" src="<?= base_url(); ?>assets/js/jquery.mousewheel-3.0.6.pack.js"></script> <script type="text/javascript" src="<?= base_url(); ?>assets/js/jquery.fancybox.pack.js"></script> <script> $("div.image-wrapper").each(function () { var imageUrl = $(this).find('img').first().attr("src"); ; $(this).css('background-image', 'url(' + imageUrl + ')').css('background-size', 'cover').css('background-position', '50%'); ; $(this).find('img').first().css("visibility", "hidden") }); </script> <script> $("div.resize").each(function () { var imageUrl = $(this).find('img').first().attr("src"); ; $(this).css('background-image', 'url(' + imageUrl + ')').css('background-size', 'cover').css('background-position', '50%'); ; $(this).find('img').first().css("visibility", "hidden") }); </script> <script> $(document).ready(function() { $('#carousel-example-generic').carousel({ autoPlay : true, interval:7000, }); }); </script> <script> $(document).ready(function() { $('#media-one').carousel({ autoPlay : true, interval:5000, }); }); </script> <script> $(document).ready(function() { $('#media').carousel({ autoPlay : true, interval:3000, }); }); $(document).ready(function() { $('#media_two').carousel({ autoPlay : true, interval:4000, }); }); jQuery(function(){ jQuery("a.vid-pop").YouTubePopUp(); }); </script> <script> $(function(){ $('.demo').easyTicker(); }); </script> <script> $(document).ready(function () { var highestBox = 0; $('.prgm-block').each(function () { $('.prgm-head', this).each(function () { if ($(this).height() > highestBox) highestBox = $(this).height(); }); }); $('.prgm-head', '.prgm-block').height(highestBox); }); </script> <script> $('ul.nav li.dropdown').hover(function() { $(this).find('.dropdown-menu').stop(true, true).delay(200).fadeIn(500); }, function() { $(this).find('.dropdown-menu').stop(true, true).delay(200).fadeOut(500); }); </script> <script> $("div.img-abt").each(function () { var imageUrl = $(this).find('img').first().attr("src"); ; $(this).css('background-image', 'url(' + imageUrl + ')').css('background-size', 'cover').css('background-position', '50%'); ; $(this).find('img').first().css("visibility", "hidden") }); </script> <script> $(document).ready(function () { var highestBox = 0; $('.abt-block').each(function () { $('.abt-sub', this).each(function () { if ($(this).height() > highestBox) highestBox = $(this).height(); }); }); $('.abt-sub', '.abt-block').height(highestBox); }); </script> <script> $('ul.nav li.dropdown').hover(function() { $(this).find('.dropdown-menu').stop(true, true).delay(200).fadeIn(500); }, function() { $(this).find('.dropdown-menu').stop(true, true).delay(200).fadeOut(500); }); </script> <script> $(document).ready(function() { $('#mediagallery').carousel({ pause: 'hover', auto:true, stopOnHover : true, }); }); </script> <script> $(document).ready(function() { $(".fancybox-button").fancybox({ afterClose : function(){ $('#mediagallery').carousel('cycle'); }, prevEffect : 'none', nextEffect : 'none', closeBtn : false, helpers : { title : { type : 'inside' }, buttons : {} } }); $(".fancybox-button").click(function(){ $('#mediagallery').carousel('pause'); }); }); </script> <script> $(document).ready(function () { var highestBox = 0; $('.wrapper-block').each(function () { $('.prgm-description', this).each(function () { if ($(this).height() > highestBox) highestBox = $(this).height(); }); }); $('.prgm-description', '.wrapper-block').height(highestBox); }); </script> <script> $(function(){ $('.moreannouce').click(function(){ var id= $(this).attr('filter'); var dates=$(this).attr('dates'); var abc='<?= base_url(); ?>'; $.post('<?= base_url(); ?>announcement_more',{'id':id},function(res){ var dd=$.parseJSON(res); var item=dd['announcementsmore']; $('.annodes').text(item[0].description); //console.log(dt); // var dd= $(dt).toString('dd-MM-yy'); console.log(dd); $('.annimg').attr('src',abc+"/uploads/announcements/"+ item[0].announcement_image); $('.annotitle').text(item[0].title); $('.annodate').text(dates); }); }); }); </script> <script> $("div.img-announce").each(function () { var imageUrl = $(this).find('img').first().attr("src"); ; $(this).css('background-image', 'url(' + imageUrl + ')').css('background-size', 'cover').css('background-position', '50% 18%'); ; $(this).find('img').first().css("visibility", "hidden") }); </script> <script> $(document).ready(function () { var highestBox = 0; $('.news-block').each(function () { $('.panel-heading', this).each(function () { if ($(this).height() > highestBox) highestBox = $(this).height(); }); }); $('.panel-heading', '.news-block').height(highestBox); }); </script> <script> $("div.common_media").each(function () { var imageUrl = $(this).find('img').first().attr("src"); ; $(this).css('background-image', 'url(' + imageUrl + ')').css('background-size', 'cover').css('background-position', '50%'); ; $(this).find('img').first().css("visibility", "hidden") }); </script> <script> $(document).ready(function() { $('#media_prgmfour').carousel({ autoPlay : true, interval:3000, }); }); </script> <script> $(document).ready(function() { $('#media_prgmthree').carousel({ autoPlay : true, interval:3000, }); }); </script> <script> $(document).ready(function() { $('#media_prgmtwo').carousel({ autoPlay : true, interval:3000, }); }); </script> <script> $(document).ready(function() { $('#media_prgmone').carousel({ autoPlay : true, interval:3000, }); }); </script> <script> $(document).ready(function () { // contact us form validation $('#contactsubmit').click(function () { var name = $("#cname").val(); if (name == "") { $("#cn").html('Please enter your name '); $("#cn").css("color", "red"); $("#cname").addClass("error"); return false; } else { $("#cn").html(""); $("#cname").removeClass("error"); } var email = $('#email').val(); var letters = /^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/; if ((email == "") || (!email.match(letters))) { $('#ce').html('Enter a valid emailid'); $('#ce').css("color", "red"); $("#email").addClass("error"); return false; } else { $('#ce').html(""); $("#email").removeClass("error"); } var phone = $("#number").val(); var number = /^[0-9-+]+$/; if ((phone == "") || (!phone.match(number))) { $("#num").html('Please enter your contact number '); $("#num").css("color", "red"); $("#number").addClass("error"); return false; } else { $("#num").html(""); $("#number").removeClass("error"); } var subject = $("#subject").val(); if (subject == "") { $("#sub").html('Please enter your Subject '); $("#sub").css("color", "red"); $("#subject").addClass("error"); return false; } else { $("#sub").html(""); $("#subject").removeClass("error"); } var message = $("#message").val(); if (message == "") { $("#cmsg").html('Please enter your message'); $("#cmsg").css("color", "red"); $("#message").addClass("error"); return false; } else { $("#cmsg").html(""); $("#message").removeClass("error"); } }); // tuition $('#tuition_submit').click(function () { var programname = $("#tuiname").val(); if (programname == "") { $("#pname").html('Please enter your name '); $("#pname").css("color", "red"); $("#tuiname").addClass("error"); return false; } else { $("#pname").html(""); $("#tuiname").removeClass("error"); } var programemail = $('#tuiemail').val(); var letters = /^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/; if ((programemail == "") || (!programemail.match(letters))) { $('#pmail').html('Enter a valid emailid'); $('#pmail').css("color", "red"); $("#tuiemail").addClass("error"); return false; } else { $('#pmail').html(""); $("#tuiemail").removeClass("error"); } var programphone = $("#tuiphone").val(); var number = /^[0-9-+]+$/; if ((programphone == "") || (!programphone.match(number))) { $("#pnumber").html('Please enter your contact number '); $("#pnumber").css("color", "red"); $("#tuiphone").addClass("error"); return false; } else { $("#pnumber").html(""); $("#tuiphone").removeClass("error"); } }); }); </script> <script> //tition function SendMail(a) { $('#abcd').text(a); $('#tuition').modal('show'); } $('#tuition').submit(function (e) { //alert($('#tournames').html()); $('#tuition_submit').attr('disabled', true); e.preventDefault(); $.ajax({ url: '<?= base_url(); ?>mailsender_tuition', data: { 'tuiname': $('#tuiname').val(), 'tuiemail': $('#tuiemail').val(), 'tuiphone': $('#tuiphone').val(), 'tuipgm': $('#abcd').text() }, type: 'POST', success: function (result) { if (result == 'success') { alert(" Thank You. Your Registartion has been submitted. You will hear from us within 1 working day"); $('#tuition_submit').attr('disabled', false); $('#tuiname').val(""); $('#tuiemail').val(""); $('#tuiphone').val(""); $('#abcd').text(""); $('#tuition').modal('hide'); } else { alert(" Fail sending your message. Please try again."); } } }); }); //loadmorte $(document).ready(function () { size_li = $(".container .annolt_p").size(); x=1; // $('.container .annolt_p:lt('+x+')').show(); $('.container .annolt_p').not(':lt('+x+')').hide(); $('#loadMore').click(function () { x= (x+1 <= size_li) ? x+1 : size_li; $('.container .annolt_p:lt('+x+')').show(); }); $('#showLess').click(function () { x=(x-1<0) ? 1 : x-1; $('.container .annolt_p').not(':lt('+x+')').hide(); }); }); </script> <script> $('#enquiryform').submit(function (e) { $('#contactsubmit').attr('disabled', true); e.preventDefault(); $.ajax({ url: "<?= base_url() ?>mailsender_contact", data: {'cname': $('#cname').val(), 'email': $('#email').val(), 'number': $('#number').val(), 'subject': $('#subject').val(),'message': $('#message').val() }, type: 'POST', success: function (result) { if (result == 'success') { alert(" Thank You. Your message has been submitted. You will hear from us within 1 working day"); } else { alert(" Fail sending your message. Please try again."); $('#contactsubmit').attr('disabled', false); } } }); }); $('.page_spinner').delay(9000).animate({top:'-1200px'},850, "easeInOutExpo", function (){$(this).css({display:'none'})}) </script> </body> </html>