index.html 1.4 KB

12345678910111213141516171819202122232425262728293031323334
  1. <section class="oe_container">
  2. <div class="oe_row oe_spaced">
  3. <div class="oe_span12">
  4. <h2 class="oe_slogan">Web Window Title</h2>
  5. <h3 class="oe_slogan">The custom web window title</h3>
  6. </div>
  7. <div class="oe_span12">
  8. <div class="oe_demo oe_picture oe_screenshot" style="max-height:none">
  9. <img src="main_screenshot.png"/>
  10. </div>
  11. </div>
  12. </div>
  13. </section>
  14. <section class="oe_container oe_dark">
  15. <div class="oe_row oe_spaced">
  16. <div class="oe_span6">
  17. <h3 class="oe_mt48 oe_slogan">Odoo/OpenERP Full Stack Customization and Development</h3>
  18. <div class="oe_mt32 oe_mb32 text-center">
  19. <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>
  20. </div>
  21. <div class="text-center">
  22. <a class="fa fa-envelope" href="mailto:i@renjie.me" title="Support">i@renjie.me</a>
  23. </div>
  24. </div>
  25. <div class="oe_span4">
  26. <div class="oe_demo oe_picture oe_screenshot">
  27. <a href="https://renjie.me" target="_blank">
  28. <img src="icon.png" title="Renjie Technology">
  29. </a>
  30. <div class="oe_demo_footer oe_centeralign">Odoo Customization</div>
  31. </div>
  32. </div>
  33. </div>
  34. </section>