1234567891011121314151617181920212223242526272829303132333435363738 |
- <section class="oe_container">
- <div class="oe_row oe_spaced">
- <div class="oe_span12">
- <h2 class="oe_slogan">Mail Push Notification</h2>
- <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>
- </div>
- </div>
- </section>
- <!-- Second block -->
- <section class="oe_container oe_dark">
- <div class="oe_row oe_spaced">
- <div class="oe_span12">
- <div class="oe_row_img oe_centered">
- <img class="oe_picture oe_screenshot" src="mail-push-notification.png">
- </div>
- </div>
- </div>
- </section>
- <!-- Fifth block -->
- <section class="oe_container">
- <div class="oe_row oe_spaced">
- <div class="oe_span12">
- <h2 class="oe_slogan">Contact / Support</h2>
- <h3 class="oe_slogan">Need help or want extra features?</h3>
- </div>
- <div class="oe_span6">
- <div class="oe_picture">
- <a href="http://www.synconics.com"><img src="logo.png"></a>
- </div>
- </div>
- <div class="oe_span6">
- <p class="oe_mt32">
- Need help with the configuration or want this module to have more functionalities?
- Contact us through e-mail at <a href="mailto:contact@synconics.com">contact@synconics.com</a>
- </p>
- </div>
- </div>
- </section>
|