index.html 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <section class="oe_container">
  2. <div class="oe_row oe_spaced">
  3. <h2 class="oe_slogan" style="color:#875A7B;">1. Main features</h2>
  4. <ol>
  5. <li>Sending email from odoo</li>
  6. <li>Receiving email from odoo</li>
  7. <li>Composing email from odoo</li>
  8. <li>Choosing template when composing email</li>
  9. </ol>
  10. <div class="oe_demo oe_picture or_screenshot">
  11. <img src="intro.png">
  12. </div>
  13. </div>
  14. </section>
  15. <section class="oe_container">
  16. <div class="oe_row oe_spaced">
  17. <h2 class="oe_slogan" style="color:#875A7B;">2. Why choose this?</h2>
  18. <ol>
  19. <li>Quickly compose email by using template</li>
  20. <li>Don't need to setup any email client on computer</li>
  21. <li>Can access it from any where</li>
  22. </ol>
  23. <div class="oe_demo oe_picture or_screenshot">
  24. <img src="compose.png">
  25. </div>
  26. </div>
  27. </section>
  28. <section class="oe_container">
  29. <div class="oe_row oe_spaced">
  30. <h2 class="oe_slogan" style="color:#875A7B;">3. Settings</h2>
  31. <p>Step1</p>
  32. <div class="oe_demo oe_picture or_screenshot">
  33. <img src="step1.png">
  34. </div>
  35. <p>Step2</p>
  36. <div class="oe_demo oe_picture or_screenshot">
  37. <img src="step2.png">
  38. </div>
  39. <p>Step3</p>
  40. <div class="oe_demo oe_picture or_screenshot">
  41. <img src="step3.png">
  42. </div>
  43. </div>
  44. </section>
  45. <section class="oe_container">
  46. <div class="oe_row oe_spaced">
  47. <h2 class="oe_slogan" style="color:#875A7B;">4. Support</h2>
  48. <p>For any feedback, please send email to <a href="mailto:info@vieterp.net">info@vieterp.net</a> or website <a href="http://www.vieterp.net">www.vieterp.net</a></p>
  49. </div>
  50. </section>