BossBey File Manager
PHP:
7.4.33
OS:
Linux
User:
root
Root
/
home
/
vssraipur
/
public_html
📤 Upload
📝 New File
📁 New Folder
Close
Editing: school-fee-committee.php
<?php include('header.php'); ?> <div class="page-title parallax parallax1"> <div class="overlay"></div> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="page-title-heading"> <h1 class="title">School Fee Committee</h1> <div class="breadcrumbs"> <ul> <li><a href="">Venkateshwar Signature School</a></li> <li>School Fee Committee</li> </ul> </div> </div> </div> </div> </div> </div> <section class="flat-row pad-bottom90px"> <div class="container"> <div class="row"> <div class="title-style title-center"> <h2>SCHOOL FEE COMMITTEE</h2> <h5>(ACADEMIC YEAR 2025-2026)</h5> </div> </div> <div class="row"> <div class="col-md-12"> <div class="table-responsive table-col"> <table class="table table-bordered"> <thead> <tr> <th>S. No.</th> <th>Name</th> <th>Designation </th> <th>Remarks</th> </tr> </thead> <tbody> <tr> <td>1</td> <td>Capt. (Dr.) Ankur Dhillon</td> <td>Chairman</td> <td>Head of School Management<br>Committee - Chairman</td> </tr> <tr> <td>2</td> <td>Shri Jagecharan Baghel</td> <td>Manager</td> <td>Nodal Officer<br>(Nominated by the Collector)</td> </tr> <tr> <td>3</td> <td>Dr. Sowmya Raghubir</td> <td>Member Secretary</td> <td>Principal of the School</td> </tr> <tr> <td>4</td> <td>Mrs. Navdeep Kaur</td> <td>Member</td> <td>Guardian (Primary School) <br>(Nominated by the Collector)</td> </tr> <tr> <td>5</td> <td>Ms. Poonam Mishra</td> <td>Member</td> <td>Guardian (Middle School) <br>(Nominated by the Collector)</td> </tr> <tr> <td>6</td> <td>Mr. Deepak Sahu</td> <td>Member</td> <td>Guardian (High School) <br>(Nominated by the Collector)</td> </tr> <tr> <td>7</td> <td>Mr. Vedprakash Dindore</td> <td>Member</td> <td>Guardian (High Secondary) <br>(Nominated by the Collector)</td> </tr> <tr> <td>8</td> <td>Ms. Harsha Bhadouria</td> <td>Member</td> <td>Guardian (Primary School) <br>(Nominated by the Principal)</td> </tr> <tr> <td>9</td> <td>Mr. Hemant Bhardwaj</td> <td>Member</td> <td>Guardian (Middle School) <br>(Nominated by the Principal)</td> </tr> <tr> <td>10</td> <td>Mr. Yash Agrawal</td> <td>Member</td> <td>Guardian (High School) - <br>(Nominated by the Principal)</td> </tr> <tr> <td>11</td> <td>Ms. Lekha Dammani</td> <td>Member</td> <td>Guardian (Higher Secondary School) - <br>(Nominated by the Principal)</td> </tr> </tbody> </table> </div> </div> </div> </div> </section> <style> thead tr th, tbody tr td, tbody tr th { text-align: left !important; text-transform: uppercase !important; font-weight: 500 !important; } td[colspan] { font-weight: bold; font-size: 18px !important; } .table-col table thead { background: #3d5279; } .table-col table tbody tr td:first-child { width: 70px; } .table-col h5 { text-transform: uppercase; margin-bottom: 10px; margin-top: 15px; font-size: 1.7em; } sup { text-transform: initial; } tbody.ch span { width: 250px; text-align: left; margin: auto; display: table; } tbody.cha .span1 { width: 150px; } tbody.cha .span1, tbody.cha .span2 { text-align: left; margin: auto; display: table; } tbody.cha .span2 { width: 113px; } </style> <?php include('footer.php'); ?>
Save
Cancel