MMCT TEAM
Server IP : 103.53.40.154  /  Your IP : 3.149.239.79
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  ]

Current File : /home2/ppcad7no/greenenvirofoundation.com/about.php
<?php
    include_once('admin/config.php');
    $sqlab = "SELECT * FROM `tbl_about` WHERE a_id=1";
    $runab = mysqli_query($db,$sqlab) or die("Query Not run");
    $datab = mysqli_fetch_assoc($runab);
?>
<!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><?= str_replace("LOCATION",$location,$data1["meta_title"]);?></title>
    <meta name="description" content="<?= str_replace("LOCATION",$location,$data1["meta_desc"]);?>">
<style>
   
  .section-header ul li {
    position: relative;
    padding-left: 20px; /* Adjust the space as needed */
}

.section-header ul li:before {
    content: "\f0da"; /* Unicode for Font Awesome caret-right icon */
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 0;
    padding-right: 10px; /* Space between the icon and the text */
}

    
    @media only screen and (max-width: 600px) {
   .thumb-image img{
       margin-top: 0 !important;
   }
}
</style>
</head>

<body>



<?php include 'header.php'?>

  
    <main>
        <section class="page-banner bg-image pt-50 pb-50"   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">About Us</h2>
                <div class="breadcrumb-list wow fadeInUp" data-wow-duration="1.4s" data-wow-delay=".4s">
                    <a href="<?php echo $wspath?>">Home :</a>
                    <span class="primary-color">About Us </span>
                </div>
            </div>
        </section>
       
          <section class="about pt-50">
            <div class="about__leaf fall__animation">
                <img src="assets/images/about/leaf.png" alt="">
            </div>
            <div class="container">
                <div class="row justify-content-between">
                    <div class="col-xl-6">
                        <div class="section-header mb-5">
                            <!--<h5 class="wow fadeInUp" data-wow-duration="1.2s" data-wow-delay=".2s"><img-->
                            <!--        src="assets/images/icon/leaf.svg" alt="image"> ABOUT US</h5>-->
                            <h3 class="wow fadeInUp" data-wow-duration="1.4s" data-wow-delay=".4s"><strong>Helping the World to Become Better</strong></h3>
                            <?php echo $datab['about_desc'];?>
                        </div>
                    </div>
                    <div class="col-xl-6">
                        <div class="thumb-image">
                            <img src="<?php echo $wspath?>admin/images/<?php echo $datab['about_img'];?>" alt="<?php echo $datal['site_name'];?>" title="<?php echo $datal['site_name'];?>" style="width:100%;">
                        </div>
                    </div>
                    <!--<div class="col-xl-12">-->
                    <!--<h4>-->
                    <!--    Who Should Attend-->
                    <!--</h4>    -->
                    <!--<p>Green Enviro Foundation welcomes professionals, students, and anyone passionate about Safety and CSR. Whether you are new to the industry or a seasoned expert, our conferences offers valuable learning and networking opportunities for all.</p>-->
                    <!--    <br>-->
                    <!--    <h4>Join Us</h4>-->
                    <!--    <p>Don’t miss your chance to be part of our conferences! Stay updated on our latest announcements, renowned chief guest, speaker lineup, and registration details.</p>-->
                    <!--</div>-->
                </div>
            </div>
        </section>

     

         <?php //include 'home-team.php'?>

        
    </main>

  <?php include 'footer.php'?>
</body>

</html>

MMCT - 2023