]]jkjjgdjffksdkdfdkfjgsldkfhgjkgjkhjkgjkdascxvxcvxcvjdklfgjslkdfgjlskdfgjdskfgj
במ12[aspddfsdfsdfdrxcvxcvcxvxcvxcvxcvxcvxcvxcvxcvxcvxxvxcvxcvxcv;'
/
home
/
u893294702
/
domains
/
gitanjalipeacefoundation.com
/
public_html
/
Upload FileeE
HOME
<?php include("header.php"); ?> <!-- Start main-content --> <div class="main-content"> <section id="home"> <!-- Slider Revolution Start --> <!-- Slider Revolution Start --> <div id="myCarousel" class="carousel slide" data-ride="carousel"> <!-- Indicators --> <!-- Wrapper for slides --> <div class="carousel-inner" role="listbox"> <div class="item active"> <img src="images/bg/bg1.jpg" alt="Quantum Coaching Academy" width="100%"> </div> <?php require 'admin/database/dbconfig.php'; $query = "SELECT * FROM bannertab"; $query_run = mysqli_query($connection, $query); $check_img = mysqli_num_rows($query_run) > 0; if ($check_img) { while ($row = mysqli_fetch_array($query_run)) { ?> <div class="item"> <img src="admin/files/images/<?php echo $row['imgfile']; ?>" alt="Quantum Coaching Academy" width="100%"> </div> <?php } } else { echo "No Records Found"; } ?> </div> <a class="left carousel-control" href="#myCarousel" data-slide="prev"> <span class="glyphicon glyphicon-chevron-left"></span> <span class="sr-only">Previous</span> </a> <a class="right carousel-control" href="#myCarousel" data-slide="next"> <span class="glyphicon glyphicon-chevron-right"></span> <span class="sr-only">Next</span> </a> </div> </section> <!-- Section: About --> <section id="about" data-bg-img="#"> <div class="container pb-70"> <div class="section-content"> <div class="row"> <div class="col-md-8 col-sm-12 wow fadeInRight" data-wow-duration="1s" data-wow-delay="0.3s"> <h2 class="text-uppercase mt-0" style="font-size: 24px;">Welcome To <span class="text-theme-color-2"> Gitanjali Peace Foundation</span></h2> <p style="text-align: justify; color:black; font-size:16px;"> Gitanjali peace foundation Aim It envisages providing good education and equal opportunities to fully educate human potential and economic transformation of the society.<br/> <b>vision :</b> Wish for a healthy, strong, safe and secure livelihood <br/> GPF is a non-governmental organization<br/> In which a healthy, clean vocational training, skill development, child welfare , education and main focusing on the empowerment of women and children.<br/> Our foundation aims to serve the society in a special way by developing skills for poor women and distressed women and providing employment opportunities to both men and women. For those who have no support and want to live a self-reliant life with self-respect, Gitanjali peace foundation will always be ready to help them.<br/> Those children who want to study and do not have any means to study, who are destitute and helpless and their parents are also unemployed and compelled then Gitanjali peace foundation takes the responsibility of their children's education. And Gitanjali peace foundation takes charge of them<br/> Those children who are talented in the society do not even get a chance to showcase their talent, our GPF helps such talented children. Gitanjali peace foundation also makes in highlighting the talent of the talented children in the society and taking them to the top. </p> <a href="about-us.php" class="btn btn-sm btn-theme-colored">Read more</a> <div class="row mt-40"> </div> </div> <div class="col-md-4 col-sm-12 wow fadeInLeft" data-wow-duration="1s" data-wow-delay="0.3s"> <div class="p-30 bg-theme-colored mt-10"> <h3 class="text-white mt-0 mb-10">Upcoming Events</h3> <!-- Appilication Form Start--> <div class="row" style="background-color: white;"> <marquee direction="up" scrolldelay="4" scrollamount="4" onmouseover='this.stop();' onmouseout="this.start();" style="height: 350px;"> <?php require 'admin/database/dbconfig.php'; $query = "SELECT * FROM nboard"; $query_run = mysqli_query($connection, $query); $check_notice = mysqli_num_rows($query_run) > 0; if ($check_notice) { while ($row = mysqli_fetch_array($query_run)) { ?> <h5> <img src="images/new1.gif" / style="float:left;"><span style="color:#0000b3;"><?php echo $row['date']; ?></span> <a href="<?php echo 'admin/files/' . $row['nurl'] ?>"><?php echo $row['ntext']; ?></a> </h5> <?php } } else { echo "We will soon update this page"; } ?> </marquee> </div> <!-- Application Form End--> <!-- Application Form Validation Start--> <script type="text/javascript"> $("#reservation_form").validate({ submitHandler: function(form) { var form_btn = $(form).find('button[type="submit"]'); var form_result_div = '#form-result'; $(form_result_div).remove(); form_btn.before('<div id="form-result" class="alert alert-success" role="alert" style="display: none;"></div>'); var form_btn_old_msg = form_btn.html(); form_btn.html(form_btn.prop('disabled', true).data("loading-text")); $(form).ajaxSubmit({ dataType: 'json', success: function(data) { if( data.status == 'true' ) { $(form).find('.form-control').val(''); } form_btn.prop('disabled', false).html(form_btn_old_msg); $(form_result_div).html(data.message).fadeIn('slow'); setTimeout(function(){ $(form_result_div).fadeOut('slow') }, 6000); } }); } }); </script> <!-- Application Form Validation Start --> </div> </div> </div> </div> </div> </section> <section id="experts" class="bg-lighter" style="margin-top:-50px;" > <div class="container pt-70 pb-70"> <div class="section-title text-center"> <div class="row"> <div class="col-md-8 col-md-offset-2"> <h2 class="mt-0 line-height-1 text-center text-uppercase mb-10 text-black-333">Our <span class="text-theme-color-2"> Members</span></h2> </div> </div> </div> <div class="row mtli-row-clearfix"> <div class="col-md-12"> <div class="owl-carousel-4col"> <?php require 'admin/database/dbconfig.php'; $query = "SELECT * FROM fboard"; $query_run = mysqli_query($connection, $query); $check_img = mysqli_num_rows($query_run) > 0; if ($check_img) { while ($row = mysqli_fetch_array($query_run)) { ?> <div class="item"> <div class="team-members mb-sm-30 border-2px"> <div class="team-thumb text-center"> <img class="img-fullwidth" src="admin/faculty/<?php echo $row['fimg']; ?>" alt=""> </div> <div class="team-lower-block text-center p-20" style="background-color:#450175;"> <p style="font-size:20px; color:white; margin-top:-8%;"><?php echo $row['fname']; ?></p> <p style="font-size:16px; color:white; margin-top:-8%;"> <?php echo $row['des']; ?> </p> <p style="font-size:16px; color:white; margin-top:-8%;">Mobile: <?php echo $row['exp']; ?> </p> <p style="font-size:13px; color:white; margin-top:-8%;">Email: <?php echo $row['qual']; ?> </p> </div> </div> </div> <?php } } else { echo "No Records Found"; } ?> </div> </div> </div> </div> </section> <!-- Section: courses --> <section> <div class="container pt-70 pb-40"> <div class="section-title text-center"> <div class="row"> <div class="col-md-8 col-md-offset-2"> <h2 class="mt-0 line-height-1 text-center text-uppercase mb-10 text-black-333">Our <span class="text-theme-color-2"> Activities</span></h2> <p style="color:black; font-size:17px;"> At Gitanjali Peace Foundation, we engage in a wide range of activities aimed at holistic societal development. Our areas of focus include:</p> </div> </div> </div> <div class="row multi-row-clearfix"> <div class="col-md-12"> <div class="owl-carousel-4col owl-nav-top" data-dots="true"> <div class="item"> <div class="project mb-30 border-2px"> <div class="thumb"> <img class="img-fullwidth" alt="" src="images/blog/women.jpg"> </div> <div class="project-details p-15 pt-10 pb-10"> <h4 style="font-size:14px;"><a href="#">Women & Child Welfare</a></h4> <p>Our programs focus on supporting women's rights and ensuring the well-being and education of children, aiming for gender equality and protection from exploitation.</p> <a href="activities.php" class="btn btn-sm btn-theme-colored">Read more</a> </div> </div> </div> <div class="item"> <div class="project mb-30 border-2px"> <div class="thumb"> <img class="img-fullwidth" alt="" src="images/blog/dalit.jpg"> </div> <div class="project-details p-15 pt-10 pb-10"> <h4 style="font-size:14px;"><a href="#">Dalit Upliftment</a></h4> <p>We strive to uplift Dalit communities by advocating for their rights, providing education, and facilitating economic empowerment opportunities.</p> <a href="activities.php" class="btn btn-sm btn-theme-colored">Read more</a> </div> </div> </div> <div class="item"> <div class="project mb-30 border-2px"> <div class="thumb"> <img class="img-fullwidth" alt="" src="images/blog/dis.jpg"> </div> <div class="project-details p-15 pt-10 pb-10"> <h4 style="font-size:14px;"><a href="#">Welfare of the Differently Abled</a></h4> <p>Our efforts include creating an inclusive environment, offering support services, and advocating for the rights of differently-abled individuals.</p> <a href="activities.php" class="btn btn-sm btn-theme-colored">Read more</a> </div> </div> </div> <div class="item"> <div class="project mb-30 border-2px"> <div class="thumb"> <img class="img-fullwidth" alt="" src="images/blog/dist.jpg"> </div> <div class="project-details p-15 pt-10 pb-10"> <h4 style="font-size:14px;"><a href="#">Disaster Management</a></h4> <p>We conduct preparedness activities and provide relief and rehabilitation assistance during natural disasters, ensuring swift and effective response measures.</p> <a href="activities.php" class="btn btn-sm btn-theme-colored">Read more</a> </div> </div> </div> <div class="item"> <div class="project mb-30 border-2px"> <div class="thumb"> <img class="img-fullwidth" alt="" src="images/blog/drinking.jpg"> </div> <div class="project-details p-15 pt-10 pb-10"> <h4 style="font-size:14px;"><a href="#">Ensuring Access to Safe Drinking Water</a></h4> <p>We work towards providing communities with access to clean and safe drinking water sources, promoting health and sanitation.</p> <a href="activities.php" class="btn btn-sm btn-theme-colored">Read more</a> </div> </div> </div> <div class="item"> <div class="project mb-30 border-2px"> <div class="thumb"> <img class="img-fullwidth" alt="" src="images/blog/edu.jpg"> </div> <div class="project-details p-15 pt-10 pb-10"> <h4 style="font-size:14px;"><a href="#">Education & Literacy Enhancement</a></h4> <p>Our programs focus on improving literacy rates, enhancing educational opportunities, and promoting lifelong learning for all.</p> <a href="activities.php" class="btn btn-sm btn-theme-colored">Read more</a> </div> </div> </div> <div class="item"> <div class="project mb-30 border-2px"> <div class="thumb"> <img class="img-fullwidth" alt="" src="images/blog/eld.jpg"> </div> <div class="project-details p-15 pt-10 pb-10"> <h4 style="font-size:14px;"><a href="#">Aged/Elderly Welfare</a></h4> <p>We provide care and support services for the elderly, ensuring their well-being and addressing issues related to aging.</p> <a href="activities.php" class="btn btn-sm btn-theme-colored">Read more</a> </div> </div> </div> <div class="item"> <div class="project mb-30 border-2px"> <div class="thumb"> <img class="img-fullwidth" alt="" src="images/blog/lab.jpg"> </div> <div class="project-details p-15 pt-10 pb-10"> <h4 style="font-size:14px;"><a href="#">Labour Welfare & Rehabilitation</a></h4> <p>We advocate for fair labor practices, provide support for workers' rights, and offer rehabilitation services for those in need.</p> <a href="activities.php" class="btn btn-sm btn-theme-colored">Read more</a> </div> </div> </div> <div class="item"> <div class="project mb-30 border-2px"> <div class="thumb"> <img class="img-fullwidth" alt="" src="images/blog/con.jpg"> </div> <div class="project-details p-15 pt-10 pb-10"> <h4 style="font-size:14px;"><a href="#">Promoting Consumer Rights & Awareness</a></h4> <p>We educate consumers about their rights, advocate for fair trade practices, and work towards consumer protection legislation.</p> <a href="activities.php" class="btn btn-sm btn-theme-colored">Read more</a> </div> </div> </div> <div class="item"> <div class="project mb-30 border-2px"> <div class="thumb"> <img class="img-fullwidth" alt="" src="images/blog/hiv.jpg"> </div> <div class="project-details p-15 pt-10 pb-10"> <h4 style="font-size:14px;"><a href="#">HIV/AIDS Awareness</a></h4> <p>We conduct awareness campaigns, provide education, and support initiatives aimed at preventing the spread of HIV/AIDS and supporting affected individuals.</p> <a href="activities.php" class="btn btn-sm btn-theme-colored">Read more</a> </div> </div> </div> </div> </div> </div> </div> </section> <!-- Section: Mission --> <section id="mission"> <div class="container-fluid pt-0 pb-0"> <div class="row equal-height"> <div class="col-sm-6 col-md-6 xs-pull-none bg-theme-colored wow fadeInLeft" data-wow-duration="1s" data-wow-delay="0.3s"> <div class="pt-60 pb-40 pl-90 pr-160 p-md-30"> <h2 class="title text-white text-uppercase line-bottom mt-0 mb-30">Join us in our journey</h2> <div class="icon-box clearfix m-0 p-0 pb-10"> <a href="#" class="icon icon-circled bg-white icon-lg pull-left flip sm-pull-none"> <i class="fa fa-desktop text-theme-color-2 font-36"></i> </a> <div class="ml-120 ml-sm-0"> <h4 class="icon-box-title text-white mt-5 mb-10 letter-space-1">Be a Part of Change</h4> <p class="text-white" style="text-align:justify;">Join Gitanjali Peace Foundation in making a real difference in the lives of those in need. Your involvement can help create positive change and uplift communities across various sectors.</p> </div> </div> <div class="icon-box clearfix m-0 p-0 pb-10"> <a href="#" class="icon icon-circled bg-white icon-lg pull-left flip sm-pull-none"> <i class="fa fa-user text-theme-color-2 font-36"></i> </a> <div class="ml-120 ml-sm-0"> <h4 class="icon-box-title text-white mt-5 mb-10 letter-space-1">Volunteer Your Time</h4> <p class="text-white" style="text-align:justify;">Whether you're passionate about education, healthcare, environmental conservation, or women's empowerment, we welcome volunteers from all walks of life. Your time and expertise can contribute to impactful projects and initiatives. </p> </div> </div> <div class="icon-box clearfix m-0 p-0 pb-10"> <a href="#" class="icon icon-circled bg-white icon-lg pull-left flip sm-pull-none"> <i class="fa fa-money text-theme-color-2 font-36"></i> </a> <div class="ml-120 ml-sm-0"> <h4 class="icon-box-title text-white mt-5 mb-10 letter-space-1">Support Our Mission</h4> <p class="text-white" style="text-align:justify;">You can also support our mission through donations or spreading awareness about our cause. Every contribution, big or small, helps us continue our work towards building a more equitable and sustainable society. Join us today and be a catalyst for change! </p> </div> </div> </div> </div> <div class="col-sm-6 col-md-6 p-0 bg-img-cover wow fadeInRight hidden-xs" data-bg-img="images/bg/bg9.jpg" data-wow-duration="1s" data-wow-delay="0.3s"> </div> </div> </div> </section> <section id="gallery"> <div class="container pt-70 pb-70"> <div class="section-title text-center"> <div class="row"> <div class="col-md-8 col-md-offset-2"> <h2 class="mt-0 line-height-1 text-center mb-10 text-black-333 text-uppercase">Activities <span class="text-theme-color-2"> Gallery</span></h2> </div> </div> </div> <div class="section-content"> <div class="row"> <div class="col-md-12"> <!-- Portfolio Gallery Grid --> <div class="gallery-isotope grid-4 gutter-small clearfix" data-lightbox="gallery"> <?php require 'admin/database/dbconfig.php'; $query = "SELECT * FROM gallerytab"; $query_run = mysqli_query($connection, $query); $check_img = mysqli_num_rows($query_run) > 0; if ($check_img) { while ($row = mysqli_fetch_array($query_run)) { ?> <!-- Portfolio Item Start --> <div class="gallery-item campus"> <div class="thumb"> <img class="img-fullwidth" src="admin/galleryimages/<?php echo $row['fileimg']; ?>" alt="project"> <div class="overlay-shade"></div> <div class="text-holder"> <div class="title text-center"><?php echo $row['nimg']; ?></div> </div> <div class="icons-holder"> <div class="icons-holder-inner"> <div class="styled-icons icon-sm icon-dark icon-circled icon-theme-colored"> <a href="admin/galleryimages/<?php echo $row['fileimg']; ?>" data-lightbox-gallery="gallery" title="Gitanjali Peace Foundation"><i class="fa fa-picture-o"></i></a> </div> </div> </div> </div> </div> <!-- Portfolio Item End --> <?php } } else { echo "No Records Found"; } ?> </div> <!-- End Portfolio Gallery Grid --> </div> </div> </div> </div> </section> <!-- Section: events --> </div> <!-- end main-content --> <!-- Footer --> <?php include("footer.php"); ?> <a class="scrollToTop" href="#"><i class="fa fa-angle-up"></i></a> </div> <!-- end wrapper --> <!-- Footer Scripts --> <!-- JS | Custom script for all pages --> <script src="js/custom.js"></script> <!-- SLIDER REVOLUTION 5.0 EXTENSIONS (Load Extensions only on Local File Systems ! The following part can be removed on Server for On Demand Loading) --> <script type="text/javascript" src="js/revolution-slider/js/extensions/revolution.extension.actions.min.js"></script> <script type="text/javascript" src="js/revolution-slider/js/extensions/revolution.extension.carousel.min.js"></script> <script type="text/javascript" src="js/revolution-slider/js/extensions/revolution.extension.kenburn.min.js"></script> <script type="text/javascript" src="js/revolution-slider/js/extensions/revolution.extension.layeranimation.min.js"></script> <script type="text/javascript" src="js/revolution-slider/js/extensions/revolution.extension.migration.min.js"></script> <script type="text/javascript" src="js/revolution-slider/js/extensions/revolution.extension.navigation.min.js"></script> <script type="text/javascript" src="js/revolution-slider/js/extensions/revolution.extension.parallax.min.js"></script> <script type="text/javascript" src="js/revolution-slider/js/extensions/revolution.extension.slideanims.min.js"></script> <script type="text/javascript" src="js/revolution-slider/js/extensions/revolution.extension.video.min.js"></script> </body> </html>