Server IP : 103.53.40.154 / Your IP : 18.217.207.112 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home2/ppcad7no/automationpowersolutions.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!--<div class="whatsapp">--> <!-- <a href="https://wa.me/"><img src="https://cdn2.iconfinder.com/data/icons/social-messaging-ui-color-shapes-2-free/128/social-whatsapp-circle-512.png" width="50" alt=" " title=""> </a>--> <!--</div>--> <!--<div class="phone-call">--> <!-- <a href="tel:" > <i style="font-size: 36px;" class="fa fa-phone"></i></a>--> <!--</div>--> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> <style> .ftr-bar{ display: flex; width: 100%; position:fixed; bottom:0; z-index:999; } .ftr-bar-btn{ flex-basis: 33.3%; background-color: #ccc; display:flex; justify-content:center; align-items:center; color:#ffffff !important; font-weight:700; padding:8px 0px; } .book-btn{ flex-basis: 33.3%; background-color: #ffba00; } .wp-btn{ flex-basis: 33.3%; background-color:#4CAF50; } .call-btn{ flex-basis: 33.3%; background-color: #031b24; } .book-btn a{ color: #fefefe; text-decoration: none; } .wp-btn a{ color: #fefefe; text-decoration: none; } .call-btn a{ color: #fefefe; text-decoration: none; } .ftr-bar{ display: none; } .whatsapp-float { position: fixed; bottom: 20px; right: 10px; z-index: 999; } .whatsapp-float img { width: 50px; height: 50px; } .call-icon{ position: fixed; bottom: 20px; left: 10px; z-index: 999; } .call-icon img{ width: 50px; height: 50px; } @media only screen and (max-width: 768px) { .ftr-bar{ display: flex; } .whatsapp-float, .call-icon{ display:none; } } </style> </head> <body> <div class="ftr-bar"> <div class="ftr-bar-btn book-btn"> <a href="<?php echo $wspath ?>contact.html">Contact Now</a> </div> <div class="ftr-bar-btn call-btn"> <a href="tel:<?php echo $data['admin_phone']?>">Call Now</a> </div> <div class="ftr-bar-btn wp-btn"> <a href="https://wa.me/918826654483">Whats App</a> </div> </div> <div class="whatsapp-float"> <a href="https://wa.me/918826654483"> <img src="<?php echo $wspath?>images/wp-icon.png" width="50px" class="whatsapp-float-btn"> </a> </div> <div class="call-icon"> <a href="tel:<?php echo $data['admin_phone']?>"> <img src="<?php echo $wspath?>images/call-icon.png" width="50px" class="whatsapp-float-btn"> </a> </div> </body> </html>