12345678910111213141516171819202122232425262728293031323334 |
- <section class="oe_container">
- <div class="oe_row oe_spaced">
- <div class="oe_span12">
- <h2 class="oe_slogan">Web Window Title</h2>
- <h3 class="oe_slogan">The custom web window title</h3>
- </div>
- <div class="oe_span12">
- <div class="oe_demo oe_picture oe_screenshot" style="max-height:none">
- <img src="main_screenshot.png"/>
- </div>
- </div>
- </div>
- </section>
- <section class="oe_container oe_dark">
- <div class="oe_row oe_spaced">
- <div class="oe_span6">
- <h3 class="oe_mt48 oe_slogan">Odoo/OpenERP Full Stack Customization and Development</h3>
- <div class="oe_mt32 oe_mb32 text-center">
- <a class="fa fa-eye" href="https://apps.odoo.com/apps/modules/browse?author=renjie%20%3Ci@renjie.me%3E" title="Works" target="_blank">Other Apps</a>
- </div>
- <div class="text-center">
- <a class="fa fa-envelope" href="mailto:i@renjie.me" title="Support">i@renjie.me</a>
- </div>
- </div>
- <div class="oe_span4">
- <div class="oe_demo oe_picture oe_screenshot">
- <a href="https://renjie.me" target="_blank">
- <img src="icon.png" title="Renjie Technology">
- </a>
- <div class="oe_demo_footer oe_centeralign">Odoo Customization</div>
- </div>
- </div>
- </div>
- </section>
|