index.html 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <section class="oe_container oe_dark">
  3. <div class="oe_row oe_spaced">
  4. <h3 class="oe_slogan">When you click on your pdf document.</h3>
  5. <div class="oe_span6">
  6. <div class="oe_row_img oe_centered">
  7. <img class="oe_picture oe_screenshot" src="3.png">
  8. </div>
  9. </div>
  10. </div>
  11. </section>
  12. <section class="oe_container oe_dark">
  13. <div class="oe_row oe_spaced">
  14. <h3 class="oe_slogan">It open in new tab</h3>
  15. <div class="oe_span6">
  16. <div class="oe_row_img oe_centered">
  17. <img class="oe_picture oe_screenshot" src="4.png">
  18. </div>
  19. </div>
  20. </div>
  21. </section>
  22. <section class="oe_container">
  23. <div class="oe_row oe_spaced">
  24. <div class="oe_span12">
  25. <h2 class="oe_slogan">Mail attachment ext</h2>
  26. <h3 class="oe_slogan">When you click for example image</h3>
  27. </div>
  28. <div class="oe_span6">
  29. <div class="oe_demo oe_picture oe_screenshot">
  30. <img src="1.png">
  31. </div>
  32. </div>
  33. </div>
  34. </section>
  35. <section class="oe_container oe_dark">
  36. <div class="oe_row oe_spaced">
  37. <h3 class="oe_slogan">It don't download. It opened in new tab</h3>
  38. <div class="oe_span6">
  39. <div class="oe_row_img oe_centered">
  40. <img class="oe_picture oe_screenshot" src="2.png">
  41. </div>
  42. </div>
  43. </div>
  44. </section>
  45. <section class="oe_container oe_dark">
  46. <div class="oe_row oe_spaced">
  47. <h3 class="oe_slogan">Also in knowledge</h3>
  48. <div class="oe_span6">
  49. <div class="oe_row_img oe_centered">
  50. <img class="oe_picture oe_screenshot" src="5.png">
  51. </div>
  52. </div>
  53. </div>
  54. </section>