D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
realadss
/
kavyaeventz.in
/
Filename :
contact-us.php
back
Copy
<?php include("include/header.php"); ?> <!--Page Title--> <section class="page-title" data-bg-img="images/background/page-title-1.jpg"> <div class="auto-container"> <h1>Contact Us</h1> <ul class="bread-crumb"> <li><a href="index.php">Home</a></li> <li><a href="#">Contact Us</a></li> </ul> </div> <!--Go Down Button--> <div class="go-down"> <div class="curve scroll-to-target" data-target="#about-section"><span class="icon fa fa-arrow-down"></span></div> </div> </section> <div class="contact-section" id="contact-section"> <div class="auto-container"> <div class="row clearfix"> <!--Content Side--> <div class="col-md-8 col-sm-7 col-xs-12 column pull-right"> <div class="sec-title"> <h3>Drop us a line</h3> <h2>We’d love to hear from you</h2> <div class="line"></div> </div> <div class="form-box p-xs-15"> <form method="post" action="mailer.php"> <div class="row clearfix"> <div class="form-group col-md-6 col-sm-12 col-xs-12"> <input type="text" name="name" placeholder="Name" required> </div> <div class="form-group col-md-6 col-sm-12 col-xs-12"> <input type="email" name="email" placeholder="Email" required> </div> <div class="form-group col-md-6 col-sm-12 col-xs-12"> <input type="tel" name="phone" maxlength="10" minlength="10" placeholder="Mobile Number" required> </div> <div class="form-group col-md-6 col-sm-12 col-xs-12"> <input class="datepicker" type="text" name="date" placeholder=" Date *" required> </div> <div class="form-group col-md-6 col-sm-12 col-xs-12"> <select class="form-select" aria-label="Default select example"> <option selected>Select Category</option> <option>Wdding Planner</option> <option>Birthday Party</option> <option>Corporate Event</option> <option>Catering Service</option> <option>Artist Managment</option> </select> </div> <div class="form-group col-md-6 col-sm-12 col-xs-12"> <select class="form-select" aria-label="Default select example"> <option selected>Select Budget</option> <option>20 to 50k</option> <option>1 to 2lac</option> <option>5 to 7lac</option> <option>10lac +</option> </select> </div> <div class="form-group col-md-12 col-sm-12 col-xs-12"> <textarea name="msg" placeholder="Message" required></textarea> </div> <div class="form-group col-md-12 col-sm-12 col-xs-12 text-right"> <button class="normal-btn theme-btn" type="submit" name="submit">Submit</button> </div> </div> </form> </div> </div> <!--Left Side--> <div class="col-md-4 col-sm-5 col-xs-12 column pull-left"> <div class="sec-title"> <h3>Contact Info.</h3> <h2>Connect with us</h2> <div class="line"></div> </div> <div class="info-box p-xs-15"> <h3>Information</h3> <ul> <li><span class="icon fa fa-phone"></span><p><a href="tel:+91 8527611633" style="color: black;font-weight: 700;">+91 8527611633</a></p></li> <li><span class="icon fa fa-envelope"></span><p><a href="mailto:info@kavyaeventz.com" style="color: black;font-weight: 700;">info@kavyaeventz.com</a></p></li> </ul> <br> <h3>Connect With Us</h3> <div class="social-links"> <a href="https://www.facebook.com/profile.php?id=61555841927276" target="blank"><span class="fa fa-facebook-f" ></span></a> <a href="#"><span class="fa fa-twitter" target="blank"></span></a> <a href="https://in.pinterest.com/kavyaeventz/" target="blank"><span class="fa fa-pinterest"></span></a> <a href="#"><span class="fa fa-instagram" target="blank"></span></a> <a href="https://youtube.com/@KavyaEvents?si=pJKpSQfLOn3xYjeS" target="blank"><span class="fa fa-youtube-play" ></span></a> <a href="#"><span class=" fa fa-linkedin" target="blank"></span></a> </div> </div> </div> </div> </div> </div> <?php include("include/footer.php"); ?>