kohjhjhصثقص5572hjkhk7872ثقصثقgdfgdg
Ele57885fddfg872782782782 hjkhj782dfgfghgقفغفغفقhfg555434536
/
home
/
u656492608
/
domains
/
davschoolsurmar.com
/
public_html
/
curriculum
/
Upload FileeE
HOME
<!DOCTYPE html> <html lang="en"> <head> <!-- basic --> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- mobile metas --> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="initial-scale=1, maximum-scale=1"> <!-- site metas --> <title>DAV School URMAR</title> <meta name="keywords" content=""> <meta name="description" content=""> <meta name="author" content=""> <!-- fevicon --> <link rel="icon" href="../images/fevicon.png" type="image/gif" /> <!-- bootstrap css --> <link rel="stylesheet" href="../css/bootstrap.min.css"> <!-- style css --> <link rel="stylesheet" href="../css/style.css"> <!-- Responsive--> <link rel="stylesheet" href="../css/responsive.css"> <!-- Scrollbar Custom CSS --> <link rel="stylesheet" href="../css/jquery.mCustomScrollbar.min.css"> <!-- Tweaks for older IEs--> <link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.css" media="screen"> </head> <!-- body --> <body class="main-layout"> <!-- header --> <header> <!-- header inner --> <div class="header-top"> <div class="header"> <div class="container-fluid"> <div class="row"> <div class="col-xl-2 col-lg-4 col-md-4 col-sm-3 col logo_section"> <div class="full"> <div class="center-desk"> <div class="logo logo-style"> <a href="index.php"><img src="../images/davlogo.png" alt="#" /></a> </div> </div> </div> </div> <div class="col-xl-10 col-lg-8 col-md-8 col-sm-9"> <div class="header_information"> <div class="menu-area"> <div class="limit-box"> <nav class="main-menu "> <ul class="menu-area-main"> <?php include("../admin/config.php"); $sql="select * from mainmenu where pid='0'"; $result=mysqli_query($con,$sql); $links = array( "Home" => "academics", "Academics" => "academics", "Beyond Curriculum" => "curriculum", "Donations" => "contributions", "Contact" => "contact", "Alumni" => "alumni" ); while($row=mysqli_fetch_array($result)) { if($row['pname']=='Home') { ?> <li><a href="../index.php"> <?php echo $row['pname'];?></a> <?php } else { $link = "#"; if ($row['pname'] == "Contact") $link = "../contact/contact.php"; if ($row['pname'] == "Alumni") $link = "../alumni/Alumni.php"; ?> <li><a href=<?php echo $link ?>> <?php echo $row['pname'];?></a> <?php } $sqlsm="select * from mainmenu where pid='$row[mid]'"; $resultsm=mysqli_query($con,$sqlsm); $countsm=mysqli_num_rows($resultsm); if($countsm>0) { ?> <ul> <?php while($rowsm=mysqli_fetch_array($resultsm)) { //echo $rowsm['mid']; $link = explode(" ", $rowsm['pname']); $path = "../".$links[$row["pname"]]."/".$link[0].".php"; if ($rowsm['pname'] == "Schools") $path = "#"; ?> <li><a href=<?php echo $path?>> <?php echo $rowsm['pname'];?></a> <?php $sqlsmm="select * from mainmenu where pid='$rowsm[mid]'"; $resultsmm=mysqli_query($con,$sqlsmm); $countsmm=mysqli_num_rows($resultsmm); if($countsmm>0) { ?> <ul> <?php while($rowsmm=mysqli_fetch_array($resultsmm)) { if($rowsmm['pname']=='D A V Sr. Secondary School URMAR') { $link="../davschool.php"; ?> <li><a href="<?php echo $link;?>"> <?php echo $rowsmm['pname'];?></a></li> <?php } elseif($rowsmm['pname']=='M.C. Jolly D.A.V. Public Senior Secondary School URMAR') { $link1="../mcjolly.php"; ?> <li><a href="<?php echo $link1;?>"> <?php echo $rowsmm['pname'];?></a></li> <?php } ?> <?php } ?> </ul> <?php } ?> </li> <?php } ?> </ul> <?php } ?> </li> <?php } ?> </ul> </nav> </div> </div> <div class="mean-last"> <button type="button" class="btn btn-success">Donate</button></div> </div> </div> </div> </div> </div> <!-- end header inner --> </div> </header> <main class="container"> <div class="row g-5"> <div class="col-md-8"> <h3 class="pb-4 mb-4 fst-italic border-bottom"> </h3> <div class="card card-container"> <div class="card-header" id="headingSix"> <h5 class="mb-0"> Faculty Development Program </h5> </div> <div class="card-body"> <section class="details-section-block"> <div class="main_title_2"> <!-- <span><em></em></span><h2>Syllabus</h2> --> <img src="../images/staff2.jpg" style="margin:0px 0 10px 0" /> </div> <div> <p>The teachers being at the core of all teaching learning activities, it is the teacher support and development process that sets us apart. For our teachers to be efficient and effective, we recognise the important of the factors that allow them to perform their roles effectively and avoid those that hinder it. </p> <br> <p>Careful selection of trained teachers is followed by a strong teacher development. A well designed in service training program provides opportunities for teachers to:-</p> <br> <p> • Be informed about the latest developments in pedagogy. <br> • Be in touch with their inner self and further their professional development. <br> • Develop interpersonal skills necessary for meaningful interaction with school age children. <br> • Upgrade their skills and knowledge levels as teachers of integrated national and international curriculum. <br> </p> <br> <p>We not only focus on the students’ overall growth, but we also take care of professional development of teachers and other staff members.</p> <br> <p>We motivate our teachers to attend various seminars/workshops/Educational Conclaves to improve themselves in their teaching and learning skills. Participation and Interactions in these programs helps widen the horizon and build personality of Teachers to engage their students for overall development of students.</p> <br> <p>Members of the core team and teacher educators from professional organisations regularly conduct training and development workshops and seminars. In addition, workshops and seminars also conducted by resource persons from schools of higher learning. Intense in-service workshops are conducted during each vacation of the school calendar. These are supported by regular staff interaction where everyday situations are discussed, analysed, and resolved to create on enriching environment for both teachers and learners.</p> </div> </section> </div> </div> </div> </div> </main> <!-- footer --> <footr> <div class="footer "> <div class="container"> <div class="row"> <div class="col-md-12"> <h2></h2> <span></span> </div> <div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 "> <div class="row"> <div class="col-xl-3 col-lg-3 col-md-6 col-sm-6 "> <div class="address"> <h3>Contact us </h3> <ul class="loca"> <li> <a href="#"><img src="../icon/loc.png" alt="#" /></a>DAV School Urmar </li> <li> <a href="#"><img src="../icon/email.png" alt="#" /></a>davschool@gmail.com </li> <li> <a href="#"><img src="../icon/call.png" alt="#" /></a>+91-9463260844</li> </ul> <ul class="social_link"> <li><a href="#"><img src="../icon/fb.png"></a></li> <li><a href="#"><img src="../icon/tw.png"></a></li> <li><a href="#"><img src="../icon/lin(2).png"></a></li> <li><a href="#"><img src="../icon/instagram.png"></a></li> </ul> </div> </div> <div class="col-lg-3 col-md-6 col-sm-6"> <div class="address"> <h3>Quick Links</h3> <ul class="Menu_footer"> <li class="active"> <a href="<?php echo "../index.php"?>">Home</a> </li> <li><a href="<?php echo "../academics/About.php"?>">About Us</a> </li> <li><a href="<?php echo "../academics/Message.php"?>">Message from President</a> </li> <li><a href="<?php echo "../academics/Management.php"?>">Management</a> </li> <li><a href="<?php echo "../academics/Transformation.php"?>">Transformation</a> </li> </ul> </div> </div> <div class="col-lg-3 col-md-6 col-sm-6"> <div class="address"> <h3>Academics</h3> <ul class="Links_footer"> <li class="active"><a href="#">Schools</a> </li> <li><a href="<?php echo "../academics/Affiliations.php"?>">Affiliations</a> </li> <li><a href="<?php echo "../academics/Courses.php"?>">Courses</a> </li> <li><a href="<?php echo "../academics/Partners.php"?>">Partners</a> </li> <li><a href="#">Gallery</a> </li> </ul> </div> </div> <div class="col-lg-3 col-md-6 col-sm-6 "> <div class="address address-logo"> <a href="index.html"> <img src="../images/logo1.png" alt="logo"></a> </div> </div> </div> </div> </div> </div> <div class="copyright" style="box-shadow: 0px 0px 11px 0px;"> <div class="container"> <p>Copyright © <b id="current_year"><script>document.findElementById("current_year").innerText = new Date().getFullYear();</script></b> DAV School</p> </div> </div> </div> </footr> <!-- end footer --> <!-- Javascript files--> <script src="../js/jquery.min.js"></script> <script src="../js/popper.min.js"></script> <script src="../js/bootstrap.bundle.min.js"></script> <script src="../js/jquery-3.0.0.min.js"></script> <script src="../js/plugin.js"></script> <!-- sidebar --> <script src="../js/jquery.mCustomScrollbar.concat.min.js"></script> <script src="../js/custom.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.js"></script> <script> // This example adds a marker to indicate the position of Bondi Beach in Sydney, // Australia. function initMap() { var map = new google.maps.Map(document.getElementById('map'), { zoom: 11, center: { lat: 40.645037, lng: -73.880224 }, }); var image = 'images/maps-and-flags.png'; var beachMarker = new google.maps.Marker({ position: { lat: 40.645037, lng: -73.880224 }, map: map, icon: image }); } </script> <!-- google map js --> <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyA8eaHt9Dh5H57Zh0xVTqxVdBFCvFMqFjQ&callback=initMap"></script> <!-- end google map js --> <script src="../js/jquery.mixitup1.min.js"></script> <script src="../js/custom1.js"></script> </body> </html>