Server IP : 103.53.40.154 / Your IP : 3.15.214.185 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home2/ppcad7no/greenenvirofoundation.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <?php include'top-links.php'?> <title>Events</title> </head> <body> <?php include 'header.php'?> <main> <section class="page-banner bg-image pt-130 pb-130" style="background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(assets/img/green-blk.jpg);"> <div class="container"> <h2 class="wow fadeInUp" data-wow-duration="1.2s" data-wow-delay=".2s">Events</h2> <div class="breadcrumb-list wow fadeInUp" data-wow-duration="1.4s" data-wow-delay=".4s"> <a href="index.php">Home :</a> <span class="primary-color">Events</span> </div> </div> </section> <div class="event pt-130 pb-130 sub-bg"> <div class="container"> <div class="event__item mb-30 wow fadeInUp" data-wow-duration="1.2s" data-wow-delay=".2s"> <div class="row g-5 g-lg-0 align-items-center"> <div class="col-lg-4"> <div class="event__image"> <img src="assets/img/csr-award.png" alt="image"> <!--<span class="event-tag">15 <br> JUNE</span>--> </div> </div> <div class="col-lg-8"> <div class="event__content"> <!--<span class="time"><i class="fa-solid fa-clock"></i> Dec 13, 2024 @ 10:00 am</span>--> <h3 class="mt-20 mb-20"><a href="event-details.php">CSR Awards 2025</a></h3> <p class="pb-30 bor-bottom mb-30"> Green Enviro Foundation invites nominations from Companies, their Units and NGOs having strong concern and commitment for CSR Green Enviro Foundation. The Awards will be presented to all sectors of industry and services in recognition of exemplary operations, systems and the evidence of their impact for upliftment of society. Green Enviro Foundation awards serve as a catalyst to understand intrinsic value of CSR in business excellence and sustainability.</p> <div class="event-info"> <ul> <!--<li>--> <!-- <h5>Organizer</h5>--> <!-- <p>Ashton Porter</p>--> <!--</li>--> <li> <h5> Venue </h5> <a href="#0"> New Delhi, India</a> </li> <li> <a class="map-popup" href="event-details.php"> More Details</a> </li> </ul> </div> </div> </div> </div> </div> <div class="event__item mb-30 wow fadeInUp" data-wow-duration="1.2s" data-wow-delay=".2s"> <div class="row g-5 g-lg-0 align-items-center"> <div class="col-lg-4"> <div class="event__image"> <img src="assets/img/safety-awards-image.png" alt="image"> <!--<span class="event-tag">15 <br> JUNE</span>--> </div> </div> <div class="col-lg-8"> <div class="event__content"> <!--<span class="time"><i class="fa-solid fa-clock"></i> Dec 13, 2024 @ 10:00 am</span>--> <h3 class="mt-20 mb-20"><a href="event-details.php">Safety Awards 2025</a></h3> <p class="pb-30 bor-bottom mb-30">Green Enviro Foundation invites nominations from Companies and their Units having strong concern and commitment for Occupational Safety at work places. The Awards will be presented to all sectors of Industry and Services in recognition of exemplary operations, systems and the evidence of their impact on safety of employees, workers and society. Green Enviro Foundation awards serve as a catalyst to understanding the intrinsic value of Safety in business excellence and sustainability.</p> <div class="event-info"> <ul> <!--<li>--> <!-- <h5>Organizer</h5>--> <!-- <p>Ashton Porter</p>--> <!--</li>--> <li> <h5> Venue </h5> <a href="#0"> New Delhi, India</a> </li> <li> <a class="map-popup" href="event-details.php"> More Details</a> </li> </ul> </div> </div> </div> </div> </div> </div> </div> </main> <?php include 'footer.php'?> </body> </html>