MMCT TEAM
Server IP : 103.53.40.154  /  Your IP : 18.188.205.95
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/home-abt.php
  <?php
         $sqlab = "SELECT * FROM `tbl_about` WHERE a_id=1";
         $runab = mysqli_query($db,$sqlab) or die("Query Not run");
         $dataab = mysqli_fetch_assoc($runab);
    ?>

  <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 */
}

   .map-popup {
    color: var(--primary-color);
    padding: 8px;
    border: 1px solid var(--primary-color);
    border-radius: 6px;
}
  </style>
   <section class="about pt-30 pb-30">
            <div class="about__leaf fall__animation">
                <img src="assets/images/about/leaf.png" alt="">
            </div>
            <div class="container">
                <div class="row ">
                <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 substr($dataab['about_desc'],0,700);?>...
                                        <br>
                                           <div class="div-btn">
                                                <a class="map-popup pt-20" href="<?php echo $wspath?>about.html">
                                                  Read More <i class="fa-solid fa-angles-right"></i></a>
                                           </div>
                        </div>
                        
                    </div>
                    <div class="col-xl-6">
                        <div class="thumb-image">
                            <img src="<?php echo $wspath?>admin/images/<?php echo $dataab['about_img'];?>" alt="<?= $site_name;?>" title="<?= $site_name;?>" style="width:100%;">
                        </div>
                    </div>
                </div>
            </div>
        </section>

MMCT - 2023