Server IP : 103.53.40.154 / Your IP : 3.17.179.132 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/fastelevator.in/../samingpvtltd.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<head> <?php include 'headlinks.php';?> </head> <?php include 'header.php';?> <!-- Page Header Start --> <div class="container-fluid bg-dark p-5"> <div class="row"> <div class="col-12 text-center"> <h1 class="display-4 text-white">Contact Us</h1> <a href="">Home</a> <i class="far fa-square text-primary px-2"></i> <a href="#">Contact</a> </div> </div> </div> <!-- Page Header End --> <!-- Contact Start --> <div class="container bg-secondary px-0 m-3"> <div class="row g-0"> <div class="col-lg-6 py-6 px-5"> <h1 class="display-5 mb-4">Contact for Consultation </h1> <form> <div class="row gx-3"> <div class="col-6"> <div class="form-floating"> <input type="text" class="form-control " id="form-floating-1" placeholder="John Doe"> <label for="form-floating-1">Full Name</label> </div> </div> <div class="col-6"> <div class="form-floating"> <input type="phone" class="form-control " id="form-floating-1" placeholder="Phone Number"> <label for="form-floating-1">Phone Number</label> </div> </div> <div class="col-6"> <div class="form-floating"> <input type="phone" class="form-control mt-2" id="form-floating-1" placeholder="Alt Number"> <label for="form-floating-1">Alt Number</label> </div> </div> <div class="col-6"> <div class="form-floating mb-3"> <input type="email" class="form-control mt-2" id="form-floating-2" placeholder="name@example.com"> <label for="form-floating-2">Email address</label> </div> </div> <div class="col-6"> <div class="form-floating"> <select class="form-select" id="floatingSelect" aria-label="Financial Consultancy"> <option selected>Select Services</option> <?php include 'admin/config.php'; $sql = "SELECT * FROM tb5_course"; $run = mysqli_query($db,$sql); while($data = mysqli_fetch_assoc($run)){ ?> <option value="<?php echo $data['course_name']?>"><?php echo $data['course_name']?></option> <?php } ?> </select> <label for="floatingSelect">Select A Service</label> </div> </div> <div class="col-6"> <button class="btn btn-primary w-100 h-100" type="submit">Send</button> </div> </div> </form> </div> <div class="col-lg-6" style="min-height: 400px;"> <div class="position-relative h-100"> <!--<img class="position-absolute w-100 h-100" src="img/quote.jpg" style="object-fit: cover;">--> <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d14018.643962675409!2d77.29121342981018!3d28.549907817735413!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x390ce41a919c3be3%3A0xa06554fe72ffce96!2sShaheen%20Bagh%2C%20Block%20A%2C%20Jamia%20Nagar%2C%20Okhla%2C%20New%20Delhi%2C%20Delhi%20110025!5e0!3m2!1sen!2sin!4v1679298023317!5m2!1sen!2sin" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe> </div> </div> </div> </div> <!-- Contact End --> <!-- Contact End --> <?php include 'footer.php';?>