index.html 1.5 KB

12345678910111213141516171819202122232425262728293031
  1. <section class="oe_container oe_dark">
  2. <div class="oe_row oe_spaced">
  3. <div class="oe_span12">
  4. <h2 class="oe_slogan">Odoo- Purchase Management</h2>
  5. <h3 class="oe_slogan">Purchase Global Discount</h3>
  6. </div>
  7. <p class="oe_mt32">
  8. Option to set fix and percentage discount. <br /><br />
  9. <b>Percentage Discount</b><br />
  10. A percentage amount deducted from each line<br /><br />
  11. <b>Fixed Discount</b><br />
  12. Fixed amount is divided based on subtotal and deducted from each line
  13. </p>
  14. </div>
  15. </section>
  16. <br/>
  17. <section class="oe_container oe_dark">
  18. <div class="oe_row ">
  19. <div class="oe_slogan text-center">
  20. <div class="oe_span12">
  21. <h2 class="text-center"><a>About Me</a></h2>
  22. </div>
  23. <span>
  24. <a style="color: #a24689 !important;" href="https://in.linkedin.com/in/aasimansari" target="new"><img src="linkedin.png" height="25" width="25" /></a> |
  25. <a style="color: #a24689 !important;" href="https://twitter.com/aasimansari" target="new"><img src="twitter.png" height="25" width="25" /></a> |
  26. <a style="color: #a24689 !important;" href="http://aasimania.wordpress.com" target="new"><img src="wordpress.png" height="25" width="25" /></a> |
  27. <a style="color: #a24689 !important;" href="mailto:aasim333@gmail.com"><img src="mailto.png" height="25" width="25" /></a>
  28. </span>
  29. </div>
  30. </div>
  31. </section>