index.html 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <section class="oe_container">
  2. <div class="oe_row oe_spaced">
  3. <div class="oe_span12">
  4. <h2 class="oe_slogan">Mail Push Notification</h2>
  5. <h3 class="oe_slogan">The push notification shows at the status bar that you have received a new mail message. This notification will make you aware about the message and you can take action on it at the same moment.</h3>
  6. </div>
  7. </div>
  8. </section>
  9. <!-- Second block -->
  10. <section class="oe_container oe_dark">
  11. <div class="oe_row oe_spaced">
  12. <div class="oe_span12">
  13. <div class="oe_row_img oe_centered">
  14. <img class="oe_picture oe_screenshot" src="mail-push-notification.png">
  15. </div>
  16. </div>
  17. </div>
  18. </section>
  19. <!-- Fifth block -->
  20. <section class="oe_container">
  21. <div class="oe_row oe_spaced">
  22. <div class="oe_span12">
  23. <h2 class="oe_slogan">Contact / Support</h2>
  24. <h3 class="oe_slogan">Need help or want extra features?</h3>
  25. </div>
  26. <div class="oe_span6">
  27. <div class="oe_picture">
  28. <a href="http://www.synconics.com"><img src="logo.png"></a>
  29. </div>
  30. </div>
  31. <div class="oe_span6">
  32. <p class="oe_mt32">
  33. Need help with the configuration or want this module to have more functionalities?
  34. Contact us through e-mail at <a href="mailto:contact@synconics.com">contact@synconics.com</a>
  35. </p>
  36. </div>
  37. </div>
  38. </section>