|
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/quality.php
Size: 7.22 KB
Permissions: 0666
<?php
session_start();
// if($_SESSION['role']!='1'){
// header('location:index.php');
// }
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>Quality</title>
<!-- title end -->
<?php
include './headerlink.php'
?>
<!-- header link end -->
<style>
@media(max-width: 1920px){}
@media(max-width: 1440px){
.q_img{
width: 50%;
}
}
@media(max-width: 1024px){
.q_img{
width: 100%;
}
}
@media(max-width: 768px){
.q_img {
width: 100%;
}
}
@media(max-width: 576px){
.q_img {
width: 100%;
}
}
@media (max-width: 425px){
.q_img {
width: 100%;
}
}
@media (max-width: 375px){
.q_img {
width: 100%;
}
}
@media (max-width: 320px){
.q_img{
width: 100%;
}
}
</style>
</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 ====================-->
<!-- title banner start -->
<section>
<img width="100%" src="./img/Quality-banner.png" alt="">
</section>
<!-- title banner end -->
<div class="container-fluid">
<div class="container wow fadeInUp" data-wow-delay="0.4s">
<?php
$sql = "select * from quality 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="row pt-5 pb-3 wow fadeInUp" data-wow-delay="0.3s">
<?php } else{ ?>
<div class="row py-3 wow fadeInUp" data-wow-delay="0.4s">
<?php } ?>
<h5 style="color: #398ce9;"><?= $row['heading']; ?></h5>
<p style="text-align: center;" class="lh-lg m-auto py-2"><?= $row['content']; ?></p>
<?php if($row['image'] != ''){ ?>
<center><img class="q_img wow zoomIn" data-wow-delay="0.4s" src="<?php echo 'adminpanel/uploads/quality/'.$row['image']; ?>" alt=""></center>
<?php } ?>
</div>
<hr>
<?php } ?>
<!-- <div class="row py-3 ">
<h5 style="color: #398ce9;">Certificate:</h5>
<p style="text-align: center;" class="lh-lg m-auto py-3">Zapnix Semiconductor was certified ISO 9051:2015 compliant Quality Management System holding the certificate No: FM 728418.</p>
</div>
<hr>
<div class="row py-3 ">
<h5 style="color: #398ce9;">Scope:</h5>
<p style="text-align: center;" class="lh-lg m-auto py-3">The Design & Development Services of Semiconductors, Embedded Systems, and provision of the training courses on semiconductor devices and Embedded Systems.</p>
</div>
<hr>
<div class="row py-3 ">
<h5 style="color: #398ce9;">In case, If you are not aware of ISO & it's quality standards:</h5>
<p style="text-align: center;" class="lh-lg m-auto py-3 pb-5">The International Organization for Standards (ISO) is the largest standards organization in the world, with a network of standards institutes from 162 countries. The ISO 9001 is a set of procedures covering all key processes within a business and ensures that these processes are efficient, effective, and monitored consistently, allowing the company to continuously evolve and improve.</p>
</div> -->
<div class="row wow zoomIn" data-wow-delay="0.4s">
<a class="bg-light text-center" target="_blank" href="https://www.iso.org/home.html">Visit Official ISO Website</a>
<center><div class="col-md-4 col-12 ">
<a href="#" class="Q-btn btn btn-primary my-4">
See the Certificate</a>
</div></center>
</div>
</div>
</div>
<!--==================== 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>