index.html 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <section class="oe_container">
  2. <div class="oe_row oe_spaced">
  3. <div class="oe_span12">
  4. <h2 class="oe_slogan">Available quantity of products in POS</h2>
  5. <h3 class="oe_slogan">Let a cashier know how many products are available</h3>
  6. </div>
  7. <div class="oe_span6">
  8. <div class="oe_demo oe_picture oe_screenshot">
  9. <img src="screenshot.png"/>
  10. </div>
  11. </div>
  12. <div class="oe_span6">
  13. <p class="oe_mt32">
  14. Adds available quantity at order panel
  15. </p>
  16. </div>
  17. </div>
  18. </section>
  19. <section class="oe_container oe_dark">
  20. <div class="oe_row oe_spaced">
  21. <div class="oe_span6">
  22. <p class="oe_mt32">
  23. Adds available quantity at products.
  24. </p>
  25. </div>
  26. <div class="oe_span6">
  27. <div class="oe_demo oe_picture oe_screenshot">
  28. <img src="screenshot-2.png"/>
  29. </div>
  30. </div>
  31. </div>
  32. </section>
  33. <section class="oe_container">
  34. <div class="oe_row oe_spaced">
  35. <div class="oe_span12">
  36. <h2>Usage</h2>
  37. <p class="oe_mt32">
  38. There no any settings. Just install the module and start POS.
  39. </p>
  40. <p class="oe_mt32">
  41. Works in offline mode.
  42. </p>
  43. </div>
  44. </div>
  45. </section>
  46. <section class="oe_container">
  47. <div class="oe_row oe_spaced">
  48. <div class="oe_span12">
  49. <h2>Need our service?</h2>
  50. <p class="oe_mt32">Contact us by <a href="mailto:it@it-projects.info">email</a> or fill out <a href="https://www.it-projects.info/page/website.contactus " target="_blank">request form</a></p>
  51. <ul>
  52. <li><a href="mailto:it@it-projects.info">it@it-projects.info <i class="fa fa-envelope-o"></i></a></li>
  53. <li><a href="https://www.it-projects.info/page/website.contactus " target="_blank">
  54. https://www.it-projects.info/page/website.contactus <i class="fa fa-list-alt"></i></a></li>
  55. </ul>
  56. </div>
  57. </div>
  58. </section>