File: /var/www/html/TriadGov/wp-content/themes/triad-gov/footer.php
<?php if ( ! is_page('services') ) { ?>
<section class="lets-build">
<div class="container custom-container">
<div class="built-iner">
<div class="title-sec">
Let’s build a resilient, secure <br>
future together.
</div>
<button class="learn-btn1" onclick="window.location.href='<?php echo site_url('/contact-us'); ?>'">Contact Triad GovSec</button>
<!-- <div class="learn-btn1">Contact Triad GovSec</div> -->
</div>
</div>
</section>
<?php } ?>
<footer>
<section class="footer-sec">
<div class="container custom-container">
<div class="footer-row d-flex">
<div class="f-col-1">
<div class="f-logo-block">
<a class="f-logo" href="#"><img src="<?php echo get_template_directory_uri(); ?>/img/Triad-Gov-logo.svg" alt="footer-logo"></a>
<!-- <p>Triad gov sec is the relentless force standing between your business and cyber threats, empowering you with unmatched expertise, cutting-edge solutions, and a partner who’s</p> -->
<p>Triad GovSec is the relentless force standing between your agency and cyber threats—empowering you with unmatched expertise, cutting-edge solutions, and a partner who’s always mission-ready.
We don’t just respond to threats—we anticipate them, neutralize them, and build your defenses stronger every time.
With deep-rooted knowledge of government systems and compliance, we deliver more than protection—we deliver peace of mind.
When failure isn’t an option, Triad GovSec is your shield, your sword, and your strategic advantage.</p>
</div>
</div>
<div class="f-col-2">
<div class="det-info-wrapper d-flex">
<div class="det-info-card">
<h4><img src="<?php echo get_template_directory_uri(); ?>/img/phone-icon.svg" alt="phone"> Phone Number</h4>
<p> <a href="tel:2814026711">281.402.6711</a></p>
</div>
</div>
</div>
<div class="f-col-3">
<div class="det-info-wrapper d-flex">
<div class="det-info-card">
<h4><img src="<?php echo get_template_directory_uri(); ?>/img/mail-icon.svg" alt="f-loc">Email Address</h4>
<p> <a href="mailto:info@triadgovsec.us">info@triadgovsec.us</a></p>
</div>
</div>
</div>
<div class="f-col-3">
<div class="det-info-wrapper d-flex">
<div class="det-info-card">
<h4><img src="<?php echo get_template_directory_uri(); ?>/img/location-icon.svg" alt="f-loc"> Corporate Address</h4>
<p>22511 Katy Freeway <br>Suite 500
<br>Katy, TX 77450</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="copyright-sec">
<div class="container custom-container">
<div class="copyright-wrapper d-flex">
<p>Copyright <span id="year"></span> Triad GovSec | All Rights Reserved | <a target="_blank" class="copyright-link" href="<?php echo get_template_directory_uri(); ?>/Triad-Privacy-Policy.pdf">Privacy Policy</a></p>
</p>
<!-- <div class="f-soc-block d-flex">
<a href="https://g.co/kgs/Kb4S8MA" class="f-soc" target="_blank">
<img src="<?php echo get_template_directory_uri(); ?>/img/google.svg" alt="f-soc-1">
</a>
<a href="https://www.youtube.com/@Triad_InfosecYouTube" class="f-soc" target="_blank">
<img src="<?php echo get_template_directory_uri(); ?>/img/youtube.svg" alt="f-soc-2">
</a>
<a href="https://www.instagram.com/triadinfosec/" class="f-soc" target="_blank">
<img src="<?php echo get_template_directory_uri(); ?>/img/insta.svg" alt="f-soc-3">
</a>
<a href="https://www.facebook.com/profile.php?id=61552751872926" class="f-soc" target="_blank">
<img src="<?php echo get_template_directory_uri(); ?>/img/Facebook.svg" alt="f-soc-4">
</a>
<a href="https://www.linkedin.com/company/triad-info-sec-llc/" class="f-soc" target="_blank">
<img src="<?php echo get_template_directory_uri(); ?>/img/Linkedin.svg" alt="f-soc-5">
</a>
<a href="https://x.com/triad_infosec" class="f-soc" target="_blank">
<img src="<?php echo get_template_directory_uri(); ?>/img/Twitter.svg" alt="f-soc-6">
</a>
</div> -->
</div>
</div>
</section>
</footer>
<!-- Corrected jQuery & Bootstrap Script -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.3/js/bootstrap.bundle.min.js"
integrity="sha512-7Pi/otdlbbCR+LnW+F7PwFcSDJOuUJB3OxtEHbg4vSMvzvJjde4Po1v4BR9Gdc9aXNUNFVUY+SK51wWT8WF0Gg=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script>
jQuery(document).ready(function($) {
var currentYear = new Date().getFullYear();
$('#year').text(currentYear);
});
window.addEventListener("scroll", function () {
const header = document.querySelector(".header");
if (window.scrollY > 50) {
header.classList.add("bgColor");
} else {
header.classList.remove("bgColor");
}
});
</script>
<?php wp_footer(); ?>
</body>
</html>