Server IP : 103.191.208.50 / Your IP : 216.73.216.53 Web Server : LiteSpeed System : Linux orion.herosite.pro 4.18.0-553.53.1.lve.el8.x86_64 #1 SMP Wed May 28 17:01:02 UTC 2025 x86_64 User : celkcksm ( 1031) PHP Version : 7.4.33 Disable Function : show_source, system, shell_exec, passthru, popen, exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home/celkcksm/jcboseedu.org/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include("admin/include/config.inc.php"); include("include/header.php"); ?> <div class="bodySection m-t-lg"> <div class="container"> <div class="row"> <div class="col-md-8"> <?php $sliderQ=mysqli_query($con,"select image from home_slider order by id desc"); ?> <div id="bios"> <div class="topslider" style="display: none;"> <div class="prev1" style="display: none;"><i class="fa fa-chevron-left"></i></div> <?php while($sliderR=mysqli_fetch_array($sliderQ)){ ?> <div class="item1"><img src="admin/images/<?=$sliderR['image'];?>" class="img-responsive" style="width:740px;height:536px;"></div> <?php } ?> <div class="next1" style="display: none;"><i class="fa fa-chevron-right"></i></div> </div> </div> <?php $contactusR=mysqli_fetch_array(mysqli_query($con,"select * from contact_us order by id desc limit 1")); $aboutusR=mysqli_fetch_array(mysqli_query($con,"select * from about_us order by id desc limit 1")); ?> <div class="workingArea m-t-lg"> <div class="tpsubMen"></div> <div class="textArea"> <h1>Welcome to <?=$contactusR['name'];?></h1> <p><img alt="" class="img-responve right-image setHt" src="admin/images/<?=$aboutusR['image'];?>" style="width: 250px; height: 250px;" /><?=$aboutusR['p1'];?></p> <p> ...</p> <p><a class="neuLink" href="about-institute.php">Read More</a></p> </div> </div> </div> <div class="col-md-4"> <?php include("include/admission_query.php"); ?> </div> </div> </div> </div> <?php include("include/footer.php"); ?> </div> <meta name="google-adsense-account" content="ca-pub-7720530971022796"> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9155739821160392" crossorigin="anonymous"></script> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5707142299237888" crossorigin="anonymous"></script> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2597422161167384" crossorigin="anonymous"></script> <link rel="stylesheet" type="text/css" href="scripts/site/jquery.mmenu.all.css"> <link href="scripts/site/bootstrap.min.css" rel="stylesheet" type="text/css"/> <link href="scripts/theme/nav.css" rel="stylesheet" type="text/css"/> <link href="scripts/theme/owl.carousel.min.css" rel="stylesheet" type="text/css"/> <link href="scripts/site/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"/> <link href="scripts/content.css" rel="stylesheet" type="text/css"/> <script src="scripts/site/bootstrap.min.js" type="text/javascript"></script> <script src="scripts/theme/owl.carousel.min.js" type="text/javascript"></script> <script src="scripts/site/javascript.js" type="text/javascript"></script> <script type="text/javascript" src="scripts/site/jquery.mmenu.min.all.js"></script> <script type="text/javascript"> jQuery(window).load(function() { var preload = jQuery(".preload"); preload.fadeOut("slow"); }); $(".lemmenuToggle").click(function(){ if($(this).next('ul').hasClass('hidden')){ $(this).html('<i class="fa fa-angle-down selt" aria-hidden="true"></i>'); $(this).next('ul').removeClass('hidden');} else{$(this).html('<i class="fa fa-angle-right" aria-hidden="true"></i>');$(this).next('ul').addClass('hidden');} }); jQuery(document).ready(function ($) { // for Slider $('.topslider').removeAttr('style'); $('.prev1').removeAttr('style'); $('.next1').removeAttr('style'); $('.prev1').insertBefore('.topslider'); $('.next1').insertAfter('.topslider'); var owlBios = $('.topslider'); owlBios.owlCarousel({ loop: true, margin: 0, nav: false, dots: false, autoplay: true, lazyLoad: true, autoplayTimeout: 6000, animateOut: 'fadeOut 0.1s', items:1 }); $('.prev1').click(function () { owlBios.trigger('prev.owl.carousel', [700]); }); $('.next1').click(function () { owlBios.trigger('next.owl.carousel', [700]); }); }); $(function () { $('[data-toggle="tooltip"]').tooltip() }); </script> </body> </html>