|
Server : LiteSpeed System : Linux terra.hostitbro.com 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64 User : outerorb ( 1091) PHP Version : 8.1.34 Disable Function : mail Directory : /home2/outerorb/zapnixsemiconductor.com/oldwebsite/ | |
|
Path: /home2/outerorb/zapnixsemiconductor.com/oldwebsite/display.php
Size: 9.79 KB
Permissions: 0666
<?php
session_start();
include 'adminpanel/connection.php';
?>
<!DOCTYPE html>
<html class="no-js" lang="zxx" dir="ltr">
<!-- Mirrored from htmldemo.net/mitech/about-us-02.html by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 05 Jul 2024 12:07:12 GMT -->
<head>
<!-- header link start -->
<!-- header link start -->
<!-- title start -->
<title>Display</title>
<!-- title end -->
<?php
include './headerlink.php'
?>
<!-- header link end -->
</head>
<body>
<div class="preloader-activate preloader-active open_tm_preloader">
<div class="preloader-area-wrap">
<div class="spinner d-flex justify-content-center align-items-center h-100">
<div class="bounce1"></div>
<div class="bounce2"></div>
<div class="bounce3"></div>
</div>
</div>
</div>
<!--==================== header area ====================-->
<!-- Header Top Wrap Start -->
<?php
include 'topbar.php';
?>
<!-- Header Top Wrap End -->
<!-- Header Bottom Wrap Start -->
<?php
include 'menu.php';
?>
<!-- Header Bottom Wrap End -->
<!--==================== End of header area ====================-->
<!-- contact us title start -->
<section>
<img width="100%" src="./img/Display-banner.png" alt="">
</section>
<!-- contact us title end -->
<div class="container-fluid">
<h3 class="text-center mt-4">The OLED Wave and Other
<span style="color: #398ce9;"> Exciting Trends</span>
</h3>
<p class="text-center py-3 pt-2 fs-6">Providing large area deposition systems for LCD and OLED displays.</p>
<div style="background-color:#eefbff;" class="container-fluid">
<div class="row mt-3 p-3">
<?php
$sql = "select * from display where status = '1'";
$res = mysqli_query($conn, $sql);
// print_r($res); die;
$sn = 0;
while ($row = mysqli_fetch_assoc($res)) {
$sn++;
// echo "<pre>";
// print_r($row); die;
if ($sn == 1) {
?>
<div class="col-md-6">
<img width="100%" src="<?php echo 'adminpanel/uploads/display/' . $row['image']; ?>" alt="">
</div>
<div class="col-md-6 pt-4">
<h3 style="color: #398ce9;"><?php echo $row['heading']; ?></h3>
<p style="text-align: justify;" class="pt-4 text-dark"><?php echo $row['content']; ?></p>
</div>
<?php }
} ?>
</div>
</div>
<div class="container">
<div class="row my-5 py-4">
<?php
$sql = "select * from display where status = '1'";
$res = mysqli_query($conn, $sql);
// print_r($res); die;
$sn = 0;
while ($row = mysqli_fetch_assoc($res)) {
$sn++;
// echo "<pre>";
// print_r($row); die;
if ($sn == 2) {
?>
<div class="col-md-6 pt-2">
<h3 style="color: #398ce9;"><?= $row['heading']; ?></h3>
<p style="text-align: justify;" class="pt-3"><?= $row['content']; ?>
</p>
</div>
<div class="col-md-6">
<img width="100%" src="<?php echo 'adminpanel/uploads/display/' . $row['image']; ?>" alt="">
</div>
<?php }
} ?>
</div>
</div>
</div>
<div style="background-color: #b2e9fd;" class="containeer-fluid">
<div class="container mt-4 py-3">
<?php
$sql = "select * from display where status = '1'";
$res = mysqli_query($conn, $sql);
// print_r($res); die;
$sn = 0;
while ($row = mysqli_fetch_assoc($res)) {
$sn++;
// echo "<pre>";
// print_r($row); die;
if ($sn == 3) {
?>
<h3 class="text-center"><span style="color: #398ce9;"><?= $row['heading']; ?></span> </h3>
<p style="text-align: justify;" class=" w mt-3 mx-auto text-dark px-3"><?= $row['content']; ?></p>
<?php }
} ?>
<div class="row py-4">
<?php
$sql = "select * from display where status = '1'";
$res = mysqli_query($conn, $sql);
// print_r($res); die;
$sn = 0;
while ($row = mysqli_fetch_assoc($res)) {
$sn++;
// echo "<pre>";
// print_r($row); die;
if ($sn == 4) {
?>
<div class="col-md-6">
<img width="100%" src="<?php echo 'adminpanel/uploads/display/' . $row['image']; ?>" alt="">
</div>
<div class="col-md-6 px-4">
<h3 style="color:#398ce9" class="text-center py-3"><?= $row['heading']; ?></h3>
<p style="text-align: justify; color:black;">
<?= $row['content']; ?>
</p>
</div>
<?php }
} ?>
</div>
</div>
</div>
<?php
$sql = "select * from display where status = '1'";
$res = mysqli_query($conn, $sql);
// print_r($res); die;
$sn = 0;
while ($row = mysqli_fetch_assoc($res)) {
$sn++;
// echo "<pre>";
// print_r($row); die;
if ($sn > 4) {
if ($sn % 2 != 0) {
?>
<div class="container">
<div class="row shadow my-5 p-4">
<div class="col-md-6 pt-5 ">
<h3 style="color: #398ce9;"><?= $row['heading']; ?></h3>
<p style="text-align: justify;" class="pt-4 text-dark"><?= $row['content']; ?></p>
</div>
<div class="col-md-6">
<img width="100%" src="<?php echo 'adminpanel/uploads/display/' . $row['image']; ?>" alt="">
</div>
</div>
</div>
<?php } else { ?>
<div class="container">
<div class="row shadow my-5 p-4">
<div class="col-md-6">
<img width="100%" src="<?php echo 'adminpanel/uploads/display/' . $row['image']; ?>" alt="">
</div>
<div class="col-md-6 pt-5 ">
<h3 style="color: #398ce9;"><?= $row['heading']; ?></h3>
<p style="text-align: justify;" class="pt-4 text-dark"><?= $row['content']; ?></p>
</div>
</div>
</div>
<?php }
}
} ?>
<!--==================== footer area ====================-->
<?php
include './footer.php'
?>
<!--==================== End of footer area ====================-->
<!--==================== scroll top ====================-->
<a href="#" class="scroll-top" id="scroll-top">
<i class="arrow-top fas fa-chevron-up"></i>
<i class="arrow-bottom fas fa-chevron-up"></i>
</a>
<!--==================== End of scroll top ====================-->
<!--==================== mobile menu overlay ====================-->
<?php
include './mobile-menu.php';
?>
<!--==================== End of mobile menu overlay ====================-->
<!--==================== search overlay ====================-->
<div class="search-overlay" id="search-overlay">
<div class="search-overlay__header">
<div class="container-fluid">
<div class="row align-items-center">
<div class="col-md-6 ms-auto col-4">
<!-- search content -->
<div class="search-content text-end">
<span class="mobile-navigation-close-icon" id="search-close-trigger"></span>
</div>
</div>
</div>
</div>
</div>
<div class="search-overlay__inner">
<div class="search-overlay__body">
<div class="search-overlay__form">
<form action="#">
<input type="text" placeholder="Search">
</form>
</div>
</div>
</div>
</div>
<!--==================== End of search overlay ====================-->
<!-- JS
============================================ -->
<!-- Modernizer JS -->
<script src="assets/js/vendor/modernizr-2.8.3.min.js"></script>
<!-- jQuery JS -->
<script src="assets/js/vendor/jquery-3.5.1.min.js"></script>
<script src="assets/js/vendor/jquery-migrate-3.3.0.min.js"></script>
<!-- Bootstrap JS -->
<script src="assets/js/vendor/bootstrap.min.js"></script>
<!-- Plugins JS (Please remove the comment from below plugins.min.js for better website load performance and remove plugin js files from avobe) -->
<script src="assets/js/plugins/plugins.min.js"></script>
<!-- Main JS -->
<script src="assets/js/main.js"></script>
</body>
<!-- Mirrored from htmldemo.net/mitech/about-us-02.html by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 05 Jul 2024 12:07:15 GMT -->
</html>