BossBey File Manager
PHP:
7.4.33
OS:
Linux
User:
root
Root
/
home
/
vssraipur
/
public_html
📤 Upload
📝 New File
📁 New Folder
Close
Editing: board-of-directors.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">Board of Directors</h1> <div class="breadcrumbs"> <ul> <li><a href="#">Venkateshwar Signature School</a></li> <li>Board of Directors</li> </ul> </div> </div> </div> </div> </div> </div> <section class="flat-row pad-bottom90px" style="padding-top: 190px; background-color: #f9f9f9;"> <div class="container"> <div class="row"> <div class="col-md-6 bod-col"> <div class="bod-item"> <div class="bod-image" style="background-image: url('<?php echo $url; ?>/images/dummy-profile-pic.jpg');"></div> <div class="bod-content expandDiv1 "> <h4>Dr. Dharamvir Dhillon</h4> <h5>Founder Chairman- venkateshwar Signature School </h5> <h5>Founder - Dharam Foundation</h5> <h5>CMD - Shivam Mining Group </h5> <h5>President - Masters Athletics Federation of India (MAFI)</h5> <h5>Alumni - Gold Medalist B.Sc (M.Ed), Kurukshetra<br>B.V.Sc & A.H. – Haryana Agricultural University</h5> <h5>Topper - Haryana Public Service Commission</h5> <p>Dr. Dharamvir Dhillon, the founder Chairman of Venkateshwar Signature School, his brainchild is a visionary leader dedicated to transforming education. It follows the resounding success of his pioneering academic ventures of Venkateshwar group of schools and hospitals. His passion for innovation and commitment to excellence have shaped the school into a beacon of learning, focusing on holistic development. His foresight, extensive experience leadership have inspired countless students and educators leaving an indelible mark on educational landscape. His mentorship fosters individuality and creativity, empowering students to create their own signature.</p> </div> </div> </div> <!-- <div class="col-md-6 bod-col"> <div class="bod-item"> <div class="bod-image" style="background-image: url('<?php echo $url; ?>/images/RAJPAL.jpg');"></div> <div class="bod-content expandDiv1"> <h4>Mr Rajpal solanki</h4> <h5>Group Chairman<br>Venkateshwar Schools & Hospital</h5> <p>The Venerable Chairman of the Venkateshwar group of Schools and Hospital for whom the pursuit of excellence is a never ending quest. His vision of establishing a world class Institution after the resounding success of the pioneer school i.e. VIS Sector 10 and thereafter VIS Sector 18 Dwarka has taken shape in the form of Venkateshwar Global School.</p> <p>“I envisage Institutions rich in tradition and Indian culture producing students, who through their education, will serve as productive members of the society.” </p> </div> </div> </div> --> <div class="col-md-6 bod-col"> <div class="bod-item"> <div class="bod-image" style="background-image: url('<?php echo $url; ?>/images/chairman.jpg');background-position: 0 center;"></div> <!-- <div class="bod-content expandDiv1"> --> <div class="bod-content expandDiv1"> <h4>Dr. Rajiv solanki</h4> <h5>Director, Venkateshwar Signautre School</h5> <h5 class="color_2">Chairman, Venkateshwar Global School</h5> <p>Dr. Rajiv Solanki is the young and dynamic Chairman of Venkateshwar Global School, Rohini, Delhi, actively involved in propelling the school in achieving its aim of fostering a more realistic education, preparing young minds to be the global citizens for a new tomorrow. Under his guidance – the VSS facilitates each child to evolve as a dynamic, confident and a self reliant individual - all set explore, enquire and “think out of the box”. He believes in and aims to work towards helping the Institution reach soaring heights in all endeavors.</p> </div> </div> </div> <!-- <div class="col-md-6 bod-col"> <div class="bod-item"> <div class="bod-image" style="background-image: url('<?php echo $url; ?>/images/SAILANDER.jpg');"></div> <div class="bod-content expandDiv1"> <h4>Mr Shailendra</h4> <h5>Director</h5> <p>An alumnus of Wynberg Allen School, Mussorie, with a B.E. degree in Informatics Sciences from Vishvesvarya Technological University, Belgaum and MBA from Kingston University, UK, Mr. Sailander Solanki (Chairman, Sri Venkateshwar International School, Sec-18, Dwarka, Delhi) strongly believes in making the school a place of excellence, where technology assists the learners and administrators, physical fitness sharpens the mind, an ever-evolving quest for the unknown drives the passion for learning in the young minds, where values and ethics determine the course of action, where the world is an extension of one’s arena of home & work place.</p> </div> </div> </div> --> <div class="col-md-6 bod-col"> <div class="bod-item"> <div class="bod-image" style="background-image: url('<?php echo $url; ?>/images/kavitasoni1.jpg'); background-position: center;"></div> <div class="bod-content expandDiv1 "> <h4>MS. SHWETA DHILLON</h4> <h5>Director</h5> <h5>Venkateshwar Signature School, Raipur</h5> <h5 class="color_2">Trustee, Dharma Foundation</h5> <p>An edupreneur, who has ventured successfully into education and negotiated the obstructive hurdles and roadblocks placed claiming to prevent the “commercialisation of education”. She brings in fresh energy, management expertise and inherited knowledge into Venkateshwar group of institutions across the spectrum. </p> <p>Passionate about education and privileged to work in this nation-building sector, her aim is to deliver excellence in education to brighten the future prospects of children, providing access to quality education at affordable prices and nurturing future global leaders invested with values, morals and ethics.</p> </div> </div> </div> </div> </div> </div> </div> </div> </section> <style> .bod-image { background-position: 100% top; background-size: cover; } /*.bod-item h5.color_2 {color: #efaa00;} .bod-item h5.color_1 {color: red;}*/ .bod-content { text-align: left; } .bod-item span.read-less, .bod-item span.read-more { margin: 0; } </style> <?php include('footer.php'); ?>
Save
Cancel