ok
Direktori : /home2/selectio/public_html/thecomponents.in/ |
Current File : /home2/selectio/public_html/thecomponents.in/contact.php |
<?php include "header1.php"; ?> <main class="main"> <nav class="breadcrumb-nav"> <div class="container"> <ul class="breadcrumb"> <li> <a href="index.php"> <i class="d-icon-home"></i> </a> </li> <li>Contact Us</li> </ul> </div> </nav> <div class="page-header" style="background-image: url(images/page-header/contact-us.jpg)"> <h1 class="page-title font-weight-bold text-capitalize ls-l">Contact Us</h1> </div> <div class="page-content mt-10 pt-7"> <section class="contact-section"> <div class="container"> <div class="row"> <div class="col-lg-4 col-md-5 col-sm-6 ls-m mb-4"> <div class="grey-section d-flex align-items-center h-100"> <div> <h4 class="mb-2 text-capitalize">Location</h4> <p> anna street , new bustand back side, Angammal Colony, Salem, Tamil Nadu 636009 </p> <h4 class="mb-2 text-capitalize">Phone Number</h4> <p> <a href="tel:#">77089 54811</a> <br> <a href="tel:#">89077 85411</a> </p> <h4 class="mb-2 text-capitalize">Support</h4> <p class="mb-4"> <a href="#"> <span class="__cf_email__" data-cfemail="5d2e282d2d322f291d2432282f703932303c3433733e3230">info@caliber.com</span> </a> <br> <a href="#"> <span class="__cf_email__" data-cfemail="e189848d91a1988e9493cc858e8c80888fcf828e8c">support@caliberecom.in</span> </a> <br> </p> </div> </div> </div> <div class="col-lg-8 col-md-7 col-sm-6 d-flex align-items-center mb-4"> <div class="w-100"> <form class="pl-lg-2" action="#"> <h4 class="ls-m font-weight-bold">Let’s Connect</h4> <p>Your email address will not be published. Required fields are marked *</p> <div class="row mb-2"> <div class="col-12 mb-4"> <textarea class="form-control" required placeholder="Comment*"></textarea> </div> <div class="col-md-6 mb-4"> <input class="form-control" type="text" placeholder="Name *" required> </div> <div class="col-md-6 mb-4"> <input class="form-control" type="email" placeholder="Email *" required> </div> </div> <button class="btn btn-dark btn-rounded">Post Comment <i class="d-icon-arrow-right"></i> </button> </form> </div> </div> </div> </div> </section> </div> </main> <?php include "footer.php"; ?>