index.html 708 B

12345678910111213141516
  1. <section class="oe_container">
  2. <div class="oe_row oe_spaced">
  3. <div class="oe_span12">
  4. <h2 class="oe_slogan">Sale Fast Confirm</h2>
  5. <h3 class="oe_slogan">Auto confirm invoice, delivery orders</h3>
  6. </div>
  7. <div class="oe_span6">
  8. <p class="oe_mt32">
  9. After confirming sale order, automatically creates invoice, validates it. If there are delivery orders, it also confirms it too.
  10. </p>
  11. <div class="oe_centeralign oe_websiteonly">
  12. <a href="http://www.oerp.eu/#trial" class="oe_button oe_big oe_tacky">Start your <span class="oe_emph">free</span> trial</a>
  13. </div>
  14. </div>
  15. </div>
  16. </section>