D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
mpwalmi
/
www
/
Filename :
governing-body.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>Governing Body - 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>शासी निकाय (Government Body)</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" style="margin-top:18px;"> <div class="row"> <table class="table table-bordered" style="background: #1c345a;"> <thead> <tr> <th style="color:white;font-size: 22px;" scope="col" class="">#</th> <th style="color:white;font-size: 22px;" scope="col" class="">मुख्य सचिव</th> <th style="color:white;font-size: 22px;" scope="col" class="">अध्यक्ष</th> </tr> </thead> <tbody> <tr style="color:white;font-size: 17px;"> <th scope="row">1</th> <td>अपर मुख्य सचिव/प्रमुख सचिव, पंचायत एवं ग्रामीण विकास विभाग</td> <td>सदस्य</td> </tr> <tr style="color:white;font-size: 17px;"> <th scope="row">2</th> <td>कृषि उत्पादन आयुक्त, म.प्र.</td> <td>सदस्य</td> </tr> <tr style="color:white;font-size: 17px;"> <th scope="row">3</th> <td>अपर मुख्य सचिव/प्रमुख सचिव, वित्त विभाग</td> <td>सदस्य</td> </tr> <tr style="color:white;font-size: 17px;"> <th scope="row">4</th> <td>अपर मुख्य सचिव/प्रमुख सचिव, जल संसाधन विभाग</td> <td>सदस्य</td> </tr> <tr style="color:white;font-size: 17px;"> <th scope="row">5</th> <td>अपर मुख्य सचिव/प्रमुख सचिव, नर्मदा घाटी विकास विभाग</td> <td>सदस्य</td> </tr> <tr style="color:white;font-size: 17px;"> <th scope="row">6</th> <td>प्रमुख सचिव, किसान कल्याण एवं कृषि विकास विभाग</td> <td>सदस्य</td> </tr> <tr style="color:white;font-size: 17px;"> <th scope="row">7</th> <td>मुख सचिव, उद्यानिकी विभाग</td> <td>सदस्य</td> </tr> <tr style="color:white;font-size: 17px;"> <th scope="row">8</th> <td>प्रमुख सचिव, मत्स्य पालन विभाग </td> <td>सदस्य</td> </tr> <tr style="color:white;font-size: 17px;"> <th scope="row">9</th> <td>संचालक वाल्मी</td> <td>सदस्य सचिव</td> </tr> </tbody> </table> </div> </div> </div> </div> <?php include 'footer.php' ?> </div> </body> </html>