Server IP : 103.53.40.154 / Your IP : 18.221.238.204 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/ginyardpetroleum.in/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!-- Section: Experts --> <section id="experts"> <div class="container"> <div class="section-title text-center"> <div class="row"> <div class="col-md-8 col-md-offset-2"> <h2 class="title text-uppercase line-bottom-double-line-centered">Our <span class="text-theme-colored">Team</span></h2> <!-- <p class="font-13 mt-10">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Fugit vitae <br> eum animi iure necessitatibus repudiandae?</p> --> </div> </div> </div> <div class="row mtli-row-clearfix"> <div class="col-md-12 box-hover "> <div class="owl-carousel-4col"> <?php $sqlteam = "SELECT * FROM `tbl_team`"; $runteam = mysqli_query($db,$sqlteam) or die("Query Not run"); while($datateam = mysqli_fetch_assoc($runteam)){ ?> <div style="border-radius: 10px;" class="item box-hover"> <div class="team-members border-bottom-theme-color-2px text-center maxwidth400"> <div class="team-thumb"> <img class="img-fullwidth" alt="<?php echo $datateam['t_name']?>" src="<?php echo $wspath?>admin/images/property-image/<?php echo $datateam['t_image']?>"> <div class="team-overlay"></div> </div> <div class="team-details bg-theme-colored pt-10 pb-10"> <h4 class="text-uppercase text-white font-weight-600 m-5"><?php echo $datateam['t_name']?></h4> <h6 class="text-gray text-white font-15 font-weight-400 mt-0"><?php echo $datateam['t_designation']?></h6> </div> </div> </div> <?php } ?> <!--<div style="border-radius: 10px;" class="item box-hover">--> <!-- <div class="team-members border-bottom-theme-color-2px text-center maxwidth400">--> <!-- <div class="team-thumb">--> <!-- <img class="img-fullwidth" alt="" src="images/team2.jpg">--> <!-- <div class="team-overlay"></div>--> <!-- </div>--> <!-- <div class="team-details bg-theme-colored pt-10 pb-10">--> <!-- <h4 class="text-uppercase text-white font-weight-600 m-5">Mr. C P Maurya </h4>--> <!-- <h6 class="text-gray text-white font-15 font-weight-400 mt-0">Director</h6>--> <!-- </div>--> <!-- </div>--> <!--</div>--> </div> </div> </div> </div> </section>