Ei kuvausta
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

contact.html 9.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  1. <!DOCTYPE html>
  2. <html lang="zxx">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6. <meta http-equiv="X-UA-Compatible" content="ie=edge" />
  7. <meta name="description" content="" />
  8. <title>Anwi Systems</title>
  9. <!-- Favicon -->
  10. <link
  11. rel="shortcut icon"
  12. type="image/x-icon"
  13. href="./assets/img/favicon.gif"
  14. />
  15. <!--**********************************
  16. all css files
  17. *************************************-->
  18. <!--***************************************************
  19. fontawesome,bootstrap,plugins and main style css
  20. ***************************************************-->
  21. <!-- cdn links -->
  22. <link rel="stylesheet" href="assets/css/fontawesome.min.css" />
  23. <link rel="stylesheet" href="assets/css/ionicons.min.css" />
  24. <link rel="stylesheet" href="assets/css/simple-line-icons.css" />
  25. <link rel="stylesheet" href="assets/css/plugins/jquery-ui.min.css" />
  26. <link rel="stylesheet" href="assets/css/bootstrap.min.css" />
  27. <link rel="stylesheet" href="assets/css/plugins/plugins.css" />
  28. <link rel="stylesheet" href="assets/css/style.min.css" />
  29. <link rel="stylesheet" href="assets/css/main-style.css" />
  30. <link rel="stylesheet" href="assets/css/responsive.css" />
  31. <link
  32. rel="stylesheet"
  33. href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
  34. />
  35. <link rel="stylesheet" href="assets/css/products.css" />
  36. <!-- Use the minified version files listed below for better performance and remove the files listed above -->
  37. <!--****************************
  38. Minified css
  39. ****************************-->
  40. <!--***********************************************
  41. vendor min css,plugins min css,style min css
  42. ***********************************************-->
  43. <!-- <link rel="stylesheet" href="assets/css/vendor/vendor.min.css" />
  44. <link rel="stylesheet" href="assets/css/plugins/plugins.min.css" />
  45. <link rel="stylesheet" href="assets/css/style.min.css" /> -->
  46. </head>
  47. <body>
  48. <div class="waves">
  49. <!-- navbar -->
  50. <div id="navbar-head"></div>
  51. <!-- end-of-navbar -->
  52. <!-- breadcrumb-section start -->
  53. <section class="bg-light1">
  54. <div class="main-sliders dots-style theme1">
  55. <div class="container">
  56. <div class="row align-items-center slider-height breadcrumb">
  57. <div class="col-12">
  58. <div class="section-title text-center">
  59. <h2 class="title pb-4 text-white text-capitalize">
  60. Contact us
  61. </h2>
  62. </div>
  63. </div>
  64. <!-- <div class="col-12">
  65. <ol class="breadcrumb bg-transparent m-0 p-0 align-items-center justify-content-center">
  66. <li class="breadcrumb-item"><a class="breadcrumb-item" href="index.html">Home</a></li>
  67. <li class="breadcrumb-item active" aria-current="page">Contact Us</li>
  68. </ol>
  69. </div> -->
  70. </div>
  71. </div>
  72. </div>
  73. </section>
  74. <!-- breadcrumb-section end -->
  75. </div>
  76. <!-- map start -->
  77. <!-- <div class="map">
  78. <iframe
  79. src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3651.5480490037507!2d90.42897841550803!3d23.76349088458297!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3755c78ab2187d4d%3A0x4d5f8a6c610c144b!2sHasTech%20Digital%20Item%20%26%20Service%20Provider!5e0!3m2!1sen!2sua!4v1595747193974!5m2!1sen!2sua"></iframe>
  80. </div> -->
  81. <!-- map end -->
  82. <!-- contact-section satrt -->
  83. <section class="contact-section pt-80 pb-50">
  84. <div class="container">
  85. <div class="row">
  86. <div class="col-lg-6 col-12 mb-30">
  87. <!-- contact page side content -->
  88. <div class="contact-page-side-content">
  89. <h3 class="contact-page-title">Contact Us</h3>
  90. <p class="contact-page-message mb-30">
  91. Thank you for showing interest in our services. Please fill the
  92. details so that our experts will get back to you.
  93. </p>
  94. <!-- single contact block -->
  95. <div class="single-contact-block">
  96. <h4><i class="fa fa-fax"></i> Address</h4>
  97. <p>
  98. III Floor, Signature Towers, Opp.Botanical Gardens, Gachibowli
  99. Road, Kondapur, Hyderabad-500084, Telangana - INDIA.
  100. </p>
  101. </div>
  102. <!-- End of single contact block -->
  103. <!-- single contact block -->
  104. <div class="single-contact-block">
  105. <h4><i class="fa fa-phone"></i> Phone</h4>
  106. <p>
  107. <a href="tel:123456789">Mobile: +91 7676562222</a>
  108. </p>
  109. <!-- <p><a href="tel:1009678456">Hotline: 1009 678 456</a></p> -->
  110. </div>
  111. <!-- End of single contact block -->
  112. <!-- single contact block -->
  113. <div class="single-contact-block">
  114. <h4><i class="fas fa-envelope"></i> Email</h4>
  115. <p>
  116. <a href="mailto:yourmail@domain.com">info@anwisystems.com</a>
  117. </p>
  118. <!-- <p>
  119. <a href="mailto:support@hastech.company">support@hastech.company</a>
  120. </p> -->
  121. </div>
  122. <!--======= End of single contact block =======-->
  123. </div>
  124. <!--======= End of contact page side content =======-->
  125. </div>
  126. <div class="col-lg-6 col-12 mb-30">
  127. <!-- contact form content -->
  128. <div class="contact-form-content">
  129. <h3 class="contact-page-title">Tell Us Your Message</h3>
  130. <div class="contact-form">
  131. <form
  132. id="contact-form"
  133. action="./assets/php/contact.php"
  134. method="POST"
  135. >
  136. <div class="form-group">
  137. <label>Your Name <span class="required">*</span></label>
  138. <input type="text" name="name" id="name" />
  139. </div>
  140. <div class="form-group">
  141. <label>Your Email <span class="required">*</span></label>
  142. <input type="email" name="email" id="email" />
  143. </div>
  144. <div class="form-group">
  145. <label>Subject</label>
  146. <input type="text" name="subject" id="subject" />
  147. </div>
  148. <div class="form-group">
  149. <label>Your Message</label>
  150. <textarea
  151. name="contactMessage"
  152. class="pb-10"
  153. id="contactMessage"
  154. ></textarea>
  155. </div>
  156. <div class="form-group mb-0">
  157. <button
  158. type="submit"
  159. value="submit"
  160. id="submit"
  161. class="btn btn--lg single-btn"
  162. name="submit"
  163. >
  164. submit
  165. </button>
  166. </div>
  167. </form>
  168. </div>
  169. <p class="form-message mt-10"></p>
  170. </div>
  171. <!-- End of contact -->
  172. </div>
  173. </div>
  174. </div>
  175. </section>
  176. <!-- contact-section end -->
  177. <!-- footer strat -->
  178. <div id="footer-head"></div>
  179. <!-- footer end -->
  180. <!--***********************
  181. all js files
  182. ***********************-->
  183. <!--******************************************************
  184. jquery,modernizr ,poppe,bootstrap,plugins and main js
  185. ******************************************************-->
  186. <script src="assets/js/vendor/jquery-3.6.0.min.js"></script>
  187. <script src="assets/js/vendor/jquery-migrate-3.3.2.min.js"></script>
  188. <script src="assets/js/vendor/modernizr-3.7.1.min.js"></script>
  189. <script src="assets/js/plugins/jquery-ui.min.js"></script>
  190. <script src="assets/js/bootstrap.bundle.min.js"></script>
  191. <script src="assets/js/plugins/plugins.js"></script>
  192. <script src="assets/js/plugins/ajax-contact.js"></script>
  193. <script src="assets/js/main.js"></script>
  194. <script src="assets/js/scroll.js"></script>
  195. <script src="assets/js/cart.js"></script>
  196. <!-- navbar-js -->
  197. <script src="assets/js/navbar.js"></script>
  198. <!-- footer-js -->
  199. <script src="assets/js/footer.js"></script>
  200. <!-- Use the minified version files listed below for better performance and remove the files listed above -->
  201. <!--***************************
  202. Minified js
  203. ***************************-->
  204. <!--***********************************
  205. vendor,plugins and main js
  206. ***********************************-->
  207. <!-- <script src="assets/js/vendor/vendor.min.js"></script>
  208. <script src="assets/js/plugins/plugins.min.js"></script>
  209. <script src="assets/js/main.js"></script> -->
  210. </body>
  211. </html>