|
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/zapnix.co/ | |
|
Path: /home2/outerorb/zapnix.co/app_footer_sub.php
Size: 13.52 KB
Permissions: 0644
<?php include_once("include/main.inc.php");
$admin_res = getAdminDetails();
$about = mysqli_query($GLOBALS['dbconn'], "select pageDesc from static_pages where pageID='2' and status='Y'");
$aboutRes = mysqli_fetch_assoc($about);
?>
<!--<< Footer Section Start >>-->
<footer class="footer-section footer-bg">
<div class="footer-shape-4">
<img src="<?= theme_url; ?>img/footer-shape-4.png" alt="shape-img" title="shape-img">
</div>
<div class="shape-2">
<img src="<?= theme_url; ?>img/footer-shape-3.png" alt="shape-img" title="shape-img">
</div>
<div class="footer-widgets-wrapper">
<div class="container">
<div class="row">
<div class="col-xl-3 col-lg-4 col-md-6 wow fadeInUp" data-wow-delay=".3s">
<div class="single-footer-widget">
<div class="widget-head">
<div class="tt">About Us</div>
</div>
<div class="footer-content">
<p>
<?= substr($aboutRes['pageDesc'], 0, 400); ?>..
</p>
<div class="social-icon d-flex align-items-center">
<a href="<?= $admin_res['facebook']; ?>" title="Facebook"><i class="fab fa-facebook-f"></i></a>
<a href="<?= $admin_res['twitter']; ?>" title="Twitter"><i class="fab fa-twitter"></i></a>
<a href="<?= $admin_res['linkedin']; ?>" title="Linkedin"><i class="fa-brands fa-linkedin-in"></i></a>
<a href="<?= $admin_res['youtube']; ?>" title="Youtube"><i class="fa-brands fa-youtube"></i></a>
</div>
</div>
</div>
</div>
<div class="col-xl-2 col-lg-4 col-md-6 ps-lg-5 wow fadeInUp" data-wow-delay=".5s">
<div class="single-footer-widget">
<div class="widget-head">
<div class="tt">Quick Links</div>
</div>
<ul class="list-area">
<li><a href="<?= site_url; ?>" title="Home"><i class="fa-solid fa-chevron-right"></i>Home</a></li>
<li><a href="<?= site_url; ?>/about-us.html" title="About Us"><i class="fa-solid fa-chevron-right"></i>About Us</a></li>
<li><a href="<?= site_url; ?>/blog.html" title="Blogs"><i class="fa-solid fa-chevron-right"></i>Blogs</a></li>
<li><a href="<?= site_url; ?>/contact.html" title="Contact Us"><i class="fa-solid fa-chevron-right"></i>Contact Us</a></li>
<li><a href="<?= site_url; ?>/sitemap.html" title="Sitemap"><i class="fa-solid fa-chevron-right"></i>Sitemap</a>
<li><a href="<?= site_url; ?>/market-area.html" title="Market Area"><i class="fa-solid fa-chevron-right"></i>Market Area</a></li>
</ul>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-md-6 ps-lg-5 wow fadeInUp" data-wow-delay=".5s">
<div class="single-footer-widget style-margin">
<div class="widget-head">
<div class="tt">IT Solution</div>
</div>
<?php
$home_categgorys = mysqli_query($GLOBALS['dbconn'], "select catImage, catName, displayName, catIcon, catDesc, catID from category_tbl where parentID = '0' and home_category='1' and status='Y' order by catOrder");
while ($homeCatRes = mysqli_fetch_assoc($home_categgorys)) {
?>
<ul class="list-area">
<li><a href="<?= site_url; ?>/<?= rtrim(getValidFileName($ca_nam1), '-'); ?>/<?= getValidFileName($homeCatRes['catName']); ?>.html" title="<?= $homeCatRes['displayName']; ?>"><i class="fa-solid fa-chevron-right"></i><?= $homeCatRes['displayName']; ?></a></li>
</ul>
<?php } ?>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6 wow fadeInUp" data-wow-delay=".7s">
<div class="single-footer-widget style-margin">
<div class="widget-head">
<div class="tt">Newsletter</div>
</div>
<div class="footer-content">
<p>
Sign up to seargin weekly newsletter to get the latest updates.
</p>
<div class="footer-input">
<form action="" id="newsletter_form" method="post">
<input type="email" name="email" placeholder="Enter Email Address" required>
<button class="newsletter-btn" type="submit" name="newsletter_submit">
<i class="fab fa-telegram-plane"></i>
</button>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer-bottom style-3">
<div class="container">
<div class="footer-wrapper d-flex align-items-center justify-content-between">
<div class="footer-logo wow fadeInLeft" data-wow-delay=".3s">
<a href="<?= site_url; ?>" title="<?= COMPANY; ?>">
<img src="<?= theme_url; ?>img/white logo zapnix.png" alt="<?= COMPANY; ?>" title="<?= COMPANY; ?>">
</a>
</div>
<p class="wow fadeInRight color-2" data-wow-delay=".5s">
©<?= date('Y') ?> <a href="<?= site_url; ?>" title="<?= COMPANY; ?>"><?= $admin_res['companyName']; ?></a>. All Rights Reserved.
</p>
</div>
</div>
<button onclick="topFunction()" title="scrollUp" id="scrollUp" class="scroll-icon">
<i class="far fa-arrow-up"></i>
</button>
</div>
</footer>
<!--<a href="https://api.whatsapp.com/send?phone=<?= $admin_res['whatsapp']; ?> &text= I want enquire about your services." target="_blank" class="whatapp_btn" title="Whatsapp Now">-->
<!-- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16">-->
<!-- <path d="M13.601 2.326A7.854 7.854 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.933 7.933 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.898 7.898 0 0 0 13.6 2.326zM7.994 14.521a6.573 6.573 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.557 6.557 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592zm3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.729.729 0 0 0-.529.247c-.182.198-.691.677-.691 1.654 0 .977.71 1.916.81 2.049.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232z">-->
<!-- </path>-->
<!-- </svg>-->
<!--</a>-->
<button class="business-enq" data-bs-toggle="modal" data-bs-target="#enq_popup">
<span class="icon"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chat-square-text" viewBox="0 0 16 16">
<path d="M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-2.5a2 2 0 0 0-1.6.8L8 14.333 6.1 11.8a2 2 0 0 0-1.6-.8H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2.5a1 1 0 0 1 .8.4l1.9 2.533a1 1 0 0 0 1.6 0l1.9-2.533a1 1 0 0 1 .8-.4H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z"></path>
<path d="M3 3.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5M3 6a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9A.5.5 0 0 1 3 6m0 2.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5"></path>
</svg></span>
Get A Proposal
</button>
<div class="modal fade" id="enq_popup" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content">
<div class="modal-body">
<div class="title-bx">
<div class="tt">Let's Discuss Now</div>
<p>Fill out the form and our team will get back to you</p>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div id="responseMessageQuickEnq"></div>
<form action="" id="enquiry_popup" method="post">
<div class="row g-2 gy-3">
<div class="col-md-6 col-12">
<div class="form-group">
<input type="hidden" name="package" value="" required class="form-control">
<input type="text" name="name" required class="form-control" placeholder="Please enter your name">
</div>
</div>
<div class="col-md-6 col-12">
<div class="form-group">
<input type="email" name="email" id="popEmail" required class="form-control" placeholder="Please enter your email">
</div>
</div>
<div class="col-12">
<div class="form-group">
<input type="text" name="mobile" required class="form-control" placeholder="Please enter your number">
</div>
</div>
<!-- <div class="col-12">
<div class="fr-tt">What services interests you?</div>
<div class="row g-0" >
<?php
$form_query = mysqli_query($GLOBALS['dbconn'], "SELECT catImage, catName, displayName, catDesc, catID, catBanner FROM category_tbl WHERE parentID != '0' AND status='Y' ORDER BY catOrder");
while ($service_res = mysqli_fetch_assoc($form_query)) {
?>
<div class="col-md-6 col-12">
<div class="form-check">
<input class="form-check-input" name="services[]" required type="checkbox" value="<?= $service_res['displayName']; ?>" id="<?= $service_res['displayName']; ?>">
<label class="form-check-label" for="<?= $service_res['displayName']; ?>">
<?= $service_res['displayName']; ?>
</label>
</div>
</div>
<?php } ?>
<div class="col-md-6 col-12">
<div class="form-check">
<input class="form-check-input" name="services[]" type="checkbox" value="Others" id="Others">
<label class="form-check-label" for="Others">
Others
</label>
</div>
</div>
</div>
</div> -->
<div class="col-12">
<div class="fr-tt">What services interest you?</div>
<!-- Group Wrapper -->
<div class="form-group">
<!-- Hidden Input for Validation -->
<input
type="checkbox"
name="services[]"
required
style="opacity: 0; position: absolute;"
oninvalid="document.getElementById('services-error').style.display = 'block';"
onclick="document.getElementById('services-error').style.display = 'none';">
<!-- Error Message -->
<div id="services-error" style="color: red; display: none; margin-bottom: 10px;">
Please select at least one service.
</div>
<!-- Checkbox Options -->
<div class="row g-0">
<?php
$form_query = mysqli_query($GLOBALS['dbconn'], "SELECT catImage, catName, displayName, catDesc, catID, catBanner FROM category_tbl WHERE parentID != '0' AND status='Y' ORDER BY catOrder");
while ($service_res = mysqli_fetch_assoc($form_query)) {
?>
<div class="col-md-6 col-12">
<div class="form-check">
<input
class="form-check-input"
name="services[]"
type="checkbox"
value="<?= $service_res['displayName']; ?>"
id="<?= $service_res['displayName']; ?>">
<label class="form-check-label" for="<?= $service_res['displayName']; ?>">
<?= $service_res['displayName']; ?>
</label>
</div>
</div>
<?php } ?>
<div class="col-md-6 col-12">
<div class="form-check">
<input
class="form-check-input"
name="services[]"
type="checkbox"
value="Others"
id="Others">
<label class="form-check-label" for="Others">
Others
</label>
</div>
</div>
</div>
</div>
</div>
<div class="col-12">
<div class="form-group">
<textarea class="form-control" name="message" required placeholder="Your Message"></textarea>
</div>
</div>
<div class="col-12">
<div class="g-recaptcha" data-sitekey="<?= SITE_KEY; ?>"></div>
</div>
<div class="col-12">
<button class="theme-btn w-100 mt-3 liner-bg" type="submit" name="enquiry_submit">
<span>
Send Your Qurey
<i class="fa-solid fa-arrow-right-long"></i>
</span>
</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>