관리-도구
편집 파일: footer.php
<div class="container-fluid"> <div class="row py-1 th-bg-blue th-opacity"></div> <div class="row"> <iframe src="<?php echo $this->session->userdata("general_settings")->google_map; ?>" width="100%" height="350" frameborder="0" style="border:0;" allowfullscreen=""></iframe> </div> <div class="row py-1 th-bg-blue th-opacity"></div> </div> <!-- FOOTER --> <footer class="new_footer_area bg_color"> <div class="new_footer_top"> <div class="container py-5"> <div class="row"> <div class="col-md-4 py-3"> <div class="col-12 pl-0"> <div class="th-logo-2 w-100" style="background-image: url('<?= base_url() ?>assets/images/<?php echo $this->session->userdata("general_settings")->logo; ?>');"> </div> </div> <p class="th-rob th-14 th-black py-4 pr-5 m-0"> <?php echo $this->session->userdata("general_settings")->footer_tag_line; ?> </p> <div> <?php if (trim($this->session->userdata("general_settings")->facebook) != "") { ?> <a href="<?php echo $this->session->userdata("general_settings")->facebook; ?>" class="th-24 th-black th-link-red"><i class="lab la-facebook-f"></i></a> <?php } ?> <?php if (trim($this->session->userdata("general_settings")->twitter) != "") { ?> <a href="<?php echo $this->session->userdata("general_settings")->twitter; ?>" class="th-24 th-black th-link-red"><i class="lab la-twitter"></i></a> <?php } ?> <?php if (trim($this->session->userdata("general_settings")->instagram) != "") { ?> <a href="<?php echo $this->session->userdata("general_settings")->instagram; ?>" class="th-24 th-black th-link-red"><i class="lab la-instagram"></i></a> <?php } ?> <?php if (trim($this->session->userdata("general_settings")->youtube) != "") { ?> <a href="<?php echo $this->session->userdata("general_settings")->youtube; ?>" class="th-24 th-black th-link-red"><i class="lab la-youtube"></i></a> <?php } ?> </div> </div> <div class="col-md-5 py-3"> <p class="th-rob th-14 th-bold th-black">EXPLORE LINKS</p> <div class="row"> <div class="col-6 pb-2"> <a class="th-rob th-14 th-black th-link-red" href="<?php echo base_url(); ?>about/">About</a> </div> <div class="col-6 pb-2"> <a class="th-rob th-14 th-black th-link-red" href="<?php echo base_url(); ?>courses/">Courses</a> </div> <div class="col-6 pb-2"> <a class="th-rob th-14 th-black th-link-red" href="<?php echo base_url(); ?>news/">News</a> </div> <div class="col-6 pb-2"> <a class="th-rob th-14 th-black th-link-red" href="<?php echo base_url() ?>contact">Contact Us</a> </div> <div class="col-6 pb-2"> <a class="th-rob th-14 th-black th-link-red" href="<?php echo base_url(); ?>events">Events</a> </div> <div class="col-6 pb-2"> <a class="th-rob th-14 th-black th-link-red" href="<?php echo base_url(); ?>careers">Careers</a> </div> <div class="col-6 pb-2"> <a class="th-rob th-14 th-black th-link-red" href="<?php echo base_url(); ?>gallery">Gallery</a> </div> <div class="col-6 pb-2"> <a class="th-rob th-14 th-black th-link-red" href="<?php echo base_url(); ?>admissions">Admissions</a> </div> </div> </div> <div class="col-md-3 py-3"> <p class="th-rob th-14 th-bold th-black">CONTACT US</p> <div class="row"> <div class="col-2"> <i class="las la-map-marker"></i> </div> <div class="col-10 pl-1 my-auto"> <p class="th-rob th-14 th-black"><?php echo $this->session->userdata("general_settings")->address; ?></p> </div> </div> <div class="row"> <div class="col-2"> <i class="las la-mobile"></i> </div> <div class="col-10 pl-1"> <p class="th-rob th-14 th-black"><?php echo $this->session->userdata("general_settings")->telephone; ?></p> </div> </div> <div class="row"> <div class="col-2"> <i class="lar la-envelope"></i> </div> <div class="col-10 pl-1"> <p class="th-rob th-14 th-black"><?php echo $this->session->userdata("general_settings")->email; ?></p> </div> </div> <div class="row"> <div class="col-2"> <i class="las la-rupee-sign"></i> </div> <div class="col-10 pl-1"> <a class="th-rob th-14 th-black th-link-red" href="<?php echo $this->session->userdata("general_settings")->fee_payment; ?>" target="_blank">Fee Payment</a> </div> </div> </div> </div> </div> <div class="footer_bg"> <div class="footer_bg_one"></div> <div class="footer_bg_two"></div> </div> </div> <div class="th-bg-blue"> <div class="container"> <div class="row footerlinks"> <div class="col-sm-4 col-12 th-rob th-12 th-white py-3 text-left"> Visitors : <?php echo $this->session->userdata("general_settings")->visit_counter; ?> </div> <div class="col-sm-4 col-12 th-rob th-12 th-white py-3 text-center"> Powered By <a class="th-link-red th-bold th-white" href='https://gungunerp.com/'>Gungun Erp Solution Pvt. Ltd.</a> </div> <div class="col-sm-4 col-12 th-rob th-12 th-white py-3 text-right"> © <?php echo date("Y"); ?> | <a class="th-link-red th-bold th-white" href="<?php echo base_url(); ?>"><?php echo $this->session->userdata("general_settings")->name; ?></a> </div> </div> </div> </div> </footer> <!-- //FOOTER --> <!-- developer stylesheet --> <style> /* .navbar.fixed-top{ z-index: 99989; } #sidebar{ z-index: 99999; } */ .th-hero-image { position: relative; background-position: center; background-size: cover; background-repeat: no-repeat; height: 45vh; width: 100%; } .th-hero-image-contents{ position:absolute; width:100%; height:100%; background: rgba(0, 0, 0, 0.5); top: 0px; left: 0px; display:flex; flex-flow:column; justify-content:center; align-items:center; color:#fff; } /*.th-hero-image:before { position: absolute; content: ""; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.2); top: 0px; left: 0px; z-index: 1; } .th-hero-image h1 { z-index: 2; } */ .th-hero-image-contents-slider{ position:relative; width:100%; height:100%; } .th-txt-truncate-2,.th-txt-truncate-3{ word-break: break-all; } #sidebarCollapse{ display:none; } .th-hero-image-contents-slider h1{ font-size:4.2rem; font-weight:700; font-family:'Roboto'; } .th-hero-image-contents-slider h3{ font-weight:300; } @media (max-width: 1024px){ /*@media (max-width: 991px){*/ #sidebarCollapse{ display:block; } .th-hero-image-contents-slider h1{ font-size:3.2rem; } } @media (max-width: 575px){ .footerlinks div{ text-align: center !important; } .th-hero-image-contents-slider h1{ font-size:2.0rem; text-align: center !important; padding: 0px 10px; } } </style> <!-- developer stylesheet --> <!-- Optional JavaScript --> <!-- jQuery first, then Popper.js, then Bootstrap JS --> <!-- <script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script> --> <script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script> <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script> <!-- bootstrap-daterangepicker --> <link href="<?php echo base_url(); ?>assets/js/datepicker/daterangepicker.css" rel="stylesheet"> <script src="<?php echo base_url(); ?>assets/js/datepicker/moment.min.js"></script> <script src="<?php echo base_url(); ?>assets/js/datepicker/daterangepicker.js"></script> <script src="<?php echo base_url() ?>assets/js/slick.min.js"></script> <!-- Jquery JS--> <!-- <script src="<?php echo base_url() ?>assets/js/headerNew/jquery-mob.min.js"></script> --> <script src="<?php echo base_url() ?>assets/js/headerNew/jquery-migrate.min.js"></script> <!-- Slick Nav JS--> <!-- <script src="<?php echo base_url() ?>assets/js/headerNew/slicknav.min.js"></script> --> <!-- <script src="<?php echo base_url() ?>assets/js/headerNew/mobile-menu.js"></script> --> <script> $('#sidebar-dismiss').on('click', function() { const body = document.body; const scrollY = body.style.top; body.style.position = ''; body.style.top = ''; window.scrollTo(0, parseInt(scrollY || '0') * -1); $('#sidebar').removeClass('active'); }); $('#sidebarCollapse').on('click', function() { $('#sidebar').addClass('active'); const scrollY = document.documentElement.style.getPropertyValue('--scroll-y'); const body = document.body; body.style.position = 'fixed'; body.style.top = `-${scrollY}`; }); window.addEventListener('scroll', () => { document.documentElement.style.setProperty('--scroll-y', `${window.scrollY}px`); }); </script> <script type="text/javascript"> jQuery(document).ready(function($) { /*** sub menu */ $('ul 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); }); /*** sub menu */ $(".slider").slick({ slidesToShow: 1, slidesToScroll: 1, autoplay: true, dots: true, speed: 300, arrows: true, swipeToSlide: true, infinite: true, swipe: true, nextArrow: '<button type="button" class="btn slick-next shadow-sm th-btn-slider"><img src="<?php echo base_url() ?>assets/img/arrow.svg"></button>', prevArrow: '<button type="button" class="btn slick-prev shadow-sm th-btn-slider"><img src="<?php echo base_url() ?>assets/img/back.svg"></button>', }); }); </script> <script type="text/javascript"> jQuery(document).ready(function($) { $(".news-slider").slick({ slidesToShow: 2, slidesToScroll: 2, autoplay: true, dots: true, speed: 300, arrows: true, swipeToSlide: true, infinite: false, swipe: true, nextArrow: $(".nextp"), prevArrow: $(".prevp"), responsive: [{ breakpoint: 800, settings: { slidesToShow: 1, slidesToScroll: 1, infinite: true, } }, ] }); }); $('.bootstrapdatepicker').daterangepicker({ singleDatePicker: true, singleClasses: "picker_2", locale: { format: 'DD-MM-YYYY' } }, function(start, end, label) { console.log(start.format('YYYY-MM-DD'), end.format('YYYY-MM-DD'), label); }); </script> <script> function openModal() { document.getElementById("myModal").style.display = "block"; } function closeModal() { document.getElementById("myModal").style.display = "none"; } var slideIndex = 1; showSlides(slideIndex); function plusSlides(n) { showSlides(slideIndex += n); } function currentSlide(n) { showSlides(slideIndex = n); } function showSlides(n) { var i; var slides = document.getElementsByClassName("mySlides"); var dots = document.getElementsByClassName("demo"); if (n > slides.length) { slideIndex = 1 } if (n < 1) { slideIndex = slides.length } for (i = 0; i < slides.length; i++) { slides[i].style.display = "none"; } for (i = 0; i < dots.length; i++) { dots[i].className = dots[i].className.replace(" active", ""); } slides[slideIndex - 1].style.display = "block"; dots[slideIndex - 1].className += " active"; captionText.innerHTML = dots[slideIndex - 1].alt; } jQuery(document).ready(function() { jQuery("#myModal").dialog({ autoOpen: false, modal: true, open: function() { jQuery('.ui-widget-overlay').bind('click', function() { jQuery('#myModal').dialog('close'); }) } }); }); </script> <script> // number count for stats, using jQuery animate $('.counting').each(function() { var $this = $(this), countTo = $this.attr('data-count'); $({ countNum: $this.text()}).animate({ countNum: countTo }, { duration: 3000, easing:'linear', step: function() { $this.text(Math.floor(this.countNum)); }, complete: function() { $this.text(this.countNum); //alert('finished'); } }); }); </script> </body> </html>