|
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/ | |
|
Path: /home2/outerorb/zapnixsemiconductor.com/leadership.php
Size: 5.76 KB
Permissions: 0666
<?php include 'include/header.php' ?>
<?php include 'include/navigation.php' ?>
<!-- Page Header Start -->
<div class="page-header parallaxie">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-12">
<!-- Page Header Box Start -->
<div class="page-header-box">
<h1 class="wow fadeInUp" data-cursor="-opaque">Leadership Team</h1>
<nav class="wow fadeInUp" data-wow-delay="0.2s">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="index.php">home</a></li>
<li class="breadcrumb-item active" aria-current="page">Subia Ahmad</li>
</ol>
</nav>
</div>
<!-- Page Header Box End -->
</div>
</div>
</div>
</div>
<div class="page-team">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6">
<!-- Team Item Start -->
<div class="team-item wow fadeInUp" data-wow-delay="0.2s">
<!-- Team Image Start -->
<div class="team-image" data-bs-toggle="modal" data-bs-target="#customModal">
<a href="javascript:void(0)" data-cursor-text="View">
<figure class="image-anime">
<img src="images/team-2.jpg" alt="">
</figure>
</a>
<div class="team-social-icon">
<ul>
<li><a href="#"><i class="fa-brands fa-x-twitter"></i></a></li>
<li><a href="#"><i class="fab fa-facebook-f"></i></a></li>
<li><a href="#"><i class="fa-brands fa-instagram"></i></a></li>
</ul>
</div>
</div>
<div class="team-content" data-bs-toggle="modal" data-bs-target="#customModal">
<h3><a href="javascript:void(0)">Subia Ahmad</a></h3>
<p>CEO</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal -->
<div class="modal fade" id="customModal" tabindex="-1" aria-labelledby="customModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-lg">
<div class="modal-content animate__animated wow animate__slideInRight" data-wow-delay="0.2s" id="modalContent">
<div class="modal-header">
<h5 class="modal-title" id="customModalLabel">About me</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<div class="team-single-content">
<div class="team-member-info">
<div class="team-member-detail">
<p class="wow fadeInUp" data-wow-delay="0.2s">At Zapnix Semiconductor, our mission is to lead the world into a smarter, more connected future through cutting-edge semiconductor solutions. As CEO, I am both proud and humbled by the transformative journey we’ve embarked upon — one driven by innovation, integrity, and an unrelenting commitment to excellence.</p>
<p class="wow fadeInUp" data-wow-delay="0.4s">an age where intelligent devices, high-performance computing, and AI define progress, semiconductors are the backbone of global advancement. At Zapnix, we understand the responsibility we carry. Our technologies power everything from consumer electronics to automotive systems, from industrial IoT to next-generation AI platforms. We are not just fabricating chips — we are shaping the future. Our R&D teams are constantly pushing boundaries in chip design, energy efficiency, and miniaturization, ensuring that our customers stay ahead in a highly competitive world. But innovation alone is not enough. It is our people who truly drive our success. The brilliance, dedication, and passion of the Zapnix team are what elevate us. We foster a culture where creativity thrives, collaboration is celebrated, and every voice contributes to our shared vision.</p>
</div>
<div class="member-social-list wow fadeInUp" data-wow-delay="0.6s">
<span>Follow me on:</span>
<ul>
<li><a href="#"><i class="fa-brands fa-x-twitter"></i></a></li>
<li><a href="#"><i class="fa-brands fa-facebook-f"></i></a></li>
<li><a href="#"><i class="fa-brands fa-instagram"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script>
const modal = document.getElementById('customModal');
const modalContent = document.getElementById('modalContent');
modal.addEventListener('show.bs.modal', function () {
modalContent.classList.remove('animate__slideOutLeft');
modalContent.classList.add('animate__animated', 'animate__slideInRight');
});
modal.addEventListener('hide.bs.modal', function () {
modalContent.classList.remove('animate__slideInRight');
modalContent.classList.add('animate__animated', 'animate__slideOutLeft');
});
</script>
<?php include 'include/footer.php' ?>