ok

Mini Shell

Direktori : /home/importfo/public_html/alphainvestmentadvisory.co.in/
Upload File :
Current File : //home/importfo/public_html/alphainvestmentadvisory.co.in/services.php

<?php include("admin/config.php") ?>
<!DOCTYPE html>
<html lang="en">
   
<!-- Mirrored from themeforest.kreativdev.com/finlance/finlance/services.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 11 Feb 2023 05:07:17 GMT -->
<head>
       <title>Services | Alpha Investment - paldi</title>
       <?php include('link.php') ?>
       <style type="text/css">
           .para{
             overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2;
   -webkit-box-orient: vertical;
        }
       </style>
   </head>


   <body>
      <!--   header area start   -->
    <?php include('header.php') ?>
      <!--   header area end   -->


      <!--   hero area start   -->
      <div class="breadcrumb-area services service-bg">
         <div class="container">
            <div class="breadcrumb-txt">
               <div class="row">
                  <div class="col-xl-7 col-lg-8 col-sm-10">
                     <span>Our Services</span>
                     <h1>We work with you to achieve your goals.</h1>
                     <ul class="breadcumb">
                        <li><a href="index.php">Home</a></li>
                        <li>Our Services</li>
                     </ul>
                  </div>
               </div>
            </div>
         </div>
         <div class="breadcrumb-area-overlay"></div>
      </div>
      <!--   hero area end    -->


      <!--    services section start   -->
      <div class="service-section">
         <div class="container">
            <div class="row">
               <div class="col-lg-8">
                  <div class="row">
                     <?php
                      $sql="SELECT * FROM `parts`";
                        $res=mysqli_query($db,$sql);
                        while($row=mysqli_fetch_array($res))
                        {
                    ?>
                     <div class="col-md-6">
                        <div class="single-service">
                           <div class="service-img-wrapper">
                              <img src="admin/upload/<?php echo$row['parts_image']; ?>" alt="">
                           </div>
                           <div class="service-txt">
                              <h4 class="service-title"><a href="service-details.php?slug=<?php echo $row['p_id']; ?>"><?php echo $row['short_desc']; ?></a></h4>
                              <div class="service-summary para"><?php echo $row['desc']; ?></div>
                              <a href="service-details.php?slug=<?php echo $row['p_id']; ?>" class="readmore-btn"><span>Read More</span></a>
                           </div>
                        </div>
                     </div>
                     <?php } ?>
                  </div>
               </div>
               <!--    appoint section start   -->
               <div class="col-lg-4">
                  <?php include('app.php') ?>
               </div>
               <!--    appoint section end   -->
            </div>
         </div>
      </div>
      <!--    services section end   -->


      <!--    call to action section start    -->
      <div class="cta-section cta-bg">
         <div class="container">
            <div class="cta-content">
               <div class="row">
                  <div class="col-md-9 col-lg-7">
                     <h3>Contact Us For Create Your Wealth.</h3>
                  </div>
                  <div class="col-md-3 col-lg-5 contact-btn-wrapper">
                     <a href="contact.php" class="boxed-btn contact-btn"><span>Contact Us</span></a>
                  </div>
               </div>
            </div>
         </div>
         <div class="cta-overlay"></div>
      </div>
      <!--    call to action section end    -->


 

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

<!-- Mirrored from themeforest.kreativdev.com/finlance/finlance/services.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 11 Feb 2023 05:07:18 GMT -->
</html>

Zerion Mini Shell 1.0