You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

82 lines
3.3 KiB

7 years ago
7 years ago
7 years ago
  1. <section class="oe_container">
  2. <div class="oe_row oe_spaced">
  3. <div class="oe_span12">
  4. <h2 class="oe_slogan">Look up old mails</h2>
  5. <h3 class="oe_slogan">Browse archived mails like in odoo 8</h3>
  6. </div>
  7. <div class="oe_span6">
  8. <div class="oe_row_img oe_centered">
  9. <img class="oe_picture oe_screenshot" src="1.png"/>
  10. </div>
  11. </div>
  12. <div class="oe_span6">
  13. <p class="oe_mt32">
  14. The module adds usual menu.
  15. </p>
  16. </div>
  17. </div>
  18. </section>
  19. <section class="oe_container oe_dark">
  20. <div class="oe_row oe_spaced">
  21. <div class="oe_span12">
  22. <p class="oe_mt32">
  23. This menu shows archive messages, i.e. ones you sent or received.
  24. </p>
  25. </div>
  26. <div class="oe_row_img oe_centered">
  27. <img class="oe_picture oe_screenshot" src="2.png"/>
  28. </div>
  29. </div>
  30. </section>
  31. <section class="oe_container">
  32. <div class="oe_row oe_spaced">
  33. <div class="oe_span8">
  34. <h2>Need our service?</h2>
  35. <p class="oe_mt32">Contact us by <a href="mailto:it@it-projects.info">email</a> or fill out <a href="https://www.it-projects.info/page/website.contactus " target="_blank">request form</a></p>
  36. <ul>
  37. <li><a href="mailto:it@it-projects.info">it@it-projects.info <i class="fa fa-envelope-o"></i></a></li>
  38. <li><a href="https://www.it-projects.info/page/website.contactus " target="_blank">https://www.it-projects.info/page/website.contactus <i class="fa fa-list-alt"></i></a></li>
  39. </ul>
  40. </div>
  41. <div class="oe_span4">
  42. <div class="stamp" style="width:200px;">
  43. <div style="margin-top: 15px;
  44. position: relative;
  45. font-family:'Vollkorn', serif;
  46. font-size: 16px;
  47. line-height: 25px;
  48. text-transform: uppercase;
  49. font-weight: bold;
  50. color: #75526b;
  51. border: 3px dashed #75526b;
  52. float: left;
  53. padding: 4px 12px;
  54. -webkit-transform: rotate(6deg);
  55. -o-transform: rotate(6deg);
  56. -moz-transform: rotate(6deg);
  57. -ms-transform: rotate(6deg);">
  58. Tested on Odoo<br/>9.0 community
  59. </div>
  60. <div style="margin-top: 15px;
  61. position: relative;
  62. font-family:'Vollkorn', serif;
  63. font-size: 16px;
  64. line-height: 25px;
  65. text-transform: uppercase;
  66. font-weight: bold;
  67. color: #75526b;
  68. border: 3px dashed #75526b;
  69. float: left;
  70. padding: 4px 12px;
  71. -webkit-transform: rotate(-7deg);
  72. -o-transform: rotate(-7deg);
  73. -moz-transform: rotate(-7deg);
  74. -ms-transform: rotate(-7deg);">
  75. Tested on Odoo<br/>9.0 enterprise
  76. </div>
  77. </div>
  78. </div>
  79. </div>
  80. </section>