Current File : /var/www/html/blog/wp-content/themes/amadeus/footer.php
<?php
/**
 * The template for displaying the footer.
 *
 * Contains the closing of the #content div and all content after
 *
 * @package Amadeus
 */
?>

	<style>
.social-icons {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
	list-style: none;
}
		
		.social-icons img {
			width: 30px;
			height: 30px;
		}
</style>
 <footer class="footer">
        <div class="container footer-container">
            <div class="footer-row">
                <div class="footer-col1">
                    <h2>Useful Links</h2> <ul class="list-inline custom-list">
                        <li><a href="http://vertexpower.co.in">Home  | </a></li>
                        <li><a href="https://vertexpower.co.in/single-phase-servo-stabiliser.shtml">Single Phase Servo Stabiliser
Three Phase Aircoooled Servo Stabiliser  | </a></li>
                        <li><a href="https://vertexpower.co.in/three-phase-aircooled-servo-stabiliser.shtml"> Three Phase Aircoooled Servo Stabiliser |</a></li>
                          <li><a href="https://vertexpower.co.in/three-phase-oilcooled-servo-stabiliser.shtml">
Three Phase Oilcooled Servo Stabiliser</a></li>
                         <li><a href="https://vertexpower.co.in/static-voltage-stabiliser.shtml">Static Voltage Stabilise |</a></li>
                         <li><a href="https://vertexpower.co.in/isolation-transformer.shtml">Isolation Transformer|</a></li>
                       <li> <a href="https://vertexpower.co.in/cvt.shtml">Constant Voltage Transformer (CVT)  </a></li>
                    </ul>
                </div>
                <div class="footer-col2">
                    <h2>office</h2>
                    <h4>Vertex Power Solutions Pvt Ltd</h4>
                     <p>No. 14, Mosque Street, Easwaran Nagar, </p>
                    <p> Anna Salai, Pammal, Chennai - 600075,</p>
                    <p>Tamil Nadu, India</p>
                </div>
                <div class="footer-col3">
                    <h2>reach us</h2>
                    <p><a href="mailto:ho@vertexpower.co.in">ho@vertexpower.co.in</a> <span>/</span> <a href="mailto:manjunath@vertexpower.co.in">manjunath@vertexpower.co.in</a></p>
					<p><a href="tel:+91 9940058974"> Chennai - +91 9940058974</a></p>
					<p><a href="tel:+91 9842011833"> Coimbatore - +91 9842011833</a></p>
					<p><a href="tel:+91 9164657788"> Bangalore - +91 9164657788</a></p>
					<p><a href="tel:+91 8177929674"> Pune: +91 8177929674</a></p>
					<p><a href="tel:+91 9886081610"> Hyderabad: +91 9886081610</a></p>
					<p><a href="tel:+91 9633453154"> Kochi: +91 9633453154</a></p>
					<p><a href="tel:+91 9041191782"> Ludhiana: +91 9041191782</a></p>
                </div>
            </div>
            <div class="footer-bot-sec">
                
				<ul class="social-icons">
                        <li class="fb"><a href="https://www.facebook.com/vertexpspl?mibextid=ZbWKwL" target="_blank"><img src="https://vertexpower.co.in/images/home-page-imgs/icons/facebook.png" alt="facebook"></a>
                        </li>
                        <li class="fb"><a href="https://www.instagram.com/vertexpowersolution/" target="_blank"><img src="https://vertexpower.co.in/images/home-page-imgs/icons/instagram.png" alt="instagram"></a></li>
                        <li class="ig"><a href="https://www.youtube.com/@VertexPowerSolutionsPvt.Ltd." target="_blank"><img src="https://vertexpower.co.in/images/home-page-imgs/icons/youtube.png" alt="youtube"></a></li>
                        <li class="li"><a href="https://www.linkedin.com/company/vertexpower/" target="_blank"><img src="https://vertexpower.co.in/images/home-page-imgs/icons/linkedin.png" alt="linkedin"></a></li>
                    </ul>
                <div class="foot-div">
                    <p>&copy; 2025 Vertex Power Solutions Pvt Ltd 2025. All Rights Reserved</p>
                    <span> | </span>
                    <p>Designed & Developed by <a href="https://digitifyou.com/">DigitifyU</a></p>
                </div>
            </div>
        </div>
    </footer>
    <script src="<?php echo get_template_directory_uri() ; ?>/js/jquery.min.js"></script>
    <script src="<?php echo get_template_directory_uri() ; ?>/js/bootstrap.min.js"></script>
    <script src="<?php echo get_template_directory_uri() ; ?>/js/wow.js"></script>
<script src="<?php echo get_template_directory_uri() ; ?>/js/waves.min.js"></script>
    <script src="<?php echo get_template_directory_uri() ; ?>/js/script.js"></script>
    <script>
    $(function() {
        new WOW().init();
    });
    </script>
</body>

</html>
<?php wp_footer(); ?>

</body>
</html>