Без опису
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326
  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. <!-- contact-section satrt -->
  77. <section class="contact-section pt-md-5 pb-50">
  78. <div class="container">
  79. <div class="row">
  80. <div class="col-lg-4 col-12 mb-30">
  81. <!-- contact page side content -->
  82. <div class="contact-page-side-content">
  83. <h3 class="contact-page-title reach-us">Reach us at</h3>
  84. <p class="contact-page-message mb-30">
  85. Thank you for showing interest in our services. Please fill the
  86. details so that our experts will get back to you.
  87. </p>
  88. <!-- single contact block -->
  89. <div class="single-contact-block">
  90. <h4><i class="fa fa-fax"></i> Address</h4>
  91. <p>
  92. III Floor, Signature Towers, Opp.Botanical Gardens, Gachibowli
  93. Road, Kondapur, Hyderabad-500084, Telangana - INDIA.
  94. </p>
  95. </div>
  96. <!-- End of single contact block -->
  97. <!-- single contact block -->
  98. <div class="single-contact-block">
  99. <h4><i class="fa fa-phone"></i> Phone</h4>
  100. <p>
  101. <a href="tel:123456789">Mobile: +91 7676562222</a>
  102. </p>
  103. <!-- <p><a href="tel:1009678456">Hotline: 1009 678 456</a></p> -->
  104. </div>
  105. <!-- End of single contact block -->
  106. <!-- single contact block -->
  107. <div class="single-contact-block">
  108. <h4><i class="fas fa-envelope"></i> Email</h4>
  109. <p>
  110. <a href="mailto:yourmail@domain.com"
  111. >support@anwisystems.com</a
  112. >
  113. </p>
  114. <!-- <p>
  115. <a href="mailto:support@hastech.company">support@hastech.company</a>
  116. </p> -->
  117. </div>
  118. <!--======= End of single contact block =======-->
  119. </div>
  120. <!--======= End of contact page side content =======-->
  121. </div>
  122. <div class="col-lg-8 col-12 p-4">
  123. <iframe
  124. class="h-100 w-100"
  125. src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3806.100693266508!2d78.36211231537105!3d17.454894005447777!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3bcb97240c765295%3A0xcd8aa87ffa53313d!2sBizGaze%20Limited!5e0!3m2!1sen!2sin!4v1652270845393!5m2!1sen!2sin"
  126. width="600"
  127. height="450"
  128. style="border: 0"
  129. allowfullscreen=""
  130. loading="lazy"
  131. referrerpolicy="no-referrer-when-downgrade"
  132. ></iframe>
  133. </div>
  134. </div>
  135. </div>
  136. </section>
  137. <!-- contact-section end -->
  138. <section>
  139. <div class="container">
  140. <div class="mb-30">
  141. <!-- contact form content -->
  142. <div class="contact-form-content">
  143. <h3 class="contact-page-title">Let’s Talk</h3>
  144. <p>
  145. Tell us about yourself and we’ll get back to you as soon as we
  146. can.
  147. </p>
  148. <div class="contact-form mt-50">
  149. <form
  150. id="contact-form"
  151. class="d-flex"
  152. action="./assets/php/contact.php"
  153. method="POST"
  154. >
  155. <div class="w-100">
  156. <div class="contact-details-form">
  157. Hi! My name is
  158. <input
  159. type="text"
  160. name="name"
  161. id="validationDefault01"
  162. placeholder="Your name"
  163. class="w-25 border-0 border-bottom"
  164. />, I'm from
  165. <input
  166. type="text"
  167. name="company"
  168. id="validationDefault02"
  169. class="w-25 border-0 border-bottom"
  170. placeholder="Company name"
  171. />
  172. I have some questions regarding
  173. <input
  174. type="text"
  175. name="prod/service"
  176. id="validationDefault02"
  177. class="w-25 border-0 border-bottom"
  178. placeholder="Product/Service"
  179. />
  180. You can connect with me at
  181. <input
  182. type="email"
  183. name="email"
  184. id="validationDefaultUsername"
  185. class="w-25 border-0 border-bottom"
  186. placeholder="Email address"
  187. />
  188. or give me a call at
  189. <input
  190. type="number"
  191. name="phone-number"
  192. id="phone-number"
  193. class="w-25 border-0 border-bottom"
  194. placeholder="Phone number"
  195. />
  196. </div>
  197. <button
  198. type="submit"
  199. value="submit"
  200. id="submit"
  201. class="btn btn--lg single-btn mt-30"
  202. name="submit"
  203. >
  204. submit
  205. </button>
  206. </div>
  207. </form>
  208. <!-- <form class=" g-3 d-none">
  209. <div class="contact-details-form">
  210. <div class="d-flex">
  211. <div class="d-flex w-100">
  212. <label for="validationDefault01" class="form-label w-25">Hi! My name is </label>
  213. <input type="text" class="form-control w-75 border-0 border-bottom"
  214. id="validationDefault01" value="" placeholder="your name" required>
  215. </div>
  216. <div class="d-flex w-100">
  217. <label for="validationDefault02" class="form-label w-25">, I'm from</label>
  218. <input type="text" class="form-control w-75 border-0 border-bottom"
  219. id="validationDefault02" value="" placeholder="company name" required>
  220. </div>
  221. </div>
  222. <div class="d-flex w-100">
  223. <label for="validationDefault02" class="form-label w-25">I have some questions
  224. regarding</label>
  225. <input type="text" class="form-control w-50 border-0 border-bottom"
  226. id="validationDefault02" value="" placeholder="company name" required>
  227. </div>
  228. <div class="d-flex">
  229. <div class="d-flex w-100">
  230. <label for="validationDefaultUsername " class="w-50 form-label">You can connect
  231. with
  232. me
  233. at</label>
  234. <div class="input-group w-50">
  235. <span class="input-group-text" id="inputGroupPrepend2"
  236. style="height: 66%;">@</span>
  237. <input type="text" class="form-control border-0 border-bottom"
  238. id="validationDefaultUsername" aria-describedby="inputGroupPrepend2"
  239. required>
  240. </div>
  241. </div>
  242. <div class="d-flex w-100">
  243. <label for="validationDefault03" class="form-label">or give me a call at</label>
  244. </div>
  245. </div>
  246. <div>
  247. <input type="text" class="form-control w-25" id="validationDefault03" required>
  248. </div>
  249. </div>
  250. <div>
  251. <button class="btn btn-primary" type="submit">Submit form</button>
  252. </div>
  253. </form> -->
  254. </div>
  255. <p class="form-message mt-10"></p>
  256. </div>
  257. <!-- End of contact -->
  258. </div>
  259. </div>
  260. </section>
  261. <!-- footer strat -->
  262. <div id="footer-head"></div>
  263. <!-- footer end -->
  264. <!--***********************
  265. all js files
  266. ***********************-->
  267. <!--******************************************************
  268. jquery,modernizr ,poppe,bootstrap,plugins and main js
  269. ******************************************************-->
  270. <script src="assets/js/vendor/jquery-3.6.0.min.js"></script>
  271. <script src="assets/js/vendor/jquery-migrate-3.3.2.min.js"></script>
  272. <script src="assets/js/vendor/modernizr-3.7.1.min.js"></script>
  273. <script src="assets/js/plugins/jquery-ui.min.js"></script>
  274. <script src="assets/js/bootstrap.bundle.min.js"></script>
  275. <script src="assets/js/plugins/plugins.js"></script>
  276. <script src="assets/js/plugins/ajax-contact.js"></script>
  277. <script src="assets/js/main.js"></script>
  278. <script src="assets/js/scroll.js"></script>
  279. <script src="assets/js/cart.js"></script>
  280. <!-- navbar-js -->
  281. <script src="assets/js/navbar.js"></script>
  282. <!-- configuration-js -->
  283. <script src="assets/js/config_new_1.js"></script>
  284. <!-- footer-js -->
  285. <script src="assets/js/footer.js"></script>
  286. <!-- Use the minified version files listed below for better performance and remove the files listed above -->
  287. <!--***************************
  288. Minified js
  289. ***************************-->
  290. <!--***********************************
  291. vendor,plugins and main js
  292. ***********************************-->
  293. <!-- <script src="assets/js/vendor/vendor.min.js"></script>
  294. <script src="assets/js/plugins/plugins.min.js"></script>
  295. <script src="assets/js/main.js"></script> -->
  296. </body>
  297. </html>