ok

Mini Shell

Direktori : /home/importfo/public_html/worldinvestmentsurat.com/
Upload File :
Current File : //home/importfo/public_html/worldinvestmentsurat.com/services_detail.php

<?php include ("admin/config.php");?>

<!DOCTYPE html>
<html lang="en-US">

<!-- Mirrored from htmldemo.net/consultix/consultix/service-detail.html by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Nov 2023 08:49:33 GMT -->
<?php include 'top.php' ?>
<body>

<div class="page-wrapper">
 	
    <!-- Main Header-->
  <?php include 'header.php' ?>
    <!--End Main Header -->
	
	<!--Sidebar Page Container-->
    <div class="sidebar-page-container">
    	<div class="auto-container">
			<!-- Service Title Box -->
			<div class="service-title-box">
				<h2>Our Services:</h2>
			</div>
        	<div class="row clearfix">
            	
                <!-- Content Side -->
                <div class="content-side col-lg-9 col-md-12 col-sm-12">
                	 <?php
                             if(isset($_GET['slug']))
                           {
                              $slug=$_GET['slug'];
                            }
                            else
                            {
                              $slug=0;
                            }
                            $sql="SELECT * from parts where p_id='$slug' " ;
                            $res=mysqli_query($db,$sql);
                            $row=mysqli_fetch_array($res);
                            @$img=$row['parts_image'];
                            @$short_desc=$row['short_desc'];
                            @$desc=$row['desc'];
                           
                            ?>
					<div class="service-detail">
						<div class="inner-box">
							<div class="image">
								<img src="admin/upload/<?php echo $row['parts_image']; ?>" alt="" />
							</div>
							<div class="lower-content">
								<h4><?php echo $row ['short_desc']; ?></h4>
								<p><?php echo $row ['desc']; ?></p>
					
						
								
								<!-- Analysis Columns -->
								<div class="analysis-columns">
									<div class="row clearfix">
										<!-- Column -->
									<!-- 	<div class="column col-lg-6 col-md-6 col-sm-12">
											<h4>Advantages Of Services</h4>
											<p>Beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire trouble.</p>
											<ul class="list-style-one">
												<li>Develop new ideas and market them</li>
												<li>Build leadership and management skills</li>
												<li>Improve manufacturing processes</li>
												<li>Build a business strategy and plan</li>
												<li>Demoralized by the charm of the moment</li>
											</ul>
										</div> -->
										<!-- Column -->
								<!-- 		<div class="column col-lg-6 col-md-6 col-sm-12">
											<h4>Competitors Research & Analysis</h4>
											<div class="graph-image">
												<img src="images/resource/graph.jpg" alt="" />
											</div>
										</div> -->
									</div>
								</div>
								<!-- End Analysis Columns -->
								
						
								
							</div>
						</div>
					</div>
				</div>
				
				<!--Sidebar Side-->
                <div class="sidebar-side col-lg-3 col-md-12 col-sm-12">
                	<aside class="sidebar sticky-top">
						
						<!-- Category Widget -->
                        <div class="sidebar-widget categories-widget">
                        	<?php
                            $sql="SELECT * from parts";
                            $res=mysqli_query($db,$sql);
                            while($row=mysqli_fetch_array($res))
                            {
                        ?>
							
                        	<div class="category-boxed">
								<a href= "<?php echo $row['p_id'] == 122 ? 'package.php' : 'services_detail.php?slug=' . $row['p_id']; ?>" class="overlay-link"></a>
								<div class="boxed-inner">
									<div class="icon ti-list "></div>
									<h6><?php echo $row['short_desc']; ?></h6>
								</div>
							</div>
					
							<?php }?>
						</div>
				
                        <div class="sidebar-widget enquiry-widget">
							<div class="widget-content">
								<h4>For Business Enquiry</h4>
								<div class="text">You can also send us an email and we’ll get in touch shortly, or Troll Free</div>
								<div class="number">Number :<a href="tel:++91 9723121361">+91 97231 21361</a></div>
								<a href="mailto:skt6128@gmail.com" class="theme-btn btn-style-two"><span class="txt">Send Email</span></a>
							</div>
						</div>
						
					</aside>
				</div>
				
			</div>
		</div>
	</div>
	
<?php include 'footer.php' ?>
	
</div>
<!--End pagewrapper-->

<!-- Search Popup -->
<div class="search-popup">
	<button class="close-search style-two"><span class="icofont-brand-nexus"></span></button>
	<button class="close-search"><span class="icofont-arrow-up"></span></button>
	<form method="post" action="https://htmldemo.net/consultix/consultix/blog.html">
		<div class="form-group">
			<input type="search" name="search-field" value="" placeholder="Search Here" required="">
			<button type="submit"><i class="fa fa-search"></i></button>
		</div>
	</form>
</div>
<!-- End Header Search -->

<!-- Scroll To Top -->
<div class="scroll-to-top scroll-to-target" data-target="html"><span class="fa fa-arrow-circle-up"></span></div>

<script src="js/vendor/modernizr-3.6.0.min.js"></script>
<script src="js/vendor/jquery-3.6.0.min.js"></script>
<script src="js/vendor/jquery-migrate-3.3.2.min.js"></script>

<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.mCustomScrollbar.concat.min.js"></script>
<script src="js/jquery.fancybox.js"></script>
<script src="js/appear.js"></script>
<script src="js/owl.js"></script>
<script src="js/wow.js"></script>
<script src="js/parallax.min.js"></script>
<script src="js/tilt.jquery.min.js"></script>
<script src="js/jquery.paroller.min.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/script.js"></script>

</body>

<!-- Mirrored from htmldemo.net/consultix/consultix/service-detail.html by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Nov 2023 08:49:33 GMT -->
</html>

Zerion Mini Shell 1.0