index.html~ 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <section class="oe_container">
  2. <div class="oe_row oe_spaced">
  3. <div class="oe_span12">
  4. <h2 class="oe_slogan">POS with Configured Logo and Current Time</h2>
  5. <h3 class="oe_slogan">Point of Sale with Logo added at point of Sales Configuration and also to show Current Time in 12/24 Hour Format</h3>
  6. </div>
  7. <div class="oe_span6">
  8. <p class="oe_mt32">
  9. Configute the Point of Sales and add the Image which shall be shown with that Point of Sale while doing Sales.
  10. </p>
  11. </div>
  12. <div class="oe_span6">
  13. <div class="oe_row_img oe_centered">
  14. <img class="oe_picture oe_screenshot" src="pos_screen1.png">
  15. </div>
  16. </div>
  17. <div class="oe_span6">
  18. <p class="oe_mt32">
  19. Configute the Point of Sales for Time Format.
  20. </p>
  21. </div>
  22. <div class="oe_span6">
  23. <div class="oe_row_img oe_centered">
  24. <img class="oe_picture oe_screenshot" src="pos_screen2.png">
  25. </div>
  26. </div>
  27. <div class="oe_span6">
  28. <p class="oe_mt32">
  29. You shall be able to get the Configured Image and Time at Point of Sales selling Screen.
  30. </p>
  31. </div>
  32. <div class="oe_span6">
  33. <div class="oe_row_img oe_centered">
  34. <img class="oe_picture oe_screenshot" src="pos_screen3.png">
  35. </div>
  36. </div>
  37. </div>
  38. </section>