BossBey File Manager
PHP:
7.4.33
OS:
Linux
User:
root
Root
/
home
/
vssraipur
/
public_html
📤 Upload
📝 New File
📁 New Folder
Close
Editing: advisory.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">Advisory Board</h1> <div class="breadcrumbs"> <ul> <li><a href="#">Venkateshwar Signature School</a></li> <li>Advisory Board</li> </ul> </div> </div> </div> </div> </div> </div> <section class="flat-row pad-bottom90px section-advisory" style="padding-top: 190px; background-color: #f9f9f9;"> <div class="container"> <div class="row"> <div class="col-md-6 col-sm-6 col-xs-6 bod-col width-100"> <div class="bod-item"> <div class="bod-image" style="background-image: url('<?php echo $url; ?>/images/Dr.A-Sankara-Reddy-1.jpg');"></div> <div class="bod-content expandDiv1"> <h4>Dr A.Sankara Reddy</h4> <h5>Padma Shri<br>Founder , Sri Venkateshwar College , Univ. of Delhi</h5> <p>He was awarded the prestigious Padma Shri award in 2009 for his contributions in the field of literature and education. </p> </div> </div> </div> <div class="col-md-6 col-sm-6 col-xs-6 bod-col width-100"> <div class="bod-item"> <div class="bod-image" style="background-image: url('<?php echo $url; ?>/images/amit-khullar.jpg');"></div> <div class="bod-content expandDiv1"> <h4>Ar. Amit Khullar</h4> <h5>Founder & MD of Enar Consultants</h5> <p>He has been at the forefront of providing environmentally Sustainable and technological building solutions for various projects all over the world.</p> </div> </div> </div> <div class="col-md-6 col-sm-6 col-xs-6 bod-col width-100"> <div class="bod-item"> <div class="bod-image" style="background-image: url('<?php echo $url; ?>/images/ssarita.jpg');"></div> <div class="bod-content expandDiv1"> <h4>Ms. Ssarita Siingh</h4> <h5>Trustee, Priyadarshini Group of Schools</h5> <p>An Entrepreneur, a Leader, an Educationist and an anchor for change in society.</p> </div> </div> </div> <div class="col-md-6 col-sm-6 col-xs-6 bod-col width-100"> <div class="bod-item"> <div class="bod-image" style="background-image: url('<?php echo $url; ?>/images/deepti.jpg');"></div> <div class="bod-content expandDiv1"> <h4>Dr. ( Capt. ) Dipti Dhillon </h4> <h5>Founder & MD of Appleskin Clinic</h5> <p>She is a medical graduate from AFMC Pune and has served the Indian army and gained her expertise in medical field.</p> </div> </div> </div> <div class="col-md-6 col-sm-6 col-xs-6 bod-col width-100"> <div class="bod-item"> <div class="bod-image" style="background-image: url('<?php echo $url; ?>/images/dhirendra.jpg');"></div> <div class="bod-content expandDiv1"> <h4>Dr. Dhirendra Mishra</h4> <h5>Founder and MD, Life Educare</h5> <p>A rare combination of a teacher and consultant who is setting up learning abodes that shape and nurture the future.</p> </div> </div> </div> <div class="col-md-6 col-sm-6 col-xs-6 bod-col width-100"> <div class="bod-item"> <div class="bod-image" style="background-image: url('<?php echo $url; ?>/images/kumar.jpg');"></div> <div class="bod-content expandDiv1"> <h4>Dr. Kumar Parth</h4> <h5>Oncologist, Surgery,Gastroenterologist (Bangalore) </h5> <p>He is an expert in advanced laparoscopic abdominal surgeries (Key hole surgeries) for gastrointestinal lesions. With Special interest in Liver, pancreas, gall bladder, stomach, colon and bariatric surgeries.</p> </div> </div> </div> <!-- <div class="col-md-6 col-sm-6 col-xs-6 bod-col width-100"> <div class="bod-item"> <div class="bod-image" style="background-image: url('<?php echo $url; ?>/images/RAHUL_JI_KASWAN_MP.jpg');"></div> <div class="bod-content expandDiv1"> <h4>Mr Rahul Kaswah</h4> <h5>Member of Parliament</h5> </div> </div> </div> --> </div> </section> <style> .bod-image { background-position: center top; background-size: cover; } .bod-item { min-height: 280px; } </style> <?php include('footer.php'); ?>
Save
Cancel