D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
mpwalmi
/
www
/
Filename :
executive-committee.php
back
Copy
<?php include("admin/config.php"); ?> <!doctype html> <html lang="en"> <head> <meta charset="utf-8" /> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Executive Committee - M.P. Water and Land Management Institute, Bhopal</title> <meta name="author" content="Webful Creations"> <meta name="keywords" content=""> <meta name="description" content=""> <!-- <link rel="shortcut icon" type="image/x-icon" href="assets/images/favicon.png"> --> <meta name="viewport" content="width=device-width, initial-scale=1"> <?php include 'header-link.php'; ?> </head> <body style="background-image: url('assets/images/park/wp3556796.jpg');"> <div class="main-container"> <?php include 'header.php'; ?> <div class="title-section dark-bg module grey-bg"> <div class="container"> <div class="row"> <div class="col-sm-12 col-padding-y"> <div class="title-section-text"> <h2>कार्यकारिणी समिति (Executive Committee)</h2> </div> </div> </div> </div> </div> <a href="index.php" class="back-arrow"> <i class="fa fa-arrow-left" aria-hidden="true"></i> </a> <div class="container"> <div class="row"> <table class="table table-bordered table-extra-cs"> <thead> <tr> <th scope="col" class="text-white">#</th> <th scope="col" style="font-size: 22px">मुख्य सचिव</th> <th scope="col" style="font-size: 22px">अध्यक्ष</th> </tr> </thead> <tbody> <tr> <th scope="row">1</th> <td>अपर मुख्य सचिव/प्रमुख सचिव, पंचायत एवं ग्रामीण विकास विभाग</td> <td>अध्यक्ष</td> </tr> <tr> <th scope="row">2</th> <td>प्रमुख सचिव जल संसाधन विभाग </td> <td>सदस्य</td> </tr> <tr> <th scope="row">3</th> <td>सचिव वित्त विभाग</td> <td>सदस्य</td> </tr> <tr> <th scope="row">4</th> <td>प्रमुख सचिव / सचिव किसान कल्याण एवं कृषि विकास विभाग</td> <td>सदस्य</td> </tr> <tr> <th scope="row">5</th> <td>मुख्य कार्यपालन अधिकारी म.प्र. ग्रामीण सड़क विभाग प्राधिकरण</td> <td>सदस्य</td> </tr> <tr> <th scope="row">6</th> <td>संचालक राजीव गांधी जलग्रहण क्षेत्र प्रबंधन मिशन /मुख्य कार्यपालन अधिकारी-एस.एल.एन.ए. – एकीकृत जलग्रहण क्षेत्र प्रबंधन कार्यक्रम </td> <td>सदस्य</td> </tr> <tr> <th scope="row">7</th> <td>मुख्य कार्यपालन राज्य ग्रामीण आजीविका मिशन</td> <td>सदस्य</td> </tr> <tr> <th scope="row">8</th> <td>परियोजना संचालक विश्व बैंक परियोजनाये जल संसाधन विभाग</td> <td>सदस्य</td> </tr> <tr> <th scope="row">9</th> <td>प्रमुख अभियंता ग्रामीण यांत्रिकी सेवा</td> <td>सदस्य</td> </tr> <tr> <th scope="row">10</th> <td>आयुक्त सैंच्य क्षेत्र विकास जल संसाधन विभाग</td> <td>सदस्य</td> </tr> <tr> <th scope="row">11</th> <td>संचालक उद्यानिक</td> <td>सदस्य</td> </tr> <tr> <th scope="row">12</th> <td>संचालक मत्स्य पालन</td> <td>सदस्य</td> </tr> <tr> <th scope="row">13</th> <td>संचालक वाल्मी</td> <td>सदस्य सचिव</td> </tr> </tbody> </table> </div> </div> </div> </div> <?php include 'footer.php' ?> </div> </body> </html>