contact.html 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <!-- Basic Page Needs -->
  5. <meta charset="utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7. <meta name="description" content="Responsive Gas &amp; Oil Industry HTML Template">
  8. <meta name="author" content="Surjith S.M">
  9. <!-- Page Title -->
  10. <title> Contact - Offshore - Responsive Gas &amp; Oil Industry HTML Template </title>
  11. <!-- Favicon -->
  12. <link rel="icon" type="image/png" href="favicon.png">
  13. <!-- Mobile Specific Metas -->
  14. <meta name="viewport" content="width=device-width, initial-scale=1">
  15. <!-- Bootstrap core CSS -->
  16. <link href="css/bootstrap.min.css" rel="stylesheet">
  17. <!-- Font Awesome CSS -->
  18. <link rel="stylesheet" href="fonts/font-awesome/css/font-awesome.min.css">
  19. <!-- Custom styles for this template -->
  20. <link href="css/style.css" rel="stylesheet">
  21. </head>
  22. <body class="contact">
  23. <!-- Preloader -->
  24. <div class="loader-wrapper">
  25. <div class="sk-cube-grid">
  26. <div class="sk-cube sk-cube1"></div>
  27. <div class="sk-cube sk-cube2"></div>
  28. <div class="sk-cube sk-cube3"></div>
  29. <div class="sk-cube sk-cube4"></div>
  30. <div class="sk-cube sk-cube5"></div>
  31. <div class="sk-cube sk-cube6"></div>
  32. <div class="sk-cube sk-cube7"></div>
  33. <div class="sk-cube sk-cube8"></div>
  34. <div class="sk-cube sk-cube9"></div>
  35. </div>
  36. </div>
  37. <!-- Page Wrapper
  38. –––––––––––––––––––––––––––––––––––––––––––––––––– -->
  39. <div class="wrapper">
  40. <!-- Header Section -->
  41. <header>
  42. <div class="header-area">
  43. <!-- Top Contact Info -->
  44. <div class="row logo-top-info">
  45. <div class="container">
  46. <div class="col-md-3 logo">
  47. <!-- Main Logo -->
  48. <a href="index.html"><img src="images/logo.png" alt="Offshore Logo" /></a>
  49. <!-- Responsive Toggle Menu -->
  50. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
  51. <span class="sr-only"> Main Menu </span>
  52. <span class="icon-bar"></span>
  53. <span class="icon-bar"></span>
  54. <span class="icon-bar"></span>
  55. </button>
  56. </div>
  57. <div class="col-md-9 top-info-social">
  58. <div class="pull-right">
  59. <div class="top-info">
  60. <div class="call">
  61. <h3> CALL US </h3>
  62. <p> 1800 425 4646 </p>
  63. </div>
  64. <div class="email">
  65. <h3> EMAIL US </h3>
  66. <p> info@offshoreinsustry.com </p>
  67. </div>
  68. <div class="market">
  69. <h3> MARKET </h3>
  70. <p> 256.78 <span class="forex"> <i class="fa fa-caret-up" aria-hidden="true"></i> + 4.26 </span> </p>
  71. </div>
  72. </div>
  73. <div class="social">
  74. <ul class="social-icons">
  75. <li><a href="#"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
  76. <li><a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
  77. <li><a href="#"><i class="fa fa-linkedin" aria-hidden="true"></i></a></li>
  78. </ul>
  79. </div>
  80. </div>
  81. </div>
  82. </div>
  83. </div>
  84. <!-- Main Navigation Section -->
  85. <nav id="navbar" class="collapse navbar-collapse main-menu">
  86. <div class="container">
  87. <ul class="main-menu">
  88. <li> <a href="index.html"> Home </a></li>
  89. <li class="dropdown"> <a href="#" data-toggle="dropdown"> About
  90. <i class="fa fa-chevron-down dropdown-toggle"> </i> </a>
  91. <ul>
  92. <li> <a href="about.html"> The Company </a> </li>
  93. <li> <a href="mission.html"> Vision &amp; Mission </a> </li>
  94. <li> <a href="approach.html"> Our Approach </a> </li>
  95. <li> <a href="leaders.html"> Our Team </a> </li>
  96. </ul>
  97. </li>
  98. <li class="dropdown"><a href="#" data-toggle="dropdown"> Services
  99. <i class="fa fa-chevron-down dropdown-toggle"> </i> </a>
  100. <ul>
  101. <li> <a href="services.html"> Services List </a> </li>
  102. <li> <a href="services-list.html"> Services List Fullwidth </a> </li>
  103. <li> <a href="services-single.html"> Services Single </a> </li>
  104. <li> <a href="services-full-width.html"> Services Full Width </a> </li>
  105. </ul>
  106. </li>
  107. <li><a href="technology.html"> Technology </a> </li>
  108. <li><a href="blog.html"> News &amp; Media </a> </li>
  109. <li class="dropdown"> <a href="#" data-toggle="dropdown"> Pages
  110. <i class="fa fa-chevron-down dropdown-toggle"> </i> </a>
  111. <ul>
  112. <li> <a href="blog.html"> Blog </a> </li>
  113. <li> <a href="blog-single.html"> Blog Single </a> </li>
  114. <li> <a href="careers-single.html"> Careers Single </a> </li>
  115. <li> <a href="shortcodes.html"> Shortcodes </a> </li>
  116. <li> <a href="404.html"> 404 page </a> </li>
  117. <li> <a href="blank-page.html"> Blank Page </a> </li>
  118. </ul>
  119. </li>
  120. <li><a href="careers.html"> CAREERS </a> </li>
  121. <li class="active"><a href="contact.html"> CONTACT </a> </li>
  122. </ul>
  123. </div>
  124. </nav>
  125. </div>
  126. </header>
  127. <!-- Header Section -->
  128. <!-- Main Content Section -->
  129. <main class="main">
  130. <!-- Page Title -->
  131. <div class="page-title text-center">
  132. <h2 class="title"> Contact us </h2>
  133. <p class="description light"> Holisticly brand sustainable solutions rather than clicks-and-mortar applications.
  134. <br> Phosfluorescently whiteboard fully tested initiatives. </p>
  135. </div>
  136. <!-- Page Title -->
  137. <!-- Breadcrumbs -->
  138. <div class="breadcrumbs">
  139. <div class="container">
  140. <span class="parent"> <i class="fa fa-home"></i> <a href="index.html"> Home </a> </span>
  141. <i class="fa fa-chevron-right"></i>
  142. <span class="child"> Contact </span>
  143. </div>
  144. </div>
  145. <!-- Breadcrumbs -->
  146. <div class="container">
  147. <section class="contact">
  148. <div class="row contact-centers">
  149. <div class="col-md-4">
  150. <div class="contact-area-box">
  151. <h4 class="contact-title subtitle">United States</h4>
  152. <div class="address">
  153. <i class="fa fa-map-marker" aria-hidden="true"></i>
  154. <p>429 Castro
  155. <br> St San Francisco, CA 94114
  156. <br> United States</p>
  157. </div>
  158. <div class="phone">
  159. <i class="fa fa-phone" aria-hidden="true"></i>
  160. <p>+1 (415) 621 6350</p>
  161. </div>
  162. <div class="email">
  163. <i class="fa fa-envelope" aria-hidden="true"></i>
  164. <p><a href="mailto:info@offshoreindustry.com"> info@offshoreindustry.com </a> </p>
  165. </div>
  166. </div>
  167. </div>
  168. <div class="col-md-4">
  169. <div class="contact-area-box">
  170. <h4 class="contact-title subtitle">United Kingdom</h4>
  171. <div class="address">
  172. <i class="fa fa-map-marker" aria-hidden="true"></i>
  173. <p>384 Walworth Rd
  174. <br> London SE17 2NG
  175. <br> United Kingdom</p>
  176. </div>
  177. <div class="phone">
  178. <i class="fa fa-phone" aria-hidden="true"></i>
  179. <p>+44 (345) 165 7235</p>
  180. </div>
  181. <div class="email">
  182. <i class="fa fa-envelope" aria-hidden="true"></i>
  183. <p> <a href="mailto:london@offshoreindustry.com"> london@offshoreindustry.com </a> </p>
  184. </div>
  185. </div>
  186. </div>
  187. <div class="col-md-4">
  188. <div class="contact-area-box">
  189. <h4 class="contact-title subtitle">Australia</h4>
  190. <div class="address">
  191. <i class="fa fa-map-marker" aria-hidden="true"></i>
  192. <p>274 Little Lonsdale St
  193. <br> Melbourne VIC 3000
  194. <br> Australia</p>
  195. </div>
  196. <div class="phone">
  197. <i class="fa fa-phone" aria-hidden="true"></i>
  198. <p>+61 3 9670 5522</p>
  199. </div>
  200. <div class="email">
  201. <i class="fa fa-envelope" aria-hidden="true"></i>
  202. <p> <a href="mailto:aus@offshoreindustry.com"> aus@offshoreindustry.com </a> </p>
  203. </div>
  204. </div>
  205. </div>
  206. </div>
  207. </section>
  208. <section class="contact-form">
  209. <div class="row form">
  210. <div class="col-md-6">
  211. <h2 class="title-2"> Send us a message </h2>
  212. <form id="contact_form" class="form well-form" action="php/contact.php" method="post">
  213. <!-- Text input-->
  214. <div class="form-group">
  215. <input name="name" placeholder="Full Name" class="form-control" type="text" required title="Please enter your full name">
  216. </div>
  217. <!-- Email input-->
  218. <div class="form-group">
  219. <input name="email" placeholder="Email Address" class="form-control" type="email" required title="Please enter your email address" data-msg-email="Ouch, that doesn't look like an email">
  220. </div>
  221. <!-- Phone Number-->
  222. <div class="form-group">
  223. <input name="phone" placeholder="Phone Number" class="form-control" type="text" data-rule-phoneUS="false" title="Please enter your phone number" data-msg-phoneUS="Ouch, that doesn't look like a valid phone number" required>
  224. </div>
  225. <!-- Text area -->
  226. <div class="form-group">
  227. <textarea class="form-control" name="message" placeholder="Message" required data-rule-minlength="10" data-msg-minlength="Please enter atleast 10 characters" title="Please enter your message"></textarea>
  228. </div>
  229. <!-- Button -->
  230. <button type="submit" class="btn btn-block btn-warning" id="js-contact-btn"> SEND MESSAGE </button>
  231. <div id="js-contact-result" data-success-msg="Form submitted successfully." data-error-msg="Oops. Something went wrong."></div>
  232. </form>
  233. </div>
  234. <div class="col-md-6 contact-map">
  235. <h2 class="title-2"> View Map </h2>
  236. <ul class="nav nav-pills" id="map-address">
  237. <li class="active">
  238. <a href="#" data-latitude="37.7620375" data-longitude="-122.4369531" data-map-title="United States" data-map-zoom="11" data-toggle="tab">United States</a>
  239. </li>
  240. <li>
  241. <a href="#" data-latitude="51.4845012" data-longitude="-0.0941221" data-map-title="United Kingdom" data-map-zoom="16" data-toggle="tab">United Kingdom</a>
  242. </li>
  243. <li>
  244. <a href="#" data-latitude="-37.8111937" data-longitude="144.958988" data-map-title="Australia" data-map-zoom="5" data-toggle="tab">Australia</a>
  245. </li>
  246. </ul>
  247. <!-- Google Map will load programatically inside this div.
  248. You may change the Default Latitude and Longitude here. For multiple locations, change above. -->
  249. <div id="google-map" class="google-map" data-latitude="37.7620375" data-longitude="-122.4369531" data-map-title="United States" data-map-zoom="11">
  250. </div>
  251. </div>
  252. </div>
  253. </section>
  254. </div>
  255. </main>
  256. <!-- Main Content Section -->
  257. <!-- Footer Section -->
  258. <footer>
  259. <div class="footer">
  260. <div class="container">
  261. <!-- Prefooter Section -->
  262. <div class="row pre-footer">
  263. <div class="col-md-4">
  264. <div class="contact-box">
  265. <i class="fa fa-map-marker" aria-hidden="true"></i>
  266. <div class="contact-details">
  267. <h4 class="pre-footer-title">HEAD OFFICE</h4>
  268. <p>PO Box 16122, Collins Street West,
  269. <br> Victoria 8007 Australia </p>
  270. </div>
  271. </div>
  272. </div>
  273. <div class="col-md-4">
  274. <div class="contact-box">
  275. <i class="fa fa-phone" aria-hidden="true"></i>
  276. <div class="contact-details">
  277. <h4 class="pre-footer-title">CALL US</h4>
  278. <p>SUPPORT: 1800 425 4646
  279. <br> OFFICE: +1 (253) 2587 220</p>
  280. </div>
  281. </div>
  282. </div>
  283. <div class="col-md-4">
  284. <div class="contact-box">
  285. <i class="fa fa-envelope" aria-hidden="true"></i>
  286. <div class="contact-details">
  287. <h4 class="pre-footer-title">EMAIL US</h4>
  288. <p>hello@offshoreindustry.com
  289. <br> sales@offshoreindustry.com </p>
  290. </div>
  291. </div>
  292. </div>
  293. </div>
  294. <!-- Prefooter Section -->
  295. <!-- Footer widgets -->
  296. <div class="row widgets">
  297. <div class="col-md-4 col-sm-6">
  298. <div class="about-txt widget">
  299. <img src="images/footer-logo.png" alt="logo" />
  300. <p>Collaboratively deliver partnerships progressive alignments. Assertively premier supply chains before emerging solutions. Monetize high-payoff action items before wireless internal or "organic" sources exceptional action items. </p>
  301. <div class="widgets-social">
  302. <a href="#"> <i class="fa fa-facebook" aria-hidden="true"></i> </a>
  303. <a href="#"> <i class="fa fa-twitter" aria-hidden="true"></i></a>
  304. <a href="#"> <i class="fa fa-linkedin" aria-hidden="true"></i></a>
  305. <a href="#"> <i class="fa fa-instagram" aria-hidden="true"></i></a>
  306. </div>
  307. </div>
  308. </div>
  309. <div class="col-md-2 col-sm-6">
  310. <div class="quick-links widget">
  311. <h2 class="widget-title">QUICK LINKS</h2>
  312. <ul>
  313. <li> <a href="#"> Careers </a> </li>
  314. <li> <a href="#"> Contact </a> </li>
  315. <li> <a href="#"> Market Info </a> </li>
  316. <li> <a href="#"> Technology </a> </li>
  317. <li> <a href="#"> Latest News </a> </li>
  318. </ul>
  319. </div>
  320. </div>
  321. <div class="spacer-50 visible-sm"></div>
  322. <div class="col-md-3 col-sm-6">
  323. <div class="our-services widget">
  324. <h2 class="widget-title">OUR SERVICES</h2>
  325. <ul>
  326. <li> <a href="#"> Chemicals &amp; Commercial Fuels </a> </li>
  327. <li> <a href="#"> Aviation Fuels &amp; Marine Fuels </a> </li>
  328. <li> <a href="#"> Lubricants Services </a> </li>
  329. <li> <a href="#"> Liquified Petrolium Gas </a> </li>
  330. <li> <a href="#"> Shell Sulphur, Trading &amp; Supply </a> </li>
  331. </ul>
  332. </div>
  333. </div>
  334. <div class="col-md-3 col-sm-6">
  335. <div class="newsletter widget">
  336. <h2 class="widget-title">Newsletter</h2>
  337. <p>Subscribe to our newsletters to receive latest news and updates.</p>
  338. <!-- ============= Mailchimp Subscribe Form ============= -->
  339. <form action="php/subscribe.php" id="subscribeform" method="post">
  340. <div class="form-group">
  341. <input type="email" id="email" name="email" placeholder="Enter your email" class="form-control" title="Please enter your email" data-msg-email="Please enter a valid email">
  342. </div>
  343. <button type="submit" class="btn btn-block" id="js-subscribe-btn"> Subscribe Now! </button>
  344. <div id="js-subscribe-result" data-success-msg="Done. Subscribed" data-error-msg="Oops. Error!"></div>
  345. </form>
  346. </div>
  347. </div>
  348. </div>
  349. <!-- Footer widgets -->
  350. </div>
  351. </div>
  352. <!-- Copyright -->
  353. <div class="copyright">
  354. <div class="container">
  355. <div class="row copyright-bar">
  356. <div class="col-md-6">
  357. <p>Copyright © 2016 Offshore Industries. All rights reserved.</p>
  358. </div>
  359. <div class="col-md-6 text-right">
  360. <p>
  361. <a href="#"> Terms of use</a> <a href="#">Privacy Policy</a> <span> | </span> Made with <i class="fa fa-heart" aria-hidden="true"></i> by Surjith S M </p>
  362. </div>
  363. </div>
  364. </div>
  365. </div>
  366. <!-- Copyright -->
  367. </footer>
  368. <!-- Footer Section -->
  369. <!-- back-to-top link -->
  370. <a href="#0" class="cd-top"> Top </a>
  371. </div>
  372. <!-- Page Wrapper
  373. –––––––––––––––––––––––––––––––––––––––––––––––––– -->
  374. <!-- Javascripts
  375. –––––––––––––––––––––––––––––––––––––––––––––––––– -->
  376. <!-- Jquery Library -->
  377. <script src="js/jquery.min.js"></script>
  378. <!-- Bootstrap core JavaScript -->
  379. <script src="js/bootstrap.min.js"></script>
  380. <!-- Back to top -->
  381. <script src="js/back-to-top.js"></script>
  382. <!-- Form Validation -->
  383. <script src="js/validate.js"></script>
  384. <!-- Contact Form JS -->
  385. <script src="js/contact.js"></script>
  386. <!-- Subscribe Form JS -->
  387. <script src="js/subscribe.js"></script>
  388. <!-- Main JS -->
  389. <script src="js/main.js"></script>
  390. <!-- Map handler -->
  391. <script type="text/javascript" src="http://ditu.google.cn/maps/api/js"></script>
  392. <!-- Add ?key=GOOGLE_API_KEY_HRE to avoid warnings and future API failiures.
  393. You may find more information here: https://developers.google.com/maps/documentation/javascript/get-api-key -->
  394. <!-- Map Functions -->
  395. <script src="js/maps.js"></script>
  396. </body>
  397. </html>