Server IP : 162.214.80.37 / Your IP : 216.73.216.83 Web Server : Apache System : Linux sh013.webhostingservices.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : imyrqtmy ( 2189) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home2/imyrqtmy/public_html/flauntingbird/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!DOCTYPE html> <html lang="zxx"> <?php require "inc/head.php" ?> <body> <div id="main-wrapper"> <?php require "inc/header.php" ?> <!-- End Navigation --> <div class="clearfix"></div> <div class="gray py-3"> <div class="container"> <div class="row"> <div class="colxl-12 col-lg-12 col-md-12"> <nav aria-label="breadcrumb"> <ol class="breadcrumb"> <li class="breadcrumb-item"><a href="#">Home</a></li> <!-- <li class="breadcrumb-item"><a href="#">Pages</a></li> --> <li class="breadcrumb-item active" aria-current="page">Contact Us</li> </ol> </nav> </div> </div> </div> </div> <!-- ======================= Top Breadcrubms ======================== --> <!-- ======================= Contact Page Detail ======================== --> <section class="middle"> <div class="container"> <div class="row justify-content-center"> <div class="col-xl-12 col-lg-12 col-md-12 col-sm-12"> <div class="sec_title position-relative text-center"> <h2 class="off_title">Contact Us</h2> <h3 class="ft-bold pt-3">Get In Touch</h3> </div> </div> </div> <div class="row align-items-start justify-content-between"> <div class="col-xl-4 col-lg-4 col-md-12 col-sm-12"> <div class="card-wrap-body mb-4"> <h4 class="ft-medium mb-3 theme-cl">Address</h4> <p>B-288/2, Inder Enclave, Ph-2,Shani Bazar Road, Kirari, Delhi-110086 </p> <!-- <p class="lh-1"><span class="text-dark ft-medium">Email:</span> flauntingbird24@gmail.com</p> --> </div> <div class="card-wrap-body mb-3"> <h4 class="ft-medium mb-3 theme-cl">Make a Call</h4> <h6 class="ft-medium mb-1">Customer Care:</h6> <p class="mb-2">9990277758</p> <!-- <h6 class="ft-medium mb-1">Careers::</h6> <p>+91 965 784 23658</p> --> </div> <div class="card-wrap-body mb-3"> <h4 class="ft-medium mb-3 theme-cl">Drop A Mail</h4> <p>Fill out our form and we will contact you within 24 hours.</p> <p class="lh-1 text-dark">flauntingbird24@gmail.com</p> <!-- <p class="lh-1 text-dark">dhananjaypreet@gmail.com</p> --> </div> </div> <div class="col-xl-7 col-lg-8 col-md-12 col-sm-12"> <form class="row"> <div class="col-xl-12 col-lg-12 col-md-12 col-sm-12"> <div class="form-group"> <label class="small text-dark ft-medium">Your Name *</label> <input type="text" class="form-control" placeholder="Your Name"> </div> </div> <div class="col-xl-12 col-lg-12 col-md-12 col-sm-12"> <div class="form-group"> <label class="small text-dark ft-medium">Your Email *</label> <input type="text" class="form-control" placeholder="Your Email"> </div> </div> <div class="col-xl-12 col-lg-12 col-md-12 col-sm-12"> <div class="form-group"> <label class="small text-dark ft-medium">Subject</label> <input type="text" class="form-control" placeholder="Type Your Subject"> </div> </div> <div class="col-xl-12 col-lg-12 col-md-12 col-sm-12"> <div class="form-group"> <label class="small text-dark ft-medium">Message</label> <textarea class="form-control ht-80" placeholder="Message"></textarea> </div> </div> <div class="col-xl-12 col-lg-12 col-md-12 col-sm-12"> <div class="form-group"> <button type="button" class="btn btn-dark">Send Message</button> </div> </div> </form> </div> </div> </div> </section> <!-- ======================= Contact Page End ======================== --> <!-- ============================ Footer Start ================================== --> <?php require "inc/footer.php" ?> <!-- ============================ Footer End ================================== --> <a id="back2Top" class="top-scroll" title="Back to top" href="#"><i class="ti-arrow-up"></i></a> </div> <!-- ============================================================== --> <!-- End Wrapper --> <!-- ============================================================== --> <!-- ============================================================== --> <!-- All Jquery --> <!-- ============================================================== --> <script src="assets/js/jquery.min.js"></script> <script src="assets/js/popper.min.js"></script> <script src="assets/js/bootstrap.min.js"></script> <script src="assets/js/ion.rangeSlider.min.js"></script> <script src="assets/js/slick.js"></script> <script src="assets/js/slider-bg.js"></script> <script src="assets/js/lightbox.js"></script> <script src="assets/js/smoothproducts.js"></script> <script src="assets/js/snackbar.min.js"></script> <script src="assets/js/jQuery.style.switcher.js"></script> <script src="assets/js/custom.js"></script> <!-- ============================================================== --> <!-- This page plugins --> <!-- ============================================================== --> <script> function openWishlist() { document.getElementById("Wishlist").style.display = "block"; } function closeWishlist() { document.getElementById("Wishlist").style.display = "none"; } </script> <script> function openCart() { document.getElementById("Cart").style.display = "block"; } function closeCart() { document.getElementById("Cart").style.display = "none"; } </script> <script> function openSearch() { document.getElementById("Search").style.display = "block"; } function closeSearch() { document.getElementById("Search").style.display = "none"; } </script> </body> </html>