Cylul007 Webshell
Server :
Linux ip-148-66-134-25.ip.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els10.x86_64 #1 SMP Fri Oct 11 21:40:41 UTC 2024 x86_64
php :
8.0.30
on
cgi-fcgi
Time
25 Nov 2024 15:22:23
Current Directory :
/
home
/
amvm
/
public_html
/
knswala
/
Upload File :
Mass Deface
Home
Bypass Passwd
Current File : /home/amvm/public_html/knswala/about.php
<?php include('header.php'); ?> <div class="site-section ftco-subscribe-1 site-blocks-cover pb-4" style="background-image: url('images/bg_1.jpg')"> <div class="container"> <div class="row align-items-end"> <div class="col-lg-6"> <h2 class="mb-0">About Us</h2> </div> <div class="col-lg-6 text-right"> <a href="index.php">Home</a> <span class="mx-3 icon-keyboard_arrow_right"></span> <span class="current">About Us</span> </div> </div> </div> </div> <!--Journey Start--> <div class="section-gray" > <div class="container-fluid"> <div class="row"> <div class="col-lg-7"><?php $qurey = "SELECT * FROM `pages` WHERE status='active' AND `id`= '8'"; $result = mysqli_query($con, $qurey); while($row = mysqli_fetch_array($result)) { ?> <div class="dt-sc-margin25"></div> <h2 class="section-title-underline" style="text-align: center;"> <span><?php echo $row['title'];?></span> </h2> <p class="page-content" style="text-align:justify;"><?php echo $row['description'];?></p> <div class="dt-sc-margin25"></div> <?php } ?> </div> <div class="col-lg-5"> <div class="dt-sc-margin25"></div> <div class="slideshow-container"> <div class="mySlides fade"> <img src="images/journey/j0.jpg" alt="image" style="width:100%"> </div> <div class="mySlides fade"> <img src="images/journey/j1.jpg" alt="image" style="width:100%"> </div> <div class="mySlides fade"> <img src="images/journey/j2.jpg" alt="image" style="width:100%"> </div> <div class="mySlides fade"> <img src="images/journey/j3.jpg" alt="image" style="width:100%"> </div> <div class="mySlides fade"> <img src="images/journey/j5.jpg" alt="image" style="width:100%"> </div> <div class="mySlides fade"> <img src="images/journey/j7.jpg" alt="image" style="width:100%"> </div> <div class="mySlides fade"> <img src="images/journey/j8.jpg" alt="image" style="width:100%"> </div> <div class="mySlides fade"> <img src="images/journey/j9.jpg" alt="image" style="width:100%"> </div> <div class="mySlides fade"> <img src="images/journey/j10.jpg" alt="image" style="width:100%"> </div> <div class="mySlides fade"> <img src="images/journey/j11.jpg" alt="image" style="width:100%"> </div> <div class="mySlides fade"> <img src="images/journey/j13.jpg" alt="image" style="width:100%"> </div> <div class="mySlides fade"> <img src="images/journey/j14.jpg" alt="image" style="width:100%"> </div> <div class="mySlides fade"> <img src="images/journey/j15.jpg" alt="image" style="width:100%"> </div> <div class="mySlides fade"> <img src="images/journey/j16.jpg" alt="image" style="width:100%"> </div> <div class="mySlides fade"> <img src="images/journey/j17.jpg" alt="image" style="width:100%"> </div> <div class="mySlides fade"> <img src="images/journey/j18.jpg" alt="image" style="width:100%"> </div> <div class="mySlides fade"> <img src="images/journey/santattar-425x500.jpg" alt="image" style="width:100%"> </div> <div class="mySlides fade"> <img src="images/journey/santteja-425x500.jpg" alt="image" style="width:100%"> </div> <div class="mySlides fade"> <img src="images/journey/valley-full.jpg" alt="image" style="width:100%"> </div> <a class="prev" onclick="plusSlides(-1)">❮</a> <a class="next" onclick="plusSlides(1)">❯</a> </div> </div> <div class="dt-sc-margin25"></div> <div class="col-lg-12"> <blockquote class="type1" style="text-align:justify" >The Kalgidhar Trust established its first school at Baru Sahib in 1986 and has established 129 more branches since then, besides undertaking various other charitable projects in the areas of healthcare, woman empowerment, relief & rehabilitation. To know more about Baru Sahib's ongoing charitable ventures, please Visit barusahib.org'</blockquote> </div> </div> </div> </div> <!--Journey End--> <!--Tab Start--> <div class="section" > <div class="container-fluid"> <div class="row"> <div class="col-lg-12"> <div class="dt-sc-margin25"></div> <h2 class="section-title-underline" style="text-align: center;"> <span>What We Do?</span> </h2> <p class="page-content" style="text-align: center;">Our journey of 30 years has been truly inspiring for us and for everyone who believes in our ethos.</p> <div class="tab"> <button class="tablinks" onclick="openField(event, 'SCHOOL EDUCATION')">SCHOOL EDUCATION</button> <button class="tablinks" onclick="openField(event, 'HIGHER EDUCATION')">HIGHER EDUCATION</button> <button class="tablinks" onclick="openField(event, 'HEALTH CARE')">HEALTH CARE</button> <button class="tablinks" onclick="openField(event, 'EMPOWERING WOMEN')">EMPOWERING WOMEN </button> <button class="tablinks" onclick="openField(event, 'RELIEF & REHAB CENTRE')">RELIEF & REHAB CENTRE</button> </div> <div id="SCHOOL EDUCATION" class="tabcontent"><?php $qurey = "SELECT * FROM `pages` WHERE status='active' AND `id`= '9'"; $result = mysqli_query($con, $qurey); while($row = mysqli_fetch_array($result)) { ?> <div class="tab-inbox"> <img src="images/students.jpg" width="300"/> </div> <h3><?php echo $row['title'];?></h3> <p style="text-align:justify"><?php echo $row['description'];?></p> <?php } ?> </div> <div id="HIGHER EDUCATION" class="tabcontent"><?php $qurey = "SELECT * FROM `pages` WHERE status='active' AND `id`= '10'"; $result = mysqli_query($con, $qurey); while($row = mysqli_fetch_array($result)) { ?> <div class="tab-inbox"> <img src="images/new-1.jpg" width="300"/> </div> <h3><?php echo $row['title'];?></h3> <p style="text-align:justify"><?php echo $row['description'];?></p> <?php } ?> </div> <div id="HEALTH CARE" class="tabcontent"> <div class="tab-inbox"> <img src="images/medical_camps.jpg" width="300"/> </div> <?php $qurey = "SELECT * FROM `pages` WHERE status='active' AND `id`= '11'"; $result = mysqli_query($con, $qurey); while($row = mysqli_fetch_array($result)) { ?> <h3><?php echo $row['title'];?></h3> <p style="text-align:justify"><?php echo $row['description'];?></p> <?php } ?> <?php $qurey = "SELECT * FROM `pages` WHERE status='active' AND `id`= '12'"; $result = mysqli_query($con, $qurey); while($row = mysqli_fetch_array($result)) { ?> <h3><?php echo $row['title'];?></h3> <p style="text-align:justify"><?php echo $row['description'];?></p> <?php } ?> </div> <div id="EMPOWERING WOMEN" class="tabcontent"><?php $qurey = "SELECT * FROM `pages` WHERE status='active' AND `id`= '40'"; $result = mysqli_query($con, $qurey); while($row = mysqli_fetch_array($result)) { ?> <div class="tab-inbox"> <img src="images/women.jpg" width="300"/> </div> <h3><?php echo $row['title'];?></h3> <p style="text-align:justify"><?php echo $row['description'];?> </p> <?php } ?> </div> <div id="RELIEF & REHAB CENTRE" class="tabcontent"> <?php $qurey = "SELECT * FROM `pages` WHERE status='active' AND `id`= '41'"; $result = mysqli_query($con, $qurey); while($row = mysqli_fetch_array($result)) { ?> <div class="tab-inbox"> <img src="images/relief.jpg" width="300"/> </div> <h3><?php echo $row['title'];?></h3> <p style="text-align:justify"><?php echo $row['description'];?> </p> <?php } ?> </div> <div class="dt-sc-margin25"></div> </div> </div> </div> </div> <!--Tab End--> <!--about Content Start--> <div class="section-gray" > <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="dt-sc-margin25"></div> <h2 class="section-title-underline" style="text-align: center;"> <span>Journey of Akal Academy</span> </h2> <p class="page-content" style="text-align:justify;">Akal Academy aims at developing young people who have cultivated mind imbued with a spirit of inquiry, thirst for knowledge, respect for diverse world cultures and a keen desire to serve the community in which they live and work, as well as aspire to serve humanity at large through their spiritual values and knowledge acquired through modern education.</p> <h2 class="section-title-underline" style="text-align: center;"> <span>Our Ethos</span> </h2> <figure class="thumnail" style="text-align: center;"> <img src="images/App-Baner.png" alt="School Image" class="img-fluid"> </figure> <p class="page-content" style="text-align:justify">The above divine hymn is incorporated in the Sri Guru Granth Sahib Ji and refers to that, the ones who are educated will always have a universal outlook and will use education for the betterment and welfare of human-kind.Our founding saints have propounded education to be of three types: </p> <div class="dt-sc-margin25"></div> </div> <div class="col-lg-12"> <blockquote class="type2" style="text-align:justify" >The Kalgidhar Trust established its first school at Baru Sahib in 1986 and has established 129 more branches since then, besides undertaking various other charitable projects in the areas of healthcare, woman empowerment, relief & rehabilitation. To know more about Baru Sahib's ongoing charitable ventures, please Visit barusahib.org'</blockquote> <div class="dt-sc-margin25"></div> <p class="page-content" style="text-align:justify" >Thus we need Gurukuls which can strengthen the roots of our children, expose them to the spiritual realm, teach them to have respect for values and morals and develop in them the uncanny ability to discern right from wrong We at Akal Academy, Baru Sahib believe in empowering young minds with Value Based Education, alongside exposing them to the best of educational Pedagogy (Worldly Scientific Education), moral and spiritual values. We are also of firm belief that exposing the young minds to a value based education system would surely benefit in soothing the already raging world, bringing in permanent peace and thus creating global citizen.</p> </div> </div> </div> </div> <!--about Content End--> <!--About Akal Academy Bilga Tab Start--> <div class="section" > <div class="container-fluid"> <div class="row"> <div class="col-lg-12"> <div class="dt-sc-margin25"></div> <h2 class="section-title-underline" style="text-align: center;"> <span>About Akal Academy Killi Nihal Singh Wala?</span> </h2> <div class="tab"> <button class="tablinks" onclick="openField(event, 'Our Ideology')">Our Ideology:</button> <button class="tablinks" onclick="openField(event, 'History')">History:</button> <button class="tablinks" onclick="openField(event, 'Our Culture')">Our Culture:</button> <button class="tablinks" onclick="openField(event, 'Principal’s Desk')">From the Principal’s Desk:</button> <button class="tablinks" onclick="openField(event, 'Objective of the school')">Objective of the school:</button> </div> <div id="Our Ideology" class="tabcontent"><?php $qurey = "SELECT * FROM `pages` WHERE status='active' AND `id`= '14'"; $result = mysqli_query($con, $qurey); while($row = mysqli_fetch_array($result)) { ?> <h3><?php echo $row['title'];?></h3> <p style="text-align:justify"><?php echo $row['description'];?></p> <?php } ?> </div> <div id="History" class="tabcontent"><?php $qurey = "SELECT * FROM `pages` WHERE status='active' AND `id`= '15'"; $result = mysqli_query($con, $qurey); while($row = mysqli_fetch_array($result)) { ?> <h3><?php echo $row['title'];?></h3> <p style="text-align:justify"><?php echo $row['description'];?></p> <?php } ?> </div> <div id="Our Culture" class="tabcontent"><?php $qurey = "SELECT * FROM `pages` WHERE status='active' AND `id`= '16'"; $result = mysqli_query($con, $qurey); while($row = mysqli_fetch_array($result)) { ?> <h3><?php echo $row['title'];?></h3> <p style="text-align:justify"><?php echo $row['description'];?></p> <?php } ?> </div> <div id="Principal’s Desk" class="tabcontent"><?php $qurey = "SELECT * FROM `pages` WHERE status='active' AND `id`= '17'"; $result = mysqli_query($con, $qurey); while($row = mysqli_fetch_array($result)) { ?> <h3><?php echo $row['title'];?></h3> <p style="text-align:justify"><?php echo $row['description'];?></p> <?php } ?> </div> <div id="Objective of the school" class="tabcontent"><?php $qurey = "SELECT * FROM `pages` WHERE status='active' AND `id`= '18'"; $result = mysqli_query($con, $qurey); while($row = mysqli_fetch_array($result)) { ?> <h3><?php echo $row['title'];?></h3> <p style="text-align:justify"><?php echo $row['description'];?></p> <?php } ?> </div> <div class="dt-sc-margin25"></div> </div> </div> </div> </div> <div class="dt-sc-margin25"></div> <!--About Akal Academy Bilga Tab End--> <?php include('footer.php'); ?>
./LuLlaby007 ♥ Tata Cantik - Copyright 2k18