BLACKSITE
:
216.73.217.52
:
162.213.255.42 / mudradiamond.com
:
Linux server146.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
:
/
home
/
mudrfoqg
/
www
/
Upload File:
files >> /home/mudrfoqg/www/contact.php
<!DOCTYPE html> <html lang="en"> <head> <?php include "include/head.php" ?> </head> <body> <?php include "include/header.php" ?> <!--breadcrumb section start--> <div class="breadcrumb-section pt-40 pb-40" data-background="assets/images/shapes/breadcrumb-bg.jpg"> <div class="container"> <p class="breadcrumb-text fw-light mb-0"><a href="index.php">Home</a>/<span class="primary-text-color">Contact Us</span></p> </div> </div> <!--breadcrumb section end--> <section class="location-box-area bg-white ptb-120 overflow-hidden"> <div class="container"> <div class="row align-items-center justify-content-center g-4"> <div class="col-xl-4 col-lg-6"> <div class="location-box light-bg text-center position-relative z-1"> <h3 class="mb-40">Phone</h3> <p class="text-color mb-0 fw-light">+91 <?= $contact['phone'] ?></p> </div> </div> <div class="col-xl-4 col-lg-6"> <div class="location-box light-bg text-center position-relative z-1"> <h3 class="mb-40">Email</h3> <p class="text-color mb-0 fw-light"><?= $contact['email'] ?></p> </div> </div> <div class="col-xl-4 col-lg-6"> <div class="location-box light-bg text-center position-relative z-1"> <h3 class="mb-40">Address</h3> <p class="text-color mb-0 fw-light"><?= $contact['address'] ?></p> </div> </div> </div> </div> </section> <section class="contact-section bg-white ptb-120"> <div class="container"> <div class="row justify-content-center"> <div class="col-xl-7"> <div class="text-center"> <span class="text-uppercase secondary-text-color fw-light fs-sm">Contact Us</span> <h2 class="mb-4 mt-2">Get in Touch</h2> <p class="text-color fw-light">Thank You For Your Interest In Reaching Out To Us. We Value Your Feedback, Inquiries, And Suggestions. Please Find Below The Various Ways You Can Contact Us.</p> </div> </div> </div> <div class="light-bg contact-form-box mt-60"> <form action="form.php" method="post"> <div class="row g-4"> <div class="col-sm-6"> <div class="input-field"> <input type="text" name="name" placeholder="Your Name*" class="theme-input bg-white"> </div> </div> <div class="col-sm-6"> <div class="input-field"> <input type="email" name="email" placeholder="Email Address*" class="theme-input bg-white"> </div> </div> <div class="col-sm-6"> <div class="input-field"> <input type="tel" name="phone" placeholder="Your PHone*" class="theme-input bg-white"> </div> </div> <div class="col-sm-6"> <div class="input-field"> <input type="text" name="subject" placeholder="Subject*" class="theme-input bg-white"> </div> </div> <div class="col-sm-12"> <div class="input-field"> <textarea class="theme-input bg-white" name="message" placeholder="Type Message here" rows="7"></textarea> </div> </div> </div> <button type="submit" name="enquiry" class="template-btn primary-btn w-100 text-uppercase fw-normal mt-32"><span>Send Message</span></button> </form> </div> </div> </section> <div class="location-map overflow-hidden"> <iframe src="<?= $contact['map'] ?>" style="border:0;" loading="lazy"></iframe> </div> <?php include "include/footer.php" ?> <?php include "include/foot.php" ?> </body> </html>