Server IP : 103.53.40.154 / Your IP : 3.135.208.189 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/fastelevator.in/../ppcadsexpert.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php $team_sql=db_query("select * from tbl_our_team where team_status='Active' order by team_order_by asc "); if(mysqli_num_rows($team_sql)>0) { ?> <section> <div class="w-100 pt-20 pb-20 bg-color10"> <div class="container"> <div class="sec-title2 mb-70 text-center w-100"> <div class="d-inline-block"> <h2 class="mb-0 text-uppercase text-color"><span>OUR PPC Expert</span>TEAM</h2> <p class="mb-0">Get The Best PPC Ads Services By The Top PPC Ads Expert<br> We Provide Best PPC Services at affordable Price</p> </div> </div><!-- Section Title Style 2 --> <div class="team-wrap text-center w-100"> <div class="row justify-content-center"> <?php while($team_res=mysqli_fetch_array($team_sql)) {?> <div class="col-md-3 col-sm-6 col-lg-3"> <article class="team-box w-100 mr-auto ml-auto"> <div class="team-img rounded-circle overflow-hidden"> <a href="javascript:void(0);" title=""><img src="<?=$site_url?>/our_team/<?=$team_res['team_member_image']?>" alt="Team Image 1"></a> </div> <div class="team-info w-100 text-color12"> <h3 class="mb-0"><a href="javascript:void(0);" title=""><?=$team_res['team_member_name']?></a></h3> <span class="d-block"><a href="javascript:void(0);" title=""><?=$team_res['team_member_desig']?></a></span> <!-- <div class="scl-lnks"> <a href="javascript:void(0);" title="YouTube" target="_blank"><i class="fab fa-youtube"></i></a> <a href="javascript:void(0);" title="Instagram" target="_blank"><i class="fab fa-instagram"></i></a> <a href="javascript:void(0);" title="Twitter" target="_blank"><i class="fab fa-twitter"></i></a> </div> --> </div> </article> </div> <?}?> </div> </div><!-- Team Wrap --> </div> </div> </section> <?}?>