D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home3
/
encodto1
/
attraction.encodersunlimited.com
/
Filename :
contact.php
back
Copy
<?php include('config.php') ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> <title>Attraction | Contact Us</title> <!-- Fav Icon --> <link rel="icon" href="assets/images/favicon.ico" type="image/x-icon"> <!-- Stylesheets --> <?php require('style.php'); ?> </head> <!-- page wrapper --> <body> <div class="boxed_wrapper"> <?php include 'header.php' ?> <!--Page Title--> <section class="page-title centred" style="background-image: url(assets/images/background/pagetitle.jpg);"> <div class="auto-container"> <div class="title-box"> <span class="title-text">Contact Us</span> <h1>Get to know us</h1> </div> </div> </section> <!--End Page Title--> <!-- contact-section --> <section class="contact-section"> <div class="auto-container"> <div class="row clearfix"> <!-- Content column --> <div class="col-lg-5 col-md-12 col-sm-12 content-column"> <div class="content-box"> <h2>Call now or write a message</h2> <p>Drop your details and we'll get back to you shortly. You can also call or message us for more information or to book your appointment.</p> <!-- Social media links --> <ul class="social-links clearfix"> <li><a href="https://www.facebook.com/attractionstylelounge"><i class="fab fa-facebook-square"></i></a></li> <li><a href="https://www.instagram.com/attractionstylelounge?utm_source=ig_web_button_share_sheet&igsh=ZDNlZDc0MzIxNw=="><i class="fab fa-instagram"></i></a></li> </ul> </div> </div> <!-- Form column --> <div class="col-lg-7 col-md-12 col-sm-12 form-column"> <div class="form-inner"> <!-- Contact form --> <form method="post" action="attadminraction/crud.php" id="contact-form" class="default-form"> <div class="row clearfix"> <!-- Input for name --> <div class="col-lg-6 col-md-6 col-sm-12 form-group"> <input type="text" name="name" placeholder="Your name" required=""> </div> <!-- Input for email --> <div class="col-lg-6 col-md-6 col-sm-12 form-group"> <input type="email" name="email" placeholder="Email address" required=""> </div> <!-- Input for phone number --> <div class="col-lg-6 col-md-6 col-sm-12 form-group"> <input type="text" name="number" placeholder="Phone number" required=""> </div> <!-- Input for subject --> <div class="col-lg-6 col-md-6 col-sm-12 form-group"> <input type="text" name="subject" placeholder="Subject" required=""> </div> <!-- Textarea for message --> <div class="col-lg-12 col-md-12 col-sm-12 form-group"> <textarea name="message" placeholder="Message..." required=""></textarea> </div> <!-- Submit button --> <div class="col-lg-12 col-md-12 col-sm-12 form-group message-btn"> <button class="theme-btn-one" type="submit" name="addquery">Send a message</button> </div> </div> </form> </div> </div> </div> </div> </section> <!-- contact-section end --> <!-- google-map-section --> <section class="google-map-section"> <div class="map-inner"> <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3563.6068738164613!2d88.42703507488848!3d26.72500336813313!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39e44111c1727907%3A0xd56d5546af5d1938!2sAttraction%20style%20lounge%20salon%20*21*21%20Best%20unisex%20salon%20in%20Siliguri%20*21*21%20Best%20hair%20%26%20beauty%20salon%20*21*21%20Best%20skin%20care%20salon!5e0!3m2!1sen!2sin!4v1733843775586!5m2!1sen!2sin" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe> </div> </section> <!-- google-map-section end --> <?php include 'footer.php' ?> </body><!-- End of .page_wrapper --> </html>