contact_create.liquid 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta name="robots" content="index, follow">
  7. <meta name="description" content="{{ site.dist.seo_description }}">
  8. <meta name="keywords" content="{{ site.dist.seo_keywords }}">
  9. <meta name="author" content="Mietubl">
  10. <title>{{ site.dist.seo_title }}</title>
  11. {% include '_header_css.liquid' %}
  12. </head>
  13. <body>
  14. <!-- MAIN WRAPPER -->
  15. <div class="body-wrap shop-default shop-cards shop-tech">
  16. <div id="st-container" class="st-container">
  17. <div class="st-pusher">
  18. <div class="st-content">
  19. <div class="st-content-inner">
  20. <!-- HEADER -->
  21. {% include '_header.liquid' %}
  22. <!-- END: HEADER -->
  23. <section class="slice">
  24. <div class="container">
  25. <div class="text-center">
  26. <h2 class="heading heading-2 strong-400">
  27. Contact us for help
  28. </h2>
  29. <p>
  30. Please call us or complete the form below and we'll get to you shortly.
  31. </p>
  32. <a href="" class="btn btn-styled btn-xl btn-base-1 btn-icon-left mt-4">
  33. <i class="fa fa-mobile"></i>Contact : {{ site.dist.contact_number }}
  34. </a>
  35. <span class="clearfix"></span>
  36. <a href="" class="btn btn-styled btn-xl btn-base-1 btn-icon-left mt-4">
  37. <i class="fa fa-mobile"></i>Hotline: {{ site.dist.service_hotline }}
  38. </a>
  39. <span class="clearfix"></span>
  40. <small>Get support by calling the 24h helpline.</small>
  41. </div>
  42. </div>
  43. </section>
  44. <section class="slice pt-0 sct-color-1">
  45. <div class="container">
  46. <div class="row justify-content-center">
  47. <div class="col-lg-8">
  48. <!-- Contact form -->
  49. <form id="form_contact" data-action="/contact" class="form-default" role="form">
  50. <input type="hidden" name="_token" value="{{ csrf_token }}">
  51. <div class="row">
  52. <div class="col-md-6">
  53. <div class="form-group has-feedback">
  54. <label for="" class="text-uppercase c-gray-light">Your name</label>
  55. <input type="text" name="customer_name" class="form-control form-control-lg" required>
  56. <span class="glyphicon form-control-feedback" aria-hidden="true"></span>
  57. <div class="help-block with-errors"></div>
  58. </div>
  59. </div>
  60. <div class="col-md-6">
  61. <div class="form-group has-feedback">
  62. <label for="" class="text-uppercase c-gray-light">Email address</label>
  63. <input type="email" name="email" class="form-control form-control-lg" required>
  64. <span class="glyphicon form-control-feedback" aria-hidden="true"></span>
  65. <div class="help-block with-errors"></div>
  66. </div>
  67. </div>
  68. </div>
  69. <div class="row">
  70. <div class="col-md-6">
  71. <div class="form-group has-feedback">
  72. <label for="" class="text-uppercase c-gray-light">Company name</label>
  73. <input type="text" name="company_name" class="form-control form-control-lg">
  74. <span class="glyphicon form-control-feedback" aria-hidden="true"></span>
  75. <div class="help-block with-errors"></div>
  76. </div>
  77. </div>
  78. <div class="col-sm-6">
  79. <div class="form-group has-feedback">
  80. <label for="" class="text-uppercase c-gray-light">Phone/whats_app</label>
  81. <input type="text" name="whats_app" class="form-control form-control-lg" required>
  82. <span class="glyphicon form-control-feedback" aria-hidden="true"></span>
  83. <div class="help-block with-errors"></div>
  84. </div>
  85. </div>
  86. </div>
  87. <div class="row">
  88. <div class="col-md-12">
  89. <div class="form-group has-feedback">
  90. <label for="" class="text-uppercase c-gray-light">Message</label>
  91. <textarea name="content" class="form-control no-resize" rows="5" required></textarea>
  92. <span class="glyphicon form-control-feedback" aria-hidden="true"></span>
  93. <div class="help-block with-errors"></div>
  94. </div>
  95. </div>
  96. </div>
  97. <div class="">
  98. <button type="reset" class="btn-reset d-none"></button>
  99. <button type="submit" class="btn btn-styled btn-base-1 mt-4">Send message</button>
  100. </div>
  101. </form>
  102. </div>
  103. </div>
  104. </div>
  105. </section>
  106. {% include '_footer.liquid' %}
  107. </div>
  108. </div>
  109. </div><!-- END: st-pusher -->
  110. </div><!-- END: st-container -->
  111. </div><!-- END: body-wrap -->
  112. <a href="#" class="back-to-top btn-back-to-top"></a>
  113. {% include '_footer_js.liquid' %}
  114. </body>
  115. </html>